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:
- Get into a meeting
- Write a wall of text
- 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
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.
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
What speed do you get from prisma?