The Linux Thread - The Autist's OS of Choice

Thanks. Unfortunately it's not GTK so it looks kind of weird in GNOME but it's a lot closer to what I want.

I've been messing around with Linux since the days when kernels still had to fit on a 1.44 MB floppy, so this is far from my first go at it, but this is the first time I've felt like the experience is essentially complete. Every time I've tried to full-time Linux I've ended up having to go back to Windows, usually due to instability or lack of hardware support, but this is the first time I've had almost everything "just work". The only things I lack support for are some of my gaming peripherals, but PCI/USB passthrough to a Windows VM gets around that. There's still annoyances like my monitor refresh rate not reverting back to 100 Hz on boot-up, but otherwise it's at the point where I don't miss anything except certain apps like foobar2000.
Foobar2k runs pretty well on Wine, so you could always try that. If anything - I miss Foobar2k a lot too, nothing else compares to it.

As for the peripherals and the monitor, you might need to check for drivers or any additional quirks that they might have and that you have to configure, but you've got it all under control it seems. Enjoy your stay!
 
Last edited:
People need to make peace with containers. They solve an incredible number of problems on the "we write and maintain your software" side of things.
The only thing I find containers useful for is quick deployments for servers. Run multiple game servers with a Debian container and they work like a charm. Not that running it normally is bad, having them separate from one another is nice. Eats up less resources to (at least I think).
 
Thanks. Unfortunately it's not GTK so it looks kind of weird in GNOME but it's a lot closer to what I want.

I've been messing around with Linux since the days when kernels still had to fit on a 1.44 MB floppy, so this is far from my first go at it, but this is the first time I've felt like the experience is essentially complete. Every time I've tried to full-time Linux I've ended up having to go back to Windows, usually due to instability or lack of hardware support, but this is the first time I've had almost everything "just work". The only things I lack support for are some of my gaming peripherals, but PCI/USB passthrough to a Windows VM gets around that. There's still annoyances like my monitor refresh rate not reverting back to 100 Hz on boot-up, but otherwise it's at the point where I don't miss anything except certain apps like foobar2000.
If you don't mind running a dedicated media server, Jellyfin works pretty well. There's desktop jellyfin media player you can use to interface with it and it looks good in gnome. I dabbled in rhythmbox, clementine, and the like but am most pleased with jellyfin currently.
 
If you don't mind running a dedicated media server, Jellyfin works pretty well. There's desktop jellyfin media player you can use to interface with it and it looks good in gnome. I dabbled in rhythmbox, clementine, and the like but am most pleased with jellyfin currently.
My music collection is already on my NAS, so that is an option. I will look into that.
 
Snaps are fucking up even server software now. The documentation for Certbot (the automated Let's Encrypt script) tells you to just use Snap now, and the alternatives are now just "just use Docker or pip lol". How about fuck off and use the distro's repository like everything else?
The fucking canceraids of snaps (or even flatpak from what I can see) is awful, and distros pushing it on you is worse. My favorite as someone who takes a lot of pictures is that no image editing or rawfile processing software I've used - let me be clear, NONE of it at all - asks for the 'removable storage' permission, so it can't talk to an SD or XQD card, and none of them have the slightly different sandbox permission to let it access network storage.

This is intensely crippling for anyone trying to do anything photos. And it's default, and the answer is 'ask the package maintainers to redo the package, lol'. Yeah "snaps just work".

Also they basically remove any possibility of hardware acceleration due to their sandboxing, so it's just a non-starter for any image apps.
 
My favorite as someone who takes a lot of pictures is that no image editing or rawfile processing software I've used - let me be clear, NONE of it at all - asks for the 'removable storage' permission, so it can't talk to an SD or XQD card, and none of them have the slightly different sandbox permission to let it access network storage.

This is intensely crippling for anyone trying to do anything photos. And it's default, and the answer is 'ask the package maintainers to redo the package, lol'. Yeah "snaps just work".

Also they basically remove any possibility of hardware acceleration due to their sandboxing, so it's just a non-starter for any image apps.
What the fuck? Not being able to load or import from a media card makes photo software fucking broken. I guess in some sense it is the fault of the package maintainers, at least when it comes to Debian/Ubuntu. Some of that shit gets so out of date that it breaks dependencies. My VPS running rtorrent/rutorrent and some retarded issue with the curl3/curl4 meme because of it.
Also
>no hardware acceleration
Like GPU acceleration? Lol, for my pirated version of Lightroom I have to disable GPU acceleration otherwise it glitches the fuck out and I don't enjoy the 700 millisecond delay in preview rendering. If I wanted to stay in 2003 I wouldn't have bothered getting new hardware ;)
 
