HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nezaj

no profile record

Submissions

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

getadb.com
39 points·by nezaj·2 miesiące temu·44 comments

Poll: Which VCs Are Tier 1?

vc-compare.vercel.app
4 points·by nezaj·4 miesiące temu·2 comments

Show HN: Which VCs are Tier 1?

vc-compare.vercel.app
1 points·by nezaj·4 miesiące temu·0 comments

Show HN: Save Trippy – A Thanksgiving Game

savetrippy.com
6 points·by nezaj·8 miesięcy temu·4 comments

comments

nezaj
·2 miesiące temu·discuss
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.
nezaj
·2 miesiące temu·discuss
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
nezaj
·2 miesiące temu·discuss
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.
nezaj
·3 miesiące temu·discuss
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.
nezaj
·3 miesiące temu·discuss
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!
nezaj
·3 miesiące temu·discuss
I think Stopa has a great answer here https://news.ycombinator.com/item?id=47711803

You can certainly use Instant without AI! We indexed on making the API easy to understand so projects built with Instant are easy to maintain. We also invested in our AX experience since we saw more folks coming to us when trying to build apps with AI
nezaj
·3 miesiące temu·discuss
We use LWW on the attribute level which greatly reduces conflicts. There are certainly cases where you'll need a different CRDT but this works great for a lot of use cases.

Including Figma! https://www.figma.com/blog/how-figmas-multiplayer-technology...
nezaj
·3 miesiące temu·discuss
We've been around long enough that the LLMs already natively know how to use us!

If you give them a little bit of context they can use the platform fully.
nezaj
·3 miesiące temu·discuss
PR in progress!

https://github.com/instantdb/instant/pull/2495
nezaj
·3 miesiące temu·discuss
You can! Everything is open source and we have instructions on running the server with docker.

Working on making this even easier for folks https://github.com/instantdb/instant/pull/2495
nezaj
·3 miesiące temu·discuss
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!
nezaj
·3 miesiące temu·discuss
Thank you!
nezaj
·3 miesiące temu·discuss
We’re 100% open source and have instructions for getting the server up and running via docker

We’re also working on a PR to make it even easier to deploy

https://github.com/instantdb/instant/pull/2495
nezaj
·3 miesiące temu·discuss
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!
nezaj
·3 miesiące temu·discuss
Thank you! Awesome work with Zero, been a fan of you since listening to your episode on the local first podcast!
nezaj
·3 miesiące temu·discuss
Thank you!
nezaj
·3 miesiące temu·discuss
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!
nezaj
·3 miesiące temu·discuss
We think this is an evolution :)

Stopa also gave an answer here! https://news.ycombinator.com/item?id=47711866
nezaj
·3 miesiące temu·discuss
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
nezaj
·3 miesiące temu·discuss
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