frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Billy bookshelves as a retro motherboard "rack"

https://rubenerd.com/billy-bookcase-as-a-retro-motherboard-rack/
1•ingve•4m ago•0 comments

The Week the Dreaded AI Jobs Wipeout Got Real

https://www.wsj.com/tech/ai/the-week-the-dreaded-ai-jobs-wipeout-got-real-3ba5057b
1•Brajeshwar•5m ago•0 comments

What Are Your Guilty Displeasures?

https://www.hopefulmons.com/p/what-are-your-guilty-displeasures
1•aregue•6m ago•0 comments

The MySQL-to-Postgres Migration That Saved $480K/Year: A Step-by-Step Guide

https://medium.com/@dusan.stanojevic.cs/the-mysql-to-postgres-migration-that-saved-480k-year-a-st...
1•taubek•13m ago•0 comments

What's in a Name?..

https://sailsandcommas.com/2014/02/03/whats-in-a-name/
1•Curiositry•13m ago•0 comments

Byte-Pair Encoding

https://en.wikipedia.org/wiki/Byte-pair_encoding
1•tosh•13m ago•0 comments

Polymarket 5min market Trading Bot

1•Benjamin-Cup•15m ago•0 comments

Dr Pirker Bioimplant

https://news.ycombinator.com
1•ahuva•20m ago•0 comments

Apple Eats AI for Breakfast [video]

https://www.youtube.com/watch?v=9VZaI44odyg
1•mgh2•22m ago•0 comments

Finding value with AI and Industry 5.0 transformation

https://www.technologyreview.com/2026/02/26/1133707/finding-value-with-ai-and-industry-5-0-transf...
1•joozio•24m ago•0 comments

Fair shifts focus away from WordPress

https://coywolf.com/news/content-marketing/fair-quits-wordpress-but-one-of-its-best-features-rema...
1•taubek•28m ago•0 comments

Show HN: Ghostty Pane Splitter – Split terminal panes for AI coding agents

https://github.com/rikeda71/ghostty-pane-splitter
2•rikeda71•29m ago•0 comments

Spike – lazy-loading MCP tools for better context usage

https://spike.land
1•johnny_reilly•30m ago•0 comments

For bar duty at his hockey club, he built a fair schedule generator

https://medium.com/@bavo.bruylandt/building-a-bar-scheduler-for-our-hockey-club-f3800b7fe078
2•ge0ffrey•32m ago•0 comments

Latent-Space Communication in Heterogeneous Multi-Agent Systems

https://arxiv.org/abs/2602.15382
2•ekaesmem•33m ago•0 comments

I built an AI tool that designs kitchen layouts

https://aikitchendesign.io/
1•cby821555203•43m ago•0 comments

Show HN: AutoTable – One-Click Spreadsheet Cleaner Built with Gemini

https://www.auto-table.com/
1•voxdroid•43m ago•0 comments

Pathways to a fair technological future [pdf]

https://storage02.forbrukerradet.no/media/2026/02/breaking-free-pathways-to-a-fair-technological-...
2•jmartinpetersen•49m ago•0 comments

How SiriusXM Ignored Pandora's Innovation and Is Killing Itself

https://pandora-sxm-news.blogspot.com/2026/01/how-siriusxm-ignored-pandoras.html
3•Aloha•50m ago•0 comments

Update: Making VeriContext Enforce Citations Across Sub-Agents

https://github.com/amsminn/vericontext/blob/main/CHANGELOG.md
1•amsminn•51m ago•1 comments

Switch to Claude Without Starting Over

https://claude.com/import-memory
37•doener•51m ago•21 comments

Show HN: React-Kino – Cinematic scroll storytelling for React (1KB core)

https://github.com/btahir/react-kino
1•bilater•52m ago•0 comments

10-202: Introduction to Modern AI (CMU)

https://modernaicourse.org
15•vismit2000•53m ago•1 comments

You're Not Addicted to Porn. You're Addicted to Staying Smaller Than You Could B

https://cpleveragingai.substack.com/p/youre-not-addicted-to-porn
2•cp18101985•54m ago•0 comments

Worlds First AI-OS

https://github.com/siresorose/ai-os
1•siresorose•54m ago•1 comments

Peergos: An EE2E P2P solution for sync and storage

https://peergos.org/
2•volemo•54m ago•1 comments

Is Rust Still Surging in 2025? Usage and Ecosystem Insights

https://medium.com/@datajournal/is-rust-still-surging-in-2025-49bfc6d1ce5d
1•adgnaf•55m ago•0 comments

Show HN: MemLineage: governed writes for AI agents

https://github.com/zhuamber370/memlineage
1•celastin•1h ago•1 comments

Do you validate before building or build and validate after?

https://www.founderspace.work
1•VladCovaci•1h ago•1 comments

Elevator Saga: The elevator programming game (2015)

https://play.elevatorsaga.com/index.html
1•xmprt•1h 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