Photopea is such an amazing project. Pre-AI solo dev, too.
HN user
hammeiam
I'm not going to take design advice from somebody who animates snow falling over the text and images of his blog
Sparse Attention, it's the highlight of this model as per the paper
I took this one as well - even as a new programmer is was really engaging and information-dense.
I built a website that lets you browse Pokemon ENS (Ethereum Name Service) names, view their registration statuses and recent sales. It's a small but engaged niche
What if you have two books?
Why wake up so early for tiktok time?
Yes, no such thing as dark pools in traditional finance /s
Awesome! I think that makes you matcha's first official user. Please let me know if you have any other feature requests or use cases you'd like me to look into
I appreciate you testing it! The whisper model that I'm using indeed doesn't seem to pick up filler words, I'll try to add those ASAP. I'd also like to add background noise removal as a preprocessing step in case the input audio isn't the cleanest.
Were you able to import the result into your editor?
https://matcha.video is an in-browser transcription-based video editor. Remove silence and keep only the takes that you want with just a couple clicks. Export your edits to an XML format that you can bring into FCP or Davinci Resolve to finish. Free to use, data stays on your machine.
Note: this is a WIP, so if you have any experience working with .fcpxml, I'd love to hear from you!
I've been a YNAB (You Need A Budget) user for years now, and they have a community run extension which includes Sankey Diagrams and different visualizations and reports. Highly recommend!
ahh this is the insight I was missing, thank you!
The "Split the array into subarrays of length 5, now sorting all of the arrays is O(n) instead of O(n log n)" feels like cheating to me
Right now it exports a .fcpxml file which you would import into you editor (davinici, final cut etc) which includes all of the cuts you made. And from there you could move things around, add effects, do color grading, whatever you need to do to get to a final product.
I've spent some of my free time over the past couple of months working on something similar. It's in a decent state but I need help from somebody who understands the .fcpxml format so you can export your edits to Davinci and FCP.
Take a look at https://matcha.video
They give this book out to all the new hires at Flexport, or at least they did a few years ago
I'm just seeing an nginx page, is archive.ph/is/today down?
May I ask which one, and what your process was that led you to them?
One thing I’ve wondered about is how can I best perform query expansion to return vectors that answer my question rather than just looking like my question itself?
Your $0.02 costs $1500
I built a simple little webapp to help encourage taking breaks during work to practice healthy habits, it's called https://takeabreak.health
Eventually I'd like to add auth and a backend, it's using localstorage for now.
Things that are missing for me to have found this helpful: - how to get a teacher - anecdotes about how having a teacher affected your life - why a teacher I found at the pub is better than a udacity course
Withings scanwatch is the way to go. Looks like a watch, functions like a smartwatch, doesn’t break the bank. https://a.co/d/gvy1CWR
This sounds like a good life regardless of the health risks of plastics
Does Google TOS allow for caching of results? A lot of APIs (esp map/geo apis) do not
Would you be willing to share a GitHub link? This seems like a fun project to read through.
ULL is also used for designating Unsigned Long Long 64bit ints in c++, so it’s not just a part of the null symbol.
How far do we think this product is from something that use uses langchain to parse pdfs, create & store chunks / embeddings, and feed them to ChatGPT (or a local model)? Do we think there's any secret sauce?