What the fuck? Not being able to load or import from a media card makes photo software fucking broken. I guess in some sense it is the fault of the package maintainers, at least when it comes to Debian/Ubuntu. Some of that shit gets so out of date that it breaks dependencies. My VPS running rtorrent/rutorrent and some retarded issue with the curl3/curl4 meme because of it.
Also
>no hardware acceleration
Like GPU acceleration? Lol, for my pirated version of Lightroom I have to disable GPU acceleration otherwise it glitches the fuck out and I don't enjoy the 700 millisecond delay in preview rendering. If I wanted to stay in 2003 I wouldn't have bothered getting new hardware ;)
Correct. I looked up the bugs people file on this and the snap people go "Oh just turn on this permission" and you can't because although you can attach a permission as a user to a snap, it won't work unless the signing key for the snap asked for it in the first place.

A stunning violation of 'user control'.
 
You need to file a feature request for the removable-media interface. In the meantime you can edit a single line in the .yaml and rebuild for yourself with snapcraft.

Free as in you don't pay with money software.
Free as in "I'll run the .deb/.rpm/.whathaveyou" rather than stuff that belongs in walled garden ecosystems, thanks.
 
Free as in "I'll run the .deb/.rpm/.whathaveyou" rather than stuff that belongs in walled garden ecosystems, thanks.

Just like systemd vs sysv-init. You'll only have the freedom so long as other people are willing to put in tens of thousands of unpaid man hours to make it work.
 
Just like systemd vs sysv-init. You'll only have the freedom so long as other people are willing to put in tens of thousands of unpaid man hours to make it work.
systemd vs. SysVinit is like the fucking car analogy of the Linux world. More than 2 init systems exist, some of them a direct result of this development. Containerization isn't bad by itself. However, all of its current iterations are terrible. The runit of containers isn't here so, as far as I, a user, am concerned, it is bad. Coming Soon™️, just like Wayland and its compositors.

People need to make peace with containers. They solve an incredible number of problems on the "we write and maintain your software" side of things.
I applaud your optimism. So far, making things easier for developers only led to wider adoption of sloppily written bullshit using Python or NodeJS.
 
However, all of its current iterations are terrible.
This is the main problem. Permissions need to be more easily configurable by the end user and snaps should be able to request more permissions if they need them.

Instead we get stuff that's not locked down enough for me (Firefox) and stuff that's too locked down and it's not convenient to change.
 
  • Agree
Reactions: Frail Snail
1653479450709.png 1653479465583.png


That's not very cash money of them...
 
Since there's been photo chat in the last few pages, is there any good general purpose image organizer for Linux? I'm specifically looking for something that's able to process very large amounts of images which aren't implied to be coming from a camera (adversarial neural network stuff scraped from the web) and can quickly strip/add tags in bulk as well as remove duplicates. Auto rename would be nice too but I can just script that if needed. Shotwell blows at big imports and seems to have a seizure and fail silently when it runs into exif data it can't identify.

If ur ok with it, I'd maybe try running a live boot of Fedora; having used both I tend to prefer Fedora (currently on F36)
For me Fedora falls in between the stability and and newness compared to Arch and Debian based systems; thereby making it a good middle ground (props to RHEL too).
Many days later and I still can't get it to detect anything TB. Seems like the board is shot since even windows won't detect anything on the bus. At least it's still waranteed.
 
Back