Readit News logoReadit News
tunesmith commented on The forgotten meaning of "jerk"   languagehat.com/the-forgo... · Posted by u/aspenmayer
nosioptar · 6 days ago
I prefer the term "douchebag" for its inclusivity. People of all ages know you're calling the person an asshole. I've also noticed Mormons are less offended by "douchebag" than "asshole".
tunesmith · 6 days ago
Too bad it's misogynistic. I'm not sure you already knew that. If I were rude enough to call you a name, I wonder what term I could use that would work either way!
tunesmith commented on How I code with AI on a budget/free   wuu73.org/blog/aiguide1.h... · Posted by u/indigodaddy
andai · 16 days ago
My experience lines up with the article. The agentic stuff only works with the biggest models. (Well, "works"... OpenAI Codex took 200 requests with o4-mini to change like 3 lines of code...)

For simple changes I actually found smaller models better because they're so much faster. So I shifted my focus from "best model" to "stupidest I can get away with".

I've been pushing that idea even further. If you give up on agentic, you can go surgical. At that point even 100x smaller models can handle it. Just tell it what to do and let it give you the diff.

Also I found the "fumble around my filesystem" approach stupid for my scale, where I can mostly fit the whole codebase into the context. So I just dump src/ into the prompt. (Other people's projects are a lot more boilerplatey so I'm testing ultra cheap models like gpt-oss-20b for code search. For that, I think you can go even cheaper...)

Patent pending.

tunesmith · 15 days ago
For those who don't know, OpenAI Codex CLI will now work with your ChatGPT plus or pro account. They barely announced it but it's on their github page. You don't have to use an api key.
tunesmith commented on Google's Genie is more impressive than GPT5   theahura.substack.com/p/t... · Posted by u/theahura
tunesmith · 17 days ago
I felt like it was getting somewhere and then it pivoted to the stupid graph thing, which I can't seem to escape. Anyway, I think it'll be really interesting to see how this settles out over the next few weeks, and how that'll contrast to what the 24-hour response has been.

My own very naive and underinformed sense: OpenAI doesn't have other revenue paths to fall back on like Google does. The GPT5 strategy really makes sense to me if I look at this as a market share strategy. They want to scale out like crazy, in a way that is affordable to them. If it's that cheap, then they must have put a ton of work in to some scaling effort that the other vendors just don't care about as much, whether due to loss-leader economics or VC funding. It really makes me wonder if OpenAI is sitting on something much better that also just happens to be much, much more expensive.

Overall, I'm weirdly impressed because if that was really their move here, it's a slight evidence point that shows that somewhere down in their guts, they do really seem to care about their original mission. For people other than power users, this might actually be a big step forward.

tunesmith commented on GPT-5: Key characteristics, pricing and system card   simonwillison.net/2025/Au... · Posted by u/Philpax
umanwizard · 18 days ago
What is METR?
tunesmith · 18 days ago
The 2h 15m is the length of tasks the model can complete with 50% probability. So longer is better in that sense. Or at least, "more advanced" and potentially "more dangerous".
tunesmith commented on Replacing cron jobs with a centralized task scheduler   mayhul.com/posts/schedule... · Posted by u/tlf
flakes · 25 days ago
Jenkins is a place where you can be safe for a long time, however, it starts to break down at scale. I see it time after time for these batch workflow jobs. At the start, jobs run in seconds and everyone is happy.

Over time, jobs start taking long enough to the point where you need to split them. Separate jobs are assigned slices of the original batch. Eventually, there are so many slices that you make a Jenkins job where the sole responsibility is firing off these individual jobs.

Then you start hitting the real painpoints in Jenkins. Poor allocation of jobs across your nodes/agents, often overloading CPU/Mem on machines, and you struggle to manage the ungodly interface that is the Jenkins REST endpoint. You install many Jenkins addons to try and address the scheduling problems, and end up with a team dedicated to managing this Jenkins infrastructure.

The scaling struggles continue to amass and you end up needing separate Jenkins instances to battle the load. Any attempt at replacing the Jenkins infrastructure goes on standstill, as the amount of random scripts found in Jenkinsfiles has created an insurmountable vendor lock-in.

You read a post about a select-for-update job scheduler and reflect on simpler times. You cry as you refactor your Jenkins Groovy DSL.

tunesmith · 24 days ago
What's the thing you should replace Jenkins with at scale?
tunesmith commented on I couldn't submit a PR, so I got hired and fixed it myself   skeptrune.com/posts/doing... · Posted by u/skeptrune
9rx · 24 days ago
They have, but they're beyond grasp of most developers.

Tests were invented to express the "why" for the normal guy. They don't strictly prevent compilation, but a proper workflow will see them halt your process in the same way, offering the same outcome.

Granted, there are a lot of horribly written tests out there that don't tell you "why" — or, well, anything. As always, people will find a way to abuse anything you put in front of them. But when used well...

tunesmith · 24 days ago
With a test, it might link up some functionality with "why" and pass, but then what happens if a business requirement just isn't a requirement anymore? The test will still pass. I'm thinking of something sillier, like a language that forces you to justify why for your code, and then regularly quizzes you if the business reasoning is still true. If anything changes, it rips out the code and breaks your site. :) So then you have to go in to fix it.

I'd also love it if this were applied to politics and laws.

tunesmith commented on I couldn't submit a PR, so I got hired and fixed it myself   skeptrune.com/posts/doing... · Posted by u/skeptrune
doubled112 · 24 days ago
Code will tell you what but not the why. It also doesn’t always tell you the intent.
tunesmith · 24 days ago
They should invent a programming language that only compiles if the why is still true.
tunesmith commented on The anti-abundance critique on housing is wrong   derekthompson.org/p/the-a... · Posted by u/rbanffy
WillPostForFood · 25 days ago
You are touting "call up the authorities" and shitting sitting down and talking face to face with authorities, which reads like a value judgement.
tunesmith · 25 days ago
Not the authorities. The sources.
tunesmith commented on The Math Is Haunted   overreacted.io/the-math-i... · Posted by u/danabramov
danabramov · a month ago
Are there, in general, ways to do that? Sorry if this sounds like a troll question, but I struggle to think of how one would verify that a formal statement matches the accepted understanding other than painstakingly going through the definitions with experts from both sides.
tunesmith · a month ago
Yeah this seems like the specification/implementation problem. One can perfectly implement a bad spec, but coming up with the perfect spec is a human problem.
tunesmith commented on Every champion needs a rival   tombrady.com/posts/every-... · Posted by u/pbardea
lordnacho · a month ago
What I find interesting about American Football is that the QBs are considered rivals, despite never being on the pitch at the same time. Messi and Ronaldo actually appear on many images contesting the same ball, Peyton and Brady you'd struggle to find pictures other than the post-match handshake.

Why isn't the rivalry considered to be between the QB and someone on the defense? There's actually two matchups in an NFL game (plus specials but whatever), the two offense versus defense pairings. It's odd to make the rivalry about two guys who aren't directly tackling each other, when there are people on both teams who really are tackling those guys.

tunesmith · a month ago
It's just that they take turns. The top rivals in darts, or pool, or any other turn-taking game is the same way. They have to react to what their rival left them.

u/tunesmith

KarmaCake day8557January 18, 2013
About
curt at keenworks dot com

fp, akka cluster, scala java spring php perl python react nextjs, distributed systems, logic, philosophy, music (classical/jazz piano, singing, songwriting)

View Original