frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ArchiveBox v0.9 released with new native apps and 50 new plugins

https://docs.sweeting.me/s/archivebox-v0.9-announcement
1•nikisweeting•57s ago•0 comments

Kotlin 2026: Layoffs, AI, Google – Is the Golden Age Over? Jake Wharton Explains [video]

https://www.youtube.com/watch?v=9WjPdgOK-68
1•cstever•3m ago•0 comments

Why AI Can't Replace You with Cory Doctorow [YouTube] [video]

https://www.youtube.com/watch?v=VU3gABvwZCM
1•cstever•4m ago•0 comments

Open-Weight AI Models Seize Token Lead, but Proprietary Still Make the Money

https://techstrong.ai/generative-ai/open-weight-ai-models-seize-token-lead-but-proprietary-system...
1•CrankyBear•4m ago•0 comments

Hive at v5: The Swarm Grew Up, and It Is Learning to Leave the Dashboard

https://hivecommons.substack.com/p/hive-at-v5-the-swarm-grew-up-and
1•jcastro•4m ago•0 comments

DoorDash reaches $131.5M settlement with NYC for failing to pay workers

https://documentedny.com/2026/09/22/mamdani-delivery-workers-doordash-labor-settlement/
2•paimapi•5m ago•0 comments

Apple's new watches are always listening

https://theconversation.com/apples-new-watches-are-always-listening-292117
1•sajithdilshan•5m ago•0 comments

Enough Reason to Act: AI safety needs policy not dismissal

https://substack.norabble.com/p/enough-reason-to-act
1•nedruod•7m ago•0 comments

Show HN: Video clip maker/editor right in the browser (supports YouTube)

https://heahy.com/studio
1•ignasheahy•9m ago•0 comments

Show HN: Sandopolis – A portable multi-system Sega emulator

1•habedi0•12m ago•0 comments

Show HN: JevEval, evals using Jev-as-a-judge

https://deepeval.com/blog/introducing-jev-as-a-judge
1•jeffreyip•12m ago•0 comments

Datapages v0.10.0 Beta Release

https://github.com/romshark/datapages/releases/tag/v0.10.0
4•romshark•14m ago•1 comments

Kremlin-backed forgery scheme moved $6.9B through global banks

https://www.ft.com/content/3848a4ad-1426-4352-ba86-ef1279c4ffd1
3•tagyro•17m ago•0 comments

Common denominators of organisms with exceptional longevity

https://www.aging-us.com/article/206419/text
1•tima101•19m ago•0 comments

Motorola Signature 27 officially gets a North American launch

https://9to5google.com/2026/09/22/motorola-signature-27-north-america-launch-confirmed/
1•Cider9986•22m ago•0 comments

LLM Ass Bench

https://www.assbench.com/
5•fragmede•25m ago•2 comments

Show HN: ToolHub – Hierarchical nav for 30 MCP tools without context bloat

https://github.com/Talos-popcorn/toolhub
1•soidkeo•26m ago•0 comments

New trends in global card fraud

https://stripe.com/blog/new-trends-in-global-card-fraud-how-3d-secure-and-regional-mandates-are-a...
2•rndsignals•27m ago•0 comments

Show HN: With generators/DI, LazyPromise has become a tiny alternative to Effect

https://lazypromise.com/
1•ivan7237d•27m ago•0 comments

Making Concurrent Hardware Verification Sequential (2025)

https://dl.acm.org/doi/full/10.1145/3729331
1•imakwana•27m ago•0 comments

BLUF (Communication)

https://en.wikipedia.org/wiki/BLUF_(communication)
3•gurjeet•29m ago•0 comments

Longtime SUSE staff asked if they'd opt for 'voluntary separation'

https://www.theregister.com/software/2026/09/22/longtime-suse-staff-asked-if-theyd-opt-for-volunt...
2•romaniitedomum•30m ago•0 comments

I built a Chrome extension for when Cmd/Ctrl and F is not enough

https://chromewebstore.google.com/detail/context-atlas-find-what-m/plehanpnecnjdbkcmbhgphhglkkkgfhd
1•billy-enrizky-1•30m ago•0 comments

Do you use:visited on links?

https://kevquirk.com/do-you-use-visited-on-links
2•birdculture•31m ago•0 comments

Cheap baselines match NASA and IBM's 366M-parameter solar flare model

https://doi.org/10.22541/essoar.15008581/v1
2•kadir06•31m ago•0 comments

Gpui Tutorial

https://github.com/hedge-ops/gpui-tutorial
1•auraham•31m ago•0 comments

Reverse Jev: Ending a Turn with a Choice

https://blog.kvit.app/posts/ending-a-turn-with-a-choice/
2•skolos•32m ago•2 comments

Gpui

https://github.com/zed-industries/awesome-gpui
1•auraham•32m ago•0 comments

Eliminating Middlemen in Education Consulting

https://rivernova.vercel.app
2•roman9•32m ago•0 comments

Show HN: Cross-platform governed memory for a fleet of agents

https://github.com/oren198/Strata
1•oren198•32m 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