Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 55 min 20 sec ago

The AI Apocalypse

Wed, 05/13/2026 - 4:15pm
Categories: Hacker News

Machines for Conviviality

Wed, 05/13/2026 - 1:38pm
Categories: Hacker News

C8s: A Confidential Kubernetes Architecture

Wed, 05/13/2026 - 1:36pm

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

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Claude Code plugin for two-way HTML artifact generation

Wed, 05/13/2026 - 1:36pm

You may have read Thariq's article "The unreasonable effectiveness of HTML"

This plugin implements the idea as Claude Skills, and adds a new ability: Automatic submit into Claude Code, without the need to manually copy and paste.

Installing the plugin has another benefit over "tell Claude to make HTML", since having it installed allows Claude to generate HTMLs on its own initiative, when it wants to show you something.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Claude MCP to Fitness Tracker

Wed, 05/13/2026 - 1:34pm

would love feedback on my latest connection to claude. build workout programs in claude and push to fitness tracker.

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

Points: 1

# Comments: 0

Categories: Hacker News

PHP license v4 now compatible with gnu GPL

Wed, 05/13/2026 - 1:32pm
Categories: Hacker News

Show HN: A open-source, local trace viewer for Claude Code and Codex sessions

Wed, 05/13/2026 - 1:29pm

I built this because I had a hard time investigating why certain Claude Code subagent/skills were performing poorly. Regular old, boring software has had profilers and debuggers for decades. When a request is slow or a function blows up memory, you have tools that tell you exactly where.

In the new world order of agentic development, poor performance is usually due to context bloat - either too many unnecessary tokens or missing relevant ones. I wrote this to help answer questions like:

- Which tool calls ballooned the context window, and on which turn? - What context was the subagent/skill passed when it was spawned? - What steps were repeated every session that could be lifted into a skill/documentation or cached lookup?

Agent Profiler is the tool for just that. It requires zero setup (just node), is fully local, open-source and can support any agent harness with a local transcript format.

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages