electron won’t build without a windows certificate. I guess i have to just skip signing for windows then?
When I didn’t have the macOS signing setup, the Mac app wouldn’t let users install it without going to system preferences and changing a permission. Is windows not that strict?
If you’re looking for first principles:
lawsofux.com/
And if you wanna design eye catchy interfaces:
Learn by copying. Replicate designs that you love, and slowly try new things
If you want to learn design to be able to launch better products:
Use UI Kits like shadcn / magic ui/ tailwindui. don’t over complicate
First principles was exactly what I was looking for. Thanks mate
It's better to add the details without hiding them under a button.
If there's no option but to hide, consider changing the info icon to a plus Icon and make it bigger.
react-pdf uses pdf.js under the hood but it’s setup isn’t straight forward. maybe cause I’m working with pdfs for the first time
Love it! Knowing about the right tools, companies, for certain things also help a lot. For ex: what’s the best tool for payroll, and who’s the best service company for legal work.
If it comes from a trusted source, it’s a major headache gone
Hey y'all! Thanks for the super helpful replies. I was able to get a fast api tiny service up and running that extracts the transcript using this python library: pypi.org/project/youtube-tran…
It's super fast!!!
I looked into it, but it doesn't seem like they have transcript available. They only have captions which I'm not so sure are accurate. Are the captions as accurate as in the case of uploading a audio extract to whisper?
The quality varies by the video. The only difference between the two is that captions include timestamps with the transcriptions.
I'm glad you found a working solution. Check that API out if the pypi project ever goes out on you. It should be quick to get it back up and running with it.
Thank you @osbre that’s helpful to know!