this post was submitted on 15 Nov 2023
57 points (96.7% liked)

Programmer Humor

37192 readers
828 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 27 comments
sorted by: hot top controversial new old
[–] PeWu@lemmy.ml 8 points 2 years ago (1 children)

Can confirm, that after learning rust, my friend automatically converted to femboy with an owner. (Saw their Twitter bio)

[–] MickeySwitcherooney@lemmy.dbzer0.com 8 points 2 years ago (2 children)

One of my friends came out as trans shortly after telling me they enjoyed Rust.

[–] itslilith@lemmy.blahaj.zone 2 points 2 years ago

... I realized I'm trans shortly after starting to learn Rust. Are you telling me there's a casual link?

[–] ShitOnABrick@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Can comfirm I played the game rust and became the greatest racist there ever was 🏎🏎🏎🏎🏎

[–] Metal_Zealot@lemmy.ml 5 points 2 years ago* (last edited 2 years ago) (1 children)

Are you saying dessalines is a hot femboy?

[–] swab148@startrek.website 3 points 2 years ago

Let's ask him @dessalines@lemmy.ml

[–] IHeartBadCode@kbin.social 3 points 2 years ago (1 children)

Maybe I'm not Rusting enough.

[–] embed_me@programming.dev 1 points 2 years ago

Correct.

Source: am a crusty-asian

[–] shiveyarbles@beehaw.org 1 points 2 years ago

It's like a shower for developers

[–] M68040@hexbear.net 1 points 2 years ago

FORTRANposting

[–] A7thStone@lemmy.world 1 points 2 years ago

I am a simple man. I see Astolfo, I upvote.

[–] tetris11@lemmy.ml 0 points 2 years ago (8 children)

Rust: it will take 10 months to build the app you want, but it will run super fast.

Zig: it will take 10 days to build the app you want, but it will run super fast.

You get to pick one cult. Which one is it?

[–] unique_hemp@discuss.tchncs.de 11 points 2 years ago* (last edited 2 years ago) (2 children)

Rust: works

Zig: segmentation fault

[–] space_comrade@hexbear.net 4 points 2 years ago* (last edited 2 years ago)

Also no higher-order functions like map, filter, reduce etc.

Really weird design decision for a brand new language.

Comptime is pretty dope tho, I wish Rust had that instead of relying on macros so much.

[–] CanadaPlus@lemmy.sdf.org 1 points 2 years ago (1 children)

So how is Zig different from C or C++, then?

[–] ledtasso@lemmy.world 1 points 2 years ago

Much nicer than C, much simpler than C++, much less cruft than both.

[–] savedbythezsh@sh.itjust.works 9 points 2 years ago (1 children)

I'd like to point out, the value add of Rust isn't speed, it's safety in a low-level language. C is also just as fast, it's just that Rust guarantees safety in a wide class of potential catastrophic bugs with little to no runtime overhead, by using the design of the language and compiler.

[–] tetris11@lemmy.ml 2 points 2 years ago

That's very true. My main issue though is the steep learning curve

[–] ILikeBoobies@lemmy.ca 4 points 2 years ago

Rust has cute crab

Zig has scary lizard

[–] AVincentInSpace@pawb.social 4 points 2 years ago

I dunno man... having "no macros" as a selling point?

[–] __ghost__@lemmy.ml 2 points 2 years ago

Never heard of zig before, thanks

[–] wischi@programming.dev 2 points 2 years ago (1 children)

Zig isn't even v1 and without any API stability guarantees.

[–] Nighed@sffa.community 4 points 2 years ago (1 children)

It finished even faster when it crashes right?

[–] frezik@midwest.social 4 points 2 years ago

Development paradigms spearheaded by MySQL and PHP, where it was discovered that you can be really fast if you don't care about getting the right answer.

[–] crispy_kilt@feddit.de 2 points 2 years ago* (last edited 2 years ago)

Idk I just wrote a simple cli tool in 2 hours in Rust. Complete with arg validation, actually helpful --help output, and parallelisation.

[–] kazaika@lemmy.world 1 points 2 years ago

I wanted to try zig a couple of times now but was always put off by lacking tooling and generally bad compiler errors. Its kinda hard to justify spending time on something if you see the compiler point out an error inside a standart lib zig file and there is no directon for a fix whatsoever. Im hoping it'll get better because the language seems really great

[–] Omega_Haxors@lemmy.ml -1 points 2 years ago

OK you got me.