Live data from Hacker News

Viewing profile — petemilly

petemilly

HN member
Joined
Fri, Aug 19, 2022, 9:35 PM UTC
HN karma
107
Public activity
33 items

About petemilly

https://petemillspaugh.com

pete@petemillspaugh.com

Recent public activity

  1. story
    Ask HN: Best AI Gateway?

    What AI gateways work well? We currently use Anthropic's router directly for our AI agent (on val.town) but are considering adding OpenRouter or the Vercel AI Gateway, or something…

  2. comment
    Comment #48555683

    I'd say mainly it's nice seeing your data in the new blob sidebar panel next to sqlite data and the code that uses both. But also from the blog post: > Scope blob storage is isolat…

  3. comment
    Comment #48050000

    Thanks! And btw I didn't perceive your comment as negative! More a helpful confirmation of what we've been thinking: "yeah, we have a messaging/positioning problem"

  4. comment
    Comment #48042957

    This comment thread was a nudge to push out a quick experimental change to the val.town landing page, so thank you. Very open to feedback on that messaging if anyone has any. Most …

  5. comment
    Comment #48042934

    Hey, I work at Val Town, and we definitely struggle to describe what it is because the platform is so broad, but I'll try: a javascript code editor in the browser that auto-deploys…

  6. comment
    Comment #46917685

    > You can change which resolver you use in your network settings. I switched to 1.1.1.1 on my machines - it's noticeably faster than my ISP's default resolver. Noticeably faster as…

  7. story
    Show HN: TLD Wiki and Explorer

    Hello! I made a top-level domain explorer and wiki with all 1,592 TLDs in IANA's root zone database. Would appreciate any feedback or feature ideas. At the very least I'd like to a…

  8. comment
    Comment #45436962

    This is a first draft blog post version of a talk I'm giving at a startup conference next week. I am looking for feedback. Please comment here or reply on the blog itself if I got …

  9. story
  10. story
  11. comment
    Comment #44331625

    https://blogroll.org is a neat project that curates personal blogs. One of the curators (Manu) also has a weekly blogger interview series that I enjoy: https://peopleandblogs.com

  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #38804894

    Great! Thanks for following up. And yep, the browser date picker ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/in... ) is a major time saver. This project uses the na…

  17. comment
    Comment #38804872

    Oh nice, I hadn't heard of Bliss.js, but the creator ( https://lea.verou.me/ ) is great.

  18. comment
    Comment #38759556

    Oh cool, I didn't know about field-sizing. Thanks. And yeah, this definitely set off my alarm bells like "maybe I shouldn't be using React here." I guess the initial goal was just …

  19. comment
    Comment #38759480

    I was thinking about this, too. Allowing setting a date of death felt pretty morbid...

  20. comment
    Comment #38759471

    Thanks. And yeah, I was talking to my roommate about enabling edits in the future. I guess the spirit of the site is letting each person do with it what they wish, so I suppose I s…

  21. comment
    Comment #38759442

    Thanks for pointing this out (all comments in this subthread). I just updated the date picker to only re-render the grid of weeks when the input is unfocused (onblur) and avoid the…

  22. comment
    Comment #38759425

    Feel free to fork the repo and run locally! https://github.com/pmillspaugh/weeksofyourlife Maybe I could add an export feature that downloads the data in a .csv or something. The U…

  23. comment
    Comment #38759389

    Thanks for pointing this out. I just updated it to only re-render the grid of weeks when the date input is unfocused (onblur) rather than unnecessarily updating the grid while you'…

  24. comment
    Comment #38759375

    Ah, sorry about that. It is the native date picker as n8cpdx pointed out. I just pushed an update to only update the grid of weeks once the date picker is unfocused (onblur event) …

  25. story
    Show HN: Weeks of Your Life

    Hi! I made an interactive visualization of your life in weeks. Inspired by Tim Urban's Your Life in Weeks (Wait But Why) and Buster Benson's Life in Weeks. Hopefully it's a fun thi…