frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

US Navy scuttles Constellation frigate for being too slow for tomorrow's threats

https://www.theregister.com/2025/11/26/navy_constellation_frigate/
1•Bender•1m ago•0 comments

Crocs get the Xbox treatment with sole-crushing price of $80

https://www.theregister.com/2025/11/26/microsoft_xbox_crocs/
1•Bender•5m ago•1 comments

Seal milk more refined than breast milk

https://www.eurekalert.org/news-releases/1106900
1•gmays•6m ago•0 comments

Abliterated Large Language Models Treat Users as Capable Adults

https://kirill.korins.ky/articles/abliterated-large-language-models-treat-users-as-capable-adults/
1•nerfur•7m ago•0 comments

Why You Must Learn Before You Prompt

https://imapenguin.com/2025/11/first-principles-why-you-must-learn-before-you-prompt/
1•atan2•8m ago•0 comments

Apple's Using 3D Printing in the iPhone Air

https://www.ifixit.com/News/114439/okay-so-apples-using-3d-printing-in-the-iphone-air-but-how
2•AareyBaba•9m ago•0 comments

Rocky Linux 10.1 Released as Community Alternative to RHEL 10.1

https://www.phoronix.com/news/Rocky-Linux-10.1-Released
3•Bender•9m ago•0 comments

AI Companions Are the Next Interface

https://www.emotionmachine.com/blog/ai-companions-are-the-next-interface
1•sarbak•11m ago•0 comments

AI Is Eating the World

https://www.ben-evans.com/presentations
2•brettcvz•13m ago•0 comments

JudgeAI: An Attempt to Build an Automated Court System

https://portal.judgeai.space/
1•YuriKozlov•18m ago•0 comments

Nerd-Sniped: Project Search

https://zed.dev/blog/nerd-sniped-project-search
2•nijaru•18m ago•0 comments

Apple Asks Indian Court to Block Antitrust Law Allowing $38B Fine

https://www.macrumors.com/2025/11/26/apple-india-antitrust-law-challenge/
2•7777777phil•19m ago•0 comments

The Thinking Game(DeepMind Documentary) Available for Free on YouTube

https://youtu.be/d95J8yzvjbQ?si=iXTJzjNzzozX14Jo
1•alexcos•20m ago•0 comments

Why Strong Consistency?

https://brooker.co.za/blog/2025/11/18/consistency.html
1•SchwKatze•20m ago•0 comments

Show HN: A visual AI interface to understand topics/books/papers with LLMs

https://www.kerns.ai/
1•kanodiaayush•21m ago•0 comments

Xtd: Modern C++20 framework (CLI, GUI, unit tests)

https://gammasoft71.github.io/xtd/
1•dmacvicar•22m ago•0 comments

Genesis Mission: A National Mission to Accelerate Science Through AI

https://genesis.energy.gov/
1•donutloop•22m ago•0 comments

Online Tools Aggregator

https://www.tools-best.com/
1•levigrace•23m ago•1 comments

Show HN: White-Box-Coder – AI that self-reviews and fixes its own code"

https://github.com/EMMA019/WHITE-BOX-CODER
1•tarocha1019•24m ago•0 comments

Greek Cybercrime Unit Shuts Down IPTV Pirates, 68 End Users Face Fines

https://torrentfreak.com/cybercrime-unit-shuts-down-iptv-pirates-68-end-users-face-fines-251126/
1•gslin•24m ago•0 comments

Tailwind - How I think about CSS authorship in 2025

https://wlls.dev/blog/on-tailwind
1•devalexwells•25m ago•0 comments

Antimatter Development Program – Casey Handmer's Blog

https://caseyhandmer.wordpress.com/2025/11/26/antimatter-development-program/
2•bilsbie•26m ago•0 comments

EU approves Chat Control policy

https://www.techradar.com/vpn/vpn-privacy-security/chat-control-eu-lawmakers-finally-agree-on-the...
31•mseri•29m ago•6 comments

Juno Neutrino Observatory Releases First Results

https://www.scientificamerican.com/article/juno-neutrino-observatory-releases-first-results/
4•quapster•32m ago•0 comments

Brain Has a Built-In Isolation Mode

https://neurosciencenews.com/neuroscience-sickness-isolation-29979/
3•gmays•34m ago•0 comments

WeDo: Collaborative gift registry that solves the holiday coordination headache

https://www.wedoto.day
2•tmanderson•39m ago•1 comments

Prepared Statements? Prepared to Be Vulnerable

https://blog.mantrainfosec.com/blog/18/prepared-statements-prepared-to-be-vulnerable
2•eqarmada2•41m ago•2 comments

The Cause of Cultural Stagnation

https://www.slowboring.com/p/the-hidden-cause-of-cultural-stagnation
2•noisymortimer•41m ago•1 comments

David Lerner, cofounder of Tekserve, has died

https://www.nytimes.com/2025/11/26/technology/personaltech/david-lerner-dead.html
3•NaOH•42m ago•1 comments

PyOpenSci Python Package Guide

https://www.pyopensci.org/python-package-guide/index.html
2•runningmike•42m 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