@ryannathans Why bloat the kernel with the microcode for every intel processor that might need it (and there is a similar thing for AMD) when you don't have that specific processor? It does make more sense for it to be a separate, especially on memory constrained systems. I mean if you've got 256GB of RAM probably not a big deal but if you've got 256MB a big deal.
@DaPorkchop_ Oddly, if you build your own kernel and remove the system provided one, the package gets automatically removed as well which is weird, because it is really still needed regardless.
@lancalot Consider things like setting up mail servers and web hosting configuration, when you've got hundreds of virtual domains, when you've highly optimized apache compiled from scratch and modified to your needs, that is the kind of thing I'm talking about that is time consuming and I don't wish to do from scratch more often than is necessary.
@jherazob That's great, my experience has not gone as smoothly, I've ended up with dependency loops that in spite of my best efforts, I could just not readily resolve. Things like there is a new version of python required by the new apt, but it installed the apt before the python, so now I'm stuck with a system that has a new version of apt but old version of python, thus apt won't work to install the new python manually. I've not encountered this with Ubuntu but more than once with Mint, like I said my success rate with Mint has been around 50/50.
The big thing to consider is how much are you going to customize it and how many external apps are you going to install, because with Mint when the next release you are more likely than not going to have to re-install, with Ubuntu you will be able to upgrade in place. Snap is trivially easy to get rid of, I'm typing this from a Ubuntu-Mate 24.04 system with NO snap.
snap is easily excised, snap list, snap remove (everything in list0, apt remove snapd, only thing of importance is Ubuntu's introduction box and firefox, firefox can be installed directly from mozilla's repo. In my view the introductory box has zero value so no reason to install it.
What you are referring to as the system search isn't, it's only part of the default desktop. If you use anything but gnome you'll never see it.
@nate Thanks but no. Pubcrawl is the ActivityPub protocol, I've got that and it talks to Friendica fine. What I am looking for is the plugin to talk to ATproto used by Bluesky.
Temporary files can be created by user programs. On my machines, I made /tmp an in memory file system and also disallow execution or setuid/gid in this directory as much malware tries to abuse it in this manner.
@zwekihoyy If you look at any botnet on the net, it's going to be 99.999% windows machines, always. If you look at machines compromised by Ransomeware, that happens to Linux but rare, common on Windows. Windows is like a 20 year old asphalt road, patches upon patches.
@OpenStars I would argue that it hasn't become that, it was that well before Musks takeover.
@cerement I don't have menus covering anything, they are pulldown menus, with respect to keybinds, there are only so many keys on a keyboard, and usually I want to actually produce input to some application with them, don't care for OS to get in the way here either.
@CameronDev I never applied the real time patch before it was integrated in 6.12, so I have no previous experience to compare to. And with 6.12, I can only go by documentation at present because the realtime configuration breaks my graphics so I have no display. But I have worked in audio studios in the past where they used it and claimed it helped. I can only take their word, but I did mention the tradeoffs earlier, if you do more context switching it is going to eat more resources, so if you are resource saturated it's going to slow you down instead of speed you up. I am anxious for the driver issue to be resolved so I can try for myself on my hardware. I am particularly curious to see how my i9-10980xe (18 core / 36 thread) machine will respond to it. That is the machine this friendica runs on so I really need to know it's going to be stable before I even try it, but that machine does have nvidia rather than UHD630 graphics so may work.