frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Local Clipboard History – Privacy-first clipboard manager

https://anan.guru
1•alohaTool•38s ago•0 comments

Stop Hacklore (modern urban legends about digital safety)

https://www.hacklore.org/letter
1•zdw•1m ago•0 comments

Work, Woodlands, and Geocaches

https://sjg.io/writing/work-woodlands-and-geocaches/
1•vinhnx•2m ago•0 comments

Mick Jagger. Rolling Stone. Cultural icon. And cricket streaming pioneer

https://www.nytimes.com/athletic/6789244/2025/11/26/mick-jagger-rolling-stone-cultural-icon-and-c...
1•uolmir•2m ago•0 comments

BSD PF versus Linux nftables for firewalls for us

https://utcc.utoronto.ca/~cks/space/blog/sysadmin/PFvsNftablesForUs
1•zdw•3m ago•0 comments

Evaluating Computer-Use Agents on Exploiting Web Application Vulnerabilities

https://www.researchgate.net/publication/396499030_HackWorld_Evaluating_Computer-Use_Agents_on_Ex...
1•bilekas•5m ago•0 comments

From blood sugar to brain relief: GLP-1 therapy slashes migraine frequency

https://www.medlink.com/news/from-blood-sugar-to-brain-relief-glp-1-therapy-slashes-migraine-freq...
1•Anon84•7m ago•0 comments

Show HN: Awesome Directories – Open-source launch directory aggregator

https://awesome-directories.com/
1•meysamazad•7m ago•0 comments

Show HN: Wozz – Agentless Kubernetes cost auditor (open source)

https://github.com/WozzHQ/wozz
1•rokumar510•8m ago•0 comments

Bringing Collabora Online to the Desktop

https://www.collaboraonline.com/blog/press-release-bringing-collabora-online-to-the-desktop/
2•theamazing0•9m ago•0 comments

The Poverty Line Trap

https://capitalgains.thediff.co/p/the-poverty-line
1•jger15•9m ago•0 comments

What Scala can learn from Rust, Swift, and C++ [video]

https://www.youtube.com/watch?v=qRTORD7lvqg
1•matt_d•9m ago•0 comments

Taking Jaggedness Seriously

https://helentoner.substack.com/p/taking-jaggedness-seriously
1•gmays•9m ago•0 comments

Nvidia Plays Down Google Chip Threat Concerns

https://www.bbc.com/news/articles/c7vme6rrqz5o
1•skx001•9m ago•0 comments

Show HN: Fixing Google Nano Banana Pixel Art with Rust

https://github.com/Hugo-Dz/spritefusion-pixel-snapper
1•HugoDz•10m ago•0 comments

OLEDs can now switch light's handedness with an electrical signal

https://phys.org/news/2025-11-oleds-handedness-electrical.html
1•westurner•12m ago•1 comments

The Laffer Curve of Types (2019)

https://felleisen.org/matthias/Thoughts/The_Laffer_Curve_of_Types.html
1•danielam•12m ago•0 comments

KDE Plasma 6.8 Will Go Wayland-Exclusive in Dropping X11 Session Support

https://www.phoronix.com/news/KDE-Plasma-68-Wayland-Exclusive
5•mikece•12m ago•0 comments

Show HN: DAGForge – Build Airflow DAGs with AI in minutes, not weeks

https://dagforge.com
1•anvtek•14m ago•0 comments

Binance accused of aiding terrorists in new lawsuit

https://www.bbc.com/news/articles/c87lx2gx3yvo
2•Anon84•14m ago•0 comments

Why the West Was Downzoned

https://www.worksinprogress.news/p/how-the-world-downzoned-itself
1•bensouthwood•14m ago•0 comments

AI adoption and defense bubbles forth from Arrowhead, Ubisoft and Microsoft

https://massivelyop.com/2025/11/24/ai-adoption-and-defense-bubbles-forth-from-arrowhead-ubisoft-a...
1•speckx•14m ago•0 comments

Naming the Net: The Domain Name System, 1983-1990

https://gade.us/thesis/
1•fanf2•14m ago•0 comments

Astro Editor

https://astroeditor.danny.is/
1•Brajeshwar•16m ago•0 comments

Use AI to Boost Developer Productivity

https://www.docker.com/blog/ai-developer-productivity-workflow/
1•vinhnx•16m ago•0 comments

Show HN: I built a Firefox/Zen extension to help you get shit done

https://addons.mozilla.org/en-US/firefox/addon/zerodistraction/
1•jsattler•16m ago•0 comments

Feedback Doesn't Scale

https://another.rodeo/feedback/
2•ohjeez•16m ago•0 comments

When Requirements Forget Their Purpose: Rediscover Intent in Inherited Projects

https://spin.atomicobject.com/requirements-inherited-projects/
1•philk10•17m ago•0 comments

Nvidia Shares Fall on Signs Google Gaining Upper Hand in AI

https://www.ft.com/content/7d0cd87e-99b0-4411-b54f-f5b239af8e76
2•skx001•17m ago•1 comments

UPCV

https://upcv.io
1•bellamoon544•17m ago•1 comments
Open in hackernews

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

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