New top story on Hacker News: Show HN: A Chrome extension to give you back control over short-form videos

Show HN: A Chrome extension to give you back control over short-form videos 19 by darajava | 11 comments on Hacker News. Hi HN! I built this little extension to prevent, in my opinion, the most offensive anti-pattern used by tech companies. That is removing the seek bar in short-form videos. The "seek bar" is the bar at the bottom of a video that progresses as you play the video, and that you can...

New top story on Hacker News: Show HN: Qwen-2.5-32B is now the best open source OCR model

Show HN: Qwen-2.5-32B is now the best open source OCR model 8 by themanmaran | 1 comments on Hacker News. Last week was big for open source LLMs. We got: - Qwen 2.5 VL (72b and 32b) - Gemma-3 (27b) - DeepSeek-v3-0324 And a couple weeks ago we got the new mistral-ocr model. We updated our OCR benchmark to include the new models. We evaluated 1,000 documents for JSON extraction accuracy. Major takeaways:...

New top story on Hacker News: Show HN: Zig Topological Sort Library for Parallel Processing

Show HN: Zig Topological Sort Library for Parallel Processing 18 by ww520 | 2 comments on Hacker News. I believe the best way to learn a language is by doing an in-depth project. This is my first Zig project intended for learning the ropes on publishing a Zig package. It turns out to be quite solid and performant. It might be a bit over-engineered. This little library is packed with the following...