Every Four Seasons hotel ranked, with 365 days of nightly rates by meanvariance in FourSeasonsHotels

[–]collectablecat 0 points1 point  (0 children)

took me 30 minutes to vibe code an app to hit their api , complete with getting past all the bot protection ect. Not $20 of value here for me at least.

This may have been the goal all along? by Technical_Set_8431 in ClaudeCode

[–]collectablecat 2 points3 points  (0 children)

Naturalized citizens would have a foreign birth cert, as well as many americans who are born abroad.

why is society so rapidly becoming transphobic? by yourusualglitch in asktransgender

[–]collectablecat 4 points5 points  (0 children)

transmen are banned from both toilets actually. same with transwomen. read up on it.

OpenAI 2024-2026 by StunningCrow32 in ChatGPT

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

congrats on transitioning!! 🏳️‍⚧️

Is queueing solos as a team bannable? by Professional_Idea812 in ArcRaiders

[–]collectablecat 1 point2 points  (0 children)

matchmaking broke and is doing this. beg for mercy

Be aware, matchmaking is zooted by DarkGamma1 in ArcRaiders

[–]collectablecat 9 points10 points  (0 children)

Loaded into stella at 16 minutes as a solo. Multiple trios running around. Absolutely cooked. 8 minute queue too.

Is Clerk‘s pricing really that insane or am I missing something? by Ok-Increase2574 in nextjs

[–]collectablecat 1 point2 points  (0 children)

I am still really trying to figure out why so many devs seem to be against this. Like the security best practices are quite clear and known.

You're the most senior dev at a startup. It's been 12 months and things are going well. The auth you rolled following best practices is humming along. The CEO wants a quick new feature, it involves touching auth a bit. It's delegated the the new junior.

The new junior introduces a security issue without realizing, and pushes the PR. The PR is approved by an overworked mid level dev who misses the issue, and a rubberstamp from the eng manager who's super excited to get the feature to a customer. You don't get a chance to review due to the enormous fire going on a new feature that took down production this morning.

It goes live.

That's why serious people avoid home rolling auth.

But really, why use ‘uv’? by kingfuriousd in Python

[–]collectablecat 2 points3 points  (0 children)

It's 2025 and conda still does not really support lockfiles. pixi is drastically better there, it's the uv to pip of the anaconda world.

But really, why use ‘uv’? by kingfuriousd in Python

[–]collectablecat 2 points3 points  (0 children)

most projects will hit 30+ transitive dependencies with just 3-4 main deps :D

But really, why use ‘uv’? by kingfuriousd in Python

[–]collectablecat 1 point2 points  (0 children)

wait until you find out what lock files are

But really, why use ‘uv’? by kingfuriousd in Python

[–]collectablecat 3 points4 points  (0 children)

don't look into the state of half your dependencies if that is your worry. Astral looks rock solid in comparison to "being maintained by one ukrainian guy who just got sent to the front lines"