Friday, June 9, 2023

Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/oY1xGqH

Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/vmcUZeg June 9, 2023 at 12:38AM

Show HN: Build a personal knowledge graph from the content you consume online https://ift.tt/SsbF7Td

Show HN: Build a personal knowledge graph from the content you consume online I've been working on this tool that lets you build a personal knowledge graph from articles, blog posts, podcasts, YouTube videos, and other content you find interesting online. You can safely forget everything and trust that Recall will resurface it when something new that is related comes up. Looking forward to your thoughts and feedback on how it could be improved! The original version of Recall was posted last year nov on HN: https://ift.tt/E0bdxK8 Since then I have pivoted to a browser extension. https://ift.tt/lJ14iHG June 8, 2023 at 11:01PM

Thursday, June 8, 2023

Show HN: Top Podcasts, Summarized by GPT Everyday https://ift.tt/6xDF1rH

Show HN: Top Podcasts, Summarized by GPT Everyday https://ift.tt/Ka7WbtD June 8, 2023 at 12:22PM

Show HN: A non-recursive C Quadtree https://ift.tt/1rfOVme

Show HN: A non-recursive C Quadtree Wazzup Beijing, You might have seen a HSHG written by me the other day (supahero1/hshg, post: https://ift.tt/JWGlzOH ), which I also shared here. Well, I've quickly come to the realization that while grids are really nice, they really suck at handling objects of varying sizes. The HSHG could handle 500k objects of very similar sizes at 60FPS, and this Quadtree handles 100k objects of all sizes (can vastly vary or be similar, doesn't matter) in a similar amount of time. Also, while HSHG was really close to being O(n), this Quadtree is much worse, of course resembling O(log n). For some reason, this time around, running this on my laptop actually results in worse performance than I get on my PC, whereas the situation was the reverse with the HSHG haha. No clue why. Some lack of dirty optimizations I suppose. This time, no JavaScript port. I just wanted to whip out this Quadtree real quick (took me a week in total, from scratch) to use in some other project of mine. However, I do hope some people can make use of it, or maybe learn how non-recursive Quadtrees work, idk. On the other hand, this time I included a nice OpenGL + GLFW display showing exactly what's happening and how the Quadtree divides and merges its nodes. You can move around with your mouse (by dragging), and you can click LMB to warp to the fastest object in your view, which then you can deactivate (stop following the entity) by pressing RMB. Hope you enjoy! ~don_shadaman https://ift.tt/m4YVHTv June 8, 2023 at 05:04PM

Show HN: Run synchronous and asynchronous commands in WebDrivers https://ift.tt/BtwmLZ0

Show HN: Run synchronous and asynchronous commands in WebDrivers Caqui is intended to command executions against Drivers synchronously and asynchronously. Launch the Driver as a server and send requests to it. The intention is that the user does not worry about which Driver he/she is using. It can be WebDrivers like Selenium, MobileDrivers like Appium, or DesktopDrivers like Winium. https://ift.tt/uiOPj38 June 8, 2023 at 09:00AM

Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/j3I79s1

Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/FSrbGQB June 8, 2023 at 01:08AM

Show HN: Read Something Wonderful - Timeless internet writing https://ift.tt/4lLU0Ys

Show HN: Read Something Wonderful - Timeless internet writing https://ift.tt/W6lDOSe June 7, 2023 at 09:44PM

Show HN: Do You Know RGB? https://ift.tt/t8kUpbO

Show HN: Do You Know RGB? https://ift.tt/OWhvmMT June 24, 2025 at 01:49PM