This would be great news if it would happen, and especially if it brings back allowing the engine to be embedded.
Postgres is better, but embedded Postgres isn’t something that’s going to happen.
How hard is clevis to setup?
I’ve seen it referenced for encrypted servers, but I haven’t tried setting it up.
Unencrypted boot is unfortunate. What are PCR registers?
I do encrypt my drives, and it’s not as transparent in Linux as it is in the others. I’m sure I could get a TPM setup for seamless boots, but I haven’t done that yet.
For mobile drivers, I still encrypt, but that locks them to one OS since LUKS isn’t cross platform. There is VeraCrypt for cross-platform encryption, but that’s one more thing to manage and install.
Linux, and macOS, enables write caching by default and Windows does not. This is what you’re seeing.
Mounting the drive with “noatime,flush” (preferred) would adjust the write caching and mounting with “sync,dirsync” would turn off write caching.
Random peripherals get tested against windows a lot more than Linux, and there are quirks which get worked around.
I would suggest an external SSD for any drive over 32GB. Flash drives are kind of junk in general, and the external SSDs have better controllers and thermals.
Out of curiosity, was the drive reformatted between runs, and was a Linux native FS tried on the flash drive?
The Linux native FS doesn’t help migrate the files between Windows and Linux, but it would be interesting to see exFAT or NTFS vs XFS/ext4/F2FS.
Did the USB drive get excessively warm during this because it looks like the drive is throttling?
Incidentally, this is why I switched to using external SSDs. A group of 128GB flash drives I had would slowly fall over when I would write 100GB off files to it.
I need to run immutable distros more, and I need to figure out how to roll my own images.
Desktop side, I need certain things in the base image rather than adding more layers or using a container. Things like rsync, nvim, git, curl, lynx, etc.
Would immutable distros help reach more desktop audiences? Perhaps. It’s more about applications though. The biggest help has been electron apps and the migration to web apps. The Steam Deck is successful because it has applications people want.
Server side, they look really promising for bare metal servers. Provided, there is an easy way to compile custom images. Being able to easily rollback to a known good image is very enticing, as you point out.
I really wish Signal would have a “Pro” version. I would pay for that, but as it stands, there are many features missing which are needed in a business setting.
It’s great tech, but focused on the consumer space.
8x8 is the commercialized version of Jitsi, and they’ll do a BAA. They’re mainly a voip provider, so jitsi is rolled in with many other items.
Your time needs to be accounted for. What is your hourly rate?
5 minutes at $75/hr is $6.25, so $11.25 for the chicken.
It’s a satire of tech sites.
Distrobox/Podman support would be nice.
There are custom commands, but built in support with a menu would be nice.
Let’s bring C into this discussion if we want to talk about overused languages which aren’t fit for purpose. 😂
The ergonomics of Rust are better than C and C++, and programmer productivity is the metric which really matters.
Rust is compiled, and compiled languages are easier to deploy. Especially statically compiled languages like Rust.
Ada might better, but it needs to be updated.
Ada compiler development is also tied to a company which is moving to Rust, and the gnat toolchain developed by Adacore is “Open Source”, eventually, maybe.
I don’t have a reason to move away from the Fedora defaults except for monospaced fonts.
Terminal wise, terminus is my default. It’s so clean, and it looks good without anti-aliasing.
Roboto Mono is my current preference for monospaced fonts.
Adobe Source Code Pro and JetBrains Mono are good alternatives as well.
Gui to manage firewall. which one? did you try firewalld or opensnitch?
Which which one?
I use firewalld regularly. Firewalld isn’t a GUI, and it’s a wrapper around Nftables and/or iptables depending on the distribution.
I haven’t tried opensnitch.
Desktop icons. you mean the specific icons of an other OS, or something else?
Not having to use a Gnome extension to get desktop icons. 🙂 Although, other DEs aren’t much better.
Not having to recompile out of tree kernel modules after a kernel upgrade. manually, or even automatically? if it’s the first, check out DKMS
DKMS is setup, and I still have to plan my kernel upgrades due to the compilation time.
That would be Windows.
For server config management there are lots of tools. FreeIPA and Ansible will do quite a bit, but when getting into stuff to manage Linux desktops fleets there isn’t a lot of endpoint management out there.
Fleet Commander is the main effort out there, and then Red Canary.
There really isn’t.
It’s only every so often with extensions, and every release reduces the number of extensions I use.
I forgot about easy integration with iPhones. Tethering requires extra steps and I haven’t tried pulling files off.
Lots of code repos. Especially repos for programming languages, compilers, and Git.