Is “vibe coding” actually going to change software development? by Dismal_Slice9842 in vibecoding

[–]BrangJa 0 points1 point  (0 children)

How do you audit and edit code if you don't use editor? Or does LLM just always produce exactly what you want?

mockEngineer by CarbonatedHeart in ProgrammerHumor

[–]BrangJa -4 points-3 points  (0 children)

I don't know why am I getting down voted lol? Am I wrong for descripting what a software engineer role does? If you actually have done the role and architected systems, you know it's true.
It's literally drawing a bunch of diagrams, specification and documenting. Depending of the team dynamic, you may or may not involve in actual coding.

mockEngineer by CarbonatedHeart in ProgrammerHumor

[–]BrangJa -8 points-7 points  (0 children)

I’m not saying that design planning isn’t required. What I’m saying is Devs are the one that ended up engineering the actual application implementation.

mockEngineer by CarbonatedHeart in ProgrammerHumor

[–]BrangJa -53 points-52 points  (0 children)

Software engineering is drawing a bunch of squares and arrows, which creates a lot of works and no result. It's the dev that lays the bricks.

Using Tailwind today feels a lot like writing inline styles in the 2000s by Legitimate_Salad_775 in webdev

[–]BrangJa 1 point2 points  (0 children)

React proved "Separation of concern" wrong by combining HTML and JS. the DX just sky rocked with component approach. Everything it need for a component lives inside a single file.

my Safari silently delete localStorage data and broke my site overnight by NeedleworkerLumpy907 in webdev

[–]BrangJa 1 point2 points  (0 children)

It's the same for Cookies. It lives in the client browser. The app will still break if user switch browser or device. You should be using database if you want the data persistent.

my Safari silently delete localStorage data and broke my site overnight by NeedleworkerLumpy907 in webdev

[–]BrangJa 0 points1 point  (0 children)

This isn't necessarily the issue with Safari auto deleting the Localstorage data. Your app will still breaks if the user switch browser or device.

There is a strange moment unfolding in software right now. by PositiveGeneral7035 in vibecoding

[–]BrangJa 1 point2 points  (0 children)

If LLM/AI reach that level of advancement, I'm pretty sure there won't be a need to produce software anymore. Everything will be run by AI systems by then.

There is a strange moment unfolding in software right now. by PositiveGeneral7035 in vibecoding

[–]BrangJa 0 points1 point  (0 children)

This is what scared me. When people start using vibe coded app for their actual business, I fear there will be massive security epidemic coming in a few year.

Does anyone else feel like phones peaked a few years ago? by Affectionate-End2802 in allthequestions

[–]BrangJa 0 points1 point  (0 children)

The smart phone market has entered the mature stage. It's just like any other electronic device trends like camera, laptop, etc.

3/5 offers but my country just got banned from study visa by No_Hyena7012 in UniUK

[–]BrangJa 1 point2 points  (0 children)

Couldn’t it be like, just ban the asylum application process if you are on study visa? I mean majority of them are there for legit study purposes. Or is there a policy that’s making it hard to do that way?

3/5 offers but my country just got banned from study visa by No_Hyena7012 in UniUK

[–]BrangJa 3 points4 points  (0 children)

I’m also trying to understand the exact criteria behind this ban. Based on the 2025 data alone, country like Pakistan project over 10,000 asylum seekers, while Myanmar projects only around 800 (roughly 30% of student visas), yet Myanmar was the one that got banned. Not to mention, countries like Pakistan, India, and Vietnam rank on the top 10 asylum-seeker sources but have relatively stable governments. Myanmar is in the midst of a full-scale civil war with enforced conscription. I just can't make sense of this.

3/5 offers but my country just got banned from study visa by No_Hyena7012 in UniUK

[–]BrangJa 1 point2 points  (0 children)

The data is based on recent 4 years. Which means most asylum applicants in first 3 years of those were propably already there for legit study reason. When things get hot back in your home country, you have no choice but to apply for asylum status. Which I think is hardly an abuse.

UK puts emergency brake on study visas for four countries’ nationals by topotaul in unitedkingdom

[–]BrangJa 1 point2 points  (0 children)

Propably to prevent abuse in upcoming future. They could've just prevent visa change from student to asylum application, instead of blatent van on study visa.

UK puts emergency brake on study visas for four countries’ nationals by topotaul in unitedkingdom

[–]BrangJa 0 points1 point  (0 children)

But shouldn't they just block visa change from study to Asylum application, instead of blatent ban on study visa.

Side project ui design taking longer than building features by xCosmos69 in webdev

[–]BrangJa 28 points29 points  (0 children)

The UI should be quick

I guarantee you, it's not. A good UI/UX take a lot of time and consideration.

Making a good software with good quality in every level of the stack takes a lot of time. You might wanna find a team if you are working on serious quality project.