frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Eschewing Zshell for Emacs Shell (2014)

https://www.howardism.org/Technical/Emacs/eshell-fun.html
1•pvdebbe•46s ago•0 comments

Goodbye InnerHTML, Hello SetHTML: Stronger XSS Protection in Firefox 148

https://hacks.mozilla.org/2026/02/goodbye-innerhtml-hello-sethtml-stronger-xss-protection-in-fire...
1•todsacerdoti•55s ago•0 comments

How many AIs does it take to read a PDF?

https://www.theverge.com/ai-artificial-intelligence/882891/ai-pdf-parsing-failure
1•smurda•1m ago•0 comments

I Pitched a Roller Coaster to Disneyland at Age 10 in 1978

https://wordglyph.xyz/one-piece-at-a-time
1•wordglyph•1m ago•0 comments

Show HN: acorn – LLM framework for long running agents

https://github.com/askmanu/acorn
1•onel•2m ago•0 comments

Show HN: Lila-E8 – 40M Parameter LLM with 0.37 Loss via E8 Lattice Attention

1•bootstraptor•2m ago•0 comments

Skir: Like Protocol Buffer but Better

https://skir.sh/
1•gepheum•2m ago•0 comments

Show HN: CtxVault – Local memory control layer for multi-agent AI systems

1•FiloVenturini•2m ago•1 comments

Show HN: WebPerceptor – Enabling AI Mediated Web Browsing

https://github.com/theartofhci/WebPerceptor
1•theartofhci•2m ago•0 comments

Show HN: OpenClaw remembers for OpenClaw. Sekha remembers for your full workflow

https://sekha.dev
1•sekha-ai•3m ago•0 comments

Show HN: SynapServe – zero-allocation HTTP server in Rust with io_uring

https://synapserve.io
1•Meatack•3m ago•0 comments

OSS Tool: Hard spending limits for AI agents

1•miridar•3m ago•0 comments

Productive Procrastination

https://www.ssp.sh/brain/productive-procrastination/
2•articsputnik•3m ago•0 comments

Show HN: BitClaw – A self-upgrading AI agent in 1,500 lines of code

https://github.com/NickTikhonov/bitclaw
1•nicktikhonov•4m ago•0 comments

Writing High Quality Production Code with LLMs Is a Solved Problem

https://escobyte.substack.com/p/writing-high-quality-production-code
1•menzoic•4m ago•1 comments

Meta to spend billions on AMD chips

https://www.reuters.com/business/amd-clinches-second-mega-chip-supply-deal-this-time-with-meta-20...
2•bjnstad•4m ago•0 comments

Show HN: SNKV – SQLite's B-tree as a key-value store (C/C++ and Python bindings)

https://github.com/hash-anu/snkv
6•swaminarayan•5m ago•0 comments

Show HN: Claude Copy – Drop-in fix for Claude Code's broken copy-paste

https://github.com/andersmyrmel/claude-copy
2•andersmyrmel•5m ago•0 comments

IRS Tactics Against Meta Open a New Front in the Corporate Tax Fight

https://www.nytimes.com/2026/02/24/business/irs-meta-corporate-taxes.html
2•mitchbob•6m ago•1 comments

Semantic Syntax Highlighting for Lisp in Emacs

https://github.com/calsys456/lisp-semantic-hl.el
1•oumua_don17•7m ago•0 comments

Show HN: PDP – A 'robots.txt' protocol for AI prompt privacy

https://github.com/oug-t/pdp
1•oug-t•7m ago•1 comments

SaaS is (ought to be) dead

https://dev.ribic.ba/saas-is-dead
1•ribice•9m ago•0 comments

Anthropic joins OpenAI in flagging distillation campaigns by Chinese AI firms

https://www.cnbc.com/2026/02/24/anthropic-openai-china-firms-distillation-deepseek.html
1•seydor•10m ago•0 comments

Show HN: SlayZone – Each card is a terminal, my record is 25 concurrent

https://slay.zone
1•debuglebowski•10m ago•0 comments

AI blamed again as hard drives are sold out for this year

https://www.theregister.com/2026/02/20/ai_blamed_again_as_hard_drives_sell_out/
1•tosh•10m ago•0 comments

Show HN: Lettoral – Send one message, get one back. No social hack

https://lettoral.com
1•hayner•10m ago•0 comments

I hacked ChatGPT and Google's AI – and it only took 20 minutes

https://www.bbc.com/future/article/20260218-i-hacked-chatgpt-and-googles-ai-and-it-only-took-20-m...
1•matthewsinclair•10m ago•0 comments

Constraints and the Lost Art of Optimization

https://denodell.com/blog/constraints-and-the-lost-art-of-optimization
1•MindGods•11m ago•0 comments

Mercari's Phishing-Resistant Accounts with Passkey

https://engineering.mercari.com/en/blog/entry/20251106-mercari-phishing-resistant-accounts-with-p...
1•Techbrunch•11m ago•0 comments

Embarrassingly Solved Problems

https://zjpea.substack.com/p/embarrassingly-solved-problems
1•zjp•12m ago•0 comments
Open in hackernews

Show HN: Oci2git – Convert OCI container images into Git repositories

https://github.com/Virviil/oci2git
5•virviil•9mo ago
Hi HN,

I built a small tool called oci2git, which converts OCI container images into Git repositories. Each layer in the container image becomes a separate Git commit.

I created it to make it easier to inspect and reason about container image contents. Instead of dealing with compressed tarballs or running docker diff, you can just browse the resulting Git repo, run git diff, use git blame, or even bisect layers. It's a new way to debug, audit, and understand how container layers evolve.

It's written in Rust and currently supports images from local OCI layouts and remote registries (like Docker Hub). It’s pretty fast and doesn’t require a container runtime or unpacking images to the filesystem.

Would love feedback, ideas, or contributions. Thanks!

Repo: https://github.com/Virviil/oci2git