Spyke

Replies

lemmy

Comment on

Is Lemmy gaining or losing active users over time?

See here. The graph for six month active users is a little glitchy (I think because lemmy.ml was listed twice under two different URL).

There does seem to be very small growth in 6 month active users, not as fast as a few other fediverse platforms (such as friendica and writefreely) . but i got my fingers crossed that third party lemmy tools will create some really compelling features and help push the adoption of lemmy (I think addons can enhance open source software, like how firefox addons helped firefox adoptions).

Comment on

Lemmy v0.18.3 Release

Update on lemmy finances (not including cryptocurrencies)

patreon: $1,591/month

liberapay: $374.22 per week (about 1609 per month)

open collective: $2082 (29/6/2023 -> 29/7/2023)

Assuming 63K active users , the per user monetization of 0.08 dollar per user (Reddit's revenue per monthly user is roughly $1.19).

Estimated developer salary for the two main developers is about 2600$, estimated median salary for developer in the US is about 10K a month.

For comparison firefish made about 1424$ ((29/6/2023 -> 29/7/2023) with an active users count of 11868 (or 8146 if you don't count calckey, which i think is important because they added a pop up asking for donation, but i don't know if that is after the name change) so that gives a per user monetization of 0.11 dollar per user ( or 0.17 not counting calckey).

Corrections are welcomed.

linux

Comment on

Is Ubuntu deserving the hate?

It's pitched as a open source operation system, yet the snap store is closed source and vendor locked, one of the reasons some of us use Liniux is because we prefer open source (and there are rational justifications for that).

Hate is a strong word, but there is legitimate criticism, I also think the closed source nature of snap led to the fact that it has no volunteers and that eventually caused malware to appear on the snap store multiple time, it never happened on flathub as far as i know.

Today for beginner i think opensuse and linux mint are better.

Regarding debian having old packages , i use nix but it is fairly immature, flathub should also work.

Comment on

*Permanently Deleted*

You can do a "thumbs up" on github, iirc the developer said last time i talked to him is that this is what they use for prioratization.

Here is the list of the most "thumbs up" issues on github for the "lemmy" repo.

We could always use rysolv (a bounty platform), that can different from "I want this" and "i think it is important enought to risk some of my money for it".

Comment on

Is Lemmy growing or shrinking?

Yeah it's probably not doing great, compare lemmy active user count to that of writefreely , it does a lot better, even the number of servers is increasing, the number of other projects starting that compete with lemmy (piefed, sublinks) is also not a great sign .

Not trying to belittle anyone, i just believe in the importance of negative feedback and defensive pessimism.

On a more positive note, the amount of donations lemmy receive (which i think should correlate with high quality usage of the platform) has increased moderately (see november 2 numbers when they started posting the numbers with current numbers) .

Comment on

600 more active users in the last few days, from 47225 to 47827 in two days

It is lower from where it was in june (48.472) and the data seem to indicate a negative trajectory , also lemmy donations seem to be the lowest i remember them to be.

So i would not get too confident, the project IMO needs to focus on highly requested killer features. My impression they focusing too much on technical issues that don't seem to be really important in a way that reminds me of the infamous The CADT Model rant of Jamie Zawinski. Do we really need to do a UI rewrite?

linux

Comment on

Why Wayland adoption to have official support in programs is so slow?

good is the enemy of excellent. X11 works for most users (almost all the users?) well. You can see that with the adoptions of other standards like the C++ standards and IPV6 which can feel like forever.

Another thing I think one of the X11 maintainers mentioned iirc is that they have been fairly gentle with deprecation. some commercial company could have deprecated X11 and left you with a wayland session that is inferior in some ways.

linux

Comment on

Building a Linux Phone

I suggest adding a license . i recommend a copyleft license (there are copyleft licenses for hardware. for example the cern licenses).

I also suggest setting up a open collective. i suspect people might be more inclined to donate to a non profit then to for profit companies like purism and Pine64.

linux

Comment on

Linus Torvalds on the state of Linux today and how AI figures in its future

That said, Torvalds continued, "Rust has not really shown itself as the next great big thing. But I think during next year, we'll actually be starting to integrate drivers and some even major subsystems that are starting to use it actively. So it's one of those things that is going to take years before it's a big part of the kernel. But it's certainly shaping up to be one of those."

I don't know about that, languages which are based on standards (c++ , javascript, c) seem to have much better enduring popularity, i don't want to see rust becoming less and less popular which will lead to less available developers (like what is happening with ruby).