Hey there! I built an open-source tool called Snapify, which is designed to make screen recording sharing a breeze, just like Loom, but with the added benefit of being completely open-source.

Let's say you quickly want to get a message across, there are three main ways:

  1. Get into a meeting
  2. Write a wall of text
  3. Share a quick recording

Recordings will look like this (new link): https://snapify.it/share/clk3mpgnu0003mj0f042964wg

I'd love to hear your feedback and ideas on how I may be able to improve the app. Is anyone here using Loom?

Here is the link: https://github.com/MarconLP/snapify Here is my Twitter: https://twitter.com/Marcon565

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago (1 child)

Nice job! But Prisma.. Prisma... Why do people still use prisma?

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 3 years ago (1 child)
  • [–] 2 points 3 years ago (1 child)

    I prefer query builders like slonik, or just raw. Prisma does crazy stuff with joins which turns what should be a simple query into 300 queries. Its a well documented problem in their issue tracker. I've not worked on a single repo that didn't eventually move away from it with growth, including in a professional capacity. On top of that, you put in an ORM and everyone ends up using the same DB anyway, so you lose out on potential optimizations.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 0 points 3 years ago (1 child)

    I think you mention a great point "eventually move away from it with growth".

    I lose out on potential optimizations, but benefit in speed and simplicity

    The same argument goes for rust vs typescript explained in this video: https://www.youtube.com/watch?v=2Z4fZtSKlcE

  • source
  • parent
  • hideshow 2 child comments