frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Thanos-CLI – a Python tool that deletes half your files

https://github.com/soldatov-ss/thanos
1•stranger-ss•6m ago•0 comments

Using 'Probability' as a Deepfake Detection Metric

https://www.unite.ai/using-probability-as-a-deepfake-detection-metric/
1•50kIters•6m ago•0 comments

Baixe vídeos do Pinterest online

https://pinterestvideodownload.org
1•adamofernando•12m ago•0 comments

The Fate of Data Model Dependency

https://medium.com/@HobokenDays/the-fate-of-shared-data-model-cf8a3dc88ac9
1•HobokenDays1•13m ago•0 comments

Tailsitter Drone Development Story

https://twitter.com/anduriltech/status/1991229412071661719
1•keepamovin•22m ago•0 comments

NASA's 3I/Atlas Image Gallery

https://science.nasa.gov/solar-system/comets/3i-atlas/comet-3i-atlas-image-gallery/
2•aggrrrh•26m ago•0 comments

ArcOS – A natural-language Cognitive Clone OS

https://github.com/Takeshi-Sakamoto5/ArcOS
1•takeshi_sakamo•28m ago•2 comments

PHP 8.5 gets released today, here's what's new

https://stitcher.io/blog/new-in-php-85
4•brentroose•30m ago•0 comments

Nazi bombs, torpedo heads and mines: how marine life thrives on dumped weapons

https://www.theguardian.com/environment/2025/nov/20/oceans-germany-baltic-sealife-reefs-toxic-sec...
2•ggm•30m ago•0 comments

Niri Is a Pretty Cool Wayland Compositor

https://www.youtube.com/watch?v=11FrmMPPZ10
1•Babkock•32m ago•0 comments

Brownouts Reveal System Boundaries

https://jyn.dev/brownouts-reveal-system-boundaries/
1•zdw•32m ago•0 comments

Show HN: Reproducible Dotfiles with Nix Flakes

https://github.com/momeemt/config
2•momeemt•35m ago•0 comments

Show HN: Adviser – User-friendly CLI tool for running jobs in the cloud

https://github.com/adviserlabs/docs
1•reducks•35m ago•0 comments

Learn the Basics of Google Antigravity

https://www.youtube.com/watch?v=nTOVIGsqCuY
2•ms7892•35m ago•0 comments

Moving Beyond the NPM Elliptic Package

https://soatok.blog/2025/11/19/moving-beyond-the-npm-elliptic-package/
1•zdw•36m ago•0 comments

PCI Express over Ethernet [pdf]

https://grouper.ieee.org/groups/1722/contributions/2025/20250513_IEEE1722_PCIeOverEthernetProposa...
2•geerlingguy•37m ago•0 comments

Show HN: An A2A-compatible, open-source framework for multi-agent networks

https://github.com/openagents-org/openagents
13•snasan•44m ago•3 comments

Report AI TECH Talking to Windows' Copilot AI makes a computer feel incompetent

https://www.theverge.com/report/822443/microsoft-windows-copilot-vision-ai-assistant-pc-voice-con...
1•alsetmusic•44m ago•0 comments

LLMs End the 15-Year MARL Era and Redefine Multi-Agent Collaboration

https://medium.com/@openagents/the-end-of-a-15-year-marl-era-how-llms-are-redefining-multi-agent-...
1•snasan•49m ago•0 comments

NWSL launches initiative to have all players, coaches and staff trained in CPR

https://www.espn.com/soccer/story/_/id/47024532/angel-city-savy-king-hopes-cpr-program-make-nwsl-...
1•1659447091•53m ago•1 comments

MPEG-2 DCT Recompression FAQ (2003)

https://forum.doom9.org/showthread.php?&threadid=63587
1•exvi•53m ago•0 comments

Show HN: I Built an Animated UI Library for React Lovers

https://ogblocks.dev/
1•ItsKaranKK•55m ago•2 comments

Basalt Woven Textile – MaterialDistrict

https://materialdistrict.com/material/basalt-woven-textile/
7•rbanffy•56m ago•1 comments

Relative toposes for artificial general intelligence [video]

https://www.youtube.com/watch?v=JQ0iyKZ-ZRw&list=PLq6qUEvr5AcqwHDndHHrReQY8qjdOMAAP&index=2
2•measurablefunc•58m ago•1 comments

Are large language models worth it?

https://nicholas.carlini.com/writing/2025/are-llms-worth-it.html
2•vinhnx•58m ago•0 comments

Some Thoughts on AI

https://twitter.com/GavinSBaker/status/1991248768654803337
2•gmays•1h ago•0 comments

Inside Rust's std and parking_lot mutexes – who wins?

https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win
1•signa11•1h ago•0 comments

What I learned from analyzing ultra-lightweight browser racing games

1•zduoduo•1h ago•1 comments

Show HN: FB Album Downloader

https://chromewebstore.google.com/detail/fb-album-downloader/cgkgapbmopldaebaecjjgiopdlkkaolo
1•qwikhost•1h ago•0 comments

Adobe to Acquire Semrush

https://news.adobe.com/news/2025/11/adobe-to-acquire-semrush
1•rajeevk•1h ago•0 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