Viewing profile — AndrewHampton
AndrewHampton
HN member- Joined
- Tue, Jan 13, 2009, 8:56 PM UTC
- HN karma
- 915
- Public activity
- 181 items
- HN profile
- View on Hacker News ↗
About AndrewHampton
Recent public activity
-
comment
Comment #48760679
[dead]
-
comment
Comment #47344261
This seems like an important caveat to the SWE-bench, but the trend is still clearly AI becoming more and more capable.
-
comment
Comment #47091346
I love web components. The one thing I really wish browsers supported though was a per-site custom element registry that persisted across page loads. Give me 10mb and an API like s…
-
comment
Comment #46959241
We've been experimenting with various skills and MCPs in our day-to-day Ruby development at Poll Everywhere. This is the internal skill that's been most useful for preserving the c…
- story
-
comment
Comment #46855443
Back in 2004, while bored in my college dorm, I learned the Ian Knot from this site. I've used it ever since. A few weeks ago, my 10 year old decided it was time to learn how to ti…
-
comment
Comment #45084985
Is `jj split` a good option?
-
comment
Comment #44755724
Tangle has a great breakdown of what this means in their article yesterday: https://www.readtangle.com/emil-bove-trump-lawyer-federal-ju... Turns out, it's complicated.
-
comment
Comment #43002827
Part of me wonders if I should be on ozempic since I have a family history of several of the issues it's reported to help with. Another part of me wonders if all the ozempic headli…
-
comment
Comment #42703940
I used this to build my current keyboard a few months ago. It was my first hand-wired keyboard, and this made it much more approachable. Thanks for creating it!
-
comment
Comment #42616301
What HTTP method would you expect the second example to use? `GET /users/delete?id=354`? The first has the advantage of being a little clearer at the HTTP level with `DELETE /users…
-
comment
Comment #41658649
Yeah, I use about a dozen git aliases in my normal workflow. In case it's helpful, here are the relevant ones for this flow: alias git_main_branch='git rev-parse --abbrev-ref origi…
-
comment
Comment #41657176
This was 100% my inspiration. I used emacs+magit for years. After switching away from emacs for dev work, I still cracked it open for git interactions for another year or so. Event…
-
comment
Comment #41657120
Yeah, it's definitely less powerful that what absorb is doing. I wasn't trying to argue that it was equivalent. I just wanted to share a bash one-liner that I've had success with i…
-
comment
Comment #41653389
FWIW, I've been using this alias for the past couple years for fixup commits, and I've been happy with it: > gfx='git commit --fixup $(git log $(git merge-base main HEAD)..HEAD --o…
-
comment
Comment #41338431
A similar program exists for 4 towns in West Virginia: https://ascendwv.com
-
comment
Comment #40056996
> A team I worked with in the past came to the same conclusion - turning authorization rules into WHERE clauses is a very efficient way to solve this problem, if you can figure out…
-
comment
Comment #39041297
Another option would be for the B to dispatch a `CustomEvent` on itself. That event will bubble up the DOM until it hits A. A would then need an event listener that would probably …
- story
- comment
-
comment
Comment #24645993
Thanks for the correction, good to know.
-
comment
Comment #24645363
This Kitty terminal isn't new. Going by the history on GitHub, this terminal predates the one you linked by a couple years.
-
comment
Comment #23550827
I never used the old trending page, but it sounds like the Changelog Nightly newsletter [1] is basically the same thing. It goes out every day at 9PM Pacific. It has 3 sections: - …
-
comment
Comment #22755479
Poll Everywhere (YC S08) has Q&A question support with voting. I'm a developer at Poll Everywhere and we use it during our weekly townhalls. Our company was 40% remote before the c…
- comment