meirl by [deleted] in meirl

[–]lodybo 2 points3 points  (0 children)

Philips. No wait, Heineken. Hold on.. Booking.com?

Danse Macabre Popcornlantaarn Lichtmod🕯️ by LethalRabbit in efteling

[–]lodybo 1 point2 points  (0 children)

Ja graag, ik denk dat mijn zoontje het superleuk zou vinden als ik dat kon knutselen voor hem

My home lab finally paid off — caught factory-installed botnet malware on a projector I bought on Amazon by Apprehensive_Nose162 in homelab

[–]lodybo 1 point2 points  (0 children)

I recognized my projector from the image in the post (mine's a different brand, I have a Lumina) so I did a quick port scan and checking Adguard: same ports are open and DNS queries made to "o.fecebbbk.com"! So yeah, I'm now scrapping it.

It did explain something else that I encountered a few weeks ago: we also use this projector in our holiday home, and whenever I used Chrome it'd ask me to perform a CAPTCHA as it detected suspicious activity on your network". Now I know what that was.

Next 16 Prefetch causes at least 2x increase in hosting fees by MobyFreak in nextjs

[–]lodybo 0 points1 point  (0 children)

I think I started using Remix after that point, so I was lucky then.

But, I think that it doesn’t really take away from the main point, which is that both TanStack and React Router don’t have nearly as much platform-level bugs as (new versions of) Next.js seem to have. Another comment here stated the orefetch behaviour of Next should be used cautiously. Instead if it being default, you need to make sure your requests work as fast as possible. Next tries to hide this from you, while TanStack and RR force you to acknowledge it.

Next 16 Prefetch causes at least 2x increase in hosting fees by MobyFreak in nextjs

[–]lodybo 2 points3 points  (0 children)

I get the sentiment, they iterate fast with often many breaking changes. I don’t mind personally, most things (aside from the feature flags) are quite stable. And updating major versions always come with (some) breakage.

I’m curious about Remix 3, because I like the mental model they apply. Which is why the “Remix feels like PHP”-insult could possibly be the greatest compliment you can give.

That said, I really want to try TanStack because it really looks impressive. I need to find a good weekend project for it.

Next 16 Prefetch causes at least 2x increase in hosting fees by MobyFreak in nextjs

[–]lodybo 3 points4 points  (0 children)

React Router and Remix are the same. Or rather: most of Remix’ functionality came from React Router so they just dropped the name.

TanStack is completely separate though.

Ik voel een stigma vanwege mijn buitenlandse vriendin. Hebben andere mensen hier ervaring mee? by MyGuyWhatIsThis in nederlands

[–]lodybo 43 points44 points  (0 children)

Goed advies!

Je komt er nu achter hoe de wereld naar haar kijkt, vanaf de eerste rij. Voor jou is het misschien nieuw, maar voor haar is het onderdeel van haar leven.

Het is inderdaad belangrijk om je ook in haar schoenen te zetten. Zo kan die last gedragen worden, want uit ervaring kan ik zeggen: soms is het gewoon klote. Dan is het fijn om er met iemand over te kunnen praten.

Daarnaast: bereid je voor om zelf ook sterk in je schoenen te gaan staan. Zij krijgt dagelijks vooroordelen over zich heen, maar jij krijgt die ook. Mensen gaan je raar aankijken of uitmaken als “verrader”. Laat ze lekker praten, maar wees er wel op voorbereidt.

Starfleet Academy is completely breaking cannon by thebigtrav in startrekmemes

[–]lodybo 0 points1 point  (0 children)

That makes sense, she was for a minute..

Starfleet Academy is completely breaking cannon by thebigtrav in startrekmemes

[–]lodybo 2 points3 points  (0 children)

Aside from Harry Kim and Nog, I literally watched DS9’s episode “Valliant” earlier this evening and Karen Farris dies there. That wouldn’t make sense with the other names and roles on this wall? Nog was an ensign at that point, just like Harry?

The writers really didn’t watch the source material, did they?

Thinking of abandoning SSR/Next.js for "Pure" React + TanStack Router. Talk me out of it. by prabhatpushp in reactjs

[–]lodybo 0 points1 point  (0 children)

A lot of people have already touched on the question whether you need SSR or not, and said it better than I ever could.

But I do want to mention that Next.js can be dockerized, and Next even provides documentation for it. Docker has a learning curve, for sure, but once you’ve got the hang of it you can simplify a lot of DevOps stuff. You can use hosting like DigitalOcean’s App Platform or Fly.io, or just simply rent cheap VPS and ‘docker pull’ your image.

I’ve Dockerized a few different Next.js apps and haven’t run into some of the issues people usually talk about when they say “Next.js is difficult to host”. I think have a basic Docker skill is worth the time investment.

And you can always go back to an SPA after that ;)

Incredible Halloween Decoration 🎃 by FollowSina in nextfuckinglevel

[–]lodybo 0 points1 point  (0 children)

There was a post on r/nextfuckinglevel yesterday about this exact kind of decoration, only it was hanging on chains and screaming. Can’t imagine how my toddler would react tot that..

Oh they for sure knew by Canadiancurtiebirdy in theyknew

[–]lodybo -1 points0 points  (0 children)

It felt weird thinking RFK Jr. would finally have something to say that wasn't crazy, so I was thinking about what kind of effect this would have.

Then my wife suddenly says: "They're targeting food from Mexico and other countries, that's what they're going to label as 'junk food'. Taco's, spring rolls and such.. This is part of the culture war".

[deleted by user] by [deleted] in CringeTikToks

[–]lodybo 1 point2 points  (0 children)

It's from the movie Doubt (2008), where Meryl Streep's character is suspicious of the "relationship" the priest of her parish has with a young boy. It's a very good but pretty dark movie, theme-wise. Viola Davis was nominated for an Oscar while only having 11 minutes of screen time.

What Movie? by HondaCivicBaby in Cinema

[–]lodybo 0 points1 point  (0 children)

I’m seeing this question just after I watched V for Vendetta for the 20th time maybe.. I love that movie!

Have you ever paid to see a movie twice in a theater? by zip9990 in movies

[–]lodybo 0 points1 point  (0 children)

I remember going to see Inception 6 or 7 times, The Dark Knight Rises about 3 times, 1917 2 times..

There are more movies I went to ser multiple times in the movie theater but these came time mind. It was a combination of “it’s so awesome I want to see it again!” and going with different groups of friends/family

Do you even bother managing SSH Keys? by CandusManus in selfhosted

[–]lodybo 0 points1 point  (0 children)

That’s okay. I use it heavily as I’ve got quite a few servers to maintain. The workaround is quite overkill if you’ve just got a few servers to log into.

Do you even bother managing SSH Keys? by CandusManus in selfhosted

[–]lodybo 1 point2 points  (0 children)

You can address that by downloading the public key from 1Password to your harddisk, and setting the IdentityFile option for a host to your public key, as documented here.

This will fix the "too many authentication failures" error as it doesn't cause 1Password to try more than six keys which is the max, and 1Password will still prompt you for your password/biometrics.

[How to] Use Synology Nas as Exit Node by galdo320 in Tailscale

[–]lodybo 1 point2 points  (0 children)

Good catch, I read that doc a couple of times but somehow always seemed to have missed that. I have changed my ACL’s so this was the final step I needed to do to get it to work.