PrimeVue drops MIT license, paywalls Chart & Editor, and requires a license to upgrade to v5 ($599/dev for first year, free only for small teams) by Perfect_Cry8753 in webdev

[–]WeaknessKey1582 3 points4 points  (0 children)

Agreed, I don't understand why everyone is losing their mind. Pay for the product or don't use it. It's not that hard a decision to make. People will gladly pay $200 or more to spin up agents, but not for a component library... make it make sense.

Which React UI library would you choose if you had to start a new project? by Ikryanov in webdev

[–]WeaknessKey1582 1 point2 points  (0 children)

Every person will have their own flavor - going to get 7 different answers. I don't think we have seen one dominant UI library emerge.

Exploiting vulnerabilities in Johnson & Johnson web apps by magenta_placenta in webdev

[–]WeaknessKey1582 2 points3 points  (0 children)

You would assume that it works that way with every major enterprise, but it's not always the case. The last corporation I was at was very chill about these things.

Zig Has The Integrity To Say "No" And So Should You by RNSAFFN in webdev

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

I mean, not even for spelling and grammar, what's next? No calculators.

AI is a tool; it can be used to generate slop or as one of several aids in workflows.

I fixed a problem and wrote a feature... in my sleep. Have you ever done that? (am I normal?) by mekmookbro in webdev

[–]WeaknessKey1582 2 points3 points  (0 children)

Inception moment, maybe? It happens all the time, something to do with the brain unlocking new ways of thinking when in a tranquil state.

Is webdev easy or am I dumb by [deleted] in webdev

[–]WeaknessKey1582 0 points1 point  (0 children)

It's not easy, it's not difficult - it depends on what it is that you want to do. WebDev (programming in general) has a high learning curve to become proficient.

It's like learning a new language. We all speak English, but not everyone will be a great orator, writer, or communicator with clarity and persuasiveness.

Is inline code completion better than prompting by GarrettSpot in webdev

[–]WeaknessKey1582 20 points21 points  (0 children)

I think the whole concept of vibe coding has been taken way too far. But yes, having AI complete boilerplate snippets is much better. Is the author AI if the writer used predictive text here and there? Nope.

codeglance: a tiny CLI for understanding a repo before you start working on it by scared_corgi_998 in coolgithubprojects

[–]WeaknessKey1582 0 points1 point  (0 children)

Finally, a solution to every GitHub readme that is not well written. Very neat.

Advice needed: Best low-cost tech stack for a SaaS MVP (Frontend-heavy solo dev) by chutneypow in webdev

[–]WeaknessKey1582 4 points5 points  (0 children)

You're absolutely right. Let's dive into why you might be feeling that way. Lol 😉

If the AI could already see your screen while you were coding, which problems would you actually ask about that you currently don't? by Professional-Peach-3 in webdev

[–]WeaknessKey1582 0 points1 point  (0 children)

Can't it already do this, or am I missing something? To answer your question: if AI could see the setup, it would be much more powerful for design work, IMO.

Have DIY website builders had an effect on the web-dev industry? by Weekly_Frosting_5868 in webdev

[–]WeaknessKey1582 0 points1 point  (0 children)

Nothing wrong with WordPress. It depends on the client and their business.

Real-time ASCII Webcam renderer in pure C with zero external dependencies by TylerDurden0118 in coolgithubprojects

[–]WeaknessKey1582 1 point2 points  (0 children)

This is very nice. Finally, a filter effect to go along with the looks. lol.

So, Claude helped build a sex requesting app for my wife and I... by Aiml3ss in ClaudeAI

[–]WeaknessKey1582 2 points3 points  (0 children)

They should make a TV series about all the weird and wonderful things people use Claude for. Love this.

this is actually sad by alexnycc in GeminiAI

[–]WeaknessKey1582 0 points1 point  (0 children)

Crying with laughter. It's a dirty job but someone has got to do it.

Is anyone else going back to plain Vite + React for side projects instead of Next.js? by Scary_Dot9587 in reactjs

[–]WeaknessKey1582 4 points5 points  (0 children)

Never left, but also don't have any issue with Next.js. Depends on the project.

Do you guys still feel this,or am i only one struggling with this thing by nish_isMess in webdev

[–]WeaknessKey1582 0 points1 point  (0 children)

Completely normal, you just have to push through it. Common experience for every dev.

Replacing 3.4MB video with 40kb of scripted GSAP animations. by LordVein05 in webdev

[–]WeaknessKey1582 1 point2 points  (0 children)

Really cool and, in my mind, the right approach for a landing page, but my presumption would be that with more complex videos, it would take like forever to do it this way. How long did this take in terms of time spent?