2026年6月3日 的 Show HN
31 条NoSuggest – Watch YouTube without the recommendation algorithm #
I faced the same problem. Acknowledging that, not all content in YouTube is bad. There are educational videos, genuine news contents without political bias which is very hard to find outside YouTube and many other good relaxing, entertainment stuff.
NoSuggest lets you only follow the YouTube channels you like and removes all types of recommendation YouTube has. So you don't waste time on watching things which you never wanted to watch anyways.
UI is very simple. You add your favourite channels in "Channels" tab and latest 5 videos per channel excluding shorts would appear in "Feed" tab. "Search" tab is to search for specific videos to watch and "Saved" tab is to bookmark any video you want to watch later. Intention of NoSuggest is to provide whatever is necessary to extract whats good from YouTube all inside NoSuggest and leave out bad parts.
NoSuggest works in any devices. Install it as an app (PWA) in android and iPhone, or simply open in browser in laptops. No sign-in, no account creation or no card details. NoSuggest won't even ask your name. Total privacy for the users.
Parents can add the channels and save some educational videos and lock it with the pin for kids mode. Kids won't be able access unwanted additive contents inside NoSuggest.
Completely free, no string attached. Source available in Github through NoSuggest website.
I would love genuine feedback. Thank you very much for your attention on this matter.
Ideogram 4.0 – open-weight 9.3B text-to-image model #
We focused heavily on controllability through structured JSON prompts, with strong text rendering, spatial awareness through bounding box guidance, and color palette control.
It has the best text rendering of any open-weight model we've tested so far, and the NF4 quantized checkpoint runs on a single 24GB GPU.
For more technical details and examples see our blog post: https://ideogram.ai/blog/ideogram-4.0/
We will be happy to answer any questions :)
Terraform RAG - index modules, distill conventions, compose via MCP #
AI-Powered PDF to Markdown Converter #
Fork of Rsync #
After hearing of the problematic LLM commits in rsync, I made a fork of rsync. I decided to fork it off release 3.4.1, since I heard that's the last release without the LLM code.
Aura, an LLM coding harness that dogfooded itself #
I built Aura-IDE, a native desktop LLM coding harness for AI assisted software engineering.
The idea is not just “chat with your codebase.” Aura wraps models in a structured engineering loop:
repo awareness → Planner spec → Worker execution → surgical edits → validation → recovery → final receipt
The Planner reads the project and writes a spec. The Worker executes that spec with filesystem tools, diff approval, terminal validation, and recovery behavior. The goal is to make ordinary models produce better code by giving them better process, context, and tools.
The unusual part: Aura has been heavily dogfooded on itself. Roughly 98% of the codebase was generated, edited, or refined through Aura’s own Planner/Worker workflow under human direction. During May, visible DeepSeek usage crossed 1.1B tokens and nearly 30k API requests while improving Aura’s reliability, edit mechanics, UI, updater flow, README, demo flow, and product polish.
It is built with Python and PySide6. It supports DeepSeek, OpenAI, Anthropic, Gemini, OpenRouter, and CLI backends. It can run carefully with diff review, or faster with auto-dispatch/auto-approve.
I’d love feedback from people building coding agents, IDEs, or local/dev tools.
PersonalPod – Saving my long-distance relationship with a podcast #
This really helped us and I am sure there are a lot of others out there struggling through very similar situations. That's why we started building a more professional tool for this: PersonalPod. I am the typical software engineer - I really enjoy building stuff (other than the UI) and I keep coming up with more ideas that will go into this project. This time we decided to make it available to others as well though before I build forever. Probably you actually need different things than I would think...
Have fun trying it out at https://personal-pod.com/ and please leave some feedback (here or directly on the website via the feedback tool). I will read them all I promise and try to improve things as much as I can.
You can already share podcasts with a small group of people (or just one if you want) or make a partner podcast where both of you can upload episodes.
yadiff, yet another diff viewer, based on pierre's diffshub #
made a local version of @pierrecomputer's diffshub.com for reviewing codes, with jj support and review copying to directly send to agents :D
huge shoutout to @bentlegen for the inspiration on agent review, and pierre team for the amazing work!
try it with `npx @baggiiiie@yadiff $GitRef/$JJRevision`
beyond local diff viewing, it supports GitHub PR fetching too. so you can test it on your PR, or test it on bun's rust rewrite PR `npx @baggiiiie@yadiff https://github.com/oven-sh/bun/pull/30412`
any feedback is appreciated!
Division Swarm, the OS for Multi-Agent Systems #
Nib, collaborative font editor on the web #
Extract (YC P25) – Fast, accurate document parsing #
You can try some examples here or upload your own (no signup required) to test it out: https://extract.page/demo
We built Extract out of YouLearn, where we were processing 70m+ pages and slow parsing was the bottleneck. We started with a purely algorithmic pipeline that pulled native text straight from the document and only ran OCR on pages that needed it. It was cheap and fast, but once we put it in front of our Extract customers and their hardest documents, it hit an accuracy ceiling. We wanted to keep the speed and cost while improving accuracy, so we trained our own VLM for the cases that broke. It also provides element level bboxes, so each result points back to its exact place on the page. That took one customer from 71% to 92% text accuracy in under a week, at the same speed and cost. We can do this because of our synthetic data generation pipeline that recreates the messy, real-world documents the model gets wrong, so we can retrain on those exact cases without having to hand-label data.
To see how this holds up against other providers, we benchmarked Extract against AWS Textract, Extend, Reducto, LlamaParse, and Unstructured on 130 human labeled pages from difficult real-world documents. Extract is #1 on text accuracy (81.9%) and word-overlap F1 (84.5%), second on grounded accuracy, and competitive on layout IoU, while running at least 2x faster than every parser we tested.
Here are the benchmarks: https://extract.page/bench
Extract is $3 per 1000 pages and about 5x cheaper than AWS Textract (layout + table enabled). To see how it performs on your own docs, feel free to send us a few and we’ll run a benchmark on them. We’ll get back to you with the results in a few days once we receive the docs: https://cal.com/team/youlearnai/extract-intro
Thanks for reading this post! It's our first version of the model and we're shipping further improvements to handwritten, multilingual, and table-heavy documents. We know there are documents it won't handle well yet. If you have one, we'd love to see it.