Java is poison for the mind
196
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
Other rules
Behavior rules:
- No bigotry (transphobia, racism, etc…)
- No genocide denial
- No support for authoritarian behaviour (incl. Tankies)
- No namecalling
- Accounts from lemmygrad.ml, threads.net, or hexbear.net are held to higher standards
- Other things seen as cleary bad
Posting rules:
- No AI generated content (DALL-E etc…)
- No advertisements
- No gore / violence
- Mutual aid posts are not allowed
NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.
If you have any questions, feel free to contact us on our matrix channel or email.
Other 196's:
Why do people feel this way?
I'm genuinely curious as I'd think having a wider swathe of coding experience would be a good thing wouldn't it?
I don't work in fields that use coding expertise, I drive a forklift so I'm out of my wheel house when it comes to coding.
Java used to lack many features to make the stuff you wanted it to do, so most Java programmers adapted design patterns to solve these problems.
Honestly, older versions of Java are utter garbage DX. The only reason it got so popular was because of aggressive enterprise marketing and it worked. How can a language lack such an essential feature as default parameters?
So, anyway after the great hype Java lost its marketshare, and developers were forced to learn another technologies. And of course, instead of looking for language-native way of solving problems, they just used same design patterns.
And thus MoveAdapterStrategyFactoryFactories were in places where simple lambda function would do the same thing, just not abstracted away three layers above. Obviously used once in the entire codebase.
Imo the only really good thing about Java was JVM, while it was not perfect, it actually delivered what it promised.
This is the only necessary comment in the entire thread, thanks for explaining
Java in a large way has been eclipsed by most other languages, and developers kind of have a way of making fun of old technologies, like a lot of the same jokes are made about PHP which is still very popular but outdated. In reality Java is also still incredibly popular and knowing it is certainly a benefit. It's just a collective joke.
Not sure either. Best guesses are a combination of elitism, ignorance, preconceptions, groupthink, and insincere memeing.
Do you have a link to this job posting? That’s exactly me. Not a joke.
Ruling Javascript and Python programmers out would be more sane imho. Java sucks, but at least its typed and doesn't implement weird semantics.
Did NOT expect to see Rust mentioned. Happy it's getting recognized.
Isnt there Rust in the linux kernel now? Would be kinda crazy if it didnt get noticed by now...
Rust is the Celeste of programming languages.
Whos celeste?
The only Celeste I know is a difficult video game where I always get stuck when playing
Celeste is a critically acclaimed indie game. It became a meme to call it a "hidden gem" because for a while it was being brought up constantly on various forums as some underrated game, even though it was quite well-known and highly rated.
Maybe they want to avoid java coding patterns. FactoryFactoryGenerator kind of stuff. Maybe they want to teach their own java coding patterns and want someone coming in with a blank slate so they don't have to unlearn habits. Maybe they're tired of diploma mill programmers applying and are using this as a resume filter tripwire.
It might be to see who is reading the posting and tailoring their reply. Kinda like a "no green M&Ms" rider.
Definitely the first. I work in ML, and I find for instance people with background mainly in c# to be the least fit for my field, particularly if they have long experience. So I understand this kind of requests
ability to bring up hardware
In conversation?
You need to raise it suckling at your teet until you send it off to college.
Real-time operating system implies the existence of a turn-based operating system.
Well, that's... not wrong. The time-sharing OSes take turns assigning resources too tasks.