Hacker News

Show HN: I made a Linux driver for WCH BLE Analyzer PRO

Hacker News - Fri, 02/20/2026 - 12:32pm

I bought a WCH BLE Analyzer PRO, only to realize it doesn't have Linux support. Using the windows binaries, i reverse engineered their USB implementation, and vibe-coded a capture tool together in less than 24 hours.

Comments URL: https://news.ycombinator.com/item?id=47091034

Points: 1

# Comments: 1

Categories: Hacker News

Current – An RSS Reader

Hacker News - Fri, 02/20/2026 - 12:27pm

Article URL: https://www.terrygodier.com/current

Comments URL: https://news.ycombinator.com/item?id=47090963

Points: 1

# Comments: 0

Categories: Hacker News

CCBench

Hacker News - Fri, 02/20/2026 - 12:26pm

Article URL: https://ccbench.org/

Comments URL: https://news.ycombinator.com/item?id=47090946

Points: 1

# Comments: 0

Categories: Hacker News

Large-scale online deanonymization with LLMs

Hacker News - Fri, 02/20/2026 - 12:25pm

Article URL: https://arxiv.org/abs/2602.16800

Comments URL: https://news.ycombinator.com/item?id=47090929

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Subconscious open source AI agents that send you personalized emails

Hacker News - Fri, 02/20/2026 - 12:24pm

Live: https://subconscious-scheduler.vercel.app/dashboard/tasks Repo: https://github.com/ostepan8/subconscious-scheduler

I built this because I wanted a daily briefing on my sports teams and stocks without checking five different apps. You pick your topics, set a schedule, and an agent researches and writes the email for you.

Stack: Convex for backend/scheduling, Resend for email delivery, Claude for agent logic. Setup takes ~30 seconds through the UI, or describe what you want to the chat agent and it configures itself. Self-hostable, but bring your own API keys (live is completely free).

Comments URL: https://news.ycombinator.com/item?id=47090908

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Tuber – YouTube client for productive watching

Hacker News - Fri, 02/20/2026 - 12:20pm

I built tuber to get information from YouTube up to 100x faster.

Two core features:

- If a video title is a question, tuber gives a direct answer first. - Then it generates a timestamped summary with Claude, so you can jump to the exact parts that matter.

Example:

- Video Title: "Did People Used To Look Older?" - Tuber comment at the bottom: "People in old photos genuinely appear older than their current-day equivalents — but this "retrospective aging" effect is both real and illusory."

Enjoy tuber!

Comments URL: https://news.ycombinator.com/item?id=47090870

Points: 1

# Comments: 0

Categories: Hacker News

Hyperagent, Made by the Team at Airtable

Hacker News - Fri, 02/20/2026 - 12:20pm

Article URL: https://www.hyperagent.com/

Comments URL: https://news.ycombinator.com/item?id=47090865

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Prothon – docs-first Python project generator for AI development

Hacker News - Fri, 02/20/2026 - 11:31am

Prothon is a Python project generator that scaffolds a uv-based project with eight quality tools (ruff, ty, pytest, hypothesis, mutmut, bandit, vulture, complexipy) and a documentation-driven workflow for AI coding agents.

The problem it solves: AI assistants lose context between sessions and drift from your decisions as context windows fill up. Prothon addresses this with three ideas:

1. A three-level doc hierarchy (SPEC, DESIGN, PATTERNS) where each level scopes a single concern and higher always overrides lower. The AI implements from these docs, not from memory. Each doc-writing step is a dedicated agent that refuses content belonging at another level.

2. Automated agents that keep things consistent: one cross-checks the three docs for contradictions, one generates reference skills from live documentation for your stack, one verifies code implements what the docs describe.

3. A "promise" system for execution. Before each task, the agent declares what files it will touch, success criteria, and expected line counts. The promise is verified against the actual git diff. This makes context drift measurable rather than something you notice after the fact.

CLI:

``` prothon new # scaffold from template prothon init # add to existing project prothon spec # requirements Q&A prothon design # architecture Q&A prothon patterns # conventions Q&A prothon execute # plan, promise, build prothon compliance # verify code vs docs ```

Built on copier, so existing projects can pull upstream template improvements. Currently targets Claude Code, designed to be agent-agnostic.

https://prothon.dev https://github.com/jackedney/prothon

Comments URL: https://news.ycombinator.com/item?id=47090181

Points: 1

# Comments: 0

Categories: Hacker News

Who Stole Your Cookie?

Hacker News - Fri, 02/20/2026 - 11:30am
Categories: Hacker News

Si Base Units and Constants

Hacker News - Fri, 02/20/2026 - 11:30am

Article URL: https://taylor.town/base-units

Comments URL: https://news.ycombinator.com/item?id=47090177

Points: 1

# Comments: 0

Categories: Hacker News

Pages