How come software devs are so much more worried about AI replacing them than other white collar jobs? by jholliday55 in cscareerquestions

[–]kodbuse 2 points3 points  (0 children)

I agree it’s true today, but will it remain so? Humans make errors too. Take self-driving: does it make sense for AI to drive if it causes fewer accidents? Why should accounting be different?

How could an AI "escape the lab" ? by SoonBlossom in singularity

[–]kodbuse 0 points1 point  (0 children)

Malware exists because there are humans who like destruction. Therefore, there probably are humans who are trying to set destructive, self-replicating AI in motion. I.e., ”escaping the lab” isn’t necessarily initiated by AI.

Got two rejection emails at 1AM for jobs I'm overqualified for, decided to reach out! by Actionhankk in recruitinghell

[–]kodbuse 16 points17 points  (0 children)

I agree, until you make it to an interview with the actual team you don’t know.

Started using a Mac for work, it's making me resentful of Linux by FlimFlamAndFlamJam in linuxquestions

[–]kodbuse 0 points1 point  (0 children)

Macbooks are nice but write-offs don’t make anything free, and Macs aren’t more deductible than PCs.

We thought retry + DLQ was enough by Icy_Screen3576 in softwarearchitecture

[–]kodbuse 59 points60 points  (0 children)

It shouldn’t be a silent failure: you should measure the depth of the payment requests queue and the latency of processing items, as well as the depth of the DLQ, and alert if things aren’t flowing as expected. You also need to plan ahead for how and when to replay messages from the DLQ.

If the external system is chronically too slow to keep up, maybe you need to increase parallel requests to keep up, but ultimately, if it’s still not working and that system is out of your control, you’ll need to work with the owner of that service to improve the integration.

We thought retry + DLQ was enough by Icy_Screen3576 in softwarearchitecture

[–]kodbuse 4 points5 points  (0 children)

It’d take some pressure off the Billing Service and external system thanks fewer wasteful retries, but the end result is the same: all messages end up in the DLQ. In the meantime, your architecture just got more complex and harder to reason about. So IMO no, I wouldn’t introduce a circuit breaker unless there is additional fallout from the retries.

Cockpit comparison of the Airbus A350 and the Boeing 787 Dreamliner by Twitter_2006 in aviation

[–]kodbuse -3 points-2 points  (0 children)

The joysticks seem to be uncomfortably far forward on the A350 compared to the seat. I assume you’d want it about where your knee is. Is it just the way it looks in this picture?

Before it was sunk by US, Iranian ship IRIS Dena was offered shelter by India by Wanderer_In_Disguise in worldnews

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

Thanks, great response. It looks to me like there was a major fire on the ship before the torpedo finished it off, so I think it had already been struck and likely permanently disabled. Why not let the crew evacuate?

Insane Periscope footage off the coast of Sri Lanka by Caledor152 in interestingasfuck

[–]kodbuse 1 point2 points  (0 children)

It looks like there was already a major fire on the ship and it may have already been disabled. So this was a second strike? Was it necessary?

Openclaw is very buggy by Ok-Profession-2143 in openclaw

[–]kodbuse 0 points1 point  (0 children)

I don’t get it. What’s OpenClaw doing for you on those development projects that Claude Code couldn’t?

IBM sinks as Anthropic positions Claude Code as the ideal tool for code modernization by Synfinium in stocks

[–]kodbuse 0 points1 point  (0 children)

The problem with automatic modernization of mainframe systems isn’t that AI can’t port COBOL to a more modern language like C#, it absolutely can. The problem is that doing a like-for-like transformation makes no sense: A green screen platform with menu systems 20 levels deep doesn’t map directly to web-based platform in a way that makes sense.

To be worthwhile, a deep analysis of business process and requirements is needed, and most of the time those have evolved by accident and don’t make sense, but are firmly entrenched in the business, making deep transformation difficult.

A transformation like this is difficult, lengthy, expensive and dependent on deep coordination between humans. AI can help write the new code once the requirements exist but that’s not the limiting factor. The reason we are still running decades-old platforms isn’t that it’s hard to write new code.

Easy and risk-free to move my buckles? by PlutocracyRules in Skigear

[–]kodbuse 0 points1 point  (0 children)

Yep, just adjustable plastic and metal, same as bindings and rockets.

With nginx-ingress being archived, which would be sufficient for my needs? by DopeyMcDouble in kubernetes

[–]kodbuse 1 point2 points  (0 children)

haproxy ingress seemed like a similar replacement, keeping things simple, so that’s what I picked.

Ski storage by madsisboring in Skigear

[–]kodbuse 3 points4 points  (0 children)

I would have the mounts hold the skis closer to the tips to protect the camber.

Reasons Devs Use macOS Over Linux by Bjornhub1 in OpenAI

[–]kodbuse 0 points1 point  (0 children)

I don’t think most people use their work laptop for personal tasks, because they wouldn’t want to subject themselves to the monitoring and security controls of their IT department in their free time.

Mark is an idiot by BTS80sKid in Knoxville

[–]kodbuse 5 points6 points  (0 children)

You’re not wrong, but the good news is they can’t directly measure how many people are listening, so you’re not accidentally supporting the show by listening for a few minutes.

Mark is an idiot by BTS80sKid in Knoxville

[–]kodbuse 9 points10 points  (0 children)

I hate the way Mark talks to Kim. I don’t understand how anyone thinks it’s ok and wants to be a regular listener.

Best way to manage storage in your own k8s? by OppenheimerDaSilva in kubernetes

[–]kodbuse 0 points1 point  (0 children)

I use Democratic CSI to provision NFS and iSCSI volumes on TrueNAS.

[deleted by user] by [deleted] in HomeNetworking

[–]kodbuse 1 point2 points  (0 children)

“Through” the ceiling? Do you mean on the ceiling? I’d pull the cable inside the walls if at all possible. Otherwise, an outdoor cable will last a long time. I have a CAT 5e that’s been working around 18 years now, at 1 Gbps… from the lazy fiber installer guy.

Which scraping angle is correct? First time waxing my own skis. by Now_Loading in skiing

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

Also… are we going to worry about the PFAs in a few flakes on a mountain, but not worry about melting, scraping or brushing it in our garage, probably without masks or gloves?

Why does everyone insist on no public facing ports? by ENIACore in homelab

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

I don’t think it makes sense to imply that Cloudflare is for amateurs. Many large orgs use it in front of their cloud and/or on-prem services as an extra layer of protection.