this post was submitted on 28 Sep 2024
680 points (96.1% liked)

Programmer Humor

19331 readers
8 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] qaz@lemmy.world 2 points 2 weeks ago (1 children)

Could you give an example of something related to hardware that most developers don't know about?

[โ€“] 0x4E4F@sh.itjust.works 15 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Simple example, our NASes are EMC2. The devs over at the company that does the software say they're garbage, we should change them.

Mind you, these things have been running for 10 years straight 24/7, under load most of the time, and we've only swapped like 2 drives, total... but no, they're garbage ๐Ÿคฆ....

[โ€“] ByteOnBikes@slrpnk.net 9 points 2 weeks ago (2 children)

Accurate!

Developers are frequently excited by the next hot thing or how some billionaire tech companies operate.

I'm guilty of seeing something that was last updated in 2019 and having a look of disgust.

[โ€“] 0x4E4F@sh.itjust.works 4 points 1 week ago (1 children)

Well, at least you admit it, not everyone does.

I do agree that they're out of date, but that wasn't their point, their software somehow doesn't like the NASes, so they had to look into where the problem was. But, their first thought was "let's tell them they're no good and tell them which ones to buy so we wouldn't have to look at the code".

[โ€“] Ziglin@lemmy.world 2 points 1 week ago (1 children)

That sounds extremely lazy. I'd expect more from a dev team.

[โ€“] 0x4E4F@sh.itjust.works 1 points 1 week ago* (last edited 1 week ago) (1 children)

Me too, but apparently, that wasn't the case.

My reasoning was, they'd have to send someone over to do tests and build the project on site, install and test, since we couldn't give any of those NASes to them for them to work on the problem, and they'd rather not do that, since it's a lot more work and it's time consuming.

[โ€“] Ziglin@lemmy.world 1 points 1 week ago (1 children)

Couldn't they remotely connect to them?

[โ€“] 0x4E4F@sh.itjust.works 1 points 1 week ago* (last edited 1 week ago)

Yeah, they tried that a few times, the software would glitch and Windows would either BSOD or just freeze (had something to do with how their HASP dongle license communicated with the software and the drivers it used, nothing to do with our issue whatsoever, lol). In the end, they had to come down and debug the issue on a separate rig and install. We just couldn't have those interruptions in production.

[โ€“] Ziglin@lemmy.world 1 points 1 week ago

If it's publicly accessible it likely has a bunch of vulnerabilities so I too understand that look.