834

cross-posted from: https://jlai.lu/post/6002282

He revealed the secrets !

you are viewing a single comment's thread
view the rest of the comments
[-] force@lemmy.world 11 points 5 months ago* (last edited 5 months ago)

Because software devs have the weeks/months to learn vulkan every time they want to use a GUI for their job, or to learn compiler design whenever they wanna use java for their job

[-] KindaABigDyl@programming.dev 0 points 5 months ago* (last edited 5 months ago)

to learn vulkan every time they want to use a GUI for their job

Not every time, just the first time. But yes. Devs should stop being so lazy

compiler design whenever they wanna use java for their job

Every dev should at least know the basics of language design and compiler design, yes. Again, you also only have to learn it once

[-] xmunk@sh.itjust.works 5 points 5 months ago

As someone who has written a DB handle... that shit is hard, I had to be extremely careful to protect against SQL injection. Everyone rolling their own is how we return to the Era of XSS and SQL Injection on every website. I'd prefer to have young devs use libraries and contribute as they gain knowledge.

[-] KindaABigDyl@programming.dev -3 points 5 months ago

that shit is hard, I had to be extremely careful to protect against SQL injection

People need to learn to be careful

[-] xmunk@sh.itjust.works 4 points 5 months ago

They do... but the road to naturally learning that lesson comes with the cost of enabling botnets and destroying businesses. Maybe there should be a qualification exam to be a developer but when there isn't we need to make sure more junior developers have the best tools they can get to fight against foot guns.

Also, on the topic of security, a lot of good senior level developers don't have the specialized knowledge to do shit like build a password validation system that isn't vulnerable to a timing attack or know what a timing attack is...

And timezones, fuck timezones, I've written code that correctly handled timezones (and subsequently threw it away when Canada decided to DST on a different weekend). Imagine how shitty it'd be if we constantly had to reinvent the wheel when it came to timezones.

Oh, and forget about databases... do you know how fucking hard it is to write an ACID compliant WAL? The reason postgres is the default open source database (and why so many databases are just layers built on top of postgres's engine) is because it's fucking hard. Mongo still (IIRC) has consistency issues, they were a tech darling for half a decade and can't manage to NoSQL as well as Postgres.

Also, good luck building a GUI with anything more complicated than curses style box art characters.

I started mildly disagreeing with you but I disagree even more that I've thought about other tools people would need to roll on their own.

[-] KindaABigDyl@programming.dev -1 points 4 months ago

a lot of good senior level developers don’t have the specialized knowledge to do shit like build a password validation system that isn’t vulnerable to a timing attack or know what a timing attack is

Please don't tell me that. It's terrifying

[-] indepndnt@lemmy.world 3 points 5 months ago

Honestly, why? We've got billions of people driving around in cars they don't know how to build. Is that a problem too?

[-] KindaABigDyl@programming.dev 0 points 5 months ago

Yeah. Kinda actually

[-] Valmond@lemmy.mindoki.com -1 points 5 months ago

The best developers are the laziest.

I'd take a dev slowly using a library with a one liner than a noob writing 500 lines of code doing the same thing any day.

[-] KindaABigDyl@programming.dev 1 points 4 months ago

That's how you end up with the unmaintainable state that enterprise software is currently in. "Just Works" mentality is a cancer

this post was submitted on 14 Apr 2024
834 points (97.3% liked)

Programmer Humor

19145 readers
362 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