Any idea how it’d look if broken down into distros? I’m assuming enterprise support would be favoured so Red Hat or Ubuntu would dominate?
Any idea how it’d look if broken down into distros? I’m assuming enterprise support would be favoured so Red Hat or Ubuntu would dominate?
I’m not convinced that immutable distros are beginner friendly yet.
Nobody has mentioned immutables yet?!
I finally dipped my toes into trying a new distro over the summer and have been really impressed with Project Bluefin. All the familiarity of Gnome for existing Ubuntu or Debian users but with a completely hands off rolling update experience.
The main drawbacks are the slight complexity of how the fuck to install stuff on an immutable system. In theory you use Homebrew for CLI apps and flatpak for GUI apps but I’m really not a fan of installing from sources other than the original dev.
The correct term is Fowl Fiddler
Not necessarily. An insurrection might overthrow the maintainers before they can push the release
Lemmy is so insanely anti company. I agree with being pro open source but the hissy fit people threw when one repo changed one thing was insane.
There have been so many announcements that a release candidate of a release will be coming out /soon/. It’s utterly pointless non-news.
Please can this drivel be banished.
Wait until 3.0.0 is actually released and then post it for discussion.
It’s just the natural evolution of language. Rules become loser over time
Is your issue somebody profiting from including the work in a collection? If so non-commercial might achieve your aims. Just add a note that people can reach out to you directly for commercial use.
CC BY-NC-SA 4.0
Creative Commons Attribution-NonCommercial-ShareAlike 4.0
The funding.json file requires a full name email and phone number. Absolutely ridiculous. People are already scraping git commit emails for spam mail, this is just making their lives easier
Anything is better than minetest which sounded like a hastily written debugging mod for Minecraft
I had the same issue so wrote this down when I figured it out
gpg2 --quick-generate-key hello@example.com ed25519 default 0
gpg2 --quick-add-key <FINGERPRINT> ed25519
gpg2 --list-keys --with-subkey-fingerprint --keyid-format long
I usually wrap my USBs in a few layers of tape to reduce the leakage
The ability to prioritise and pin results from different sites is what won me over. Pinning stackoverflow helps filter a lot of junk when resolving programing issues, and when working with geometry I’ve pinned or prioritised a few different resources that better explain the mathematics
Kagi is pretty decent. It’s worth supporting else the space will continue to be dominated by advertising monopolies.
Is that your experience with the OS or cosmic?
Honestly, it’s not as important. These projects are working with very limited resources, typically dependent on free labour. Accessibility is incredibly hard to get right and half arsing it isn’t going to work. The priority should be pushing out a reliable, working prototype that people want to use. Once that’s accomplished you can refocus on expanding the features.
Demand for reliable multi monitor support is going to be far higher than screen reading capabilities.
A few IDEs already provide some help with YAML. Rider will tell you if you’ve screwed up the YAML for a GitHub Actions workflow, and possibly docker-compose as well
How regularly do you really need them? Surely by the time you come to reinstall an OS there’s already a later version available, doesn’t it just make sense to create a fresh USB each time?
For example about a month ago I installed Project Bluefin on a couple of devices so that USB is lying around somewhere. But in the meantime the maintainers have rotated the update signing keys so that month old installer is now redundant.
Because developing a tool solely for a roundtrip test is probably a waste of time. Perhaps it’s an easier exercise than I think but I would have thought you could manually test it far quicker and more thoroughly than by automating the process