Viewing profile — phamilton
phamilton
HN member- Joined
- Tue, Jul 28, 2009, 8:01 PM UTC
- HN karma
- 6,192
- Public activity
- 2,092 items
- HN profile
- View on Hacker News ↗
About phamilton
Contact: peterghamilton at gmail.com
[ my public key: https://keybase.io/hamiltop; my proof: https://keybase.io/hamiltop/sigs/iT3lXY45vko-hON9jbhSpUAmvUmARKbXDVxVGYrviy4 ]
Recent public activity
-
comment
Comment #49050028
Any graphql library would work. I like async-graphql except compilation is a bear due to all the macros. We wired LISTEN up to subscriptions using tokio mpmc channels. It was a gre…
-
comment
Comment #49044567
Just sharing a data point and experience. We had a lot of success with LISTEN/NOTIFY when we paired it with a Rust graphql subscription broker. 10s of thousands of subscriptions, b…
-
comment
Comment #48734346
Just a set of things too minor to move off of it but annoying enough to not want to start with it. My list: No `explain (analyze,buffers)`. Instant DDL has some warts (e.g. fk, met…
-
comment
Comment #48720428
I've always known how to do zero downtime migrations. The question has always been "Is the engineering cost worth it?" > It only makes backwards compatible deployments easier insof…
-
comment
Comment #48714667
> Old things are new again. This is exactly how I've felt. I've read some many old papers and books and found great techniques that are even more applicable than ever.
-
comment
Comment #48714658
> perfect refactor-proof testing contracts are still usually pretty hard to design Not sure about hard, but definitely rare and we as an industry are under-skilled in these areas. …
-
comment
Comment #48711109
That's not at all what I meant. I mean "We can't build X because our code structure makes that difficult" has an opportunity cost of the value of X. I don't think the future of dev…
-
comment
Comment #48710462
I'm not talking about time. I'm talking about safety. The amount of times I've seen "I refactored it, but I'm not confident enough to take it to prod" is significant. Being able to…
-
comment
Comment #48710313
The cost of restructuring has also gone down. The cost of shoring up behavior with tests ahead of a restructure has gone down because of AI. The cost of implementing a zero downtim…
-
comment
Comment #48645382
MTP on a MoE is hit or miss. If you're bottlenecked on memory, MTP can increase the number of active experts (like any batch processing would), which can eat away gains from it.
-
comment
Comment #48638445
Generation is basically just memory bandwidth math. Each token has to read all the active weights. I think that's around 40B parameters active. At a 4-bit quant that's 20GB. With 1…
-
comment
Comment #48328238
My favorite lens on SQLite is that it is actually two things: 1. A robust durability implementation 2. A library of high performance data structure and algorithms The fact this it'…
-
comment
Comment #48317862
I wonder how Sonnet vs Opus stacks up in a similar time-based comparison. How far behind are open models compared to Sonnet? It may be that the absolute SOTA models are way ahead o…
-
comment
Comment #48090777
I'm running opencode with qwen3.6-35b-a3b at a 3-bit quant. I also have qwen3.5-0.8b used for context compaction. I run with 128k context. It's usable. I set it loose on the postgr…
-
comment
Comment #48079188
I have some experience in this. Reach out (email in my bio) I would love to chat.
-
comment
Comment #47998843
Long agent runs make such a difference. We focus a lot on new models and long context, but the bigger impact is in automatic verification. I've been leaning in more on e2e test sui…
-
comment
Comment #47957068
Gemma4, qwen3.6, deepseek v4, mimo, glm 5/5.1 all do MTP.
-
comment
Comment #47937432
From the same org as pgrx is https://github.com/pgcentralfoundation/plrust , which _is_ supported on RDS (but not Aurora). Since it's a procedural language, you can't do things lik…
-
comment
Comment #47828803
I've definitely done some vibe-coding with the explicit intent to reduce memory usage.
-
comment
Comment #47816680
The announcement was that it secured $50M in financing, sold the shoes business for $39M leaving $20M or so in cash. An empty public company with $70M in financing to enter a hyped…
-
comment
Comment #47816528
Given the premise that zero day exploits are going to be frequent going forward, I feel like there is a new standard for secure deployment. Namely, all remote access (including ser…
-
comment
Comment #47802358
Isn't this just a SPAC? The shoe business was sold, a shell of a public company was left, and it essentially acquired a brand new company focused on AI.
-
comment
Comment #47786905
I just got it last week. Still a few quirks, but positive so far.
-
comment
Comment #47725069
I dropped my MBA on concrete and the edges got dinged up and sharp. A bit of 220 grit sandpaper and all the sharp edges are smooth and it actually looks pretty cool. I was grimacin…
-
comment
Comment #47665497
More like Fire Emblem