Viewing profile — bhackett
bhackett
HN member- Joined
- Wed, Sep 15, 2021, 8:43 PM UTC
- HN karma
- 62
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About bhackett
Recent public activity
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…
-
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.
-
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…
-
comment
Comment #43260112
Thanks! These are both fixed now. Clearly we need to do some more dark mode testing...
-
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…
-
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…
-
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…
-
comment
Comment #43259330
Thanks for the report! The about page is fixed now when looking at it in dark mode.
-
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…
- story
- story
- story
-
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…
-
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 …
-
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…