frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My football predictor scores 0.203 vs. the bookies' 0.198 – and loses

https://kickoffreport.com/how-our-prediction-model-works/
1•cmanoliu•26s ago•0 comments

A VSCode extension for AI to understand your project

1•bailingyuan•41s ago•0 comments

Cloudflare Nimbus – Docs for the agentic web

https://nimbus-docs.com/
1•gempir•3m ago•0 comments

The IBM PC, Part 1: Arrival

https://technicshistory.com/2026/07/24/the-ibm-pc-part-1-arrival/
2•cfmcdonald•7m ago•0 comments

A For-Profit Path to Keeping Housing Affordable

https://www.nytimes.com/2026/07/24/realestate/for-profit-affordable-housing-ascent.html
2•donohoe•7m ago•1 comments

AI generated PRs can hide malicious intent across several PRs

https://blog.codacy.com/detecting-malicious-intent-across-ai-generated-pull-requests-a-governance...
1•ARayOutOfBounds•10m ago•0 comments

Fraudulent Dialer (Wikipedia)

https://en.wikipedia.org/wiki/Dialer
1•grubbs•10m ago•0 comments

Microsoft pressures LG into killing unwanted McAfee ads

https://www.theverge.com/tech/970489/lg-mcafee-ads-windows-microsoft-crackdown
1•timpera•12m ago•0 comments

I Made the Perfect Outline Asset for Unity

https://assetstore.unity.com/packages/vfx/shaders/outline-pro-edge-detection-outline-for-urp-brp-...
1•Adam-Hincu•13m ago•1 comments

Emergent Misalignment Recruits a Pre-Existing Persona Subspace

https://arxiv.org/abs/2607.21356
1•sbulaev•13m ago•0 comments

Volkswagen CFO addresses plant closures, job losses as profits sink

https://www.cnbc.com/2026/07/24/volkswagen-earnings-autos-germany.html
1•johnbarron•15m ago•0 comments

Two things every MCP author should add

https://medusajs.com/blog/two-things-every-mcp-author-should-add/
2•shahednasser•16m ago•0 comments

Axon, a TypeScript framework for agent development

https://axon.arclabs.it/docs/v2
1•codywakeford•17m ago•0 comments

Gen Z protests in India demanding resignation of Education Minister

https://www.bbc.com/news/videos/c3307vgneveo
2•Guestmodinfo•18m ago•2 comments

Not true || Sorry || Misleading

https://www.npmjs.com/package/nexus-env
1•omid2007hope•18m ago•0 comments

European researchers want to study social media's harms but can't get the data

https://www.wired.com/story/european-researchers-want-to-study-social-medias-harms-but-cant-get-t...
2•joozio•19m ago•0 comments

Reality Bites Elon Musk and His Tesla, SpaceX Believers

https://www.wsj.com/finance/stocks/reality-bites-elon-musk-and-his-tesla-spacex-believers-1b639591
4•doener•21m ago•0 comments

Ask HN: Any Good Pi.dev Setups?

1•galsapir•22m ago•0 comments

OSS ChatGPT WebUI – Projects, Profiles, Server Tools, 8x Themes, 1-Click Sharing

https://llmspy.org
1•mythz•22m ago•0 comments

Earth and Sun – Bartosz Ciechanowski

https://ciechanow.ski/earth-and-sun/
1•lifeisstillgood•27m ago•0 comments

The Custody Trilemma

https://blog.mozaik.money/the-custody-trilemma/
1•zmilos•27m ago•1 comments

Google reports first quarter of negative cash flow

https://www.bloomberg.com/news/articles/2026-07-22/alphabet-posts-cloud-sales-beat-slight-miss-on...
2•holistio•29m ago•0 comments

Flock cameras keep getting smashed, so now they're hiding inside speed signs

https://www.msn.com/en-us/news/other/flock-cameras-keep-getting-smashed-so-now-they-re-hiding-ins...
3•allgirl•34m ago•1 comments

Show HN: Vinv-Ties every runtime trace to code segment, prevents reward hacking

https://github.com/VinvAI/VinvAI
2•sohamac•36m ago•0 comments

Show HN: SaveAnswer – a local Chrome extension for keeping AI answers searchable

https://chromewebstore.google.com/detail/saveanswer-save-ai-answer/iminapemlncanmmaadedieifgkaeoljm
1•lynnFu•38m ago•0 comments

Fil-C: Garbage In, Memory Safety Out – Filip Pizlo – SSW 2026 [video]

https://www.youtube.com/watch?v=5F-2Y1LPRek
2•ndr•39m ago•0 comments

Show HN: Build native iOS widgets from any HTTPS endpoint

1•elkabong•39m ago•0 comments

Ask HN: How to get in touch with Paddle (MoR)

1•probst•41m ago•0 comments

Show HN: Statistical Football Predictions for Brazil's Loteca Lottery

https://alfavpalpites.com.br
1•fabioricardo7•42m ago•0 comments

Show HN: LLM Proxy - Python with SSE stream aggregation and timeout prevention

https://github.com/lordraw77/llmproxy
1•lordraw•42m 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