this post was submitted on 31 May 2025
359 points (96.6% liked)

Technology

70995 readers
3254 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 6 days ago (1 children)

This dude came to my spouses work to do some sort of work/help (I don’t know the exact details) and someone wrote a doc he needed to review. It was a lot of work not just like a few notes but a proper doc and all he wrote back upon “reviewing” it was a thumbs up emoji!! 👍🏻 everyone was shocked lol, no feed back, no notes nothing just 👍🏻

[–] [email protected] 5 points 6 days ago
[–] [email protected] 142 points 1 week ago (1 children)
[–] [email protected] 44 points 1 week ago (2 children)

One Rich Asshole Called Lary Ellison

load more comments (2 replies)
[–] [email protected] 107 points 1 week ago

30 years of pain

[–] [email protected] 72 points 1 week ago (20 children)

Java was also my first introduction to programming as it was included in Computer Science in final year of school (at college, we did the trusty C).

I think they have replaced Java with Python now in schools because of the latter's popularity and also because many would argue, Python is slightly easier to learn than Java.

[–] [email protected] 66 points 1 week ago (14 children)

Python is easy, but it can also be infuriating. Every time I use it, I'm reminded how much I loathe the use of whitespace to define blocks, and I really miss the straightforward type annotations of strong, non-dynamically typed languages.

[–] [email protected] 1 points 6 days ago

Try 'Nim'. It is Pythonic language with static typing.

[–] [email protected] 31 points 1 week ago

Most overrated language imho. I actually enjoy Java more.

load more comments (12 replies)
[–] gravitas_deficiency 30 points 1 week ago

I don’t think weakly- or dynamically-typed languages are a good thing to base computer science curriculum around. Yes, it’s “easier”. But you will genuinely have a FAR better understanding the language and the logic you’re writing in it if you work in the scope of strong and static typing - or, at least have linters that force you to (e.g. mypy for Python)

load more comments (18 replies)
[–] [email protected] 50 points 1 week ago (1 children)

I remember Java being seen as the best thing ever in the 90's, and it was considered "cool" at that time. So cool even, that it became the programming equivalent of a hammer, every coding challenge looked like a nail for which you could use it.

[–] [email protected] 44 points 1 week ago (19 children)

It's a cycle all popular languages go through. First only experimental applications and super opinionated programmers use it. Then everyone wants to use it for everything. Then it finds a niche where it excels and settles.

I remember Java, C++, Python, and JavaScript going through those phases as well. Currently, everything is Rust.

load more comments (19 replies)
[–] [email protected] 50 points 1 week ago (1 children)

Lol, as Javanese, It's funny that Javanese ethnic name -> Javanese coffee -> Javanese programming language.

People still keep thinking that I was a programmer or making a typo of Japanese everytime I mention I speak Javanese.

[–] [email protected] 25 points 1 week ago (2 children)

The language was initially called Oak after an oak tree that stood outside

Things could have been a lot different!

[–] [email protected] 13 points 6 days ago

Oakscript does have a certain ring to it

[–] funkless_eck 10 points 6 days ago

"fucking oak what the fuck" still works so not that different

[–] [email protected] 42 points 1 week ago (1 children)

Java is IMHO one of the most underrated platforms outside of enterprise environments.

Most people also forget, that Java is not only a language, but also a platform, an ecosystem and active research is applied to many parts of Java.

Concerning Oracle: OpenJDK is actively supported by very different but big and capable companies (IBM, Amazon, Eclipse Foundation...). The quality of the language, libraries and documentation needs people which are payed to work on this, full time.

Bring to this the free IDEs one can get for Java - Eclipse and Netbeans are a little bit old school, but offer everything to build/debug and develop complex software.

Java is not my favorite programming language, but when I want to write interesting software and ensure it will be running for the next decade w/o significant changes, Java is really hard to beat.

Of course, in hindsight we know how to do a lot of things better as they were done in Java. Still, what other open source Language/Platform/documentation with the backing of capable companies and really independent and interoperable builds are out there?

One last note to all people which were damaged by Java in university or school: Usually the teachers/professors/lecturers have no real world experience of software development besides the usually university projects, and for the usual university projects which basically means getting small to midsize projects to run Java is total overkill.

Don't confuse this with real world software projects in the industry, which are mission critical and need to work a decade from now on. Java was always a bread and butter language, but one which learned from other languages and even the verbosity makes sense, once one dives into code written a few years back by another person.

[–] [email protected] 9 points 6 days ago

Usually the teachers/professors/lecturers have no real world experience of software development besides the usually university projects

Adding to this: university projects are built on a relatively short timeframe compared to many industry projects. The growing pains that typically occur after a few years of continuous development is unlikely with the small scale of university projects.

I wouldn’t go to a university professor for advice on how to build a system that will last a decade of development.

[–] [email protected] 27 points 1 week ago

I keep Java installed for one thing and one thing only... modded Minecraft.

[–] [email protected] 22 points 1 week ago (7 children)

Unlike other older languages, such as Cobol and Fortran -- which are still used, but almost always in legacy projects -- Java has constantly evolved to meet new demands while maintaining backward compatibility.

can't speak on the FORTRAN claim but with COBOL this couldn't be less true. last i checked the newest Enterprise COBOL LTS is newer than Java's

load more comments (7 replies)
load more comments
view more: next ›