AI's take on XML
Dead like any other Linux distro that is mainly a desktop.
The thoughtful, capable, and ethical replacement for Windows and macOS comes with a carefully considered set of apps that cater to everyday needs
Here's the issue, elementary OS is made for regular people who want a computer that works, an attempt at replicating macOS, and that same group of people need proprietary software like MS Office that isn't available under Linux. The alternatives won't cut it for people once they've to collaborate with other who use the proprietary stuff.
elementary OS is essentially a misguided marketing exercise where the founders / company failed to study and understand their target market.
I don't really get why the KDE guys still insist on this atrocious lack of padding / spacing between UI elements. Even Microsoft figured this out by now.
Yeah but at the same time you've ISPs that deploy routers that can initiate GRE tunnels between your network and their side for "support".
Exactly that's a job for the parser / consumer.
No, I'm kind of serious, the comment situation is already solved in JSON... about the rest yeah, Yaml might be easier but the different isn't that much. Non tech people can't edit Yaml properly either so.
There's a lot of JSON parsers that don't mind to see comments there, just ignore them. And there's also the "_comment" / "$comment" thing.
Yes, they could've just used JSON. Totally pointless waste of time.
Finally a decent Linux tablet that can actually replace many laptops. Only thing is that it would've been great with an i3-N300.
While I don't disagree with you about the potential of those alternatives they won't cut it for the average graphic designer... usually not due to the lack of features but most likely because of the network effects / dominant position that Adobe holds over their field. People who need to collaborate with others and are pressured to get stuff done can't afford the slightest compatibility issue.
The way to get Linux more appealing is to get proprietary software makers, like Adobe, Microsoft (Office), you know the actual things people need to do their job, to make software for Linux. Steam Deck is a good example of this, it works because Steam ported the games to Linux...
+1, this is poised to create issues and potentially ruin a few relationships.
OP's sister is used to Apple services and not even other payed cloud services come close to the level of integration Apple provides. It just works, is a real thing inside the Apple ecosystem and anything the OP might get will be inferior and she will complain.
On the day the service is down or something doesn't work / some update breaks the sync or wtv she'll just be there with an "entitled atitude" pressuring the OP to fix things.
This is like one of those situations where you have a LOT of work setting up and managing something and people will never recognize the work, help, split the bill or be patient. People are so expected tech to "just click a button" and everything just works and is free that they aren't even able to understand the complexity of what's behind it all and the amount of work it is required to get "a simple file sync" to work.
Expect bugs because NC is a pile of crap. She will get very annoyed, not even other payed cloud services come close to the level of integration Apple provides.
you have to comply with police orders to moderate your platform…
Your points are fair however, where does it stop? If the police says "make it all plaintext" then what happens? It is a police request after all.
This thing where chat platforms and others "need" to comply with police / govt orders and remove content is very tricky... should platforms really censor everything the govts ask for? What if it is a group chat about a corrupt political party in power (with proof)? The govt will say it is CSAM, them Signal will shut it down and our democracies are gone.
To make it really clear: I'm not for breaking the law, and I don't think that content should be on such platforms. The problem is that once you start removing that content the precedent will be abused to remove other actually important stuff because "it is CSAM" and the E2EE doesn't have ways to check if is is really CSAM nor should it be the judge of the content.
And what about signal? If some gov founds a group chat they don’t like, will they take it down? How will they even know if all the contente is encrypted?
CSAM? More like copyright infringement. CSAM is the usual cheap excuse to shut down everything because of the obvious social implications.
While I don't disagree with you, I don't believe that if MTProto 2 was breakable govts would be putting the shit show they're putting right now.
And here I was expecting 50$. lol they're selling a 190$ cheap rip off and didn't even bother to include hall effect joysticks? Cmon...
I sad that cutefish as a desktop experience is as dead as any other distro because unless we get proprietary software makers (Adobe, Microsoft, Autodesk etc) - things that most computer users want - making software for Linux the desktop won't go anywhere.
Maybe this will help you: https://linuxcontainers.org/incus/docs/main/backup/
How are snapshots with ZFS on Incus?
What do you mean? They work, described here, the WebUI can also make snapshots for you.
You should consider replacing Proxmox with LXD/Incus because, depending in your needs, you might be able to replace your Proxmox instances with Incus and avoid a few headaches in the future.
While being free and open-source software, Proxmox requires a payed license for the stable version and updates. Furthermore the Proxmox guys have been found to withhold important security updates from non-stable (not paying) users for weeks.
Incus / LXD is an alternative that offers most of the Proxmox’s functionality while being fully open-source – 100% free and it can be installed on most Linux systems. You can create clusters, download, manage and create OS images, run backups and restores, bootstrap things with cloud-init, move containers and VMs between servers (even live sometimes).
Incus also provides a unified experience to deal with both LXC containers and VMs, no need to learn two different tools / APIs as the same commands and options will be used to manage both. Even profiles defining storage, network resources and other policies can be shared and applied across both containers and VMs. The same thing can’t be said about Proxmox, while it tries to make things smoother there are a few inconsistencies and incompatibilities there.
Incus is free can be installed on any clean Debian system with little to no overhead and on the release of Debian 13 it will be included on the repositories.
Another interesting advantage of Incus is that you can move containers and VMs between hosts with different base kernels and Linux distros. If you’ve bought into the immutable distro movement you can also have your hosts run an immutable with Incus on top.
Incus Under Debian 12
If you’re on stable Debian 12 then you’ve a couple of options:
- Run the LXD version provided on their repositories: this will give you LXD 5.0.2 LTS that is guaranteed to be compatible with Debian 13’s Incus. Note that this was added before Canonical decided to move LXD in-house;
- Use the backported version as described here: https://linuxcontainers.org/incus/docs/main/installing/;
- Get the latest Incus pre-compiled from https://github.com/zabbly/incus and install as described above.
In the first option you’ll get a Debian 12 stable system with a stable LXD 5.0.2 LTS, it works really well however it doesn’t provide a WebUI. The second and third options will give you the latest Incus but they might not be as stable. Personally I was running LXD from Snap since Debian 10, and moved to LXD 5.0.2 LTS repository under Debian 12 because I don’t care about the WebUI. I can see how some people, particularly those coming from Proxmox, would like the WebUI so getting the latest Incus might be a good option.
I believe most people running Proxmox today will, eventually, move to Incus and never look back, I just hope they do before Proxmox GmbH changes their licensing schemes or something fails. If you don’t require all features of Proxmox then Incus works way better with less overhead, is true open-source, requires no subscriptions, and doesn’t delay important security updates.
Note that modern versions of Proxmox already use LXC containers so why not move to Incus that is made by the same people? Why keep dragging all of the Proxmox overhead and potencial issues?
There's comments in the specs and a bunch of parsers that actually inore //