frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bridle: hand your agent's context to a coworker's agent

https://www.bridle.network/
1•withoutshape•1m ago•0 comments

Microsoft Announces Change to Xbox Cloud Gaming, Switches to Monthly Hour Limits

https://www.ign.com/articles/microsoft-announces-big-changes-to-xbox-cloud-gaming-switches-to-mon...
1•ncallaway•3m ago•1 comments

The paradox of diffusion distillation (2024)

https://sander.ai/2024/02/28/paradox.html
1•peter_d_sherman•4m ago•0 comments

Renowned NYC Washington Square Park Chess Hustler 'Chichi' Detained by ICE

https://www.chess.com/news/view/washington-square-park-hustler-chichi-detained-by-ice
2•amrrs•4m ago•1 comments

Microsoft releases MAI-Transcribe-2

https://venturebeat.com/infrastructure/microsoft-ais-mai-transcribe-2-undercuts-openai-google-and...
4•MariBee•5m ago•0 comments

Show HN: NGPDFs – 50 PDF tools that never upload your files

https://ngpdfs.com
1•amulyakashyap09•6m ago•0 comments

Josh Kushner: How Thrive Capital Became the Most Important Firm in Tech

https://valueaddvc.com/blog/josh-kushner-how-thrive-capital-quietly-became-the-most-important-fir...
2•t_cohen•6m ago•0 comments

Bothy – a one-command terminal workspace from tools you trust

https://github.com/bspeelm/bothy
1•bspeelm•6m ago•1 comments

Child prodigies and geniuses – 60 Minutes [video]

https://www.youtube.com/watch?v=B5esTad3S9o
1•gurjeet•7m ago•0 comments

Nvidia crypto mining GPUs hacked to restore locked-away VRAM

https://www.tomshardware.com/pc-components/gpus/nvidia-crypto-mining-gpus-hacked-to-restore-locke...
1•CoopaTroopa•7m ago•2 comments

The Paradox of Talent: How Chance Affects Success in Tennis Tournaments

https://arxiv.org/abs/2311.06268
1•AFF87•7m ago•0 comments

Knight vs. Snail

https://www.bl.uk/stories/blogs/posts/knight-v-snail
3•_Microft•7m ago•0 comments

CERN Transitioning Industrial Computers to Debian After Being a Longtime on RHEL

https://www.phoronix.com/news/CERN-Goes-Debian-Leaving-RHEL
2•naves•7m ago•0 comments

Linux Foundation Is Plagiarism Hub, Linux Is at Risk from It

https://techrights.org/n/2026/09/03/Linux_Foundation_is_Plagiarism_Hub_Linux_is_at_Risk_From_It.s...
2•amcclure•9m ago•1 comments

The Joel Test: 12 Steps to Better Code

https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
1•aray07•10m ago•0 comments

Linux to Disable RandStruct Security Feature by Default If Rust Support Present

https://www.phoronix.com/news/Linux-7.3-RandStruct-Rust
1•dingi•12m ago•0 comments

More Indians live in the Gulf states than in the US, UK, and Canada combined

https://ourworldindata.org/data-insights/more-indians-live-in-the-gulf-states-than-in-the-us-uk-a...
2•alphabetatango•12m ago•0 comments

Disraeli Gears

https://www.disraeligears.co.uk/site/home.html
1•austinallegro•12m ago•0 comments

Pair of spacecraft draw closer to Mercury after nearly decade-long voyage

https://apnews.com/article/mercury-bepicolombo-spacecraft-8840475f5f873b9bcc7245f45ffdc50c
2•geox•12m ago•0 comments

Get to Know Your Phone's Built-In Emergency Kit

https://www.nytimes.com/2026/09/02/technology/personaltech/iphone-android-emergency-features.html
2•rafaelc•14m ago•2 comments

Hacking One of North America's Biggest Hackathons

https://xtra.sh/blog/hackathon/
1•aray07•14m ago•0 comments

Pause AI Development Now

https://twitter.com/BernieSanders/status/2095542398084415952
4•Visby•14m ago•2 comments

Rust Standard Library Verification Contest Scaled Past Manual Proof Engineering

https://rustfoundation.org/media/how-the-rust-standard-library-verification-contest-scaled-past-m...
1•matt_d•15m ago•0 comments

Judge Tells RFK Jr. To Stop Using Fake AI Studies on Teen Pregnancy

https://newrepublic.com/post/215001/judge-rfk-jr-hhs-fake-ai-studies-teen-pregnancy
6•malshe•16m ago•0 comments

MapQuest tops Apple, Google Maps downloads after refusing 'Lake America' change

https://thehill.com/homenews/administration/6063924-mapquest-tops-apple-google-maps-in-downloads-...
2•colinprince•16m ago•0 comments

Agentic semantic and code search at scale

https://entire.io/blog/introducing-agentic-search-for-code-and-context
2•ringstar•17m ago•1 comments

Mac Mini costs $1.35 a month, and no cloud provider comes close

https://harshalgajjar.com/blog/mac-mini-1-35-no-cloud-comes-close
2•harshalgajjar•18m ago•0 comments

El Niño/La Niña Update (August 2026)

https://wmo.int/resources/publication-series/el-ninola-nina-updates/august-2026
2•TechTechTech•19m ago•0 comments

In an Age of AI, a Physicist Seeks What Endures

https://www.quantamagazine.org/in-an-age-of-ai-a-physicist-seeks-what-endures-20260903/
2•torsi0n•23m ago•0 comments

The Army just used a 20-kilowatt laser to take out three drones

https://es.wired.com/articulos/ee-uu-uso-un-arma-laser-depara-derribar-drones-cerca-de-mexico
2•apparent•23m ago•1 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