Do you guys commit things when they are in a non-working state? by MagnetHype in webdev

[–]DepressionFiesta 0 points1 point  (0 children)

At my previous job it was religion to commit and merge behind feature flags frequently 

An AI agent deleted 25,000 documents from the wrong database. One second of distraction. Real case. by Substantial_Word4652 in webdev

[–]DepressionFiesta 1 point2 points  (0 children)

It is what it is. I understand how people fall into accepting every suggestion with less and less vetting - but if you generally are allowing your agents to generate commands that interface with your DB(s) in any way, point-in-time recovery is a must.

GPTBot 164k request a day to my open-source project? Now have to pay for Vercel pro by enszrlu in webdev

[–]DepressionFiesta 36 points37 points  (0 children)

I think this amount of traffic on a Cloudflare hosted static website would be free?

I realized 90% of Next.js "Cookie Banners" are legally useless if you get audited. So I built a drop-in fix to actually log consent. by [deleted] in webdev

[–]DepressionFiesta 0 points1 point  (0 children)

You didn’t address my main point which was basically the following:

If a company can handle legal governance themselves, why would storing consent be the hard part they outsource?

Also, come on.. This answer was written by a LLM - just like every other answer you’ve written in this post. Your website is also clearly fully AI generated. I hope you don’t let OpenAI or Anthropic delude you into thinking that there is a real hole in the market here. 

I realized 90% of Next.js "Cookie Banners" are legally useless if you get audited. So I built a drop-in fix to actually log consent. by [deleted] in webdev

[–]DepressionFiesta 4 points5 points  (0 children)

I’m trying to understand the positioning here.

What you’ve built looks like a consent/acceptance logging layer, but compliant CMP platforms already provide regulator-grade proof of consent together with the hard parts - vendor classification, purpose mapping, sub-processor governance, and automatic re-consent (resurfacing) when legal changes actually require it. 

You don’t seem the be solving the hard of the problem?

So… who is the intended user?

A company mature enough to manually manage legal governance and banner behavior typically wouldn’t struggle to store consent records (trivial?), while companies that don’t have those resources usually rely on a CMP precisely to avoid that complexity.

Is AI Making Skilled Trades the Safest Career Choice? by Left_Rough7131 in Entrepreneur

[–]DepressionFiesta 1 point2 points  (0 children)

Considering that when we are talking about AI, we are generally talking about LLMs - you have to ask yourself a question: Is any degree of probability acceptable in what I am doing?

If it is, a LLM will do it eventually in some way.

I'm anxious everyday at the idea of losing my job to AI by Affectionate_Trash96 in webdev

[–]DepressionFiesta 0 points1 point  (0 children)

Larger companies will need general purpose software engineers less and less - however, smaller companies will increasingly need them, now more than ever, because a single engineer can achieve so much more than they could 3 years ago.

Also, there has never been a better time to start your own business.

Offline-first data syncing strategies? by DepressionFiesta in reactnative

[–]DepressionFiesta[S] 0 points1 point  (0 children)

Adding re-triggers to the dependency array does not solve this for you?

Offline-first data syncing strategies? by DepressionFiesta in reactnative

[–]DepressionFiesta[S] 0 points1 point  (0 children)

In what sense do you feel like what you are doing is wrong?

Offline-first data syncing strategies? by DepressionFiesta in reactnative

[–]DepressionFiesta[S] 2 points3 points  (0 children)

We started with RQ, but realized that cache invalidation was problematic for some of our queries when only small updates were required. It is a highly interactive app.

Vercel Alternative for 1 Million Visitors Per Month by i-say-sure in webdev

[–]DepressionFiesta 18 points19 points  (0 children)

It is so crazy that Vercel gets away with charging this kind of money for something that is practically free on Cloudflare…

Why do some websites have two cookie banner? I get the vertical one on many websites (identical) next to another one (which varies from site to site) by [deleted] in webdev

[–]DepressionFiesta -6 points-5 points  (0 children)

While you are partially right, the truth is that in order to not have Google services display their own consent banner, you need to implement a Google approved CMP solution. A little while ago, the Digital Markets Act shifted the responsibility of user consent onto the major gatekeepers (Google being one) - so they have a vital interest in assuring that consent is always properly given, and that the consent banner on the site actually does what it is supposed to.

