• 2 Posts
  • 218 Comments
Joined 2 years ago
cake
Cake day: July 31st, 2023

help-circle





  • Wow, you weren’t kidding.

    • Ad: AI company.
    • Our sponsors: the same AI company.
    • #1: A code editor designed for AI
    • Ad: Another list website.
    • #2: Messaging app (no AI)
    • #3: Note taking and planning software… with AI.
    • #4: Screen recording software (no AI)
    • #5: Visual Studio Code extension for using AI to write internal tooling.
    • #6: Project management software (no AI?)
    • #7: A web interface for using AI models.
    • #8: A note-taking app (no AI)
    • #9: AI-based workflow automation software.
    • #10: Yet another AI code editor.
    • #11: A bookmark manager… with AI.
    • #12: A collaboration software suite (no AI)
    • #13: A different note-taking app (no AI)
    • #14: AI-powered social media management.
    • #15: AI personal assistant.
    • #16: Markdown-based wiki software (no AI)
    • #17: Rich text wiki software (no AI)
    • #18: A third note-taking app (no AI)
    • #19: A LLM interface.
    • #20: AI-powered personal finance tool.

    Over half of the first 20 items focus on AI, and that’s not even considering the ads.





  • They won’t because they’d rather play the victim

    I often find myself in political discussions with Republican voters, for some of them, this is spot on.

    One of the most flawed arguments I have heard is that the Republican Party wants to release the Epstine files, but they can’t because of the Democrats.

    When I pointed out that they control all branches of government, and the only way they Democrats would be able to prevent them from doing that is if elected Republican representatives chose to vote against it, I was told it was still the Democrats fault… because they would cancel and persecute anyone even remotely associated with the people on that list.

    The ones who still support their party’s leadership and direction are clearly master gymnasts im dodging accountability and performing as the victim. It’s not the Republicans’ fault— It’s the Democrats fault. And when it’s not the Democrats’ fault, it’s still the Democrats fault, but for a different reason.







  • Does Steam Deck not have rpm-ostree (or an arch equivalent since RPM is fedora-specific)?

    Steam Deck has a custom solution involving an A/B partition scheme of immutable btrfs filesystems and overlayfs for layering changes on top of that.

    Also, what about distrobox?

    If there’s a way to install containerization software with Flatpak, maybe. Docker isn’t available out of the box, though.

    I haven’t really tried to do anything package manager-related on my Deck, so I’m going on what I know from Bazzite, but there are several ways to install non-flatpak software on it. In fact, I even installed yay on an Arch distrobox, and I can install things from the AUR (as well as the official repositories).

    You can use pacman, but it’s volatile and requires making intentional changes to restore its functionality.

    The first option is to disable the read-only flag on the root filesystem, then set pacman back up so it can pull packages. Whenever the root filesystem image is updated, you’ll lose the changes, though.

    The second option is to add an overlayfs to persist the changes in a different partition or inside a disk image on the writable storage. There was a tool called “rwfus” that did this, and it worked well enough if you were careful. If you ended up upgrading a package that came installed on the base image, though, it would end up breaking the install when the next update came around.

    With all the caveats, when Valve made /nix available as a persistent overlay a couple of years ago, I just bit the bullet and learned how to use Nix to install packages with nix-env -i.




  • Somehow I feel like mentioning Nix and NixOS is the new ‘I use arch btw’.

    “I use Nix btw”

    Rolls off the tongue in the same way. And, honestly, “I use Arch btw” just isn’t the same hipster know-it-all contrarian meme that it used to be. It has a graphical installer now, and a popular retail device (the Steam Deck) comes with a user-friendly derivative of it installed out of the box.

    Meanwhile, NixOS has a huge learning curve that’s off-putting to most non-technical users and even Linux hobbiests. I mean, really—having to configure everything through a functional programming language masquerading as a configuration file format? That’s just the kind of thing that would attract masochists and pedants!

    I use Nix btw.