Thursday, April 3, 2025

Show HN: A Chrome extension to give you back control over short-form videos https://ift.tt/wgPbmAl

Show HN: A Chrome extension to give you back control over short-form videos 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 click on or drag to skip around. Why companies ever thought it was a good idea to get rid of this I don't know, but I find it infuriating, so I decided to add it back for myself and thought others might like it too. ReelControl adds a progress bar and seeking capabilities to videos on Instagram, YouTube Shorts, and Facebook Reels. I do sometimes enjoy watching short-form content and I've found that with this extension enabled I can be more mindful about it and get sucked in way less. I'm also on my phone less because I tend to favor the web versions of these platforms now. Open source--PRs and issues welcome! https://ift.tt/jqAOYS0 https://ift.tt/0qbk1D8 April 1, 2025 at 05:21PM

Wednesday, April 2, 2025

Show HN: Instantly extract tribal knowledge embedded in any codebase https://ift.tt/MYJFx5C

Show HN: Instantly extract tribal knowledge embedded in any codebase Hi HN! GitSummarize is an open-source devtool that I made this weekend. Given any public GitHub repository it generates high-quality documentation from the codebase using Gemini 2.5 Pro. Specifically, it tries to extract the tribal knowledge, business logic/rules embedded within codebases. Pro Tip: You can replace "hub" with "summarize" in any repository URL to access its documentation. I created this because there was a steep learning curve to understanding some of the open-source codebases out there while getting started with contributing. Having detailed documentation would be immensely helpful in those situations. This project was heavily inspired by GitIngest and GitDiagram so make sure to check those out as well! Hopefully this tool can help you when working with repos without any documentation. Give it a try and I would appreciate any feedback! https://ift.tt/OT4Mj0h April 2, 2025 at 02:24AM

Show HN: I built a CLI for one-command fullstack TypeScript projects https://ift.tt/cXymKxB

Show HN: I built a CLI for one-command fullstack TypeScript projects I built a CLI for scaffolding TypeScript projects with Turborepo, React, and tRPC. It includes TanStack Router/Query, Tailwind, Hono/Elysia backends, Drizzle/Prisma ORMs, and more. npx create-better-t-stack@latest https://ift.tt/NJqRym7 April 1, 2025 at 11:49PM

Show HN: Zig Topological Sort Library for Parallel Processing https://ift.tt/JvqlL2B

Show HN: Zig Topological Sort Library for Parallel Processing 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 features: - Building dependency graph from dependency data. - Performing topological sort on the dependency graph. - Generating dependence-free subsets for parallel processing. - Cycle detection and cycle reporting. https://ift.tt/DiO05bd April 1, 2025 at 11:18PM

Tuesday, April 1, 2025

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought ...