frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Visual Regression Testing: The Most Important Test

https://howtotestfrontend.com/resources/visual-regression-testing-introduction-guide
1•howToTestFE•38s ago•0 comments

Is FiberFS an AI Project?

https://fiberfs.io/blog/is_fiberfs_an_ai_project
2•nyc_pizzadev•3m ago•0 comments

Recall Proposed for 737 MAX Seat Defect

https://www.federalregister.gov/documents/2026/07/27/2026-15072/airworthiness-directives-the-boei...
1•r2sk5t•3m ago•0 comments

The Hideous Duty of Isaiah Berlin [pdf]

https://berlin.wolf.ox.ac.uk/lists/onib/kemper.pdf
1•jruohonen•4m ago•0 comments

Does Speaking to Agents Like Cavemen Save 65% of Tokens? We Test

https://blog.jetbrains.com/ai/2026/07/speak-to-ai-agents-like-cavemen-tosave-tokens/
1•SerCe•4m ago•0 comments

Best Fonts for Programming in 2026

https://draculatheme.com/blog/best-fonts-for-programming-2026
1•luxonauta•5m ago•0 comments

Synesthesia

https://en.wikipedia.org/wiki/Synesthesia
1•FergusArgyll•5m ago•0 comments

Show HN: Openvisor – A Session Explorer for OpenCode

https://openvisor.vercel.app/
1•shadeslayer_•6m ago•0 comments

Backfills should fail in minutes, not days

https://will-keleher.com/posts/backfills-should-fail-in-minutes-not-days/
1•speckx•7m ago•0 comments

Don't Use Ordinary Software to Contain Software-Hacking Agents

https://verse.systems/blog/post/2026-07-24-dont-use-software-to-contain-software-hacking-agents/
1•matt_d•7m ago•0 comments

X Money released to Premium and Premium+ users in the US

https://money.x.com/en
1•wtsnz•8m ago•1 comments

Show HN: A 538-style dashboard for upcoming Knesset elections

https://theelectiondashboard.com/
1•AzariaK•11m ago•0 comments

Do you hide your AI behind a curtain?

https://similaritiesengine.com/
1•BubbleRings•11m ago•2 comments

Managing Critical Isotopes: DOE Could Better Assess Market Needs

https://www.gao.gov/products/gao-26-108053
1•Jimmc414•12m ago•0 comments

Administration Demands Hospitals Share Emergency Room Records

https://kffhealthnews.org/health-industry/cpsc-consumer-product-safety-commission-trump-er-injury...
1•Jimmc414•12m ago•0 comments

A Dinner on What It Means to Write Science

https://chillphysicsenjoyer.substack.com/p/a-dinner-on-what-it-means-to-write
1•crescit_eundo•13m ago•0 comments

Birding Like It's 1899: Inside a Blockbuster American West Video Game (2019)

https://www.audubon.org/news/birding-its-1899-inside-blockbuster-american-west-video-game
1•eatonphil•14m ago•0 comments

OCR accuracy: 100% & Fraud: 100 % – AI vs. template based fraud

https://idp-software.com/news/the-100-dollar-forgery/
2•chelm•15m ago•0 comments

Conversation and Context in an Online World

https://blog.apaonline.org/2026/07/27/conversation-and-context-in-an-online-world/
1•jruohonen•15m ago•0 comments

Sharden Mine (no competition) Alchemy free-tier ~65k rounds Snapdragon870 termux

https://github.com/babakkarimib/sharden-miner
1•Sharden•17m ago•0 comments

Things I would like to tell my 10 year old self

https://winnielim.org/journal/things-i-would-like-to-tell-my-10-year-old-self/
2•speckx•19m ago•0 comments

Parents 'driven to suicide' by wrong orders to pay child maintenance

https://www.thetimes.com/money/family-finances/article/parents-suicide-wrong-orders-child-mainten...
2•bbg2401•22m ago•1 comments

Why China is giving away its best AI models

https://www.theverge.com/ai-artificial-intelligence/971444/how-chinese-open-weight-ai-models-impa...
1•saikatsg•22m ago•0 comments

Why budding birders are flocking to Shazam-like apps to identify avians

https://www.bbc.com/news/articles/cr59m5nmemno
1•saikatsg•24m ago•1 comments

Sheepview360 (2016)

https://visitfaroeislands.com/en/about-vfi/marketing-development-campaigns/sheepview360
1•KomoD•25m ago•0 comments

If You're over 40, You're Ready to Use A.I

https://www.nytimes.com/2026/07/27/opinion/teaching-kabbalah-ai.html
4•apparent•26m ago•0 comments

The Rosenberg Boys

https://www.theatlantic.com/magazine/2026/08/ethel-julius-rosenberg-boys/687631/
1•gmays•27m ago•0 comments

Devastating European wildfires in maps – and how they're being tackled

https://www.bbc.com/news/articles/cj638jx0l53o
2•saikatsg•27m ago•0 comments

OpenTakeoff – Open-source browser engine for construction takeoff

https://github.com/Kentucky-ai/opentakeoff](https://github.com/Kentucky-ai/opentakeoff
1•kentucky-ai•28m ago•0 comments

We achieved 94.7% in Longmemeval built in a hackathon, everything open sourced

https://github.com/kunal12203/swafra
1•krishnakantk876•28m ago•0 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