Live data from Hacker News

Viewing profile — bhackett

bhackett

HN member
Joined
Wed, Sep 15, 2021, 8:43 PM UTC
HN karma
62
Public activity
20 items

About bhackett

CEO https://replay.io

Recent public activity

  1. story
    Show HN: 50+ open source AI-built SaaS apps

    Hey HN, we're building a library of open source SaaS apps for small businesses and personal use. You can browse the apps at https://builder.replay.io , these are free to copy or do…

  2. story
    Show HN: We vibe coded our team's issue tracker, knowledge base, telemetry board

    Hi HN, I'm the CEO at https://replay.io . We've been working on time travel debugging for web development for a while ( https://news.ycombinator.com/item?id=28539247 ) and more rec…

  3. story
    Show HN: Nut – App builder with test writing and time travel debugging

    Hi HN, I'm the CEO at https://replay.io . We've been working for several months on helping AIs be proficient at using our time travel debugger to fix broken web apps (previous post…

  4. comment
    Comment #43270476

    Well, it can be both. This post https://blog.replay.io/the-nut-api is the best technical overview of the API and discusses several examples.

  5. comment
    Comment #43270436

    Yeah, we allow importing projects so you can fix bugs you've encountered elsewhere, but we want to streamline the app building process and the UX used in v0/Bolt etc is already rea…

  6. comment
    Comment #43260485

    Hmm, strange, it's loading alright for me but we've had a couple reports of rendering problems. If you have a chance to file an issue here https://github.com/replayio/nut.new/issue…

  7. comment
    Comment #43260293

    Yeah, the source is here: https://github.com/replayio/nut.new We'll continue to keep it open source as we develop it.

  8. comment
    Comment #43260220

    Yes, that's all true. Even so, vibe coding empowers anyone who can write clear instructions to build software, but the limits of the technology get hit pretty quickly by non-develo…

  9. comment
    Comment #43260112

    Thanks! These are both fixed now. Clearly we need to do some more dark mode testing...

  10. comment
    Comment #43259812

    Thanks, yeah we're really thankful to StackBlitz for open sourcing the early version of Bolt.new and to the Bolt.diy community for continuing to develop it. We don't have a commerc…

  11. comment
    Comment #43259655

    Yes, Nut is a fork of https://bolt.diy and like bolt.diy you can add your own API key and use it as much as you want (Nut is hosted though so you don't have to set anything else up…

  12. comment
    Comment #43259368

    Thanks! Unfortunately the chat links aren't shareable yet. We're planning on adding this within the next couple weeks along with the other full stack features (database integration…

  13. comment
    Comment #43259330

    Thanks for the report! The about page is fixed now when looking at it in dark mode.

  14. story
    Show HN: Time travel debugging AI for more reliable vibe coding

    Hi HN, I'm the CEO at https://replay.io . We've been building a time travel debugger for web apps for several years now (previous HN post: https://news.ycombinator.com/item?id=2853…

  15. story
  16. story
  17. story
  18. comment
    Comment #28545173

    We definitely need to avoid replaying from the start every time we want to inspect the state at some point. This is kind of an internal detail, but we can avoid having to replay pa…

  19. comment
    Comment #28544578

    (Replay employee) 1. Rather than having to restore state to the point at the previous step, we can step backwards by replaying a separate process to the point before the step, and …

  20. comment
    Comment #28544258

    (Replay employee) Yeah, later in the post ( https://medium.com/replay-io/effective-determinism-54cc91f56... ) we mention needing mitigations to ensure that hashtable iteration is d…