Live data from Hacker News

Viewing profile — eschluntz

eschluntz

HN member
Joined
Sat, Jul 07, 2012, 3:32 AM UTC
HN karma
718
Public activity
109 items

About eschluntz

Engineer & Entrepreneur Anthropic Member of Technical Staff Co-founder & CTO of Cobalt Robotics Co-founder of Posmetrics (YC W13, acquired) eschluntz@gmail.com

Recent public activity

  1. comment
    Comment #46755321

    I did a double take at your name. Hello doppelganger!

  2. comment
    Comment #45868450

    Very cool! I've designed a lot of Hilbert Curve marble tracks, using OpenSCAD and python

  3. 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...

  4. comment
  5. 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

  6. story
  7. 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

  8. comment
    Comment #44816059

    How else m I going to geotarget you with ads? /s

  9. 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…

  10. comment
    Comment #44815453

    Thanks :)

  11. 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 :)

  12. comment
    Comment #44815425

    "22nd st" shows up separately

  13. comment
    Comment #44813683

    Also there's no backend - everything is in localStorage

  14. 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…

  15. story
  16. comment
  17. 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…

  18. comment
    Comment #43164931

    hi! You can do /cost at any time to see what the current session has cost

  19. 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…

  20. comment
    Comment #43164217

    >>> npm install -g @anthropic-ai/claude-code >>> claude

  21. 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 …

  22. 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…

  23. 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!

  24. 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…

  25. 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!