Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AndrewHampton
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
AndrewHampton
1mo ago
I love jj and am a fan of the ideas of AT protocol, so tangled has been on my radar for a while. Last I checked though, it sounded like it was much better suited for open source code, not private repositories. Is that still the case?
2.
▲
by
AndrewHampton
6mo ago
This seems like an important caveat to the SWE-bench, but the trend is still clearly AI becoming more and more capable.
3.
▲
by
AndrewHampton
7mo ago
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 service workers have to manage a library of custom elements t
4.
▲
Ruby Prism Skill – CLI skill for understanding Ruby files
(github.com)
3 points
by
AndrewHampton
7mo ago
|
1 comments
5.
▲
by
AndrewHampton
7mo ago
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 context window while letting agents explore Ruby co
6.
▲
by
AndrewHampton
8mo ago
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 tie his shoes "dad's way". I was pleasantl
7.
▲
by
AndrewHampton
1y ago
Is `jj split` a good option?
8.
▲
by
AndrewHampton
1y ago
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.
9.
▲
by
AndrewHampton
2y ago
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 headlines I've seen over the past few months are just an
10.
▲
by
AndrewHampton
2y ago
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!
11.
▲
by
AndrewHampton
2y ago
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/354`.
12.
▲
by
AndrewHampton
2y ago
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 origin/HEAD | cut -d/ -f2' alias g
13.
▲
by
AndrewHampton
2y ago
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. Eventually, I moved entirely to the shell with a bunch of aliases
14.
▲
by
AndrewHampton
2y ago
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 in case others find it helpful. > What if I
15.
▲
by
AndrewHampton
2y ago
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 --oneline| fzf| cut -d" " -f1)'
16.
▲
by
AndrewHampton
2y ago
A similar program exists for 4 towns in West Virginia: https://ascendwv.com
17.
▲
by
AndrewHampton
2y ago
> 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 a clean way to do it. For rails specifically, https:&#x
18.
▲
by
AndrewHampton
3y ago
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 stop propagation and do whatever bookkeeping is necessary.
19.
▲
Content Security Policy (CSP): What Every Web Developer Must Know
(akshaykhot.com)
2 points
by
AndrewHampton
3y ago
|
0 comments
20.
▲
by
AndrewHampton
6y ago
Thanks for the correction, good to know.
21.
▲
by
AndrewHampton
6y ago
This Kitty terminal isn't new. Going by the history on GitHub, this terminal predates the one you linked by a couple years.
22.
▲
by
AndrewHampton
6y ago
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: - most starred repositories that haven't been in the news
23.
▲
by
AndrewHampton
6y ago
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 coronavirus crisis, and my experience with the Q&
24.
▲
by
AndrewHampton
7y ago
Oh, we do. We are generally pretty great at filling in good details in the body. I didn't mention that originally because I didn't think it was noteworthy. The main problem is very commit titles that end up looking like: feat(
25.
▲
by
AndrewHampton
7y ago
We've been following conventional commits for our front end code for the last year or so at my work. In other repositories, we've loosely followed the keep a change log conventions. I find conventional commits great when your repo
26.
▲
by
AndrewHampton
7y ago
FiveThirtyEight did a great podcast series on gerrymandering in 2017 [1]. It turns out to be a much more complicated topic than I expected. Some gerrymandering is even legally required to ensure proper representation of minority groups even
27.
▲
by
AndrewHampton
7y ago
Although I believe it was a good idea to remove them, I miss the vote score shown on comments. I had a script that would highlight the top comments. This would frequently reveal insightful comments 2 or 3 levels deep in a random thread I wo
28.
▲
by
AndrewHampton
8y ago
> We will take a zero tolerance approach to anyone using this software for any unethical purposes and will actively discourage any such uses. Why not change the license to enforce the use restictions?
29.
▲
by
AndrewHampton
8y ago
In case you're interested, Steve Yegge had a recent post about the origin of the marketplace: https://medium.com/s/story/jeff-bezos-jack-ma-and-the-quest-...
30.
▲
About Coinhive
(phoboslab.org)
3 points
by
AndrewHampton
8y ago
|
0 comments
More ›