Viewing profile — eschluntz
eschluntz
HN member- Joined
- Sat, Jul 07, 2012, 3:32 AM UTC
- HN karma
- 718
- Public activity
- 109 items
- HN profile
- View on Hacker News ↗
About eschluntz
Recent public activity
-
comment
Comment #46755321
I did a double take at your name. Hello doppelganger!
-
comment
Comment #45868450
Very cool! I've designed a lot of Hilbert Curve marble tracks, using OpenSCAD and python
-
comment
Comment #45755403
Yeah if there's more interest I can publish the GH and onshape! I just need to sanity check that I didn't leave any keys in it or anything...
-
comment
Comment #45751887
Thanks!
-
comment
Comment #45749936
Blog post about my mechanical design, robot math, stress testing, and competition for "Mech Warfare", a small airsoft-only battlebots competition this summer
- story
-
comment
Comment #44816947
https://github.com/eschluntz/eschluntz.github.io/blob/gh-pag... copy and pasted into a spreadsheet from the website, then claude wrote a little script to convert it into js
-
comment
Comment #44816059
How else m I going to geotarget you with ads? /s
-
comment
Comment #44816038
I thought about this, but I've seen several times where the signs say that the train is running late, but it's actually there and leaves perfectly on time! The schedule has been mu…
-
comment
Comment #44815453
Thanks :)
-
comment
Comment #44815439
bullet trains should be displayed in red, but I haven't tested it yet at the right time and I've been too lazy to write tests with mocked time / gps :)
-
comment
Comment #44815425
"22nd st" shows up separately
-
comment
Comment #44813683
Also there's no backend - everything is in localStorage
-
comment
Comment #44813665
Made this while procrastinating some actual work, in an effort to get some more dopamine from crossing off todos. Completing an item gets you a confetti explosion, a satisfying din…
- story
- comment
-
story
Show HN: When is the next Caltrain? (minimal webapp)
I was frustrated with the existing caltrain websites / apps, so I made a super minimalist one to answer the actual question I have: how long until the next train? If you're in SF i…
-
comment
Comment #43164931
hi! You can do /cost at any time to see what the current session has cost
-
comment
Comment #43164409
It is API billing like AWS - you pay for what you use. Every time you exit a session we print the cost, and in the middle of a session you can do /cost to see your cost so far that…
-
comment
Comment #43164217
>>> npm install -g @anthropic-ai/claude-code >>> claude
-
comment
Comment #43164203
Thanks! We all dogfood Claude every day to do our own work here, and solving our own pain points is more exciting to us than abstract benchmarks. Getting things done require a lot …
-
comment
Comment #43164042
Right now no, but if you run in docker, you can use `--dangerously-skip-permissions` Some commands could be totally fine in one context, but bad in a different i.e. pushing to mast…
-
comment
Comment #43163840
hi! I've been using Claude Code in a very complementary way to my IDE, and one of the reasons we chose the terminal is because you can open it up inside whichever IDE you want!
-
comment
Comment #43163804
Part of our vision is that because Claude Code is just in the terminal, you can bring it into any IDE (or server) you want! Obviously that has tradeoffs of not having a full GUI of…
-
comment
Comment #43163771
We are definitely aware of this (and working on it for the web UI), and that's why Claude Code goes directly through the API!