Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bhackett
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: 50+ open source AI-built SaaS apps
3 points
by
bhackett
8mo ago
|
0 comments
2.
▲
Show HN: We vibe coded our team's issue tracker, knowledge base, telemetry board
8 points
by
bhackett
9mo ago
|
0 comments
3.
▲
Show HN: Nut – App builder with test writing and time travel debugging
3 points
by
bhackett
1y ago
|
0 comments
4.
▲
by
bhackett
2y ago
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.
▲
by
bhackett
2y ago
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 really well done. We want this app building to be mo
6.
▲
by
bhackett
2y ago
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/issues I'd appreciate
7.
▲
by
bhackett
2y ago
Yeah, the source is here: https://github.com/replayio/nut.new We'll continue to keep it open source as we develop it.
8.
▲
by
bhackett
2y ago
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-developers and they have little recourse. This blog post h
9.
▲
by
bhackett
2y ago
Thanks! These are both fixed now. Clearly we need to do some more dark mode testing...
10.
▲
by
bhackett
2y ago
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 commercial offering yet and are planning to migrate off W
11.
▲
by
bhackett
2y ago
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). The improvements we're making are u
12.
▲
by
bhackett
2y ago
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 and easy deployment).
13.
▲
by
bhackett
2y ago
Thanks for the report! The about page is fixed now when looking at it in dark mode.
14.
▲
Show HN: Time travel debugging AI for more reliable vibe coding
(nut.new)
129 points
by
bhackett
2y ago
|
52 comments
15.
▲
Improving AI developers with data flow analysis
(blog.replay.io)
1 points
by
bhackett
2y ago
|
0 comments
16.
▲
Fixing a browser test failure with AI and time travel
(blog.replay.io)
1 points
by
bhackett
2y ago
|
0 comments
17.
▲
Full stack time travel debugging
(blog.replay.io)
1 points
by
bhackett
2y ago
|
0 comments
18.
▲
by
bhackett
5y ago
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 parts of the recording over and over again by using fork() to
19.
▲
by
bhackett
5y ago
(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 looking at the state there (this post talks about how that w
20.
▲
by
bhackett
5y ago
(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 deterministic in cases where it affects h