this post was submitted on 22 Feb 2024
915 points (95.7% liked)

Programmer Humor

18961 readers
473 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 96 points 6 months ago (3 children)

Mastodon is written in Ruby. Nowhere near as big as Facebook or the ML field, but hey, it's important to a couple of us at least :)

@programming @nifty

[–] [email protected] 36 points 6 months ago (2 children)

and therefore scales terribly ;;

[–] [email protected] 8 points 6 months ago* (last edited 6 months ago)

It probably wasn't a big deal when it was a niche project until Twitter imploded. Then all the public instances got overloaded with new users and the limits became obvious.

A better design is Lemmy which is written in Rust so it has far more scalability. It's compiled and because it's tokio / actix based, it can also do a lot more stuff asynchronously so it's not spawning thousands of threads to cope with concurrent requests.

[–] [email protected] 3 points 6 months ago (1 children)

@pkill Yeah seems that way, judging by their scaling up documentation: https://docs.joinmastodon.org/admin/scaling/

Although hey, it all depends on a whole bunch of stuff written in super optimised (and kinda scary) C !

@programmer_humor

[–] [email protected] 3 points 6 months ago (1 children)

Those docs look pretty easy to scale mastodon. What am i missing?

[–] [email protected] 4 points 6 months ago

@towerful I mainly program in Go, so when I see all that extra software I notice how much easier it is when I get to just rely on the Go runtime. It does a lot of the heavy lifting done here, but the resulting code is not as clean. Actually just today I read through Mastodon’s code to track down a bug in my in-progress ActivityPub service (in Go) and found the Ruby really easy to navigate!

@programmer_humor

[–] [email protected] 17 points 6 months ago

Hi there! Your text contains links to other Lemmy communities, here are correct links for Lemmy users: [email protected]

[–] [email protected] -4 points 6 months ago

Mastodon is written in Ruby. Nowhere near as big as Facebook or the ML field yet

FTFY ;)