172
top 29 comments
sorted by: hot top controversial new old
[-] onlinepersona@programming.dev 43 points 2 days ago
[-] Ajen@sh.itjust.works 28 points 2 days ago

The unicyclist on the left is saying the bicyclist is only riding a bike because they don't have enough skill for a unicycle. The unicyclist on the right is saying they can't learn to ride a bike because they've spent too much of their life riding a unicycle. It's a dig at people who don't want to switch to memory-safe languages like rust.

[-] sukhmel@programming.dev 21 points 2 days ago

It's a dig at people who don't want to switch to memory-safe languages like rust.

Now that's a stretch, it could be anything (no, it couldn't, although I think this may have application to some other pairs of languages)

[-] CanadaPlus@futurology.today 16 points 2 days ago* (last edited 2 days ago)

Yeah, Rust is simply the big one right now. It could just as easily apply to people in the 1960's who didn't want to adopt structured programming, or a compiler at all.

[-] ZILtoid1991@lemmy.world 5 points 2 days ago

I personally prefer the memory safety tools offered by D over Rust. D also doesn't come with const by default, and you can even opt out of the RAII stuff a certain graphics driver developer boasted about in the Linux developer mailings (RAII can be a bad for optimization).

[-] CanadaPlus@futurology.today 9 points 2 days ago

I feel like this has come up before, and D is not memory safe. It has some helper-type features, but at the end of the day it is still C-like.

[-] ZILtoid1991@lemmy.world 3 points 2 days ago

Not if you opt in it. You can even put @safe: in the beginning of your D source code, then you'll have a memory safe D (you have to opt out by using @trusted then @system).

[-] CanadaPlus@futurology.today 5 points 1 day ago* (last edited 1 day ago)

Alright, I'll actually dive into the research again...

Oh, I see, D is garbage collected, so really it's more like Java or Python. Maybe that's what I'm remembering. Also, @safe code sounds like it's pretty limited - far more limited than non-unsafe Rust.

Basically, if a language had been Rust before Rust showed up, Rust would have been a non-event. They solved a problem that was legitimately open at the time.

[-] Ajen@sh.itjust.works 3 points 2 days ago* (last edited 2 days ago)

I mean, that's just my interpretation. I don't think it's a stretch though, switching to memory safe languages like rust has been pretty big recently.

How did you interpret the comic?

[-] sukhmel@programming.dev 2 points 2 days ago

I should have added a '/s', but I thought it is somewhat obvious, it really reminds of all the 'git gud at C instead of doing Rust'

[-] Ajen@sh.itjust.works 4 points 2 days ago

Yeah, hard to tell without the /s unfortunately.

[-] stingpie@lemmy.world -4 points 2 days ago

I am both the left guy and right guy. If you can't program without using a memory safe language, it's a skill issue. But I also don't want to switch to rust because I like the challenge of manual memory management. (Also rust's syntax and semantics looks like it was designed by a monkey attacking a typewriter.)

[-] Ajen@sh.itjust.works 10 points 2 days ago

I write C++ professionally. Saying it's a skill issue doesn't solve the problem. If a dev with 15+ years of experience still isn't writing memory-safe C++ (ie. some of the people I work with), they're not going to learn now.

And if you're a project manager and you choose to use C++ because your team says they like the challenge then you should be fired.

Of course none of this applies to hobby projects...

[-] stingpie@lemmy.world 4 points 2 days ago

Yeah, I'm not a model for good programing. I don't program professionally, I just like challenging myself in my hobby projects.

[-] sukhmel@programming.dev 3 points 1 day ago

I tried to learn assembly for that, but never did after all

[-] CanadaPlus@futurology.today 7 points 2 days ago

Please tell me you just code golf or similar, and aren't making things for people to actually use and maintain.

[-] stingpie@lemmy.world 5 points 2 days ago

No, I don't do anything professionally. I just enjoy challenging myself.

[-] BradleyUffner@lemmy.world 16 points 2 days ago* (last edited 2 days ago)
[-] BatmanAoD@programming.dev 3 points 2 days ago

Or Stockholm Syndrome

[-] Kecessa@sh.itjust.works 5 points 2 days ago

I think it would be clearer if we saw the person on the bike pass by and the last panel was just the character laying on the ground

[-] kamen@lemmy.world 23 points 2 days ago

If all you have is a hammer, everything else looks like a nail.

[-] Aurenkin@sh.itjust.works 9 points 2 days ago

What if you only have a nail?

[-] kamen@lemmy.world 8 points 2 days ago
[-] Aurenkin@sh.itjust.works 4 points 2 days ago

What a twist

[-] SatouKazuma@programming.dev 5 points 2 days ago

Then get ready to learn Rust, buddy.

[-] bjoern_tantau@swg-empire.de 8 points 2 days ago

And then a baby on a tricycle drives by casually.

[-] azi@mander.xyz 1 points 1 day ago

this looks like writing in the large seal script

[-] TheReturnOfPEB@reddthat.com 2 points 2 days ago* (last edited 2 days ago)
this post was submitted on 05 Nov 2024
172 points (91.3% liked)

Programmer Humor

19480 readers
175 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