frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic vs. U.S. Department of War, etc. [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.cand.465515/gov.uscourts.cand.465515.1.0_1.pdf
1•mef•39s ago•0 comments

Show HN: ApexStore – An embedded LSM-Tree storage engine written in Rust

https://github.com/ElioNeto/ApexStore
1•texuguito•1m ago•1 comments

Show HN: Pacto – A runtime contract for cloud-native services

https://github.com/trianalab/pacto
1•edu-diaz•2m ago•0 comments

GitHub Security Lab's open source AI-powered vulnerability scanner

https://github.blog/security/how-to-scan-for-vulnerabilities-with-github-security-labs-open-sourc...
1•tcbrah•2m ago•0 comments

An opinionated take on how to do important research that matters

https://nicholas.carlini.com/writing/2026/how-to-win-a-best-paper-award.html
1•mad•3m ago•0 comments

Show HN: Qiyaas – a word game based on numbers

https://www.qiyaasgame.com/
1•xamed•3m ago•0 comments

In Defense of Death Caps

https://northspore.substack.com/p/in-defense-of-death-caps
1•Quitschquat•4m ago•0 comments

Bitcoin difficulty jumps 15% largest increase since 2021, despite price slump

https://www.coindesk.com/markets/2026/02/20/bitcoin-difficulty-jumps-15-largest-increase-since-20...
1•PaulHoule•5m ago•0 comments

Ghostty 1.3.0

https://ghostty.org/docs/install/release-notes/1-3-0
2•matrixhelix•5m ago•0 comments

Peter Thiel and Jeffrey Epstein Had a Yearslong Relationship

https://jacobin.com/2026/03/thiel-epstein-barak-ai-israel/
3•johnbarron•6m ago•0 comments

Show HN: Pu-erh Lab, a CUDA-accelerated RAW photo editor

https://github.com/zidage/PuerhLab
1•yurunzi•6m ago•1 comments

Geo Platform for AI Search Visibility (ChatGPT, Claude, Gemini, Perplexity)

https://geoark.ai
1•abedaarabi•6m ago•1 comments

Mobile AI: fuzzy logic trust and compatibility

https://www.loxation.com/blog/posts/blog-fuzzy-social-reasoning/
1•jabbr•7m ago•0 comments

Avoiding temptation beats building willpower

https://www.npr.org/2026/03/09/nx-s1-5736553/fast-food-screens-kids-health
2•marojejian•7m ago•1 comments

Ask HN: What words and phrases make HN peeps see red?

2•bookofjoe•8m ago•0 comments

Software Got Weird

https://www.coryzue.com/writing/software-got-weird/
1•carnevalem•8m ago•0 comments

US missile hit military base near Iran school, video analysis shows

https://www.bbc.com/news/articles/cvg548lyjnyo
2•johnbarron•9m ago•0 comments

AI and Software Development

https://allanvital.com/ai-and-software-development/
1•speckx•9m ago•0 comments

The Three Eras of Applications: From Desktop to Cloud to AI-Native

https://www.vita-ai.net/blogs/three-eras-of-applications
1•jdeng•10m ago•0 comments

Show HN: Local Code Mode: Save 65-99% Context for MCP

https://gist.github.com/chenhunghan/27ef2fece7329ac7b88f815ce0c0fbb1
1•chenhunghan•12m ago•0 comments

Show HN: See when your Mac drains battery while charging

https://github.com/jlreyes/PowerMonitor
1•jlreyes•12m ago•0 comments

Show HN: Kontora – Self-hosted finance dashboard for freelancers in Germany

1•eduzbn•13m ago•0 comments

There's a class 100 semiconductor clean room in this backyard shed

https://www.youtube.com/watch?v=HfSO-LCKmrA
2•indrora•13m ago•0 comments

Money isn't going to solve the burnout problem

https://blogs.gentoo.org/mgorny/2026/03/07/money-isnt-going-to-solve-the-burnout-problem/
2•obscurette•14m ago•0 comments

Show HN: Patchwork – async collaborative image quilts

https://getpatchwork.us
1•agambrahma•15m ago•0 comments

South Korea to impose fuel price cap to shield economy from energy shock

https://www.reuters.com/business/energy/south-korea-impose-fuel-price-cap-shield-economy-energy-s...
1•geox•16m ago•0 comments

Show HN: Fuckyeah, a minimal Claude Code plugin and Codex skill

https://github.com/nrtvai/fuckyeah
1•sngnb•17m ago•0 comments

Anthropic sues Defense Department over supply chain risk designation

https://techcrunch.com/2026/03/09/anthropic-sues-defense-department-over-supply-chain-risk-design...
3•antimora•18m ago•0 comments

Shaping the exploration of the motivation-space matters for AI safety

https://www.lesswrong.com/posts/rhFXyfFSRKp3cX4Y9/shaping-the-exploration-of-the-motivation-space...
1•gmays•20m ago•0 comments

Show HN: TubeTrim – A local YouTube summarizer using Qwen in pure Python

https://github.com/GuglielmoCerri/TubeTrim
1•guglielmoce•20m ago•0 comments
Open in hackernews

Show HN: ClawDiary – Audit log and human approval gate for AI agents (Claw, MCP

https://github.com/jetywolf/claw-diary
2•jetywolf•2h ago
ClawDiary is an audit diary and guard for AI agents. I use Cursor a lot and wanted something that (a) logs what the agent does and (b) blocks dangerous actions until I approve them in Telegram.

What it does: - Audit: agents POST to /v1/audit after each action; writes go to D1 async so the agent isn’t blocked. - Guard: before risky ops (rm, drop table, execute_bash, transfer, etc.) the agent calls /v1/guard. Request is stored and the call blocks until you approve or reject in Telegram (or by updating DB). Green-light actions return immediately. - Diary, daily digest (cron), and a minimal timeline UI so I can see what happened.

Stack: Cloudflare Worker, Hono, D1, Durable Objects (for holding the guard request until approval). Cursor integration is via a .cursor/rules rule that calls the API; MCP-capable agents can use the tool described at /mcp.json.

Repo: https://github.com/jetywolf/claw-diary Live API/docs: https://api.clawdiary.org/docs

Happy to answer questions or take feedback.