this post was submitted on 22 Feb 2025
1540 points (99.2% liked)

Enough Musk Spam

2495 readers
2002 users here now

For those that have had enough of the Elon Musk worship online.

No flaming, baiting, etc. This community is intended for those opposed to the influx of Elon Musk-related advertising online. Coming here to defend Musk or his companies will not get you banned, but it likely will result in downvotes. Please use the reporting feature if you see a rule violation.

Opinions from all sides of the political spectrum are welcome here. However, we kindly ask that off-topic political discussion be kept to a minimum, so as to focus on the goal of this sub. This community is minimally moderated, so discussion and the power of upvotes/downvotes are allowed, provided lemmy.world rules are not broken.

Post links to instances of obvious Elon Musk fanboy brigading in default subreddits, lemmy/kbin communities/instances, astroturfing from Tesla/SpaceX/etc., or any articles critical of Musk, his ideas, unrealistic promises and timelines, or the working conditions at his companies.

Tesla-specific discussion can be posted here as well as our sister community /c/RealTesla.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] gravitas_deficiency@sh.itjust.works 54 points 12 hours ago (3 children)

Jesus fucking christ the interns who have neither seen nor heard of COBOL have also not encountered the concept of a sentinel value used as a fallback/default.

[–] PieMePlenty@lemmy.world 7 points 6 hours ago (1 children)
[–] AA5B@lemmy.world 4 points 4 hours ago (1 children)

Date time types have long since been based on a 64 bit number , at least in Linux. However the old 32 bit date time types are still there so older programs won’t break, and probably on emdpbedded systems.p. So it comes down to the apps: how many old apps or old embedded systems will still be around?

[–] PieMePlenty@lemmy.world 2 points 4 hours ago (1 children)

How many cobol systems are still around in 2025. If it works, don't fix it. And I have a feeling a lot of things will need fixing in 2038 lol

[–] AA5B@lemmy.world 1 points 3 hours ago (1 children)

It will be interesting to see that play out. The thing is the 238 prboem spas long been solved just like the y2k problem was.

The Linux datetime types were moved to 64 bit values long ago, so this problem is thousands of years out. The old 32 bit values was a limitation of older systems not handling larger values, but almost all hardware today is either 64 bit or has hardware support for 64 bit data. You mainly have some older embedded systems

But the legacy 32 bit APIs are still there so it doesn’t break backward compatibility. You have huge ecosystems of software that still use these APIs and may still handle datelines as 32bit. There’s no way to find them all, much less make sure they’ve been updated.

Just like y2k, 2038 will have been a long solved issue, that may still exist due to ancient or poorly written applications. All you can do is a huge effort of trying everything to find any remaining issues before they cause problems. I’m optimistic because y2k was a problem cased by every application handling their own dates, whereas for 2038 its cause was in an underlying data type that has long since been fixed. Surely all applications will have been rebuilt to the new API in that 20 year or so period, right? Right?

[–] Randelung@lemmy.world 2 points 2 hours ago

I expect governments to set up own time servers and reset it to 1970 before upgrading their old Win XP machines.

[–] sasquatch7704@lemmy.world 11 points 8 hours ago* (last edited 8 hours ago) (2 children)

What do you expect? most of the guys in "DOGE" weren't even alive on 9/11 I'm a bit surprised that they still have something in COBOL, maintenance probably costs o fortune, good luck finding young COBOL devs

[–] andros_rex@lemmy.world 2 points 5 hours ago

Is being a COBOL dev something that can get you jobs?

I’m pretty good at FORTRAN and would love that kind of “you have invaluable skills so we can’t get rid of you for being queer” gig.

[–] JackbyDev@programming.dev 6 points 7 hours ago (1 children)

I'm ready to learn COBOL. I will take up the torch. If you know good places to start, let me know. Last time I looked into it it seems way more involved than running stuff like Python, Java, and C.

[–] sasquatch7704@lemmy.world 4 points 6 hours ago

I see, you want that that Lamorghini, well if you really want udemy is always a good start. Personally the difficult part for me when learning a new programing language is not resources, it's the motivation to keep do it and I usually need a real project to work on. (10 years + dev)

Usually you find on github "awesome-XYZ" repos (ex: awesome python, awesome c, awesome go), but for cobol, most of the projects are dead

https://github.com/loveOSS/awesome-cobol?tab=readme-ov-file#email

[–] BeardedGingerWonder@feddit.uk 11 points 11 hours ago

These are the same interns that are pushing code in production, right?