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/)ML
Posts
0
Comments
58
Joined
2 yr. ago

  • I throw dust jackets away immediately, because I think they're an abomination and books look and feel better without them. And then I dog-ear the pages because it gives them character.

    I must be extra chaotic extra evil.

  • Yogthos is the kind of piece of shit that "critically supports" bombing Ukrainian kindergartens and maternity wards as long as, somewhere in the world, at least one Western tear is shed over it. Blocking them makes the fediverse far less unpleasant.

  • Unless "read-only" is being enforced by hardware (reading from optical media, etc), a compromised sudo user can circumvent anything, and write anywhere. A read-only flag or the root filesystem being mounted from somehwere else are just trivial extra steps in the way.

    Improved security != extremely secure, is all I'm saying. There are a lot of things that go into making a system extremely secure, and while an immutable root filesystem may be one of them, it doesn't do the job all on its own as advertised in this post.

  • A Raspberry Pi 3b is about as plug-and-play with wifi and audio out as you can get, for $35 usd. 64-bit, Arch ARM has an image for it, the support and community are the absolute best you can get in an SBC, pretty much anything you could possibly want to do with it will have a blog writeup guide that sonebody's already done. If a 4-core 1GHz processor and 1GiB of memory are suitable for the software you want to run, that'd be my go-to.

  • They do actually want to ban Buck Angel from using the men's room, and this is the point I always use to illustrate the real hatred underlying this issue. They want people like Buck to be forced into the choice between facing arrest for using one bathroom, or facing violence for using the other. That's the only point of these measures - to make violence and legal threat the only two options available.

    The goal is to ban trans people from existing in public.

  • Training and familiarization helped me a lot with that exact feeling. I had the same feeling about circular/table saws. My dad was a carpenter, and those things freaked me the hell out - one tiny mistake could have devastating consequences, and that was all I could think about when I was around them. But with careful instruction and exposure, learing to use and be more comfortable with them, that feeling was gradually replaced by calm and confidence, and they changed in my mind from these objects of terror into valuable tools. There was still fear, but it was a healthy, respectful fear.

    I went through the exact same process with guns as well. Some classes with a good instructor, giving you a chance to get more comfortable and familiar before you bring a gun into your home, could help a lot.

  • I have a 43-inch Insignia N10 that works great in exactly that role. Dumb TV with HDMI inputs, audio outputs, and that's about it. Best Buy's in-house brand, it was like 120 bucks about a year ago, when my Vizio TV from 2003 finally died in a way I couldn't fix :(

    The built-in speakers aren't great, definitely recommend hooking it up to something else.

  • More changes would be needed than direct uniform scaling - .22lr is rimfire, whereas .45acp is centerfire, for example, and their aspect ratios are different. The mass and strength of uniformly scaled-down parts also might not match the recoil and pressure provided by the smaller round, and might result in failure to reliably cycle the action or the gun bursting if the mismatch is too much.

  • The thing I remember most about this book is the heroic American Mary Sue rescuing an Icelandic damsel in distress from a traumatic sexual assault by Soviet soldiers, and then immediately afterwards she falls in love with him and they have sex in a hot spring or something. Standard conservative male military-nerd wish-fulfillment pulp fantasy written by a guy whose main protagonists are all thinly-veiled self-insertions.

    That said, as a fellow nerd, I love it when Clancy tells me all the little details about a submarine, and it's a fun read. But I wouldn't call it good.

    1. sysctl -w net.ipv4.conf.all.disable_ipv4=1
    2. sysctl -w net.ipv6.conf.all.disable_ipv6=0
    3. for link in $(ls /sys/class/net); do ip -6 addr add $(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2):$(openssl rand -hex 2)/128 dev $link; done

    Everything should work perfectly forever right out of the box with the above setup.