Spyke

Replies

memes

Comment on

Probably New Zealanders too.

Reply in thread

I think it's more related to the language importance than it's size. We have continental countries (Russia, Brazil, etc) that you can also drive for a week without leaving and learning English is important there.

If the world had chosen another language for communication probably US citizens would need to learn another language still.

linux

Comment on

Can someone ELI5 why some apps need to support X11/wayland?

As an addition to other responses, think that most apps (specially smaller ones) are developed using some framework or set of libraries that might or might not support those protocols.

So let's pretend that I have an app buit using Electron and that framework does not support Wayland. There's nothing I can do on the app side until Electron supports Wayland in this fake example.

So it actually takes time for the libraries to support the new protocol and then app developers to update their apps to support it aswell.

That's why you see that the Wayland migration is incremental and not all at once.

linux

Comment on

Did we kill Linux's killer feature?

Nowadays I don't even bother with upgrades anymore. Snaps and Flatpaks auto updates automatically, and for system updates Ubuntu notifies once a week.

For me the experience nowadays is better than before, where app updates are tied to system updates, meaning that older bases (like Ubuntu LTS) got behind on some softwares.

memes

Comment on

This community lately

Reply in thread

Don't be like them and generalize everything. Browsers are complex piece of software with many use cases. For mine for example Firefox works great without major issues. It might not be the case for you and that's fine!

linux

Comment on

Preparing to move from Ubuntu to Fedora

Why don't you install flatpak on Ubuntu, make the packaging migration before doing the OS migration so you can evaluate your workflow with the new packaging system? Afer you're used and confident with flatpak, backup and restore the flatpak folder into fedora and you transition should be smoother (don't need to worry with 2 stuff at the same time)

Comment on

File Browser vs Nextcloud

If you remove the app-platform role from Nextcloud by separately hosting the individual apps, what benefit do you get from having both Nextcloud and File Browser?

Nothing really. For almost any Nextcloud feature out there, you can find a server app that does the same.

But that's the point in my opinion. I don't want to waste time managing tons of apps if I can manage one Nextcloud instance. Nextcloud basically decides for me what's the best way to get those features running, so I don't need to figure out myself.

Now if you're into self hosting one container for each feature, go for it, no reason to not do so.