213
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Sep 2026
213 points (98.6% liked)
Memes
17019 readers
214 users here now
Post memes here.
A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.
An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.
- Wait at least 2 months before reposting
- No explicitly political content (about political figures, political events, elections and so on), !politicalmemes@lemmy.ca can be better place for that
- Use NSFW marking accordingly
Laittakaa meemejä tänne.
- Odota ainakin 2 kuukautta ennen meemin postaamista uudelleen
- Ei selkeän poliittista sisältöä (poliitikoista, poliittisista tapahtumista, vaaleista jne) parempi paikka esim. !politicalmemes@lemmy.ca
- Merkitse K18-sisältö tarpeen mukaan
founded 4 years ago
MODERATORS
Java is weird and I don't like it. It's the go-to language to learn as a first programming language in school and university, but the kind of Java that is actually used in corporate jobs, with all the weird frameworks and libraries, is so far removed from school Java that it feels like a whole different thing. Maven is weird and confusing and I don't get it (but I'm perfectly fine with Php's Composer and JS npm/yarn). And I have yet to come across any sort of real life problem where OOP is a better solution than Functional Programming.
Maven is far easier if you... use gradle instead.
fax, no printer
I'm not entirely sure what you want to say, but Gradle utilizes Maven repositories.
So if you need to use maven, consider not using maven.
And if you're trying to use dependencies, it doesn't really matter where you get them from. NPM is as useless as NuGet, as Maven and every other one.
Okay, NPM might be even worse.
Fax = facts
No printer = extending the pun
I'm saying you're right
Thanks for explaining. I still don't get the other answer I got.
which one?
https://lemmy.zip/comment/28727340
Fax can mean slang for facts, and "no printer" is a joke based on "fax" also meaning "fax machine".
Thanks again. Never ever came across this. But did you know that the fax machine is older than the phone?
I know it overlaps with samurai existing
I'll never understand why some people don't enjoy learning stuff. There's so much crude knowledge to pick up!
School probably taught them to hate learning :(
Java as first programming language? My first programming language in school was Terrapin/MS Logo (that thing with the turtle) and then Python, IIRC.
And yeah, Maven is an absolute pain. My last workplace used it and it makes me extra glad that I don't work there anymore.
I'm more partial to OOP, though. I just find it easier to organise data and functionalities by class/object and not make a mess that way, I guess. Plus, I mainly do gamedev/adjacent stuff these days, which largely seems to be object-oriented, at least when it comes to the most popular engines.
Logo! 90 R 10 L 10 L 10 L (I'm sure that's not how it was written but it's how I remember it).
Had to look it up because it's been a LONG while, it's actually RT 90 and LT 10.
I remember trying (and failing) to make games with this thing