frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nano Banana Pro: raw intelligence with tool use

https://quesma.com/blog/nano-banana-pro-intelligence-with-tools/
1•stared•32s ago•0 comments

Napster Raised $3B from Mystery Investor. Now 'Investor' and 'Money' Are Gone

https://www.forbes.com/sites/phoebeliu/2025/11/23/napster-said-raised-3-billion-mystery-investor-...
1•zdw•39s ago•0 comments

API UP – A SaaS platform that lets you create and host APIs instantly

https://apiup.ai
1•paulo_cheque•45s ago•1 comments

Unexpected events and prosocial behavior: the Batman effect

https://www.nature.com/articles/s44184-025-00171-5
1•debo_•1m ago•0 comments

Quantum 2.0: Paul Davies on the next revolution in physics

https://physicsworld.com/a/quantum-2-0-paul-davies-on-the-next-revolution-in-physics/
1•stOneskull•1m ago•0 comments

Amazon Satellite Internet Service Begins Previews for Businesses

https://www.bloomberg.com/news/articles/2025-11-24/amazon-satellite-internet-service-begins-previ...
1•thm•2m ago•0 comments

Does Google won the AI war with Gemini 3.0 Pro?

https://medium.com/@anwarzaid76/truth-behind-google-won-the-ai-war-with-gemini-3-0-pro-ac0e1cd333fb
1•MindBreaker2605•4m ago•0 comments

$2B Counter-Strike 2 crash: Your digital investments aren't yours

https://theconversation.com/2b-counter-strike-2-crash-exposes-a-legal-black-hole-your-digital-inv...
1•elashri•4m ago•0 comments

Show HN: Portcall – open-source billing engine for modern SaaS

https://useportcall.com
1•bricho•6m ago•0 comments

When will quantum break crypto? the answer will shock you

https://bfswa.substack.com/p/when-will-quantum-break-crypto-the
1•zdw•7m ago•0 comments

Black swans from the Red Planet–Could NASA bring back "mirror life" from Mars?

https://thebulletin.org/2025/11/mirror-life-on-black-swans-from-the-red-planet-could-nasa-bring-b...
1•voxleone•8m ago•0 comments

WebR – R in the Browser

https://webr.sh/
1•creata•9m ago•0 comments

Poll: What browser do you use?

1•whatever3•9m ago•1 comments

We built an AI that spots problems in your product data

https://withcounsel.co
1•aarushyadav•11m ago•1 comments

GitHub Actions cache size can now exceed 10 GB per repository

https://github.blog/changelog/2025-11-20-github-actions-cache-size-can-now-exceed-10-gb-per-repos...
1•cosmic_quanta•11m ago•0 comments

The Little Theorems

https://blog.computationalcomplexity.org/2025/11/the-little-theorems.html
1•baruchel•12m ago•0 comments

A logging loop in GKE cost me $1,300 in 3 days – 9.2x my actual infrastructure

2•nthypes•13m ago•0 comments

Show HN: I built a Zero-Knowledge text shredder that deletes data on read

https://www.tbd.bot/
2•ktwao•14m ago•0 comments

Malaysia to Bar Children Under 16 from Social Media

https://www.nytimes.com/2025/11/24/world/asia/malaysia-social-media-ban.html
1•geox•14m ago•0 comments

Academic Arbitrage in the LLM Era

https://c.mov/academic-arbitrage/
1•aoli-al•16m ago•0 comments

Raylib now requires no OS

https://twitter.com/raysan5/status/1992964737953411283
1•klaussilveira•16m ago•0 comments

Show HN: Grow Your Organic Traffic with Automated SEO

https://www.fastseofix.com
1•certibee•17m ago•0 comments

Ask HN: Do smooth, wearable spinning rings (fidget-spinners) exist?

2•spinity•18m ago•1 comments

Real-time, verified city chatrooms for travelers built around actual trip dates

1•aacishh•18m ago•0 comments

I tried lab-grown chocolate. Could it be the future of Halloween?

https://www.theguardian.com/wellness/2025/oct/31/lab-grown-chocolate-halloween
1•PaulHoule•19m ago•0 comments

Ethiopian volcano erupts for first time in 12,000 years

https://www.theguardian.com/world/2025/nov/24/ethiopian-volcano-hayli-gubbi-erupts-first-time-120...
2•tosh•19m ago•0 comments

Shard Your Database

https://pgdog.dev/blog/shard-your-database
1•levkk•20m ago•0 comments

Show HN: MCP Optimizer for faster, lower-token coding agents

https://platform.tupl.xyz/
1•fencio_dev•21m ago•0 comments

New CPU Pricing for Containers and Sandboxes – Cloudflare

https://developers.cloudflare.com/changelog/2025-11-21-new-cpu-pricing/
1•NicoJuicy•22m ago•0 comments

Show HN: Pg-aiguide – Write better PostgreSQL code with AI

https://github.com/timescale/pg-aiguide
1•cevian•22m 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