• 1 Post
  • 150 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2024

help-circle
  • Sure, the pixelated look is “simplistic” but I don’t feel it detracts from the gameplay. It’s deep, your choices are interesting and significant, and it’s oh so addicting. And most importantly, it’s fun! I recommend it to friends and they think it’s fun.

    Balatro has received universal acclaim from game critics,[2][3] selling more than 5 million copies by January 2025.[4] Along with several other awards and nominations, Balatro was named Game of the Year at the 25th Game Developers Choice Awards and nominated for the top prize at The Game Awards 2024, the 28th Annual D.I.C.E. Awards, and the 21st British Academy Games Awards.

    From Wikipedia





  • Ah, interesting. I haven’t kept up with the newest Java changes, so you kind of answered that backwards for me. Being able to just use IO.println() is already pretty good and for sure what I’d prefer over having to add an import. Seems to also be a new addition in Java 25, so I guess, Hello World looks a lot different all of a sudden.

    My code was merely a demonstration that just println is possible now. Like you, I’d prefer IO.println in “real” code. My bar for static imports is extremely high.

    Also interesting that this kind of static import doesn’t work with System.out.println, I’m guessing because out is already a field of System rather than a package or type. It can be used to write it as out.println, but yeah, not much of a point anymore when IO.println exists.

    Static imports are only for static fields and methods. System.out::println is an instance method.





  • I can’t control my contacts. I can control what I do. I was personally getting annoyed enough with Discord that I uninstalled the thing and stopped visiting it on the web. My account still exists AFAIK. I didn’t make a big production of it nor tell anyone; I simply left.

    It was a bit of a sacrifice because I don’t connect with an extremely rewarding community on there as much anymore. Thankfully they still host IRL meetups and I do go to those.

    I’m opinionated about messaging apps but I don’t try to convince anyone. Well, other than siblings and SOs. People who want to talk to me can find me on the apps I do hang out in. If they ask why I’m not on the big ones I will gladly tell them. But where they end up is their decision, not mine.