Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LH
lurch (he/him) @ lurch @sh.itjust.works
Posts
1
Comments
1,317
Joined
2 yr. ago

  • Don't judge ppl for not cooking. It takes time. It takes effort. It takes more than the attention span of a squirrel. A lot of people just can't any more. Depressed people, old people, exhausted people, busy people. Some flats don't even come with kitchens and some people are forced to move somewhere. It also, doesn't stop with the cooking, you have to clean up afterwards as well. Cooking can be fun, but it can also be chore.

  • you only lose if you invest more than you get paid back with your paycheck. if you get laid off, it's supposed to be their loss, because they lose your experience. you should be good. i know change can be stressful, but you can get another job until finally a company isn't mismanaged and keeps you.

  • It gets your unique tracking ID, so it knows you're the same person now with different IP. If you use apps that store location data in firebase (eg. find my device, fitness trackers, emergency alert apps) it will upload your GPS location and maybe nearby wifi names, if you set it to be extra precise.

  • They're all shit, sry. Last okayish one was Samsung S10e and it came with pre-installed bloat and questionable apps. Newer ones are impractically huge. Foldable screens are either not waterproof or break soon. Pine Phone not waterproof. It's all shit. They lost track of peoples needs. Force us to buy the least worst.

  • i just read there is even some kind of macro for switching all modules to built-in:

     
        
    make mod2yesconfig
    # and/or
    make localyesconfig
    
    
      

    Also, the module blacklist file may accept wildcards, so you can blacklist all modules. And there is a sysctl switch "kernel.modules_disabled", which lets you switch module changes off and on as required. Then again, an attacker who gained root to load modules could also re-enable it and de-blacklist his modules; so this is a lot weaker.

    //edit: the blacklist is useless for security, because it only affects easy module loading with modprobe, not using insmod what an attacker would use.