Spyke

Replies

Comment on

Internet forums are disappearing because now everything is Reddit and Discord. And that's worrying.

Subreddits were not a problem before since they were accessible on the web without needing an account. But now reddit is gradually locking them down behind authwalls and things like not letting search engines index (other than Google).

Lemmy communities dont have this problem and because lemmy is federated, its resistant to such enshittification (plus you can easily create your own lemmy instance for only your team). So imo they are a good alternative to forums (and reddit) and a good solution to this problem.

linux

Comment on

Huawei's New Laptops May Run Linux, not HarmonyOS Next - OMG! Ubuntu

Reply in thread

It was a skin, now its a completely different OS. The initial version, HarmonyOS, was based on Android/Linux, the new HarmonyOS Next, is a proprietary version (or successor) of HarmonyOS based on an open source project/OS, OpenHarmony. It uses a new microkernel instead of the linux kernel.

OpenHarmony is essentially an open source base for making an operating system on top. Its not like the Linux kernel, in the sense that its not just a kernel (in fact you can use the linux kernel with it), but rather a bunch of components people can build upon. And since it uses a permissive license, you can build a proprietary OS on top of it (like the HarmonyOS Next).

Huawei actually launched OpenHarmony many years back but it was not ready for phone usage yet. It was only with the launch of the 5th version that Huawei was confident enough in it to start using it on their own phones.

Comment on

Lemmy Just Broke the 54k MAU Record Set During the 2023 API Exodus!

The MAU of lemmy.world is ~18,600 which is a bit greater than the combined MAU of the next 7 instances (a big help here is lemm.ee which has ~7000 MAU). This is a really healthy spread of users and it means we don't lose lemmy if the biggest instance goes down.

Compare that to Mastodon, where mastodon.social has more MAU (~372,000) than the combined MAU of the next 30 instances at least (I gave up counting). Thats not healthy for the ecosystem. Though tbf the total MAU of mastodon is ~899,000 so without mastodon.social they will still have ~527,000 but it will be very spread out.

Comment on

I reckon this is the usage distribution of Lemmy servers that we'll end up with.

Reply in thread

I dont think its the software* but the instance that matters. Everyone being on lw is not good (not that there is anything wrong with lw, just that centralization is bad). Thankfully most lemmy apps nowadays default to lemm.ee which should hopefully counter most of the centralization. Lemmy apps should rotate the default server when it gets too big which will help a lot (also shows the impact defaults have).

*Software would have mattered if the main devs instance was also the biggest. Or a very popular lemmy client defaulted to their own instance. With lemmy thats not the case.

linux

Comment on

*Permanently Deleted*

Reply in thread

Let Linus see through the Rust inclusion in Linux. I dont think it will go well without him. He is well respected in the Linux community so people are more willing to compromise with him.

firefox

Comment on

*Permanently Deleted*

This is apparently an old issue that somehow got resurfaced again (pull).

tl;dr dev had enabled remote debugging back when the project was new to make debugging easier, apparently forgot about it, someone noticed and reported it, dev apologized and said he was learning and won't do it again:

Maybe I underestimated the actual risk of this? Yes, but again, it was probably on the first month of development, we learn from our mistakes so we can now provide the most private and secure experience we can. Thanks

linux

Comment on

Will this Lenovo Thinkpad (AMD) work well with linux, or should I go intel?

AMD and Intel both have very good linux support. On that note there shouldn't be much of a difference.

In fact, AMD GPU drivers are quite a bit ahead of Intel on Linux. And the AMD laptop has a significantly more powerful iGPU plus it has DDR5 ram. So it should give you noticeably better performance.

More problematic could be the wifi chip, fingerprint reader and maybe the camera.

Wifi nowadays works well on Linux so I don't think that should be much of a problem. Intel Wifi usually has better support though.

Cameras also mostly work though the IR sensor might not work.

Fingerprint support on linux is 50/50 (from linux-hardware, it seems fingerprint on similar models is not working unfortunately). If you know the exact fingerprint reader model on the laptop you can check if it has linux support.

Thinkpads usually have good support on Linux overall so I won't be too worried with either option. I couldn't find the exact models on linux-hardware.org, however I did find similar models:

All AMD models by this name (E14 Gen 6)

All Intel models by this name (E14 Gen 5)

21M3002TGE

21JK0009SP

linux

Comment on

EU OS: A Fedora-based distro 'for the public sector'

Reply in thread

I mean Fedora is open source but if they really wanted a european base, they could have gone with opensuse. AFAIK opensuse is the only fully european linux distro plus they use many of the same tech that redhat/fedora does.

Ultimately I think it doesn't matter too much since even the linux foundation is based in the US and large parts of what makes the linux desktop are maintained by non-EU companies (on top of all the major projects hosted by Github, Gitlab including most of Flathub). If its all open source, I think the risks are pretty low e.g. huawei was able to use Android despite all the restrictions.

linux

Comment on

System76 Releases COSMIC Alpha 6 Desktop Environment

Reply in thread

Its written in Rust, is a completely new code base so not held back by tech debt, and is a clean DE while still being fairly customizable even now.

I personally don't care why system76 felt the need to code a new DE from scratch, Im just glad they did it. It has given us a whole new ecosystem of GUI toolkits, apps, etc. for linux written in Rust.

Comment on

Gaming chat platform Discord in early talks with banks about public listing

Reply in thread

depending on which client you use, the ui can be very discord-like (this is cinny): https://raw.githubusercontent.com/cinnyapp/cinny-site/main/assets/preview2-light.png

Also matrix has calls (at least element does), though not sure about screen share. And since when was discord e2e?

I ll admit matrix was for a long time really slow but matrix 2.0 largely solves this and other usability issues. Calls and screen share are still not standardized but its all being worked on.

With matrix, its not just about building one app, its about building a decentralized ecosystem all connected by the matrix protocol. So things tend to take more time.