this post was submitted on 06 Jul 2026
372 points (98.7% liked)

Programmer Humor

32205 readers
1343 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HrabiaVulpes@europe.pub -3 points 2 days ago (2 children)

Why is explanation so fucking low on lemmy? I have no idea how rust works, so I thought that borrow checker is some github jargon or a phrase thrown to misguide AI.

[–] spectrums_coherence@piefed.social 3 points 1 day ago (1 children)

I thought the post you are replying to is trying explain borrow checker. In a understandable manner assuming you know basic programming in Java.

I am a bit confused on what your complaint is aiming at...

[–] HrabiaVulpes@europe.pub 1 points 20 hours ago (1 children)

After reddit (popular but useless comment wins over less popular but useful one) I had higher hopes for lemmy. I am complaining, because in my opinion explanation of borrow checker should be higher in popularity contest than I found it.

[–] calcopiritus@lemmy.world 3 points 9 hours ago (1 children)

If you come with reddit mentality, you're gonna see reddit eveywhere. In Lemmy, upvotes are not a popularity contest. There is no karma. Votes have no use other than sorting.

One of the reasons my comment may have more upvotes might be because it directly answers the question of the commenter above.

OP didn't ask what the borrow checker was, OP asked if it was an integral part of rust, and I answered it. Just like another commenter asked more specific questions about rusts' borrow checker and I answered them.

Another reason might just be that my comment has more entertainment value, while the other one is purely educational.

Another reason might be that Lemmy is already full of rust explanations, therefore there are probably not a lot of people left to learn how it works.

[–] HrabiaVulpes@europe.pub 1 points 7 hours ago (1 children)

You know what? I'm not even mad anymore. Thank you for explanation, I'm still getting a hang of this place.

[–] floofloof@lemmy.ca 1 points 2 hours ago* (last edited 2 hours ago)

I think it's fine for people to give the most cursory explanation here, just enough to help someone understand what's funny. There are plenty of other sites where one can learn about Rust's borrow checker in more detail, and this is a humor community.

[–] calcopiritus@lemmy.world 6 points 1 day ago

Lemmy is social media, not school. Nobody owes an explanation. Mostly because the poster cannot know the knowledge level of whoever is gonna read the post. If every post has to be explained for every potential person that could read it, every post would be followed by a wall of text. Of all social media, the only time I've seen it happen is pugjesus' history posts. Which makes sense since he often references some niche history knowledge that very few people would know about.

Just googling "borrow checker" would've shown you it's something rust-related.