abbadon420

joined 2 years ago
[–] [email protected] 39 points 1 week ago (2 children)

Oh shit, I should've done this earlier

[–] [email protected] 11 points 1 week ago

The stanley parable

[–] [email protected] 1 points 1 week ago

Not really a thing you can just do, but thick walls. I live in an old house with double layered exterior brick walls. It has such a massive impact that sometimes I wear a vest inside, while it's heatstroke temperatures outside.

[–] [email protected] 27 points 1 week ago (2 children)

And thesis.tex is basically just a preamble followed by input{chapters/chapter1} and all the other chapters.

[–] [email protected] 0 points 1 week ago

Ah yes, you're right. It s been a while since I've seen that show.

[–] [email protected] 0 points 1 week ago (2 children)

The old man looks like Raymond from Everybody Loves Raymond

[–] [email protected] 6 points 1 week ago

It's worse than that. I'm affraid of these things sometimes too. They are affraid of being affraid. They can't handle it, they can't admit it and they do everything ti disguise it. It's a very primal emotion

[–] [email protected] 3 points 1 week ago
[–] [email protected] 1 points 1 week ago

It's not about how much of a threat he is, but it's about the friends we made along the way.

[–] [email protected] 0 points 1 week ago

Not everything that has been touched by AI is automatically trash.

 

The source is in Dutch,but it's a short form video. Nothing special. Any other sources I could find are in Croatian (which I can't read), like:

https://kanal-ri.hr/2025/06/vitomir-maricic-oborio-guinnessov-rekord-29-minuta-i-3-sekunde-bez-daha/

 

When I open the comments of a post, I can still "back" to the frontpage. But when I visit Settings or Inbox via the menu, I can't "back" out of it anymore. I have to navigate back to the frontage via the menu.

 

The book is about the mathematical concept of dimensions, but in a fun way with over 170 illustrations.

I'm not affiliated with the author. I just think her message and her enthusiasm is something admirable in these times. She's also completely self published and that's why I pre-ordered the book.

The announcement video:
https://www.youtube.com/watch?v=Y53AXT4IBew

Excerpt from the website:

Hello friends, I wrote a book! I've spent the last 2 years thinking about dimensions and have collected all the most interesting ideas into this fun guide. I am so excited to finally share it with you!

This book is bound to make you think, teach you something new, and inspire you to continue playing with science and mathematics for many years to come.

Featuring color illustrations by Martina Pepiciello.

No prerequisite knowledge is required.

The website
https://tibees.com/

 

==============

This is a first line This is a second line This is the third line.

==============

These all appear on the same line eventhough I wrote them on separate lines

If I add a "enter" after each line, they'll appear on separate lines, but have white spaces in between.

==============

This is the first line

This is the second line

This is the third line.

===============

Now I only add two spaces behind each line and they'll appear just as I wrote them

================

This is the first line.
This is the second line.
This is the third line.

================

 

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?

 

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?

 

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?

view more: next ›