

Framework also has used soldered RAM in the past. Getting their newest model to use modular RAM was quite the boast.


Framework also has used soldered RAM in the past. Getting their newest model to use modular RAM was quite the boast.


Not quite, no. Their DIY edition displays the options as you show, but if you select prebuilt then the options include Ubuntu.
I assume with DIY they offer Windows only as a quick way to acquire a license, it may not even be installed. Not sure if anyone can confirm if they just throw in a Windows USB.



My dynamic IP rarely changes. When it does, it gets updated by a Docker favonia/cloudflare-ddns image. I have yet to notice downtime.
Link layers? Alright GIMP, you’ve finally convinced me. This is 99% of smart objects from Photoshop and I think it’s finally time for me to seriously learn this program. No more dual booting for Photoshop.
Nah, having a useful tool built in is a good user experience, provided you can remove it. Windows fails on the second part. But I think OS’s should aim to have simple tasks covered by default apps such as Paint on Windows or Libre Office on most Linux distros, and an anti virus is probably a necessary install for many Windows users.
While true, I found myself mildly irked by the KDE emoji picker at times. On Windows, you focus an input, press Super+., and then can click any character and it immediately inputs so I can type out 🫵🍽️🤔 easily. On KDE it only copies the character, so the flow is (if I remember right) Super+., click a character, focus the input, paste, Super+., click a character, focus the input, paste…
I’ve found most Linux clipboard managers share the same issue of having to leave the text flow to copy an input and paste it again. Basically they are treated as separate apps rather than popups.


I would love to see alternatives/replacements to them that are less opinionated. If you aren’t ready to consign your entire library to destructive edits and file replacements then it really is hard to fit any arr program into your workflow. Because I have a few files I want to keep pristine and a few opinions on what gets downloaded, I’ve hit a snag every time I try to set up any arr program. Lidarr, for example, simply refuses to allow a root dir to be read only. I still have yet to get any up and running.
So no one else has to look it up, 120°F is 49°C
I would disagree. Almost every Windows tutorial I found for problems told me how to go through the UI. It was even hard to find tutorials for CLI at times because Windows doesn’t provide good CLI tools for things like switching audio devices.


This is the closest local app I’ve found yet, thank you! The UI is different from what I am used to, but it has support for all tags in both the editor and the browser including support for adding custom tags. I thought dynamic playlists don’t exist and was technically right, because they are accomplished with saved searches. I realised that after checking docs. Thanks for the recommendation!


It’s the closest we’ve got, but it does not have multiple tag support that I can see. :( I am not surprised that it lacks multi-artist, that is niche, but even the genre only supports basic strings. So to create an auto playlist that only matches the “Rock” genre, you have to use contains which then matches Hard Rock, Alternative Rock, etc etc. I know I’m picky lol, but worth documenting this to save time for anyone else as picky as me.


Rhythmbox unfortunately does not support multiple tags, that I can see. It combines genres into one and any artist tag beyond the first is completely ignored and unsearchable.

Amarok is a similar story, artists and genres are combined into one string. You can search them via “contains” but that is very imprecise.


Great recommendation on Feishin. Navidrome alone works for most of what I want as it does respect multiple artist tags, but the default web UI is subjectively bad and lacks any way to add smart playlists. Feishin solves both of those issues. I’ll be testing this further, it may just solve my browsing problems! I knew about Beets from a long time ago but never checked it out, I’ll have to see how that goes for my back-end needs. I have a feeling the disconnect between front-end and back-end will likely annoy me for a while as I try adding new files, but we’ll see.
I assume this is what you are trying to achieve by using a visual artist tag?
The display artist (a MusicBee-specific feature) is just an easy way to keep multiple artists in the artist tag while retaining a nice readable tag. For instance that artist tag would be Apashe; Wasiu but the display would be Apashe feat. Wasiu. MusicBrainz does something similar but uses artists instead of artist and artist instead of displayartist. Feishin displays the raw data nice enough I don’t mind losing the display though (it’s all in the tags anyway, no actual data loss there).


I’ve used it a lot on Windows! Quite handy for preliminary tagging. I haven’t used its file organisation though, but it could do the trick. I found the scripting language so obtuse though that I decided I’d rather tackle Python’s Mutagen library jank instead >_>


Probably in reference to the binary blob controversy. TL;DR Ventoy has always had unreproducible binaries in it and people want them buildable and documented for security reasons. If you want to go down the rabbit hole, here’s the currently active issue (there were several before this one): https://github.com/ventoy/Ventoy/issues/3224
The quality has held despite a drop in users.
I feel like I’m going mental over here because this has not been my experience. The quality has always been spotty, but the last few months I’ve noticed more and more posts linking to awful “news” rags or no source at all. Worse, I rarely see people questioning the lack of quality information, simply gobbling it up because it aligns with their world view. Plus 70% of the comments on this platform could be generated by a classic r/subredditsimulator style bot and nothing would change; the same 5 points about AI, capitalism, and Linux are made in every thread in the exact same style every day.
And yes I’m mostly talking about news communities because Linux comms are usually fine but repetitive and while I’d love to interact with non-news content there just… isn’t much being made.
It doesn’t have to be, but by nature of anyone being able to spin one up, people will end up on hobby instances.
Traditional social media is run for-profit and thus has an incentive to keep their website online as much as possible to keep their company alive by gaining users and revenue. And I would bet they do have backups. Hobby websites like fediverse projects often are can be run by any flaky nobody that can have varying motives and varying data retention practices.


In this nazi analogy it would be less of buying chairs and more the nazis giving away chairs for free that come with blueprints so if the nazis started installing spikes in their chairs people can just build their own from the blueprints, they just choose not to because it’s a lot of work. Which is fine if you don’t want those chairs, but a lot of people are fine with those chairs as long as the nazis don’t start any camps.
Yeah there’s a fair bit outside of home people don’t mention. Basically any system-level stuff: fstab mounts, all your system packages, /opt installs, config tweaks you had to do. It tales some time to get set back up after a while on the same install.
After having to reinstall a couple times myself I now don’t touch anything outside of /home by hand. It’s all scripted so that I can copy /home, run the script, and be back up and running. Well, theoretically, there’s usually a hiccup or two. But the peace of mind knowing it’s all (self) documenting is quite nice. Not for everybody of course.