frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

UIQuarter – static analysis CLI for UI codebases

https://github.com/fuatkeles/uiquarter
1•fuatkeles•54s ago•0 comments

I vibe coded my dream macOS presentation app

https://simonwillison.net/2026/Feb/25/present/
2•MindGods•2m ago•0 comments

Show HN: ClawMoat – Open-source host-level security for AI agents

https://github.com/darfaz/clawmoat
1•ildar•6m ago•1 comments

How Expensify's OSS program is powering SWE-Lancer

https://use.expensify.com/blog/expensify-powers-openai-swe-lancer-project
1•derHackerman•6m ago•0 comments

Dear Back End Software Engineers: UX Is Your Job Too

https://arielhq.medium.com/dear-backend-software-engineers-ux-is-your-job-too-5c1a0c271e21
2•mooreds•6m ago•1 comments

Migrate to Vercel from Cloudflare

https://vercel.com/kb/guide/migrate-to-vercel-from-cloudflare
2•taubek•6m ago•0 comments

Show HN: Wikilangs Games – Wordle-like for 300 Languages

https://games.wikilangs.org
1•omneity•6m ago•0 comments

The world of hard power and the future of war against Ukraine

https://www.pravda.com.ua/eng/columns/2026/02/23/8022301/
1•mooreds•7m ago•0 comments

Game theory meets lattice gases and spin-glasses: Zero-player Entropy Game

https://arxiv.org/abs/2503.03769
1•northlondoner•11m ago•1 comments

Ask HN: Are "% improvement" stats in resumes an AI indicator?

1•floren•12m ago•0 comments

Show HN: Chess960v2 – Over 100 Rounds Played (chess960v2.com)

https://chess960v2.com/en
1•lavren1974•12m ago•0 comments

Code Red for Humanity

https://garymarcus.substack.com/p/code-red-for-humanity
1•MindGods•13m ago•0 comments

Large-Scale Online Deanonymization with LLMs

https://substack.com/home/post/p-189015749
1•todsacerdoti•14m ago•0 comments

Sprites: Stateful sandbox environments with checkpoint and restore

https://sprites.dev/
1•spking•16m ago•0 comments

A gut-liver lipid flux checkpoint mediates FAHFA protection from MASLD

https://www.sciencedirect.com/science/article/pii/S1043661825005109
2•PaulHoule•17m ago•1 comments

Anthropic Dials Back AI Safety Commitments

https://www.wsj.com/tech/ai/anthropic-dials-back-ai-safety-commitments-38257540
1•ViktorRay•18m ago•0 comments

Wearable trackers can detect depression relapse weeks before it returns: study

https://medicalxpress.com/news/2026-02-wearable-trackers-depression-relapse-weeks.html
1•bookofjoe•18m ago•0 comments

Show HN: My focus had a pattern. I built a macOS app to make it visible

https://headjust.app/
1•suvijain•20m ago•0 comments

Is Perplexity's new Computer a safer version of OpenClaw?

https://www.zdnet.com/article/perplexity-computer-openclaw/
2•totaldude87•21m ago•0 comments

Hexagon-MLIR: An AI Compilation Stack for Qualcomm's NPUs

https://arxiv.org/abs/2602.19762
1•matt_d•21m ago•0 comments

CHICKEN Scheme

https://www.call-cc.org/
1•tosh•25m ago•0 comments

uf

http://www.call-with-current-continuation.org/uf/uf.html
2•tosh•25m ago•0 comments

An AI agent on an ESP32 that can automate sensors, relais, speak NATS, Telegram

https://wireclaw.io/
2•m64-64•27m ago•0 comments

Thoughts on Forth Programming

http://www.call-with-current-continuation.org/articles/forth.txt
2•tosh•27m ago•0 comments

Computer History Museum Recovers Rare Unix History

https://www.youtube.com/watch?v=-xlq_MPWNKk
2•todsacerdoti•29m ago•0 comments

Watching a Robotics Startup Die from the Inside

https://ruixu.us/posts/six-things-robotics-startup
2•gkolli•29m ago•0 comments

TranslateGemma now runs 100% in the browser on WebGPU with Transformers.js v4

https://huggingface.co/spaces/webml-community/TranslateGemma-WebGPU
2•tzury•30m ago•1 comments

What Holds America Together?

https://walkingtheworld.substack.com/p/what-holds-america-together
1•VelNZ•31m ago•0 comments

Show HN: Elev8or Run Creator Marketing Like Paid Ads

https://www.elev8or.io
1•Sourabhsinr•32m ago•0 comments

Michael Burry Reveals Accounting Tricks of Mag 7 Firms to Inflate Earnings

https://www.ibtimes.co.uk/michael-burry-criticizes-tech-giants-ai-accounting-1781491
2•ironyman•33m ago•0 comments
Open in hackernews

Show HN: Go-GATE – Database-grade safety for AI agents

https://github.com/billyxp74/go-gate
2•billyxp74•1h ago
After building autonomous AI agents, I realized they needed database-grade transaction safety. So I built GO-GATE.

What it does: • 2PC (Two-Phase Commit) for AI agent operations • Risk-based approval: LOW (auto) / MEDIUM (verify) / HIGH (human) • Sandboxed execution (no shell injection) • Fail-closed: when in doubt, ask a human

100% on-premise, Apache 2.0, Python 3.10+

Would love feedback from the HN community on the architecture and security model.