Feed aggregator

Show HN: Tharos – CLI to find and autofix security bugs using local LLMs

Hacker News - Sat, 02/07/2026 - 3:08pm

OP here. We built Tharos because we were tired of "security theatre" tools that produce read-only reports.

Tharos is an open-source security engine written in Go. Key features:

Polyglot: Scans Go, Python, JS/TS (AST-based + Regex). Interactive: tharos --interactive opens a TUI to fix issues one-by-one. CI-Ready: Returns strict exit codes for blocking builds. Visual: HTML reports and rich terminal UI. Repo: https://github.com/chinonsochikelue/tharos Docs: https://tharos.vercel.app

Would love feedback on the rule engine and the TUI ux!

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

Points: 1

# Comments: 0

Categories: Hacker News

Oddly Simple GUI Programs

Hacker News - Sat, 02/07/2026 - 3:08pm
Categories: Hacker News

I Replaced All My Outdoor Lighting with Cheap Smart LED Strips — Here Are 5 Surprises

CNET Feed - Sat, 02/07/2026 - 3:00pm
Forget dim solar-powered lights: Here's what actually happens when you upgrade your patio with inexpensive, waterproof, smart LEDs.&
Categories: CNET

Bitcoin Dropped Nearly 30% This Week. But Why?

SlashDot - Sat, 02/07/2026 - 2:40pm
Categories: SlashDot

The logs I never read

Hacker News - Sat, 02/07/2026 - 2:31pm
Categories: Hacker News

Show HN: LinkScope – Real-Time UART Analyzer Using ESP32-S3 and PC GUI

Hacker News - Sat, 02/07/2026 - 2:29pm

Hi HN,

I built a real-time UART analyzer using an ESP32-S3 and a Windows GUI.

It captures high-speed UART data and shows live statistics and visualization on PC.

Main features: - Up to 921600 baud capture - Real-time throughput monitoring - RAW hex viewer - Frame decoding - Health / buffer status - Standalone Windows EXE

How it works: Target MCU TX → ESP32-S3 RX → USB → PC Analyzer

You just connect your device’s TX pin to the ESP32-S3 RX pin and run the PC app.

Supported devices: STM32, ESP32/ESP8266, NRF52, RP2040, Arduino, and other UART devices.

GitHub: https://github.com/choihimchan/linkscope-bpu-uart-analyzer

Demo GIF is in the README.

I’m actively improving this project and would really appreciate feedback, ideas, and bug reports.

Thanks!

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

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: How much of your token use is fixing the bugs Claude Code causes?

Hacker News - Sat, 02/07/2026 - 2:18pm

My experience using Claude Code is that I will detail work I want it to do, then it does it, then I spend quite a bit of time with it trying to figure out why it didn't work. Putting in debugging sometimes feels like half of the code it is writing. At the same time, I'm using more tokens by default with this "better" version of Claude. Of course I don't think this is 'on purpose' but it feels like there should be some discount on tokens being used to fix the bugs being caused by the bugs being introduced. Curious what others' experience are and if you've developed any strategies to address this.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Agents – Sync MCP Configs Across Claude, Cursor, Codex Automatically

Hacker News - Sat, 02/07/2026 - 2:17pm

Hi HN,

I built a CLI that unifies configuration for AI coding assistants.

Problem: Modern AI-powered development uses multiple tools (Cursor, Claude Desktop, GitHub Copilot, various CLI tools). Each has its own config file for MCP (Model Context Protocol) servers. Adding a server means manually updating 4-6 different configs.

Solution: agents gives you one source of truth. Define MCP servers once, sync everywhere.

Example: .agents/ ├── agents.json → Your config (committed) ├── local.json → Secrets (gitignored) $ agents sync → Updates all tool configs

Key decisions: - Convention over configuration (sensible defaults) - Security-first (secrets separated, auto-gitignored) - Interactive setup wizard for easy onboarding - 70+ tests (Vitest)

Supports: Cursor, Claude Code, Gemini CLI, Codex, Copilot, Antigravity

GitHub: https://github.com/amtiYo/agents npm: @agents-dev/cli

v0.7.7 released today. MIT licensed.

Looking for feedback on: 1. Is this solving a real problem? 2. What other tools should it support? 3. Thoughts on the architecture?

Happy to answer questions about the implementation or design decisions.

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

Points: 1

# Comments: 0

Categories: Hacker News

Hello

Hacker News - Sat, 02/07/2026 - 2:16pm

People

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Writtte – Draft and publish articles without reformatting, anywhere

Hacker News - Sat, 02/07/2026 - 2:11pm

Hi HN,

This is the first public launch of Writtte, an open-source, drafting-first editor built for writing and publishing articles.

We built this after noticing that most writers use 4-5 different tools just to draft and publish a single article. The biggest pain was not writing itself, but reformatting content every time it moved to Medium, Substack, WordPress, or a Markdown-based blog.

Writtte focuses on one thing: article drafting without format breakage.

What it does:

1. A psychology-designed editor UI that separates drafting from editing

2. AI-assisted + algorithm based grammar, clarity, tone, and refactoring (triggered manually)

3. One click copyto Medium, Substack, WordPress (Gutenberg), and Markdown

4. When you paste content into those platforms, formatting stays the same

5. Public draft sharing so others can review before publishing

This is completely open source: https://github.com/writtte/writtte

Public roadmap: https://github.com/orgs/writtte/projects/1

What we are working on next:

1. LaTeX support

2. Mermaid diagrams

We are building this in the open and would really appreciate feedback, especially from people who write articles or long-form content regularly.

Thanks for reading.

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages