Viewing profile — timwis
timwis
HN member- Joined
- Fri, Mar 20, 2015, 11:06 PM UTC
- HN karma
- 754
- Public activity
- 398 items
- HN profile
- View on Hacker News ↗
About timwis
No profile information was provided.
Recent public activity
-
comment
Comment #49203393
Is that not still down though because it still relies on GH actions to orchestrate?
-
comment
Comment #49183574
Only at the current point in the conversation though, right? You can't rewind and then fork from a previous message, as far as I know
-
comment
Comment #49179027
The /tree feature is incredible for context management. It's really surprising the other harnesses haven't slurped it up yet. It lets you rewind back to any previous message and fo…
-
comment
Comment #48996691
For those interested in this I also recommend autobase, a set of ansible roles for a highly available postgres cluster on hetzner or other clouds: https://github.com/autobase-tech/…
-
comment
Comment #48801108
Just FYI, those discussions might be ending because your analogy comes across as a threat to punch them in the mouth, rather than because it convinces them.
-
comment
Comment #48801097
My interpretation of the concern is that propagate implies that the new value is being pushed out to other resolvers, when in fact those other resolvers pull the new value (once th…
-
comment
Comment #48722336
I started using this today and am really enjoying the notifications when agents are awaiting input, and the status indicators! But it feels odd to have it outside of tmux. I've got…
-
comment
Comment #48722307
Can you say more about what it gives you over tmux alone? I've assumed it's just native tmux tabs
-
comment
Comment #48716138
Does this mean adding instructions to AGENTS.md saying to end everything with the bell character? Or do harnesses have this in their settings somewhere?
-
comment
Comment #48682652
Really interesting! I wonder if using a different communication channel (eg Discord) could eliminate the cost to reply to everyone?
-
comment
Comment #48647894
Forgive me if I'm being naive, but can't you just tweak the compaction prompt to differentiate? Presumably that's what you would do in the separate prompt anyway, right?
-
comment
Comment #48646914
Can you say more about how this applies to long-running conversations? I've been thinking about them as well, but can't write wrap my head around how this would be better than (or …
-
comment
Comment #48595918
I agree. I was hoping for a few positive examples, but didn't see any. The only one I know of is the OIDC discovery endpoint.
-
comment
Comment #48566244
Came here to say the same thing. How could the author possibly illustrate the point of the book without at least 4 case studies and a reference to prehistoric humans?
-
comment
Comment #48561515
You could also use nsenter if curl is installed on the host, eg docker inspect -f '{{.State.Pid}}' container-name # let's imagine that outputs 814538 nsenter -t 814538 -n curl exam…
-
comment
Comment #48559625
I've tried most of the tools out there but have used cursor most consistently. Sure, some of the UI quirks get in the way sometimes, but I've found its auto complete predictions to…
-
comment
Comment #48504548
I read this article and was surprised when I reached the end because the whole thing felt like it was setting the stage for some announcement or new thing. But nothing came..? Forg…
-
comment
Comment #48464849
Dark Forest theory, anyone?
-
comment
Comment #48449601
For real this time...
-
comment
Comment #48444159
I think that only applies to the messages app
-
comment
Comment #48374068
We have some enterprise customers who require all data be processed in the UK or AU. We've been limited to using Azure OpenAI, which only has older models in those regions (eg 4o, …
-
comment
Comment #48321917
Rails has several database-backed job backends, but the convention is always to make jobs do one thing, and ideally be very short-lived. This makes building workflows a bit contriv…
-
comment
Comment #48311618
I've just spotted Opus 4.8 in the list of models available on claude!
-
comment
Comment #48166843
Different harness (pi), but this blog post may partially answer your question: https://mariozechner.at/posts/2025-11-30-pi-coding-agent/
-
comment
Comment #48111511
Ooh, that's clever. Thanks for sharing.