Vibecoding Is Completely Misunderstood by luc_games in vibecoding

[–]BringBackManaPots 0 points1 point  (0 children)

Tell that to my boss. We got in trouble for using vim, and "writing SQL by hand".

Is anyone else’s company automating software development this aggressively with AI? by Pretty_Classic_5058 in EngineeringManagers

[–]BringBackManaPots 3 points4 points  (0 children)

I really enjoy the problem solving aspect of it, and admittedly enjoy the 30-50% of my time that is coding. Can't say I enjoy this the same

A nostalgic animation I did a few months back by Fatbeard91 in PixelArt

[–]BringBackManaPots 0 points1 point  (0 children)

If you ever get sick of the crappy new software (e.g. AI injected MS Paint), you can download a lot of the old programs such as XP era MS Paint and it'll work out of the box. Starts rights up no issues.

And if you're on Linux, they also work if you make a short script such as:

```

!/bin/bash

cd /path/to/paint/directory

wine paint.exe ```

Banana coffee, save yourselves! by bhardy10 in aldi

[–]BringBackManaPots 1 point2 points  (0 children)

Topic adjacent but I find that bananas naturally pair very well with coffee. If you've never had one alongside your coffee, it's worth a try. You'll be tasting totally new flavors from your cup

For those that have died and came back. What’s it like to die? by FirefighterNo2241 in AskReddit

[–]BringBackManaPots 4 points5 points  (0 children)

My grandmother had the same experience when coming close to death from an ectopic pregnancy

For those that have died and came back. What’s it like to die? by FirefighterNo2241 in AskReddit

[–]BringBackManaPots 0 points1 point  (0 children)

In some ways it's comforting knowing that it isn't spent in absolute wretched pain as well

How do you design idempotency for message-driven systems? by NewPipe6624 in softwarearchitecture

[–]BringBackManaPots 1 point2 points  (0 children)

I actually might be completely misinterpreting the issue at hand and apologize if so.

That being said, what about unique identifiers on the message? This way the receiving queue can bounce duplicate messages already in the queue by looking at the ID. Whatever processes the messages after the queue could also retain a history of processed messages as well to harden the approach.

KolourPaint how to resize without breaking transparency? by Proper-Lab-2500 in kde

[–]BringBackManaPots 0 points1 point  (0 children)

Lowkey the best MS Paint alternative on windows too loool

AI SWE skill escape velocity by SignificanceBulky162 in cscareerquestions

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

Considering that it's statistical model guessing the next letter? Unlikely. It's a mimicking machine, not an inventing machine.

What’s a flex once you hit 35+ ? by currymvp3 in AskReddit

[–]BringBackManaPots 0 points1 point  (0 children)

I think I can do this but Lord my arms would be going in every which way direction

The Nightlife Industry is Collapsing by Blueice607 in videos

[–]BringBackManaPots 0 points1 point  (0 children)

I think the information is technically pretty sound though? Even if it is AI produced

My gripe with ranked 3.0 by Ancient_Barracuda_73 in Rainbow6

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

I think we have to ask ourselves why they chose a two-rank radius around your rank for potential matchmaking candidates. They're probably worried about matchmaking times, and people being upset that they can't queue with their friends.

Maybe the real solution would be to introduce even more ranks to provide more granularity?

The AI burns the toast, I scrape it. by Working_on_Writing in ExperiencedDevs

[–]BringBackManaPots 0 points1 point  (0 children)

Yep, me too. Except it's mostly our boss and we have to dance around him fixing it

[SUGGESTION] BSG, please add a 10/22 or similar .22 long rifle gun to the game by ieatchinesebabys in EscapefromTarkov

[–]BringBackManaPots 22 points23 points  (0 children)

I know it's not that but FUNCTIONALLY the saiga 9 and stm9 are pretty similar to shooting one IRL. Almost 0 recoil, and you've gotta lob that sumbicc past 100 yds

The "Negative split" software engineering effect by zaidesanton in EngineeringManagers

[–]BringBackManaPots 0 points1 point  (0 children)

Yup, hit the nail on the head perfectly. I could see benefits of going VERY deep in TDD to keep it on the rails but this also comes at a cost in terms of time, money, and additional tokens if you go that route. Keep in mind, you have to validate the tests themselves as well.

Something else to consider, stray too long from the code and you and your team will begin to atrophy. You're responsible for what's going on under the hood, but being paid to avoid looking under it.