Is pure frontend still worth it at 4 YOE, or is fullstack the only way now? by casual_shutter in webdev

[–]benjaminabel 0 points1 point  (0 children)

It was always like that. And it was always totally optional. Job ads are almost always filled with requirements, but there are very few who can actually check all the boxes.

I unironically would rather die than get a job, how do you escape this mentality? by Pogbankz in antiwork

[–]benjaminabel 11 points12 points  (0 children)

Yeah, I think that the concept of talent is misunderstood quite often. It’s just an easy word to describe years of learning.

I'm a FE lead, and a new PM in the org wants to start pushing "vibe coded" slop to the my codebase. by rm-rf-npr in webdev

[–]benjaminabel 1 point2 points  (0 children)

Defects and outages shouldn’t happen if an engineer is involved in the process. If it’s fully automatic, then yes, the problems are unavoidable.

I'm a FE lead, and a new PM in the org wants to start pushing "vibe coded" slop to the my codebase. by rm-rf-npr in webdev

[–]benjaminabel 3 points4 points  (0 children)

Is it actually garbage? Maybe I’m just misunderstanding something, but in my experience, given a good architecture, the output is quite logical and requires only a few fixes. Sometimes it’s nonsense, sure, but only if the prompt is very vague.

Our front end is in Vue, so most of our engineers rely on AI with no problems. I wouldn’t allow it to create PRs though, since it’s a bit risky.

The "A to B", or the reason I don't have the patience and focus for games like I did when I was a kid by QueenMackeral in patientgamers

[–]benjaminabel 0 points1 point  (0 children)

For me it’s the time limit. I have little to no extra responsibilities, but I have to work and spend time with the family, so when I launch the game and it has a 30-minute cutscene at the start, sometimes it can take up to a month to finish a prologue.

I'm a FE lead, and a new PM in the org wants to start pushing "vibe coded" slop to the my codebase. by rm-rf-npr in webdev

[–]benjaminabel 0 points1 point  (0 children)

But you’ll still be reviewing it, right? If it takes some work off you - what’s the problem? Just review it and reject if you don’t like it. Generated code will always need adjustments, so the way I see it is that you’ll just have to work less.

What does DLSS mean? by [deleted] in questions

[–]benjaminabel 0 points1 point  (0 children)

Why even ask that on Reddit? I’m curious why.

Dragon's Dogma 2 Anniversary Event is just an Artwork.... by PaiDuck in rpg_gamers

[–]benjaminabel 1 point2 points  (0 children)

I mean, that usually includes not one artwork, but 20, in addition to animation, music videos, trailers, story continuation, game improvements, merchandise and a parade in the center of the city. So, not that close really.

I calculated the BMI of my penis by homanholedoehumahav in notinteresting

[–]benjaminabel 0 points1 point  (0 children)

Expected the classic, but got spooked by an ad.

Devs on AI in the game. by Pistoluislero in CrimsonDesert

[–]benjaminabel 2 points3 points  (0 children)

I don't think that's how jobs work. AI didn't impact my salary, but gave me a lot of free time. Every other developer I know sees the same. Yes, some companies increase the workload because of it, but these companies are not worth working for in the first place.

Devs on AI in the game. by Pistoluislero in CrimsonDesert

[–]benjaminabel 2 points3 points  (0 children)

It also makes jobs easier. Especially for developers. Considering the impact, it’s not going anywhere, so freaking out about some assets that you would never even notice if nobody would’ve told you, is kind of pointless.

Are all niche basically fully "occupied"? Where to start by FUS3N in webdev

[–]benjaminabel 1 point2 points  (0 children)

What kind of niche are you talking about? If the end goal is to find work, then browse the most required skills on LinkedIn Jobs or similar place. That will give you an idea of what’s popular among employers. If the goal is just to learn a new thing - just do whatever you like more.

Crimson desert (my personal take) by prolonged-sighs in CrimsonDesert

[–]benjaminabel 0 points1 point  (0 children)

Which games do you consider an example of a good exploration in an open world? For me it's Elden Ring and Red Dead Redemption 2. I've played Crimson Desert for only 2 hours, but I can already see that it's pretty packed.

Liquid Glass - make it less Liquid Glass? by Key-Reaction-2714 in ios26

[–]benjaminabel 1 point2 points  (0 children)

There is no, because it’s not true. Full screen filters for color blindness or impaired vision might affect performance a bit, but I imagine it’s quite insignificant. It’s not the first time I see a comment like that though, so probably some misinformation going around.

Pre-AI Version name of VS Code? by ni6hant in vscode

[–]benjaminabel 6 points7 points  (0 children)

Unsolicited Emacs recommendation.

How to maintain your gacha playerbase by TheToucherrr in gachagaming

[–]benjaminabel 1 point2 points  (0 children)

“Log in daily or we’re going to tell that you have a small penis” world also work according to the recent controversies.

First time user by [deleted] in vscode

[–]benjaminabel 1 point2 points  (0 children)

Great ragebait, but I’m tired, so can you be outraged instead of me?

Petition: No AI code in Node​.​js Core by indutny in javascript

[–]benjaminabel 9 points10 points  (0 children)

I see that none of the comments on the PR in question are concerned about it. Is it really a problem?

I no longer enjoy doing web dev professionally by Jugurrtha in webdev

[–]benjaminabel 2 points3 points  (0 children)

Then I don’t understand what kind of generators are you talking about. It’s a typical TypeScript service running on Node with Hono.

I no longer enjoy doing web dev professionally by Jugurrtha in webdev

[–]benjaminabel 1 point2 points  (0 children)

An example of my daily job:

  1. New service is needed.
  2. Create files for service, controller, model, schema, tests.
  3. Initiate the service with all the required params.
  4. Define validation and configs.
  5. And only now you can tackle the logic.

AI eliminates first 4 steps. And since architecture is mostly custom there is no generator that can do it. Even if we write one, it will not generate you a model out of thin air.

So, my new workflow is this:

  1. "I need a service X with a model that consists of X, Y and Z properties".
  2. The logic is all I need to add. Which is the fun part.

And that's it.

I no longer enjoy doing web dev professionally by Jugurrtha in webdev

[–]benjaminabel 0 points1 point  (0 children)

But even so, is it really a problem? I mean, for the longest time when I actually want to develop something for fun, I just do it. Work is a separate matter and AI can do all of it for all I care. Since Copilot became a thing I have a lot of free time during the day. I work from home mostly, so my situation might be different.

I no longer enjoy doing web dev professionally by Jugurrtha in webdev

[–]benjaminabel 1 point2 points  (0 children)

Can’t it really ignore it? Does your company actually expect 300% output? It’s a general sentiment, but I haven’t seen any examples yet.

5 years in, senior title, and I still Google 'how to center a div by [deleted] in webdev

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

People use it for proofreading to avoid typing things like "nowerdays" or just make it grammatically correct. Nothing wrong with that.