HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skwashd

no profile record

Submissions

Amazon Bedrock Leaves Builders Stuck in First Gear

proactiveops.io
1 points·by skwashd·قبل 4 أشهر·0 comments

AWS RDS Data API Deep Dive

proactiveops.io
2 points·by skwashd·قبل 9 أشهر·0 comments

Bots Write Bad Terraform and It's All Your Fault

proactiveops.io
2 points·by skwashd·قبل 10 أشهر·0 comments

comments

skwashd
·قبل 3 أشهر·discuss
I'd be pretty annoyed if it was burning my Claude Code quota.

So far it's burned through 45% my design quota. On a positive note, I finally have my fonts rendering. I'm still waiting for it to figure out how it mangled the SVG versions of my logo. I've watched it trying a lot of stuff for 20 minutes and now I've got something that's not my logo.
skwashd
·قبل 5 أشهر·discuss
I know it is against the ToS. I've reported multiple organisations doing this. Last time I reported one, support closed the ticket saying the activity is off platform so they can't do anything.
skwashd
·قبل 5 أشهر·discuss
Last week I released Gata Router - https://github.com/gata-router

Gata is an open source automated L1 ticket triage tool for Zendesk. It costs pennies per ticket for it to route tickets to the correct team.

During development I was regularly seeing over 90% accuracy. The average for humans is 60-80%.

The whole thing runs in your AWS account.

There's more information in the release announcement - https://www.proactiveops.io/archive/meet-gata-the-automated-...
skwashd
·قبل 6 أشهر·discuss
A few times I've wondered, where would Docker Inc be today if Microsoft acquired them back in 2017?

Early 2017 was peak Docker and Docker Inc. Those were the days. Container hype was everywhere. Before moby. Before all the pivots.

Microsoft was embracing open source and the cloud. They were acquiring dev tools.

It was a missed opportunity for both companies.
skwashd
·قبل 10 أشهر·discuss
> This seems more like having several random contractors who you've never met coming into your business in the middle of night. [...] Agencies that routinely swap workers into or out of various roles at your company without asking or telling you, so you don't have any idea who the person working in the office is, what they're doing, or even if they're supposed to be there.

Sounds very similar to how global SIs staff enterprise IT contracts.
skwashd
·قبل 10 أشهر·discuss
Very cool. There's an impressive number of little details. My favourite is that the Paint app actually works.
skwashd
·السنة الماضية·discuss
+1 for (eventually) baking it ty into ruff. In my mind static type checking is a form of linting.

For years I pushed black for formatting code. Once formatting was baked into ruff I ditched black. Having fewer dependencies to track and update simplifies my life and shortens my dependabot queue.