this post was submitted on 13 Nov 2024
764 points (96.0% liked)

Greentext

4379 readers
1513 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 79 points 1 day ago* (last edited 1 day ago) (3 children)

I'm pretty sure Java doesn't have pointers, so writing a hello world application isn't gonna fuck up nearly that hard.

The one thing he forgot though is that your source file is probably in the folder

com/companyname/net/classes/factory/factoryfactory/worker/lib/bin/refresh/jdk/model/ui/closebutton/press.java

And spread out among a bunch of other directories, and the java file is like...3 lines. But there are 10k files spread all around directories like this that are all 3 lines a piece with a class definition.

[–] [email protected] 33 points 1 day ago

Everything in Java is a hidden pointer

[–] [email protected] 17 points 1 day ago (1 children)

wait, so when .io gets deregistered, are a load of companies going to have to rename their root directories and rewrite all of their include statements?

[–] [email protected] 39 points 1 day ago* (last edited 1 day ago) (1 children)

Thankfully, despite naming them like that, it doesn't actually seem to have any real purpose. Apparently they just wanted to make sure that different companies making different libraries didn't accidentally use the same name for their project....

[–] [email protected] 9 points 1 day ago

That’s exactly the reason. And also no company is going through the bother to refactor that shit, so everything is named based on some other company 5 mergers and acquisitions ago.

[–] [email protected] 4 points 1 day ago

They have sort of pointers, like references, that can be null...

You just "new" stuff to it and let the "garbage" collector deal with freeing stuff up. When it feels like it.