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

  • fmstrat@lemmy.nowsci.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    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.