this post was submitted on 15 Jun 2023
324 points (100.0% liked)

Programming

13226 readers
15 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

After the (temporary) defederation announcement of earlier i checked the Lemmy repo to see if there was already a ticket on the federation limiting option like Mastodon's that people mentioned Lemmy doesn't yet have. Not only i didn't find it, i also saw that there's about 200+ open tickets of variable importance. Also saw that it's maintained mostly by the two main devs, the difference in commits between them and even the next contributors is vast. This is normal and in other circumstances it'd grow organically, but considering the huge influx of users lately, which will likely take months to slow down, they just don't have the same time to invest on this, and many things risk being neglected. I'm a sysadmin, haven't coded anything big in at least a decade and a half beyond small helper scripts in Bash or Python, and haven't ever touched Rust, so can't help there, but maybe some of you Rust aficionados can give some time to help essentially all of Lemmy. The same can be said of Kbin of course, although that's PHP, and there is exacerbated by it being just the single dev.

you are viewing a single comment's thread
view the rest of the comments
[–] fastfinge@rblind.com 9 points 1 year ago (16 children)

How is PHP doing these days? It used to be hugely popular, but seems to have fallen into disregard in a lot of circles. I wonder if PHP being seen as a "easier" language than rust will attract more kbin developers?

[–] mrmanager 8 points 1 year ago* (last edited 1 year ago) (6 children)

Almost everything is easier than rust, except stuff like Elixir or Assembly and stuff...

But rust is just better than the others. Golang is also decent, it's fast (half the speed of rust is still very fast) and much easier to learn.

[–] Da_Boom@iusearchlinux.fyi 10 points 1 year ago (3 children)

I wouldn't say rust is harder, just different. There aren't really many languages that are safe in the way rust is safe... Ive done a bunch of intermediate rust tutorials and i actually got the hang of it pretty quickly

[–] toadmode@beehaw.org 1 points 1 year ago

a lot of rust's safety is basically the compiler enforcing things that are already considered modern c++ best practices

load more comments (2 replies)
load more comments (4 replies)
load more comments (13 replies)