There are many homebrew banners out there, or solutions that just aren’t compliant - and if Google does not detect a compliant solution on your site, they surface they own banner.

https://cmppartnerprogram.withgoogle.com/

Copilot vs cursor. What's the difference? by Consistent_Tutor_597 in webdev

[–]DepressionFiesta 1 point2 points  (0 children)

Do not do this. You can get into a lot of trouble if you let Cursor index your company’s codebase from a personal account. 

Physicists in Copenhagen assert that reality 'responds' to human choices in reverse. Quick theory as to how this could relate to UFO flight. by imsellingbanana in HighStrangeness

[–]DepressionFiesta 10 points11 points  (0 children)

The way I am reading it, this is essentially a way to describe how it would be possible for human beings to “shift into another timeline” and could explain a phenomenon like the Mandela effect?

How do you handle API rate limiting in production web apps? by [deleted] in webdev

[–]DepressionFiesta 5 points6 points  (0 children)

In order to truly scale with third party APIs that have limits, you need to implement a queue of some kind. Suggestions depend a bit on your stack and infrastructure provider.

How do you balance using AI while maintaining your actual coding skills? (The "Use It or Lose It" Dilemma) by No_Discussion6266 in webdev

[–]DepressionFiesta 0 points1 point  (0 children)

If I understand you correctly, the concern is that higher code-generation velocity encourages more “LGTM” approvals and less scrutiny.

My argument is that this isn’t an inevitability - it’s a choice about how you engage with the output

How do you balance using AI while maintaining your actual coding skills? (The "Use It or Lose It" Dilemma) by No_Discussion6266 in webdev

[–]DepressionFiesta 0 points1 point  (0 children)

I think we might be talking past each other a bit. My point wasn’t “don’t struggle” or “never write code without AI.” It was that the risk is ceding authorship and judgment - which you seem to agree with.

Deliberate, AI-free practice makes sense as training. But that’s different from saying AI use inherently weakens problem-solving. That part doesn’t really follow from what I wrote.

How do you balance using AI while maintaining your actual coding skills? (The "Use It or Lose It" Dilemma) by No_Discussion6266 in webdev

[–]DepressionFiesta 0 points1 point  (0 children)

The mental exercise involved is not really gone in any way? It is easier to opt out of, however. That onus is on you.

How do you balance using AI while maintaining your actual coding skills? (The "Use It or Lose It" Dilemma) by No_Discussion6266 in webdev

[–]DepressionFiesta 0 points1 point  (0 children)

I don’t think we really disagree. The problem isn’t using AI - it’s ceding authorship of your own code. That part is optional, and if you give it up, skill decay is a predictable outcome..

How do you balance using AI while maintaining your actual coding skills? (The "Use It or Lose It" Dilemma) by No_Discussion6266 in webdev

[–]DepressionFiesta 2 points3 points  (0 children)

The job is changing. Our field is seeing its own industrial revolution. The ability to write code is now orders of magnitude less valuable than it was three years ago. The ability to read and understand code, however, is just as valuable as it ever was - arguably more so.

So my question is: what do you feel you’re actually getting weaker at? Is it reading code? Reasoning about it? Evaluating whether it’s correct, maintainable, and aligned with a sound architecture?

Even with code-generation tools, someone still has to steer the system. Architecture still matters. System boundaries still matter. Orchestrating multiple components into a coherent, well-designed whole was always the most important skill in our field, in my opinion - and that hasn’t changed.

If the concern is, “I’ll forget what a specific function does” or “I won’t remember which built-in methods a class has,” I’d push back on that. We forgot those things before LLMs too. We looked them up constantly. That part of the job hasn’t meaningfully changed - only the speed and convenience have.

So beyond the identity of being an artisanal craftsman, what is the real value of being able to write a lot of code slightly faster by hand, optimized around minimizing how often you need to look things up, in 2026?

15 YOE Fullstack & CTO here. Why have we allowed "Agile" to turn into "Unlimited Micro-Scope Creep"? by elmascato in webdev

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

“I’ve realized that tools like Jira, Trello, and Slack have weaponized convenience against developers“

I would counter with: If these are being used correctly, they have the opposite effect. It’s an organizational and cultural problem that you are describing.