HN user

gtirloni

12,483 karma

SRE.

gtirloni (at) tirloni.net

Posts488
Comments3,827
View on HN
www.businessinsider.com 12d ago

If you traded like the president, you'd beat the S&P

gtirloni
5pts2
agents-last-exam.org 1mo ago

Agents' Last Exam

gtirloni
2pts0
blog.pragmaticengineer.com 1mo ago

AI load breaks GitHub – why not other vendors?

gtirloni
3pts0
reposit.bot 3mo ago

Reposit: Collective Intelligence for AI Agents

gtirloni
3pts0
wso2.com 5mo ago

Goodbye Java, Hello Go

gtirloni
1pts3
emanuelcasco.vercel.app 5mo ago

Structured methodology for AI-assisted development

gtirloni
2pts0
lwn.net 5mo ago

GNU C Library 2.43 released

gtirloni
42pts0
brooker.co.za 6mo ago

The success of 'natural language programming'

gtirloni
2pts0
www.cato.org 6mo ago

73% People Detained by ICE Have No Convictions

gtirloni
86pts54
github.com 6mo ago

Nelm (Helm alternative)

gtirloni
2pts0
www.learnix-os.com 6mo ago

LearnixOS

gtirloni
273pts109
news.ycombinator.com 7mo ago

Ask HN: Do you have an exit plan for Slack?

gtirloni
8pts6
queue.acm.org 7mo ago

The SPACE of Developer Productivity

gtirloni
1pts0
uptimelabs.io 8mo ago

Fix-Mas

gtirloni
2pts0
fedoramagazine.org 8mo ago

Fedora Linux 43 released

gtirloni
3pts3
github.com 9mo ago

RVVM – RISC-V VM emulator

gtirloni
4pts0
ebpf.learn-or-die.io 9mo ago

eBPF Low-Code Builder

gtirloni
2pts0
news.ycombinator.com 9mo ago

Ask HN: Why does ICANN allow indefinite domain parking?

gtirloni
2pts3
slack.com 9mo ago

Why does Slack even bother with Release Notes?

gtirloni
2pts1
icm.museum 9mo ago

The Interim Computer Museum – September Report

gtirloni
2pts0
radicle.xyz 9mo ago

Radicle 1.5.0 Released

gtirloni
3pts1
incidentdatabase.ai 9mo ago

AI Incident Database

gtirloni
1pts0
news.ycombinator.com 10mo ago

Ask HN: What's going on at Mozilla?

gtirloni
1pts1
refactoringenglish.com 10mo ago

Effective Writing for Software Developers

gtirloni
1pts0
uptimelabs.io 10mo ago

Uptime Labs PIR

gtirloni
2pts0
oshub.org 10mo ago

OSHub – Hobby OS Projects

gtirloni
1pts0
github.com 11mo ago

howto – Command-Line Assistant

gtirloni
5pts0
news.ycombinator.com 11mo ago

Ask HN: Are emojis a dead giveaway for AI?

gtirloni
3pts2
dearrow.ajay.app 11mo ago

DeArrow De-Clickbaiter Extension

gtirloni
1pts0
blog.trailofbits.com 11mo ago

MCP servers can attack you before you ever use them

gtirloni
2pts0

Considering how volatile things can get depending on who's president, I'd say even American companies need to "compete against America" if they don't want to get their rug pulled from under them (which, apparently, the legal system allows to easily happen in the US).

I hope these people are properly attributing their work to the IDE/editor they used as well. /s

I do spend an enormous amount of time working on projects with AI assistance. When people imply that my output is any less "worthy" because of that, it gives me pause.

The reality is that there are people using AI in areas they would have no chance of producing much quickly. I understand the sentiment against that kind of situation but one shouldn't assume that's every situation.

This is not a limitation that can be overcome by LLMs. Their generative value is in their unreliability. If you turn temperature down to zero, you get a deterministic machine - but you also break every meaningful application I know of in production.

This is not a reasonable argument. Setting the temperature down to zero does NOT give you a deterministic machine. And I have never seen that break any application in production, quite the contrary.

People are still figuring things out, there's a lot of wasted tokens, etc.

This is like complaining a student isn't as productive as a senior engineering.

I think we as an industry haven't even graduated to junior level when it comes to figuring our how to use AI to improve things.

As someone constantly nerd-sniped, the difficulty is that our instincts are still being formed about what this current era of AI tools can and cannot do.

So when a blocker or an idea pops up, it's very easy to use that magic-like tool to solve it quickly and then go back to whatever it's you were doing before.

However, if you care about the quality of your output, that won't be a quick detour. It will pile up with the other "quick" tasks you were doing simultaneously and that's how you end up with 5-10 sessions working on totally unrelated projects.

Google Flow Music 3 months ago

This website looks so terrible that I can't tell if it's really owned by Google or a scam.

Apple Just Lost Me 4 months ago

People who like it aren't vocal, agreed. I think this works for every outrage wave we experience online. Something to keep in mind.

Apple Just Lost Me 4 months ago

Could you emit a virtual credit card for them that you then cancel after the verification is done?

What "unfucking" looks like though? The law is mandated in the UK. What other way of age verification would work better for them?

That's definitely not a CLI wrapper. But people are calling Claude Code (clearly a TUI) a CLI so :shrug:

GSD is a collection of skills, commands, MCPs(?), helper scripts, etc that you use inside Claude Code (and others). If anything, Claude Code is the wrapper around those things and not the other way around.

Re: helper scripts. Anyone doing extensive work in any AI-assisted platform has experienced the situation where the agent wants to update 10k files individually and it takes ages. CC is often smart enought to code a quick Python script for those changes and the GSD helper scripts help in the same way. It's just trying to save tokens. Hardly a wrapper around Claude Code.

Yes, it does help in that way. Maybe I'm still struggling to let go and let AI take the wheel from beginning to end but I enjoy the exploratory part of the whole process (investigating possible solutions, trying theories, doing little spikes, etc, all with CC's assistance). When it's time to actually code, I just let it do its own thing mostly unsupervised. I do spend quite a lot of time on spec writing.

I was using this and superpowers but eventually, Plan mode became enough and I prefer to steer Claude Code myself. These frameworks are great for fire-and-forget tasks, especially when there is some research involved but they burn 10x more tokens, in my experience. I was always hitting the Max plan limits for no discernable benefit in the outcomes I was getting. But this will vary a lot depending on how people prefer to work.