Live data from Hacker News

Viewing profile — mfester

mfester

HN member
Joined
Wed, Mar 28, 2012, 10:32 PM UTC
HN karma
79
Public activity
53 items

About mfester

Co-founder of 14.ai (YC W24). https://michaelfester.com https://twitter.com/michaelfester

Recent public activity

  1. story
  2. comment
    Comment #38102111

    Interesting. Could you share more about the performance characteristics of EdgeDB + TypeScript vs say Prisma + other DB?

  3. story
  4. story
  5. story
  6. story
  7. 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…

  8. comment
  9. comment
    Comment #35308053

    Yes, we plan to do this in background workers soon so that it can carry the load.

  10. 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…

  11. comment
    Comment #35307956

    Yes, this will come, we had to start somewhere. Would love a PR on this, should be straightforward.

  12. comment
    Comment #35307951

    Handmade, but indeed Tailwind.

  13. 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…

  14. story
  15. story
  16. 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.

  17. 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?

  18. 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 …

  19. story
  20. comment
    Comment #31346955

    Thank you!

  21. 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…

  22. comment
    Comment #31322134

    With pleasure. Feedback welcome! :)

  23. comment
    Comment #31322028

    Thank you!

  24. comment
    Comment #31322027

    Awesome! Happy to hear this :)

  25. 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…