Hacker News

Show HN: Agentic Gatekeeper – Auto-patch your code to enforce Markdown rules

Hacker News - Sun, 03/01/2026 - 3:33pm

TLDR: Documentation like READMEs and ARCHITECTURE.md files are passive and easily ignored, leading to repetitive PR reviews and technical debt. I built Agentic Gatekeeper to turn these Markdown docs into active, auto-patching git-hooks. The extension audits your staged code against your project's rules and uses AI to fix violations before you commit.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Deploybase – Compare GPU and LLM pricing across all major providers

Hacker News - Sun, 03/01/2026 - 3:32pm

I built a dashboard for near real-time GPU and LLM pricing across cloud and inference providers. You can view performance stats and pricing history, compare side by side, and bookmark to track any changes. Also covers MLOps tools. Would appreciate any feedback.

https://deploybase.ai

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

Points: 1

# Comments: 0

Categories: Hacker News

$10M factory in 600sqft room

Hacker News - Sun, 03/01/2026 - 3:25pm
Categories: Hacker News

Show HN: Habitat – A Self-Hosted Social Platform for Local Communities

Hacker News - Sun, 03/01/2026 - 3:20pm

Habitat is a free open-source, self hosted social platform for local communities. It is aimed at fostering local community discussions and discovery of areas of interest. This is why it is built primarily around location. A Habitat instance centers on a specific area, and the local community can make generic posts about that area, or they can make posts about specific locations in that area.

For some background reading you can find out:

- Why I wanted to build this: https://carlnewton.github.io/posts/location-based-social-net... - Some of the design decisions: https://carlnewton.github.io/posts/building-habitat/

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Mrkd – A native macOS Markdown viewer with iTerm2/VSCode theme import

Hacker News - Sun, 03/01/2026 - 3:18pm

Using Opus 4.6 I built a markdown viewer for macOS that uses zero web technology. No Electron, no WebView — markdown is parsed with cmark-gfm and rendered directly to NSAttributedString via TextKit 2. The result is native text selection, native accessibility, and a ~1MB binary that launches pretty much instantly. It supports GFM tables, task lists, syntax-highlighted code blocks, and inline images. You get a built-in themes (Solarized, Dracula, GitHub, Monokai) plus the ability to import your own from iTerm2 or VS Code theme files.

The part I’m most pleased with is the Quick Look integration — select a .md file in Finder, hit Space, and you get a fully themed preview using whatever theme and fonts you’ve configured in the app. No setup required; the QL extension registers automatically on first launch. It also bundles variable fonts (Geist, Inter, JetBrains Mono, iA Writer Mono, and more) so typography looks good out of the box.

The whole thing is built in Swift with no dependencies beyond cmark-gfm and Highlightr.

https://github.com/jahala/mrkd

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages