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

help-circle
  • I used Ubuntu at work a couple of years ago. When they announced the switch to snaps I didn’t really care, but when they switched Firefox to the snap version it had quite a few issues like really slow startup, inconsistent theming, and problems with some extensions. So I uninstalled the snap, installed the standard DEB and went on with my work.

    But then the issues came back, and it took me some time to figure out they had replaced the actual DEB package with an unholy shim which just installed the snap. THAT really pissed me off, so when I got a new laptop I just installed Arch and my only regret was not doing it sooner.





  • I don’t know, I’m far from being an expert but from what I’ve read immigrants have been sold a paradise and are under immense pressure to succeed because their whole family or even village pooled their resources together for the wonderboy to go to Europe and make it. When they call back home they don’t give bad news, they just say everything is great even if they spend their days begging under a bridge. And so the cycle repeats.

    Anyways, it’s been this way for decades, if the free market had any influence on the human trafficking industry it would have kicked in by now…


  • Economics works there too, though. More passages means lower ticket prices, and at some point people will actually be able to demand “luxuries” like standing room, or else not use that guy.

    Nah they already paid upfront, they’re scared and disoriented, and even if they knew of another smuggling outfit there’s no way they’re demanding anything. Smugglers beat or even kill their clients for the pettiest shit, to make an example and make sure everyone behaves.



  • 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)