

Copy&Pasted from somewhere.
Somewhere between Linux woes, gaming, open source, 3D printing, recreational coding, and occasional ranting.
🇬🇧 / 🇩🇪
Copy&Pasted from somewhere.
The IPv6 range is barely even used.
Yet.
Also I imagine that there will be a secondary market for IPv6 at some point.
Like there already is one for IPv4 addresses?
I stand by my point:
No-one will ever need a /48 range.
The ranges will become larger over time because “we have it”, and companies will get thousands of sections with figuratively unlimited IP addresses in them each.
With this huge ranges we’ll have the same problem with IPv6 in a few years that we already have with IPv4.
They not only force their user to buy their crap, they also intentionally and maliciously frame the AGPL in a certain way.
Spicy Pillow!
I did not, but of course you can. Either by using an adapter (maybe a printable one?), or – if it is an SSD – by just placing the drive there and hld it in place with one screw.
If there already is a drive installed you want to removed and there is no spare cover, you can also print one.
(You can of course buy the parts instead of printing them. Those adapters and covers are fully standardized and widely available.)
You could use dd
to create full disk images. This maintains everything.
There’s ydotool.
Absolutely none. On my setup everything runs fine either natively or with Xwayland.
I feel like nowadays it’s more specific web servers instead of a general purpose one. Also containerization often is a thing.
You summarize it quite well. But I would still recommend Arch (but as an Arch user since 2008 I am biased on this). Why?
And since you’re coming from Windows, you have to learn new stuff anyways. So why not dive head first into Arch?
Why do you consider AppImages as last resort?
Mainly because you cannot manage them properly.
Installing from the repos I have pacman, from the AUR I can use one of the various AUR helpers (most of them can forward repo package updates to pacman, so I really have just one command to update the system and all AUR packages).
When making my own packages I usually also put them in the AUR (plus, it is super easy to do make an own package and put in in the AUR) – and from there an aUR helper takes care about updates. Flatpaks can also be updated very easy by just running one command.
So: All of those have a specific location where they install and allow me to start them easily because they put a script/link somewhere in $PATH
. All of those can be easily maintained and updated.
Last time I checked, AppImages had none of those. Neither could I easily update all of them on my system, nor is there a dedicated location to place them, nor is there an “unified” (i.e. something in $PATH
) way of starting them. I have to manually check for updates, re-download the whole thing, replace the current AppImage file in an arbitrary location.
This is just how I do not want to maintain my programs.
My personal order:
Repositories > AUR > Making an own AUR package > Making an own package not in AUR > Flatpak > Using an alternative to that application > consider if I really need it > AppImage
Actually at one point I was pondering making a LLM assisted news website that would be very clear about what is generated, what is not, what were the prompts, what was the process.
I am pretty sure that this is already the case for most of those “online journalism” sites, minus being clear about using AI.
Most of those sites likely take news ticker messages (Reuters, DPA, AP, etc.) and have an AI write a 4 paragraphs article and then their system links certain keyword to advertisements and place advertisement banners around and in between those paragraphs.
If you know that a text has been generated by an LLM, you read it differently
Personally I prefer not to ready any AI generated context except I entered a prompt by and for myself.
Maybe you can set it up for them? It’s really the easiest way + it does not cost anything that’s not paid for already anyways (electricity and an Internet connection).
Navigating a combination of the distro’s native package manager (apt, pacman, rpm, whatever), snap, flatpack and still having to set up the maintainers’ custom repositories to get stuff that’s even remotely up-to-date somehow
This sounds like a you problem, to be honest. If you want the most up-to-date software, just use a distribution that updates very often or uses a rolling-release concept.
The different UI toolkits, desktop environment, window manager and compositor seem to be fighting each other.
If you use one of them, not that much. If you start mixing them it becomes a huge mess. At one point in time I had Ubuntu installed, running Gnome, but having Openbox as window manager set. It was an absolute mess. Nowadays I think it’s even more of a mess, especially with gnome and this stupid Adwaita library with the stupid CSM.
But I happily ran pure Openbox on X11 for a decade and run labwc on Wayland since ca. 2 years now.
I do a lot of .NET programming and photo editing. I could probably replace VS with VScode or Ryder but it’s an additional hurdle. For photo editing, I haven’t found a single thing that fits my workflow the way Bridge, Camera Raw and Photoshop do.
Then stick with Windows. Or run this software in VM with GPU pass-through and KVM. I really don’t see an issue here. Use the tool that best fits your needs.
You can selfhost MediaWiki usingntheir official Docker image.
Updated, thanks.