• 2 Posts
  • 69 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle



  • I use Bazzite on my Steam Deck because I wanted to get LUKS encryption for the hard drive (and otherwise do not wish to manually maintain the computer). I cannot take what is effectively a general purpose PC out and about without encryption. Especially not with the current political climate in my country (USA).

    From dealing with SteamOS, I am already familiar enough with how to set up a full dev environment on the immutable distros. So while that is not a challenge for me, it is still a hassle to deal with. I’d rather just directly install my libraries and binaries rather than do workarounds in containers (and then remember the containers).

    I think we’ll truly be in the immutable desktop distro future when I can do something like install the base distro image AND simply dnf install something (e.g. nvidia-vaapi-driver or gcc) on top without having to layer it with rpm-ostree. That is, my dnf installs should transparently live on top of the base distro, and that way my base system will never break even if something on top of it does. The problem with layering with rpm-ostree is you are running the risk of a future failed upgrade. It would be like if your MacBook said “sorry, you installed a weird XCode library and therefore we cannot upgrade the OS” – and that should obviously never happen. Restoring my computer to a base state could be as simple as dnf remove * or a GUI option to “Revert to base + keep user files” and that should leave me with a functioning basic system.

    Anyway, even though I only use an immutable distro on one device I do see it as the future of Linux desktop computing. I am not up-to-date with the development efforts, but I think we’ll eventually reach a day when using and configuring it, even for advanced users, will be no more difficult than traditional distros. Maybe by 2030 that will be the case.

    I made my remarks w.r.t. rpm-ostree and the Fedora family of distros because that’s what I use. Obviously the other immutable distros have their own versions of these tools and their own versions of solving the problems related to them.






  • When I was in unspecified foreign country I went to a graveyard with my family. It was very different in that the bodies were buried basically right next to each other and you basically just walk over the bodies of the interred to get to where you want to go.

    It was a bit distinct from how we do it in America where, much like our suburban houses, you have to have a pointless giant green lawn surrounding where the body is buried.


  • Just yesterday I asked Llama 3.3 70B params how to do something. I was pretty sure it wouldn’t be able to tell me the right command to run because I knew beforehand I was asking it something really obscure about how to use tar. I gave it all the relevant details. Imagine my surprise when it… told me the blatantly wrong thing. It even invented useless ways of running the command incorrectly.



  • A few remarks:

    • Mullvad is not the only acceptable choice just for torrenting. If your objective is just to subvert copyright trolls, any (non-Israeli) VPN that has a track record of not keeping logs will do the job.
    • FitGirl is great and all but let’s not forget DODI. One thing I seriously dislike about FG is while she gets the best compression rates, it’s at the cost of like 6x the time to unpack the games. There are probably still more reputable sources for games
    • If you want to use your computer without everything being on the VPN, you will have to either use containers (Linux), virtual machines, or explore split-tunneling features in your VPN client if available.


  • Earlier today I went onto youtube in a private window and looked up a video for some old video game. Then I went back to the homepage. I was just smacked with rightwing and sexualized content in the recommendations once the home page was populated. There are a lot of good content makers on YouTube, but it’s an absolutely trash website.

    I don’t know if there have been studies on this, but I would not be surprised if social media platforms (particularly YouTube and Facebook) in the last two months have pivoted hard into promoting more reactionary content, and that they are responsible over the last 15 years for generally promoting conservatism.





  • There is another issue on their tracker that was opened many years ago about relicensing to GPL, but it kind of became one of those things where a bunch of people came in and discussed it back and forth to death with no resolution.

    I remember the lead developer of the Rust version of Coreutils gave a talk about the project once and he addressed the licensing question by essentially saying (paraphrasing), “I don’t care about this. So I just picked one.” You’d think someone so involved with open source as that guy (seriously, he has a hugely impressive pedigree) would care, or would at least give a justification.