Skip Navigation
Jump
Everything ok?
  • That's so true. But don't stop for a second to think about it, because..... well.... you really don't want to do that...

    3
  • Jump
    MY BODY IS READY
  • I don't care what they need, they can take it all as long as they win this. I am willing to sacrifice OP's body

    5
  • Jump
    What is it like seeing ads on Youtube?
  • Newpipe was having issues a month or two ago. I had to go a couple days without a decent frontend. I tried the official app, off course, but I decided I'd rather go have a nice walk in the woods and do some mindfulness exercises.

    3
  • Jump
    What is it like seeing ads on Youtube?
  • Same. Back when there was just a single ad at the beginning of a video and you could skip it after only 10 seconds, I would just mute and look away from my phone for 10 seconds (counting out loud). Those days are gone. The petty "look away" is almost becoming a petty "go get some groceries".

    2
  • Jump
    Seriously, what the f*** is keeping Donald Trump in this presidential race?
  • Today I heard the argument that if Trump wins, it will cause massive profits on the bitcoin market. So all the shady bitcoin bros are backing him.

    5
  • Jump
    Jon Bon Jovi helped persuade a woman to come off the ledge of a Nashville bridge, police say
  • This guy hasn't even been accused of sexual assault yet. He's rich and famous and was a "chick magnet" in his days (yes that was his official title, and probably still is). Maybe he's the unicorn

    12
  • Like in this post that showed up on my all feed: https://lemmynsfw.com/post/14828436 (nsfw, of course)

    There's an image in the post url (which blurs on my feed) and there's also an image in the post body (which does not blur on my feed)

    5

    Ik kreeg zojuist dit "burgerinitiatief" onder mijn neus. Ik wil het met liefde steunen, maar ze vragen om mijn naam, adres en email.

    In deze tijden van privacy bewustwording en greenwashing, merk ik dat ik daar toch moeite mee heb. Ik beeld me in dat een datazuchtig bedrijf een campagne als deze kan inzetten om informatie te verzamelen van mensen die met passie, en misschien zelfs een beetje existentiele paniek, alle kansen willen aangrijpen om (passief) aan de verbetering van het klimaat bij te dragen. Om vervolgens die data door te verkopen of voor andere commerciele doeleinden te gebruiken. Ben ik paranoide of is het juist verstandig dat ik mijn adres gegevens niet zomaar online in wil vullen? En hoe zit dat met deze specifieke partij, is dit een betrouwbare partij?

    2

    I recieved this email today. I don't use twitch, only made an account once for some specific purpose. I don't know these people and I'm a 100% certain they don't know me. This is just toxic marketing to lure me back in.

    24
    nos.nl Ja, ik wil stemmen

    Ja, ik wil... stemmen! Mélanie en Bram stappen vandaag in het huwelijksbootje, maar gingen vanochtend eerst even stemmen in Oostdijk.

    0

    I teach a course in java and springboot for beginners. I would like to walk my students through the code of a real world java or springboot application. Can anyone recommend a good example?

    7

    In this letter, Dijkstra talks about readability and maintainability in a time where those topics were rarely talked about (1968). This letter was one of the main causes why modern programmers don't have to trouble themselves with goto statements. Older languages like Java and C# still have a (discouraged) goto statement, because they (mindlessly) copied it from C, which (mindlessly) copied it from Assembly, but more modern languages like Swift and Kotlin don't even have a goto statement anymore.

    58

    https://lemm.ee/post/29785400

    > So I'm making a project in SpringBoot with Oauth security. > > If I use Auth0 as my Authorization Server, I can register an application there and just say that I want user to be able to login with Google an Facebook. That's all it takes. > > If I use Keycloak as my Authorization Server, I can also have users choose Google or Facebook as there prefered login, but in order to provide that, I have to register my app with Google and Facebook first. > > So how come it's so easy with Auth0 and a little less easy with Keycloak? Is it a contract thing, does Auth0 have contracts with all these providers or something?

    1

    So I'm making a project in SpringBoot with Oauth security.

    If I use Auth0 as my Authorization Server, I can register an application there and just say that I want user to be able to login with Google an Facebook. That's all it takes.

    If I use Keycloak as my Authorization Server, I can also have users choose Google or Facebook as there prefered login, but in order to provide that, I have to register my app with Google and Facebook first.

    So how come it's so easy with Auth0 and a little less easy with Keycloak? Is it a contract thing, does Auth0 have contracts with all these providers or something?

    3

    I came across this post (and more like it) claiming extensions to be a good, or at least different, solution for mapping DTO's.

    Are they though? Aren't DTO's supposed to be pure data objects? I've always been taught to seperate my mappings in special mapping services or mapping libraries like MapStruct and ModelMapper for implementing the good practice of "seperation of concerns".

    So what about extensions?

    3