news
News 3mo ago
Jump
Trump rushed off stage after gun shots targeting him
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQQ
    qqq
    3mo ago 100%

    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
  • Even Apple finally admits that 8GB RAM isn't enough
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQQ
    qqq
    4mo ago 100%

    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
  • linux
    Linux 4mo ago
    Jump
    Linux user survey!
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQQ
    qqq
    4mo ago 100%

    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
  • A lot of dependence on Github
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQQ
    qqq
    5mo ago 100%

    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
  • linux
    Linux 9mo ago
    Jump
    Impermanent NixOS: on a VM + tmpfs root + flakes + LUKS
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQQ
    qqq
    9mo ago 100%

    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
  • Help Me With My Baby Nix Dev Environment
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearQQ
    qqq
    9mo ago 100%

    I was wondering if I am using a large package like TexLiveFull, how to make sure nix don’t delete large packages after I close the shell? I also don’t want this package to be available in my global environment, as I don’t need to use it outside vscode.

    There's a bunch of tools that solve this problem.

    https://github.com/direnv/direnv/wiki/Nix

    In the link above check out the table in the "Some factors to consider" section. However, note that it hasn't be updated since May 30, 2022. Many of those tools don't depend on direnv if you don't need its functionality.

    Personally, I use direnv and enable nix-direnv using these options:

    https://search.nixos.org/options?channel=23.11&from=0&size=50&sort=relevance&type=packages&query=direnv

    Here's an example of how I use direnv with nix-direnv.

    Edit: damn over wrote what I wrote to the first question with a response to the second question. Thank goodness for automatic file backups I have setup in Emacs.

    4