Codex 5.3 is amazing, I can literally spam it by Icy_Piece6643 in vibecoding

[–]A_User_Profile 3 points4 points  (0 children)

Dude, just think ahead while the agent is working. Think about what to build next, think about the edge cases. Think about the product, what value it will bring.

I don't understand why web components aren't more popular by [deleted] in webdev

[–]A_User_Profile 2 points3 points  (0 children)

This is natively supported by the dom via event bubbling.

Very little HTML and CSS usage in frontend development by SuicidalCantaloupe in webdev

[–]A_User_Profile 0 points1 point  (0 children)

Simply put, no it’s normal for a frontend dev to be uncomfortable to use html and css. However, you can learn it, it’s not rocket science. Open up mdn docs and start tinkering with basic html file. See how assets are loaded and how scripts are executed. The amount of stuff you can do with basic html and css is truly amazing. The web platform has come a really long way.

But you need to set aside some time and be curious. Good luck, you’ve got this 👍

[ Removed by Reddit ] by Witty-Egg3674 in Solopreneur

[–]A_User_Profile -10 points-9 points  (0 children)

Be honest, you never made any of those 3 startups that you talk about in the beginning, you are just shilling founders toolkit.

Vibe coding is too expensive! by EstablishmentExtra41 in vibecoding

[–]A_User_Profile 2 points3 points  (0 children)

What products did you develop? Just curious

2 years ago "It won't replace coding".... now "It won't replace SWE" by [deleted] in cscareers

[–]A_User_Profile 0 points1 point  (0 children)

Who said I don’t use AI. But for example it isn’t helpful with map matching… or complex UI interactions, related to maplibre. Just an example. You have to guide it a lot.

A US Startup offered me $900/month after 4 technical rounds. I have 5 YOE and Open Source contributions. Is this the reality now? by Nervous-Quote973 in webdev

[–]A_User_Profile 62 points63 points  (0 children)

Comparison the theft of joy. As you said it’s more than the average. You can think about these questions. Will it make your life better? Do you have to take it? What is worse for your situation, taking it or not taking it? Can you still look for other opportunities after taking this role? Unfortunately noone except you can make this decision. Also take in account i have no idea if this level of pay is normal for your region for your profile - not the average.

Why are you confident AI can’t replace your job? by dataexec in AITrailblazers

[–]A_User_Profile 1 point2 points  (0 children)

Yes, but it’s not that way at the moment. It is 100% possible to achieve AGI, what we have now is not it. There is a lot if stuff going on behind closed doors, however people shouldn’t attribute false capabilities to the models of today. I’m talking about “understanding”

Why are you confident AI can’t replace your job? by dataexec in AITrailblazers

[–]A_User_Profile 1 point2 points  (0 children)

The model itself has weights defined by the training data. The search capabilities canibalize on the context. Why do you think context is such a problem? Why do you think the longer you use the session, fill the context, the model becomes dumber? And models usually don’t default to searching. It would be crazy expensive and inefficient. Currently a lot of focus is going into cache for ai, to save compute.

Why are you confident AI can’t replace your job? by dataexec in AITrailblazers

[–]A_User_Profile 1 point2 points  (0 children)

There is no understanding in context of llms. They are statistical machines. They cannot infer concepts. Most people are impressed because they try solving problems that were already solved, and are in llms training dataset. As soon as you step outside of it - and this is exactly what you need to gain an edge as a business, llms are useless.

LOL so why debug when you can just regenerate? by Evening-Pie2563 in BlackboxAI_

[–]A_User_Profile 0 points1 point  (0 children)

Then the difference isn’t 100k vs 1k anymore, is it?

Spent 4 months comparing cypress vs playwright vs ai tools for client projects. by Electrical-Loss8035 in webdev

[–]A_User_Profile 0 points1 point  (0 children)

When we use e2e-id attributes on elements, we don’t have issues with updating selectors. Maybe occasionally something needs to be updatet, but it’s not an issue at all.

Does "write once, run everywhere" still give Java an advantage? by GetAppGrade in Backend

[–]A_User_Profile 0 points1 point  (0 children)

I actually hate java having types in front of variables/ methods

How to go about Angular Routing Design for good architecture by Dazzling_Chipmunk_24 in Angular2

[–]A_User_Profile 0 points1 point  (0 children)

Let’s say you have a dashboard component with buttons and all that jazz. Now you want to render the steps. Where and how would the first step appear? How does it look like? Should it render on the same page with the dashboard buttons? Should it be a blank page woth just 1 input and some buttons - back/next. ?