this post was submitted on 22 Oct 2024
1532 points (96.5% liked)

memes

10679 readers
3062 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Doomsider 76 points 2 months ago* (last edited 2 months ago) (2 children)

I used to be all fucked up on drugs, now I am all fucked up on Linux.

Hooked on Linux worked for me!

[–] Agent641 13 points 2 months ago (1 children)

Haven't got time to do drugs now that I'm using Arch.

[–] fuck_u_spez_in_particular 1 points 2 months ago

But have you heard of NixOS? In case you still have time left...

[–] fuck_u_spez_in_particular 6 points 2 months ago (1 children)

Psst... Have you heard of Rust yet?

[–] davidagain 6 points 2 months ago* (last edited 2 months ago) (1 children)

I have nightmares where the borrow checker is shouting at me incomprehensibly about the literal bugs and I shoot them with the clone laser and the borrow checker stops shouting for ten seconds, but now there are two bugs for each original bug and Tim Berners Lee floats by saying it's not very idiomatic and I shouldn't expect to get to work on time if I just keep stopping along the journey to spend all my time cloning the bugs.

[–] fuck_u_spez_in_particular 2 points 2 months ago (1 children)

Haha. On a more serious note, it gets better over time. I recommend keeping a really functional programming style in Rust and only opt out to imperative programming, when it just makes sense (e.g. to optimize, avoid allocs etc.). I'd say Rust is currently my most productive programming language, because I mostly avoid the time-consuming debugging part due to the strictness.

[–] davidagain 1 points 2 months ago

Thanks for the encouragement, kind fellow former redditor.