Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
KerrickStaley
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
KerrickStaley
4d ago
Also endorsed by Sam Altman https://x.com/sama/status/2098811563415150910 and Elon Musk https://x.com/elonmusk/status/2098789109980332057
2.
▲
by
KerrickStaley
10d ago
Codex and Claude Code both respect ~/.agents/skills; you don't need to have ~/.codex/skills and ~/.claude/skills .
3.
▲
by
KerrickStaley
2mo ago
I think someone also made this for MacBooks: https://github.com/samhenrigold/LidAngleSensor
4.
▲
by
KerrickStaley
3mo ago
I don't think this is correct. The concentration of CO2 in air is about 0.04%, whereas the concentration of oxygen is 20%, so the partial pressure of oxygen is about 500x higher. This means that if, for example, 10% of the oxygen in a
5.
▲
Floor plan area micro-eval
(kerrickstaley.com)
1 points
by
KerrickStaley
3mo ago
|
0 comments
6.
▲
by
KerrickStaley
3mo ago
I use KOreader on my Kobo, which is an alternative open-source ebook renderer. It installs pretty easily without rooting the device. In addition to better standards compliance it also is a lot more performant and has niceties like auto crop
7.
▲
by
KerrickStaley
3mo ago
A somewhat related experience: I asked for advice on Twitter about something and got two unhelpful AI-generated responses (from accounts I have never heard of / don’t follow) and no human responses. The thing is that I already asked mu
8.
▲
by
KerrickStaley
4mo ago
Good point; I didn't realize that GOOG/META/AMZN were outside the scope of VGT. Is there a good alternative to QQQ/VGT that you would recommend?
9.
▲
by
KerrickStaley
4mo ago
I think VGT is a good QQQ replacement. It is based [1] on the MSCI US Investable Market Information Technology 25/50 Index which is free-float adjusted [2] [3], meaning that SpaceX will have a lower weight due to its lower free float.
10.
▲
by
KerrickStaley
4mo ago
This reminds me of Vibe Kanban ( https://vibekanban.com/ ) which I use to manage coding agents on most of my projects. The Vibe Kanban developers unfortunately decided that they didn't see a path to profitability and hav
11.
▲
by
KerrickStaley
4mo ago
You can also make ZIP files smaller by switching the compression from Deflate to Zstandard. In the one case I tried this, this resulted in a 60% file size decrease [1]. Unfortunately Info-ZIP which provides the unzip command hasn't had
12.
▲
by
KerrickStaley
4mo ago
Here’s a good 2 minute explainer https://youtu.be/HVv_IQKlafQ
13.
▲
by
KerrickStaley
4mo ago
Another library in this space is pcodec; I'd appreciate a comparison of the two.
14.
▲
by
KerrickStaley
5mo ago
I love this! It reminds me of https://cursordanceparty.com/ which was built by a friend about 15 years ago and is still online :)
15.
▲
by
KerrickStaley
5mo ago
> At the time of writing, the fix has not yet reached stable releases. Why was this disclosed before the hole was patched in the stable release? It's only been 18 days since the bug was reported to upstream, which is much shorter th
16.
▲
by
KerrickStaley
5mo ago
"Please don't complain about tangential annoyances—e.g. article or website formats, name collisions, or back-button breakage. They're too common to be interesting." - Hacker News Guidelines https://news.ycombi
17.
▲
by
KerrickStaley
5mo ago
I think most people can speak faster than 120 WPM. For example this site says I speak at 343 WPM https://www.typingmaster.com/speech-speed-test/ , and I self-measure 222 WPM on dense technical text.
18.
▲
by
KerrickStaley
6mo ago
I think (without having done extensive research) that some sort of Apple hardware is your best bet right now. Apple hasn’t raised RAM upgrade prices [1] (although to be fair their RAM upgrades were hugely inflated before the crunch) and the
19.
▲
Practical dependency tracking for Python function calls
(amakelov.github.io)
3 points
by
KerrickStaley
6mo ago
|
0 comments
20.
▲
by
KerrickStaley
7mo ago
https://archive.is/cGvKG
21.
▲
by
KerrickStaley
7mo ago
Tried this out today and it feels half-baked unfortunately. I can't get auth working ( https://github.com/googleworkspace/cli/issues/198 ). The decision to pass all params as a JSON string to --params make
22.
▲
by
KerrickStaley
7mo ago
Side note, a lot happens at C3 other than the talks! Art, electronic gizmos and demos of all kinds, people hacking in realtime on projects, impromptu meetups, and bumping techno music :) I'd encourage people to attend in person if they
23.
▲
by
KerrickStaley
7mo ago
I recently designed an eval to see if LLMs can produce usable CAD models: https://kerrickstaley.com/2026/02/22/can-frontier-llms-solve... Claude 4.6 Opus and Gemini 3.1 Pro can to some degree, although the 3D
24.
▲
Anthropic Adds Caveat to AI Safety Policy in Race Against Rivals
(bloomberg.com)
2 points
by
KerrickStaley
7mo ago
|
2 comments
25.
▲
by
KerrickStaley
7mo ago
Cool project, thanks for sharing! The simulator lets the LLM request renders from different angles/times, so the LLM can get visual feedback. For failures, the simulator also returns status codes like `object_fell` or `mount_initially_
26.
▲
Can frontier LLMs solve CAD tasks?
(kerrickstaley.com)
15 points
by
KerrickStaley
7mo ago
|
4 comments
27.
▲
by
KerrickStaley
7mo ago
a = b = [] has the same semantics here as b = [] a = b which I don't find surprising.
28.
▲
by
KerrickStaley
7mo ago
A fun way to play this game with less downside is to run `set -euo pipefail` in an interactive session. Then, whenever you execute a command that returns a non-zero exit code, your shell will exit immediately. Unfortunately certain commands
29.
▲
by
KerrickStaley
8mo ago
This 2-minute video is a great intro to the topic https://www.youtube.com/watch?v=HVv_IQKlafQ I think this tech has become "production-ready" recently due to a combination of research progress (the seminal paper w
30.
▲
by
KerrickStaley
9mo ago
Does anyone know what the "Poke" service that this blog mentions is? I'm having trouble finding it on Google.
More ›