• 0 Posts
  • 393 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle


  • I have friends from high school who fell into the alt-right rabbit hole. They are obsessed with transgenderism. If you believe their depressing timelines, trans people are absolutely everywhere, behaving like total degenerates and grooming kids left and right. They send me an unhealthy amount of videos to prove their claims.

    Meanwhile in the real world, I’ve encountered maybe 5 trans people that I recognized as such, and they were behaving normally, and not one tried to groom my kids! But if I tell them that they dismiss it on account of my woke mind virus / Trump derangement syndrome. They’re single, don’t have kids, and spend most of their time doomscrolling or watching the French version of Fox News, but they know better than me what’s going on in my kids’ school…



  • Nah, Hibernate, Spring and most major Java frameworks have largely moved away from XML. It’s still supported, but these days it’s mostly configured in the code directly, with properties loaded from yaml, JSON or the environment (for containers).

    The JDK ecosystem is in a pretty good spot nowadays. With Spring boot you can whip up a productions ready back-end very fast, or if you prefer a more hands-on approach there are lighter frameworks/libraries quarkus or micronaut.

    The Java language itself has evolved fast and is actually pretty nice now, and if you prefer something more modern akin to TS or swift you can just use Kotlin which is almost 100% interoperable with Java.


  • Since Java 14 it looks like this:

    Exception in thread “main” java.lang.NullPointerException:

    Cannot invoke “String.toLowerCase()” because the return value of “com.baeldung.java14.npe.HelpfulNullPointerException$PersonalDetails.getEmailAddress()” is null

    at com.baeldung.java14.npe.HelpfulNullPointerException.main(HelpfulNullPointerException.java:10)












  • I use firefox exclusively, on both my laptop and my phone. It works perfectly on any website I throw at it. I work for a startup which makes video call apps, the web client works perfectly under Firefox, and there’s a grand total of 2 devs working on it.

    All this to say that if I come across your website and it doesn’t work under Firefox, AFAIC it’s your website that has issues, not Firefox.

    As for the reason, you might be fine with a single megacorp dictating the way the web works, but for many of us who remember what it was like in the IE hegemony days it’s a serious concern.