frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Know What You Think of Me

https://archive.nytimes.com/opinionator.blogs.nytimes.com/2013/06/15/i-know-what-you-think-of-me/
1•7777777phil•43s ago•0 comments

Losing control of AI is the plan

https://www.theargumentmag.com/p/losing-control-of-ai-is-actually
1•ForHackernews•1m ago•0 comments

I Believe in Traditional Gender Roles

https://drunkwisconsin.substack.com/p/i-believe-in-traditional-gender-roles
1•Tomte•2m ago•0 comments

We Are Not Friends

https://weare-notfriends.com/en-us
1•barrister•5m ago•0 comments

Show HN: Mu – a mouse-driven terminal code editor written in terrible Rust

https://github.com/erqeon/mu
1•erqeon•5m ago•1 comments

Singapore: Highest paid world leader Lawrence Wong to get salary increase of $1M

https://www.bbc.com/news/articles/c5y5kn143d1o
1•doppp•6m ago•0 comments

Livy, a Shopify app looking for beta testers

https://www.indiehackers.com/post/building-livy-a-shopify-loyalty-retention-app-looking-for-a-han...
1•julietalfredes•7m ago•0 comments

Fractal-BLT – Zero-allocation .NET 10 MoE runtime streaming NVMe to GPU

https://github.com/H4ZEY86/Fractal-BLT
1•Ctrl_Alt_Haze•8m ago•0 comments

Classified as terrorists by the US government: Hacker collective A/I gives up

https://www.heise.de/en/news/Classified-as-terrorists-by-the-US-government-Hacker-collective-A-I-...
1•doener•11m ago•0 comments

Docker-Boot

https://github.com/purplesyringa/docker-boot
1•thijsr•17m ago•0 comments

Demystifying Complex Configurations

https://guix.gnu.org/blog/2026/demystifying-complex-configurations//
1•birdculture•19m ago•0 comments

Thoughts on Omarchy

https://chrissy.dev/notes/thoughts-on-omarchy/
4•meetpateltech•21m ago•0 comments

No Graphics API

https://github.com/sebbbi/NoGraphicsAPI
2•sagacity•22m ago•0 comments

Gap between how your team sees you AND how you see yourself

https://highimpactengineering.substack.com/p/the-gap-between-how-i-saw-myself
3•cmpit•23m ago•0 comments

We have found stable singularity on 3D Euler

https://twitter.com/AnimaAnandkumar/status/2097216195342864528
2•YeGoblynQueenne•24m ago•0 comments

Automatically detecting AI text in my browser

https://www.seangoedecke.com/deckard/
4•swah•25m ago•1 comments

By coincidence an independent result on Euler blowup has been released

https://mathstodon.xyz/@tao/117234157753860650
2•YeGoblynQueenne•27m ago•0 comments

Ancient Egypt in 3D

https://expeditione.fun/expeditions/ancient-egypt/
3•thunderbong•27m ago•0 comments

How to export Gemini chats to pdf [video]

https://www.youtube.com/watch?v=zFdp8DUfDco
3•quysala12•28m ago•0 comments

World Model (Artificial Intelligence)

https://en.wikipedia.org/wiki/World_model_(artificial_intelligence)
3•doener•30m ago•0 comments

Project Tapestry

https://thealliance.ai/projects/tapestry
2•doener•31m ago•0 comments

Plasma Studio

https://thelibre.news/announcing-plasma-studio/
4•DeepLogin•32m ago•0 comments

What Can You Do with a Local LLM?

https://grigio.org/what-can-you-actually-do-with-a-local-llm/
2•grigio•34m ago•0 comments

TCP-Brutal v2 released: A rate-based TCP congestion control algorithm

https://github.com/HyNetworks/tcp-brutal
2•NeverBehave•34m ago•1 comments

A continuing problem: human-generated content

https://github.com/geoff1111/AI-post/blob/main/README.md
2•Egret•34m ago•0 comments

Property Graph Queries reverted from Postgres 19 after third beta

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b1f106c80cbeb18d3a0219994d98a51a6e...
2•gmac•36m ago•1 comments

Be Easy to Leave

https://codebahn.net/blog/be-easy-to-leave/
3•maxheyer•38m ago•0 comments

Xiaomi Announces Foldable iPhone Rival

https://www.macrumors.com/2026/09/07/xiaomi-announces-foldable-iphone-rival/
2•ksec•38m ago•0 comments

Vaenyx – A personal AI app for family

https://github.com/vaenyxai/core
2•vaenyxai•38m ago•0 comments

The Carob Trust Prize for Academic Courage

https://www.thecarobtrust.org/the-prize
2•mpweiher•40m ago•0 comments
Open in hackernews

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

https://github.com/Virviil/oci2git
5•virviil•1y 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