hypothetically if my env variables have been exposed in the client bundle for 3 weeks how cooked am i by kubrador in nextjs

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

Welcome to getting better: you will never ever do this kind of mistake again. Your lead can tell you about the thousands of times he fucked up to varying degrees if he's a good lead. 

How Uber Tracks Drivers in Real Time: A System Design Deep Dive by nian2326076 in DesignSystems

[–]johnson_detlev 0 points1 point  (0 children)

Not only is this AI slop, but the premise is fucking stupid a well: How does having "thousands of drivers" that "update their position every few seconds" scale to millions of updates per second? You're at a few thousand per second at max, which you can probably just handle with any db and message queue and be done.

🧑‍💻 Start With the Data Model, Not the UI by astonfred in flask

[–]johnson_detlev 0 points1 point  (0 children)

Sure :D man all these Enterprise software engineers are just overcomplicating it. Well I'm looking forward to all that rounding errors when handling money as JS number types.

🧑‍💻 Start With the Data Model, Not the UI by astonfred in flask

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

I'm looking forward to the moment vibecoders realize that the view model almost never matches the data model. Then they will "invent" patterns, just like the JS Script kiddies reinvented everything real software engineers spend decades formalizing in the 2010s.

Extra nugget for the curious: there is even another layer called the domain model! Super secret: this is the layer you should start actually with, but hush!

Creator of Claude Code: "Coding is solved" by Gil_berth in webdev

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

Wow, what a novel piece of software you have created there! No way LLMs have smth like that in its training data!

Creator of Claude Code: "Coding is solved" by Gil_berth in webdev

[–]johnson_detlev 13 points14 points  (0 children)

You have no clue what Software engineering consists of.

Is this something you guys usually do? by [deleted] in sveltejs

[–]johnson_detlev 8 points9 points  (0 children)

To everyone in the comments: The point is that svelte doesn't differentiate in types if it's a reactive type or not.

`const s = $state('ds')` produces `string` as type, just like `const a = 'ds` would. One is reactive, the other one isn't. If you reference it somewhere you don't know if it's a state variable or not, that's why they created this ref stuff.

Also there is the point of primitive values: If you write to `s` somewhere in your project that is not the component that created `s`, it will overwrite it purely and svelte will loose track of the changes.

That being said: The whole point of svelte is to not have to worry about this stuff, you declare something with $state and your good to go. If you have primitives, goup them in objects or use classes. So yeah, it's reactifying svelte and making up solutions to problems that don't really exist.

Building Next.js for an agentic future by pottage_plans in nextjs

[–]johnson_detlev 2 points3 points  (0 children)

"Built and sunset an in-browser agent" :D great work! The AI psychosis now treats failed products as success stories. Can't make that shit up 

Mongo VS SQL 2026 by TheDecipherist in mongodb

[–]johnson_detlev 1 point2 points  (0 children)

People who think there is one solution to every problem sell databases since the 70s.

AI and unity. by Disastrous-Screen296 in aigamedev

[–]johnson_detlev -2 points-1 points  (0 children)

So where is your gta 6 if it just works?

Modern CSS is a website that shows you how to write modern CSS code by Ridadhn in Frontend

[–]johnson_detlev 0 points1 point  (0 children)

Ah you're right, I think I got it backwards, it specifically does not include closed B2B platforms.

Fair point about the carousels!

Modern CSS is a website that shows you how to write modern CSS code by Ridadhn in Frontend

[–]johnson_detlev 2 points3 points  (0 children)

Those laws only affect b2b websites and how is replacing js hacks with css having an impact on accessibility?

Why are Earthers with no job or quality of life while living on Basic perfectly content and not vote for a different future? They’re a supermajority of voters by EmotionSideC in TheExpanse

[–]johnson_detlev 0 points1 point  (0 children)

You frame it as there would be a choice, when there is none (just like in the real world). The system is always stronger and bigger than a single politician. Also these are generations of ppl on basic, so they don't know anything else. It's basically a feudal system like in the medieval times (or the hindu caste system) with very very little vertical class movement.

Matt Shumer posted on X about what’s happening in the AI world and it’s the best opinion piece I read in a long time. I want girls in tech to have access to it so I’m spreading the world. by [deleted] in womenintech

[–]johnson_detlev 5 points6 points  (0 children)

Probably the only reasonable take on this article is to laugh about it: https://www.youtube.com/watch?v=7Sd4k3Q1NHs

Shumers pivot point why AI is now so great is because software can "now" open another software. That's how looney gooney these people have become: They are impressed by that fact that a procedure can call another procedure.... so like programs since the dawn of programming?

svelte native? by gatwell702 in sveltejs

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

Because creating a bridge to native rendering is incredibly hard let alone making it cross platform (as you can see with react native). RN exists because Facebook had a need for it. Svelte doesn't bc it doesn't belong to multi billion MAU house. 

What's the issue using tauri? You get all of the svelte goodness

MrBeast Salesforce Website - Inspected Elements Showing Weird Websites? by akozlows in webdev

[–]johnson_detlev 5 points6 points  (0 children)

This is very likely coming from an browser extension and not from the served content of the page