HN user

nezaj

735 karma

About: joeaverbukh.com

Email: ^ @gmail

Posts35
Comments111
View on HN
www.getadb.com 2mo ago

Show HN: GETadb.com – every GET request creates a DB

nezaj
39pts44
vc-compare.vercel.app 4mo ago

Poll: Which VCs Are Tier 1?

nezaj
4pts2
vc-compare.vercel.app 4mo ago

Show HN: Which VCs are Tier 1?

nezaj
1pts0
www.savetrippy.com 7mo ago

Show HN: Save Trippy – A Thanksgiving Game

nezaj
6pts4
expo.dev 1y ago

What if useState was your back end?

nezaj
2pts0
github.com 1y ago

Show HN: InstantDB – A Modern Firebase

nezaj
1145pts297
github.com 2y ago

Show HN: Team-Oriented Tldraw

nezaj
4pts0
www.alexreichert.com 2y ago

Graph-Based Ceramics

nezaj
40pts11
www.joewords.com 2y ago

Show HN: Share Cursors on Your Website

nezaj
4pts1
news.ycombinator.com 2y ago

Ask HN: How do you retain information?

nezaj
2pts3
www.joewords.com 2y ago

Startup Essays by PG

nezaj
1pts0
github.com 2y ago

Show HN: Stroopwafel, realtime multiplayer game built with graph-based database

nezaj
1pts1
www.joewords.com 2y ago

useRef vs. useState

nezaj
2pts0
news.ycombinator.com 2y ago

Ask HN: Five minute book summary email service?

nezaj
2pts0
github.com 2y ago

Show HN: Stroopwafel, realtime multiplayer game built with graph-based database

nezaj
2pts0
stroopwafel.app 2y ago

Show HN: Stroopwafel, multiplayer game built with a graph-based database

nezaj
1pts0
stroopwafel.app 2y ago

Show HN: Stroopwafel, multiplayer game built with a graph-based database

nezaj
4pts0
www.youtube.com 2y ago

Training AI to Play Pokemon with Reinforcement Learning

nezaj
3pts0
news.ycombinator.com 4y ago

Ask HN: Which dev tools have the best documentation?

nezaj
1pts0
medium.com 4y ago

Hacking Human Connection: The Story of Awedience

nezaj
1pts0
consistent.fit 4y ago

Consistent Fitness – Cohort based fitness

nezaj
2pts1
www.zeneca.io 5y ago

Most re-read books and Clojure’s REPL

nezaj
2pts0
www.theatlantic.com 5y ago

The 9.9 Percent is the New American Aristocracy (2018)

nezaj
11pts2
papercups.io 5y ago

Turning a maybe into a yes after the YC interview

nezaj
1pts0
exporthealth.app 5y ago

Show HN: Export Health – Easily export your Apple health data to JSON or CSV

nezaj
21pts3
course.jobsearch.dev 6y ago

Show HN: Free Engineer Jobsearch Video Course

nezaj
2pts1
jobsearch.dev 7y ago

Show HN: Senior Engineer Jobsearch Video Course (Free)

nezaj
3pts1
github.com 8y ago

Show HN: How to Get into a Programming Bootcamp [pdf]

nezaj
2pts1
www.codecampguide.com 11y ago

Show HN: How to Get into a Programming Bootcamp

nezaj
1pts3
nezaj-blog.herokuapp.com 11y ago

Great

nezaj
3pts0

Agreed. It is curious how the agent got nudged to add auth in that one.

I did another ad-hoc but this time I added "Use guest auth" to the prompt. This way you don't need to enter an email. Full prompt below

Create a habit tracking app where users can create habits, mark daily completions, and visualize streaks. Include features for setting habit frequency (daily/weekly), viewing completion calendars, and tracking overall progress percentages. Use guest auth

Aesthetic version: https://with-aes-guest-auth.vercel.app/

Non-aesthetic version: https://wo-aes-guest-auth.vercel.app/

I'd give the edge to the aesthetic one.

When you're experimenting on ideas, it's really nice when time to hello world is near zero. It's also nice when you aren't limited to a certain number of dbs or your projects get paused. This makes it so much more delightful to hack.

When you do want to get closer to the code, we think Instant provides a nicer abstraction for working with agents and getting deligthful experiences like a sync engine out of the box

Funny enough we added this in awhile back when it seemed more conclusive that this does matter.

But I was curious and just did an adhoc eval.

Here's a version with the aesthetic line included

https://with-aes.vercel.app/

Here's a version without the line

https://wo-aes.vercel.app/

Everything else is the same. Will let y'all be the judge which is better.

Both where made in one-shot with this prompt:

Create a habit tracking app where users can create habits, mark daily completions, and visualize streaks. Include features for setting habit frequency (daily/weekly), viewing completion calendars, and tracking overall progress percentages.

Always been able to host it! We’ve had docker compose instructions since open sourcing.

Instant has evolved quite a bit in the last 18 months. With all the new functionality self-hosting has become a bit more fiddly.

This PR is aimed at making the process for self-hosting even easier.

You can use `db.subscribeQuery` on the server to react to react to changes. We plan to add webhooks soon to make this even easier. And yes eventually we'd love to support SDKs in other languages too!

Appreciate it! We thought it was a nice touch too and a fun way to highlight the power of Instant!

Realizing we didn’t highlight this as a use case — but you can use our ephemeral app feature (it’s free) to easily add your own interactive demos into essays!

Thank you for the deep feedback Moose!

Agreed lots of opportunity for simplification. There’s so much context in this space.

When talking about why sync we mention optimistic updates, multiplayer, and offline mode. To motivate the complexity of sync we talk about websockets, optimistic queues, and IndexedDB. To explain how we work we talk about triples, datalog, and CTEs.

We try to give a clean interface so devs don’t need to worry about this complexity, but yea it’s been an ongoing iteration to make both easier and transparent to understand!

Thank you!

We last updated our website when open sourced back in August 2024 https://news.ycombinator.com/item?id=41322281

Back then most folks weren't building full-on apps with AI yet.

Since then we've seen a large number of people find us through content on creating apps with AI. We felt our previous messaging didn't speak to that and we thought it was time for a refresh.

We also invested a lot to make the agent experience with Instant a delight!

Not at the moment but something that we've started exploring!

Our thinking was to first get the DX/AX + feature set solid with Instant and then let folks bring their own Postgres

You can think of this as the number of devs. So if you're working on an app as a team you all can use the dashboard and CLI tools to manage the app.

No limit on number of end users for what you build

We built Instant to optimize for two things:

We wanted to make a tool that (a) would make it easy to build delightful apps, and that (b) builders would find easy to use.

This got us into making things that touch both local-first and AI.

On the local-first side, we took on problems like offline-mode, real-time, and optimisitc updates.

On the AI side, we built a multi-tenant abstraction, so you can spin up as many apps as you like, and focused on great DX/AX so agents found Instant easy to use too.

Saw some discussion on twitter on which firms are considered tier 1. Was inspired to make an adaptive poll where users choose their favorite and least favorite firm to get a term sheet from when presented with four choices.

At the end of the poll you can see your own ranking as well as an aggregated results from the crowd.

I went with the choose favorite/least favorite mechanic because it felt like a better experience then just doing head to head.

With ~20 firms that's a lot of pairs you need to go through.

If you do triplets that reduces the pairs, but it was still too many rounds.

By doing min/max four at a time you can efficiently get implied preferences in ~20 rounds. This make it take only about 3-5 minutes to finish the full poll!

Love this. +1 for the Goodreads import! I think it will make it easier for people to try!

Adding a link to buy the books on bookshop in addition to Amazon could be a nice touch too to support local bookstores