Skip Navigation
Jump
Trump rushed off stage after gun shots targeting him
  • collapsed

    I don't see this word in the article. I'm guessing OP changed the title or perhaps CNN did after the fact. Nothing surprises me anymore.

    3
  • Jump
    Even Apple finally admits that 8GB RAM isn't enough
  • I once went for lower CAS timing 2x 128MB ram sticks (256 MB) instead of 2x 256s with slower speeds because I thought 512MB was insane overkill. Realized how wrong I was when trying to play Star Wars galaxies mmorpg when a lot of people were on the screen it started swapping to disk. Look up the specs for an IBM Aptiva, first computer my parents bought, and you'll understand how 512MB can seem like a lot.

    Now my current computer has 64 GB (most gaming computers go for 32GB) at the time I built it. My workstation at work has 128GB which really isn't even enough for some workloads we have that use a lot of in-memory cache.. And large servers can have multiple TB of RAM. My mind has been blown multiple times.

    2
  • Jump
    Linux user survey!
  • Why does "Why did you switch from*" have different options for each distro? Thought it was funny only NixOS had "toxic people" option. Guessing due to recent drama.

    2
  • Jump
    A lot of dependence on Github
  • I share your concern about over dependence, but for different reasons.

    There's a lot of metadata Github has that's not backed up in the git repo. For example. pull requests, issues, projects, milestones, wikis etc.

    There appears to be third party tools that can back this metadata up using Githubs API. I wonder if anyone bothered. Kinda doubt it.

    After the Google cloud UniSuper incident, I think it's clear that no org is immune from accidentally deleting everything.

    which somehow belong to Microsoft and is not good for privacy.

    It's hard for me to guess exactly what your concern is. There's nothing stopping you from using an anonymous account on Github to contribute. Or just connecting to it via Tor / VPN.

    If its mostly about sticking to principles, then you might like https://guix.gnu.org/ more.

    There's also these are projects you could contribute to:

    I think they're all using forgejo or some FOSS git forge. At least I think aux is still planning moving to forgejo. However, I'm not aware of anyone still planning to fork nixpkgs.

    5
  • Jump
    Impermanent NixOS: on a VM + tmpfs root + flakes + LUKS
  • Hmm, not sure. That's what I was going to call it at first. I couldn't find much either way, but I did find this which uses ephemeral to describe it. Perhaps I should rename it.

    1
  • willbush.dev Impermanent NixOS: on a VM + tmpfs root + flakes + LUKS

    <p>Ever since reading Graham Christensen's blog post, <a rel="nofollow noreferrer" href="https://grahamc.com/blog/erase-your-darlings">Erase your darlings</a>, I've been intrigued by the idea of opt-in state persistence. The concept has become known as impermanence , but I like to think of it as:</p...

    2
    willbush.dev Impermanent NixOS: on a VM + tmpfs root + flakes + LUKS

    <p>Ever since reading Graham Christensen's blog post, <a rel="nofollow noreferrer" href="https://grahamc.com/blog/erase-your-darlings">Erase your darlings</a>, I've been intrigued by the idea of opt-in state persistence. The concept has become known as impermanence , but I like to think of it as:</p...

    0
    willbush.dev Goodbye Non-KISS Appliances

    <p>Yesterday, we gave away our ~6-year-old GE French-door refrigerator after a never-ending slog of repairs. At least the guy and his mother who came to pick it up have a side-hustle of repairing and reselling appliances. There's hope it won't end up in a landfill. He offered to sell me a 4-door Sam...

    10
    willbush.dev Fast OCR to clipboard

    <h1>Just give me the text</h1> <p>I wanted to share a surprisingly elegant solution I found to copying text into the clipboard where for one reason or another it's otherwise not possible.</p> <pre><code><span>flameshot</span><span> gui --raw </span><span>\ </span><span> </span><span>| </span><span>...

    2