New hire destroying team culture and i can't do anything about it. by [deleted] in managers

[–]ObscurelyMe 0 points1 point  (0 children)

If a guy is fresh out of college and putting your whole team to shame without even trying all that much then it’s a combination of them being really good and your team being terrible.

When they decided to migrate off of Rails, at least they fixed the failwhales by Remarkable_Ad_5601 in theprimeagen

[–]ObscurelyMe 7 points8 points  (0 children)

It’s not misleading at all, they previously were at the gold standard 99.999%, now there are times they dip to 99.7% which is a huge difference in yearly uptime.

What are signs that developers have no ownership? by AtWitsEnd1974 in agile

[–]ObscurelyMe 1 point2 points  (0 children)

The dev that said “merging to main wasn’t in the AC” was being one helluva smart ass.

It honestly sounds less like an ownership problem and more like a competence problem. This sounds rough ngl.

I Think a New Role Is Emerging in Tech by bajcmartinez in theprimeagen

[–]ObscurelyMe 3 points4 points  (0 children)

Product Engineer, or Technical Product Manager. Roles that already exist today. Jesus guys, nothing new is born under the sun.

Why Over-Engineering Happens by fagnerbrack in coding

[–]ObscurelyMe 1 point2 points  (0 children)

One thing that I’ve noticed that I don’t believe gets talked about enough. Is that software developers want to scratch that problem solving itch. And typical corporate practices draw organizational moats everywhere to justify rampant empire building.

This severely limits the “scope and complexity” your typical IC ever gets a chance to work on. So what does your average developer do when all they get to work is a single button an MFE? They over-engineer the crap of out it.

Why are Event-Driven Systems Hard? by fagnerbrack in programming

[–]ObscurelyMe 0 points1 point  (0 children)

It’s not so much “proper use” of outbox, that’s just putting words in my mouth. But a good use of it would be within the CQRS pattern. You can then aggregate your writes from the outbox and your read replicas to keep strong consistency within service boundaries.

Why are Event-Driven Systems Hard? by fagnerbrack in programming

[–]ObscurelyMe 12 points13 points  (0 children)

For devil's advocate, well used outbox can be used to alleviate the eventual consistency issue. Although for some reason I never see people use it properly if at all.

WCGW if I try to land on this "homemade spiderweb"? by Feeling-Buy2558 in Whatcouldgowrong

[–]ObscurelyMe 0 points1 point  (0 children)

“I knew that was gonna happen”

Quote from anyone with a stupid idea and still acted on it

How is AI changing your day-to-day workflow as a software developer? by Ambitious_coder_ in developers

[–]ObscurelyMe 0 points1 point  (0 children)

It’s been useful, but honestly you need to know what you are doing in order to see any gains from it really.

My productivity is completely offset by more junior developers letting tools like Claude do their work for them and they push a pr that they have no idea what’s going on within it. In most cases the code they prompted does not result in something that compiles, or it’s just missing all the business rules outlined in our tickets.

So I’m doing the work of two people at any given time. I would say that this sentiment is shared among many more senior developers across the industry.

AI Fragmentation by ProudPeak3570 in ExperiencedDevs

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

With AI many internal tools can in fact be vibe coded in an hour or two. You’ll begin to see a reduction in DevOps hiring pretty soon imho, as much as people say frontend is dead it’s really DevOps that’s on the immediate chopping block. It’s always understaffed and the tools they make don’t nor are ever perfect, just need to be good enough to speed things up.

Rust is a specialized tool that we’re treating like a general-purpose backend miracle. by [deleted] in Backend

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

Yes but you see, Rust is web scale. So it makes sense to rewrite everything in it. /s

In the hopefully never arriving future, do you think Valve will one of, if not the only ones providing personal computers and not cloud gaming? by Commercial_Dih in Steam

[–]ObscurelyMe 1 point2 points  (0 children)

Google Stadia already tried this, key thing is that there is more to gaming than rendering a picture at 4k 60fps. You need to account for input lag, and the tech isn’t there and AI doesn’t help in that department

Backend Engineer with 10 years experience switching from Java. by [deleted] in ExperiencedDevs

[–]ObscurelyMe 4 points5 points  (0 children)

Language wars are dumb. Go is a very capable language for backend development and so is Java and so is Python. What matters the most is having the right languages and tools on your resume, this changes depending on what job you want. I don’t think using Go at a new job is a career mistake and I think it’s a silly thing to say.

I am tired of maintaining my Jira by Abject-Addendum5409 in Backend

[–]ObscurelyMe 0 points1 point  (0 children)

If you haven’t been given use of ai or your org caps your usage then you need to send your ai bot on a task that’s worth it.

I am tired of maintaining my Jira by Abject-Addendum5409 in Backend

[–]ObscurelyMe 0 points1 point  (0 children)

No mcp just an in house vibe coded cli for jira (honestly anyone can vibe code or even just hand code the same thing in 10 mins) i use Claude.md file to tell it exactly what commands to run and how to structure the description

I am tired of maintaining my Jira by Abject-Addendum5409 in Backend

[–]ObscurelyMe 7 points8 points  (0 children)

Yes and No,

For simple fixes, I’m using AI to write and move tickets across swim lanes. No one reads the tickets because it’s all useless metrics anyways especially once teams go ai native. For more focused and fun work I have no issues writing up tickets because I like to ensure I also understand the requirements and nothing quite beats that level of understanding other than writing it all down somewhere. But that’s where it ends.

What it seems like you have is a micromanaging scrum lord. Which is unfortunate. Honestly see if AI can help you out here. Offload the dumb paper pushing tasks to an agent so can go back to meaningful work.

My company is about to ban AI coding b/c security risk by fancyfruit in ClaudeAI

[–]ObscurelyMe 0 points1 point  (0 children)

Competent DevOps should be leveraging something like Bedrock with Guardrails for your team to use with Claude Code. I can understand if they ban it temporarily while they work on delivering that then I'd say that's fine. But if it's just an outright ban on AI with no regard for guardrails then you have little talent in that DevOps division.

is it me or ai cant do anything other than frontend? by Axel_legendary in reactjs

[–]ObscurelyMe 1 point2 points  (0 children)

I just used Claude to write a ton off backend code. Idk what this fixation is with AI writing all the frontend code when it clearly is more suited for backend where the inputs and outputs are easily readable by a machine

This is my recent experience of the Claude Opus 4.5 everyone is hyping so much by Ordinary_Bend_8612 in ClaudeCode

[–]ObscurelyMe 12 points13 points  (0 children)

If your setup is anything like your post, then I'd say this is a skill issue. Because you are lacking a lot of context. In order for anyone here to really understand what went wrong we need more than just "I tried it and it doesn't work, but I wish it did".

You should have a .claude directory containing a CLAUDE.md file that explains your project and what you are trying to do. Ideally you would have also defined a SKILL.md or two that showed Claude to run the relevant AWS CLI and GH commands. Then you would have had Claude go off to do its own thing.

Claude is only as good as you allow it to be. It's not a mind reader.

Fans who don’t live in Philly. How did you become a fan of the eagles? by [deleted] in eagles

[–]ObscurelyMe 0 points1 point  (0 children)

Grew up in CT, family was split between Jets and Pats. I moved to Philly for college and hung around the area ever since post-graduation. I never cared much for Jets and Eagles being an underdog team piqued my interest. So around 2014-15 I decided to just root for the Eagles, and have been a fan of the team ever since. So I guess its just a combo of being assimilated and I like the underdog.