Viewing profile — mfester
mfester
HN member- Joined
- Wed, Mar 28, 2012, 10:32 PM UTC
- HN karma
- 79
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About mfester
Recent public activity
- story
-
comment
Comment #38102111
Interesting. Could you share more about the performance characteristics of EdgeDB + TypeScript vs say Prisma + other DB?
- story
- story
- story
- story
-
comment
Comment #35308201
Embeddings are created using OpenAI's ada model. They are stored in Supabase with the vector extension, which offers a simple way to compute vector similarities. Then the associate…
-
comment
Comment #35308057
Thanks!
-
comment
Comment #35308053
Yes, we plan to do this in background workers soon so that it can carry the load.
-
comment
Comment #35307994
The way it went is: we built this as part of Motif for the past month, and our users loved it. Many asked for a way to add this feature to their existing sites, so we made a standa…
-
comment
Comment #35307956
Yes, this will come, we had to start somewhere. Would love a PR on this, should be straightforward.
-
comment
Comment #35307951
Handmade, but indeed Tailwind.
-
comment
Comment #35297568
Haven't made a comparison yet but would love to hear about any findings. So far, for the intended use cases, meaning narrative docs with lots of text, images and code, it works rea…
- story
- story
-
comment
Comment #33228090
Not yet. We do support file sync though ( https://motif.land/blog/syncing-text-files-using-yjs-and-the... ) so you can use your mobile Markdown editor of choice.
-
comment
Comment #31681655
Nice work! Regarding your question on how to handle undoing a command on a shape that doesn't exist anymore, is there a way we could automatically recreate the shape?
-
comment
Comment #31425957
Co-founder of Motif here. We're building Motif because we think that ultimately, there is no difference between a document and a full-blown website. The tool needed to author such …
- story
-
comment
Comment #31346955
Thank you!
-
comment
Comment #31331381
Sure! Motif is an MDX editor running in the browser, with a full-fledged JS build system inside (based on esbuild). It allows you to publish your content instantly (in fact, as a N…
-
comment
Comment #31322134
With pleasure. Feedback welcome! :)
-
comment
Comment #31322028
Thank you!
-
comment
Comment #31322027
Awesome! Happy to hear this :)
-
comment
Comment #31320005
Yes that's one of the goals, and CRDTs are pretty much built for this. Also, browsers are starting to support Progressive Web Apps (PWAs), which enables the websites/apps themselve…