• 8 Posts
  • 284 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle


  • Lots of edgelords here like “I don’t want the reddit plebs here” as though they weren’t happily one of them a couple years ago.

    Let them come over. Put the idea of federation to the test. Isn’t that one of the major features of federation, if there are a bunch of shitty people you can just degenerate or use a different community?
    If federation does what it claims then it’ll only be an improvement.

    I agree with people saying not to force people here if they don’t wanna be (not that we could), but the people saying that folks still on reddit are there because they inherently prefer the reddit application UX is crazy. They prefer the content in reddit. And they have a point.

    Folks here are way more insufferable than reddit. Just the other day there was a post being like “why do reddit users hate Lemmy?” And linked a reddit post about it. But the comments on the reddit post were considered, nuanced, and polite; while the comments on the Lemmy post were a bunch of neckbeards crying about how terrible reddit users are.

    TLDR y’all need to look in the mirror.


  • Why did you even bring up AI? IDEs have been able to generate equality functions for decades without AI.

    It’s kinda neat to have this defined directly in the language so that compilers can implement it, but creating equality function is so low effort that this doesn’t really seem like a big deal.

    Like, you define the members in a class, then you tell your IDE to generate getters, constructor, equals, hashcode, etc all in like 5 seconds.
    I like it, it’s nice when the language itself defines reasonable defaults for things, but realistically you’re saving yourself a few seconds of effort.