• 0 Posts
  • 15 Comments
Joined 29 days ago
cake
Cake day: August 25th, 2025

help-circle




  • kinda is the performance also though, that’s the reason I switched from Windows just over a year ago. My laptop battery was horrible. on win11 I might get maybe an hour out of it. Also for whatever reason Windows insisted on constantly removing my Wifi adapter completely where the only “fix” was completely reinstalling the OS. I had enough and switched to linux.

    My laptop battery now lasts 3+hours and haven’t had any issues with wifi. Also as an added bonus I noticed better performance/higher FPS with games as opposed to Windows on the exact same machine.




  • I prefer to pay artists I like directly either via merch, patreon, or going to their concerts.

    for my music? soulseek/nicotine+ on my server.

    the problem is Spotify is by far the best streaming platform out there, bar none. I’ve tried the other’s like Tidal and Deezer and what have you and just didn’t like them. Amazon Music was absolutely horrible. The only other alternative would be youtube music with an adblocker. How do I find new artists? youtube shorts believe it or not.

    But yeah I’d rather pay the artists directly.


  • I do freelance/consultation dev work and I’d say most of my clients are having this problem right now. But this is a problem of their own doing. Most got rid of their dev teams and instead leveraged AI and less than a handful of junior devs to essentially just be prompt monkeys. I eventually get called into these places to code review the slop that got churned out and the majority of the time the solution is to start from scratch without heavily utilizing LLM’s that got them into this situation in the first place. The problem is though they now need to hire competent senior level devs again. But they can’t.

    They place ads on linkedin, indeed, etc and then get absolutely hammered with resumes written by AI. The vast majority of which are resumes from people that are either incredibly unqualified or are from like India. They again had to stop using AI to read them because naturally it’s just pulling the bullshit from the pile of bullshit it’s being fed. The ACTUAL devs that are applying get lost in the shuffle. Now they have to manually comb through all the resumes and verify that they’re not AI crap before even attempting to read it.

    So it wouldn’t surprise me if places are just giving up and no one is getting hired. I can speak for myself and other consultants I personally know that we’re having to turn down work because we’re booked solid and don’t have the time. I’ve run out of people to refer jobs to cause we’re all in the same boat.

    The industry axed a metric shit ton of people and now needs them back and they simply can’t find them.


  • the other night a friend of mine wanted to switch to Linux and was dead set on using Pop!_OS after reading about COSMIC and seeing some images of it on unixporn. He even asked an LLM about the best distros for his rig and what he liked to do and the answer was Pop!_OS. So he asked me to help him install it. I suggested other distros but no, dead set on using pop.

    Live boot USB and the entire time during the install it’s complaining about not being able to connect to the internet while being connected to the internet. After the install, it locks up immediately on logging into the OS. try again, ok not locking up now. start doing some apt installs/updates - it crashes. Finally get it to a stable state and try installing steam and a game to test out the nvidia stuff that the LLM claimed Pop was fantastic for. Game crashes. system locks up again.

    I eventually say “dude, I got cachyos on this usb too…wanna try that instead?” fine, install CachyOS (which gives you the option to install COSMIC during the install) everything just works. no more crashes, everything is smooth, his games work flawlessly. COSMIC crashes. just the DE. switch him to KDE and that was that. no more issues.

    I’m honestly a bit worried about System76. They put all their focus on COSMIC and it feels like with each alpha release it progressively gets worse. I mean during the early Alphas I was seriously considering daily driving it but with each alpha release it just “felt off” and a bit slower/worse with more features added (and there aren’t many). the OS has noticeably gotten worse because it hasn’t been worked on. Even the distrowatch reviews for it have gotten worse.

    But hey if you want GNOME with a tiling toggle then have at it. It’s just weird that its taken them this long for something that doesn’t have much to it and it’s not very good.



  • yeah I don’t get it either. tiling I guess. the problem is, they’ve progressively made it worse.

    There’s just something “off” about Cosmic that I can’t but my finger on. In the early alphas it was good, decent for being an alpha. But with every release, to me at least, it just feels like it’s gotten worse. slower, features that haven’t really been expanded on, etc. It just looks/feels like GNOME with the option of tiling. the options for customization, much like GNOME, are limited. no where near what you could potentially do with KDE. the thing is though if you want a DE with basic tiling then it stands out. its good for that. I mean sure you can get tiling with KDE if you use something like Krohnkite but that on it’s own is pretty janky for certain things.

    I dont’ know it’s weird. I once went from early alpha using COSMIC as a daily driver to now trying it out again and immediately getting rid of it. maybe I’ll give it another swing today.


  • in your case I’d say Fedora with a DE you can customize to your liking. Honestly just go for a KDE Fedora then you don’t have to think about it.

    I’d also say CachyOS but that might be out of your ballpark. Cachy just works. yes it’s Arch based but it’s by far the best Arch based distro out there. Monthly, on the dot, updates and works with whatever DE/WM you want to throw at it. Hell during the installation it gives you a bunch of DEs/WMs to install with it and all have been customized to work with CachyOS so you don’t even have to think about it.


  • no prob. I think for certain situations immutable is good. Like in your cause where you use it at work, it makes sense to have a workplace on an immutable distro, just makes things easier. In my case since I’m a developer it also makes sense as the likely hood of me absolutely breaking something is high. plus with nix and the nix flakes and nix shell environments it makes developing a breeze.

    For someone at home who is NEW to Linux, yeah it also makes sense. For everyone else? meh I don’t really see a need for it if you know what you’re doing. Don’t get me wrong I love Arch and all its various forks, especially CachyOS, so I mean if it works for you then why go immutable? there’s no right and wrong distro for a user, it’s whatever they prefer. Hell a buddy of mine uses Slackware and will never move from it.


  • I get it. I recently switched to NixOS from Arch and I absolutely love it. I would routinely go buck wild with Arch and eventually my system would just be populated with garbage or half assed things that I never bothered to fix. With Nix I don’t have that choice. If I fuck around with the config well then it’s not rebuilding and I need to actually fix it. It prevents me from breaking my system. If I do somehow many to break something then I can instantly roll back from the grub OR just retrieve a backup copy of my config which I keep on my server backup and my private git instance. Just have to git clone it.

    So I was once one of those anti-immutable people but now I get it and i love it.