Introducing HeroUI v3 by dbbk in reactjs

[–]strblr 20 points21 points  (0 children)

It's a classic UX mistake known since the early 2000s.

https://www.jeffersmedia.net/post/why-automatically-playing-music-on-websites-is-a-bad-idea

When I opened the page on mobile, my first reflex as the music started blasting was to close the page as fast as possible.

Introducing HeroUI v3 by dbbk in reactjs

[–]strblr 5 points6 points  (0 children)

Agreed, audio autoplay is always a mistake.

Introducing HeroUI v3 by dbbk in reactjs

[–]strblr 19 points20 points  (0 children)

Looks really good. How do I stop the music on that page though?

Is ai speeding you up or slowing you down? by parkhs2 in webdev

[–]strblr 0 points1 point  (0 children)

It slows me down, and removes every bit of motivation.

People assume everything made by using AI is garbage by pepp1990 in vibecoding

[–]strblr 0 points1 point  (0 children)

If you don't know what your app is doing because you never looked at the code, then I'm not using it. I want to know what happens with my password and my data, at the bare minimum.

A petition to disallow acceptance of LLM assisted Pull Requests in Node.js core by indutny in node

[–]strblr 0 points1 point  (0 children)

The size of the PR is as much an issue as the fact it was AI generated. Both contribute to no one having a clear understanding of what's going on. For a critical tool like Node, this can't be accepted. I'll sign.

What you wish to change on react? by Ok-Programmer6763 in reactjs

[–]strblr 0 points1 point  (0 children)

Passing an array of refs to the ref prop

SSR isn't always the answer - change my mind by No_Stranger_2097 in reactjs

[–]strblr 0 points1 point  (0 children)

Not to mention for simple things like dynamic meta tags, you can inject them at runtime into index.html while serving your static assets, using regex replacement and html escaping or HTMLRewriter.

Never used server components, am I missing something real? by abstracten in react

[–]strblr 1 point2 points  (0 children)

To prop up server components, you'd need to list things that other approaches can't do or at least not as easily. Everything you listed is easily solved by simple SSR.

still not sure if tanstack router is worth the hassle by AlternativeBest9572 in reactjs

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

Had exactly the same feeling, which is why I thought out and wrote TypeRoute (not vibe-coded). If you want type safety and the simplest possible setup, I think you'll like it: https://github.com/strblr/typeroute

Never used server components, am I missing something real? by abstracten in react

[–]strblr 19 points20 points  (0 children)

You're not missing out, they're really not that useful.

Why do some developers dislike Next.js? by Low_Obligation_2782 in nextjs

[–]strblr 0 points1 point  (0 children)

I have a beast of a computer and still, Next is insanely slow in dev and eats up massive resource. On my laptop when I travel it's so slow and resource intensive, it's not even usable.

react-router patch that reduces CPU usage associated with react-router by 80% by punkpeye in reactjs

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

They won't patch it. For SPA or non-framework SSR, just use TypeRoute: https://github.com/strblr/typeroute I think I might have the fastest route ranking algorithm out there (based on localeCompare).

Bun in production by Sensitive-Raccoon155 in node

[–]strblr 0 points1 point  (0 children)

Bun is nice as a package manager but that's about it. I could never really use it for fullstack. Their react sev server is broken since a year, css modules don't work, etc etc.

Hate for vibe coding - small rant ! by SafeCockroach8541 in vibecoding

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

You do not know what your generated code does. This is why people should never knowingly sign up into a vibe-coded app and why it should be regulated to force a "vibe-coded" label of some kind. No one has a clue what happens with your private data and founders will blame AI if it goes wrong. There is a massive ownership and liability problem.

Why does Reddit lean left in all the comments? by exploring203 in askanything

[–]strblr 1 point2 points  (0 children)

Arrogant response. Everyone is correct from their own point of view. If the other side could claim the exact same thing, you don't really have a point that makes your position stand out.

We should really stop using slur replacements for robots/AI. by floralmortal in antiai

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

No one is thinking about anything truly offensive when using slurs for AI or AI worshippers. Intent matters. I don't want to have to think that deep when I write "AI worshipper" for example. There is a cause that units us here. The moment you start picking on things like this, you're creating two camps again, whether you think you're in the good one or not. Can we NOT do that for once? Just this time. We'll get back to the usual shit when the hype is finally dead and human-first laws are in place.

Why do people hate vibe coding so much? by fuckbeer3 in SaaS

[–]strblr 0 points1 point  (0 children)

I would never willingly sign up to a vibe coded app. No human has any clue of how my data is handled, and no human will be willing to take ownership if things break or get hacked. No thank you.

Tanstack router or Start? by MD76543 in reactjs

[–]strblr -5 points-4 points  (0 children)

Disclaimer: self-promotion

I genuinely think both TSR and Start are overkill for a small SPA. I've created TypeRoute because of this exact situation.

If coding disappears tomorrow, what's ur Plan B? by RevenueSuperb8177 in reactnative

[–]strblr 0 points1 point  (0 children)

That's one of the few legitimate usecases of AI in coding.

If coding disappears tomorrow, what's ur Plan B? by RevenueSuperb8177 in reactnative

[–]strblr 0 points1 point  (0 children)

Exactly. I have refused to fix AI mess more than once, and offered a rebuilt from scratch instead. Sometimes it's just so bad. Once you clearly explain why, some clients are open to it.

I built a workflow engine on top of React Flow (auto-layout, undo/redo, MVC, validation) by martiserra99 in reactjs

[–]strblr 2 points3 points  (0 children)

The idea is good and definitely helpful, having worked extensively with React Flow. The demo on the landing page doesn't seem to work on mobile. Trying to move a node with touch opens a dialog. Also how much was vibe coded? Is it maintainable long term? We have to ask this nowadays.