frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ESA Launches 7 New Missions to Supercharge Space Data Transfer

https://www.universetoday.com/articles/esa-launches-7-new-missions-to-supercharge-space-data-tran...
1•rbanffy•2m ago•0 comments

Microsoft says Windows 11's bugs are all "resolved"

https://www.windowscentral.com/microsoft/windows-11/microsoft-says-windows-11-bugs-are-resolved
3•tencentshill•5m ago•0 comments

Show HN: I built a tool to bootstrap VLESS and REALITY over SSH (with rollback)

1•insany•5m ago•0 comments

Show HN: Django app for email-based learning platforms

https://github.com/AvaCodeSolutions/django-email-learning
2•payamnj•5m ago•0 comments

Combining spicy foods with mint boosts anti-inflammatory effects 100x or more

https://scitechdaily.com/this-spice-combo-could-slash-inflammation-hundreds-of-times-more-effecti...
5•joeax•9m ago•1 comments

AIs diagnose people with obviously fake eye disease "bixonimania"

https://twitter.com/HedgieMarkets/status/2042430442448548273
2•josephcsible•10m ago•0 comments

Anti-Distillation for Employee Skills

https://github.com/leilei926524-tech/anti-distill
2•mooreds•10m ago•0 comments

From Coal Tip to Clean Energy: Turning UK Coal Mines into Renewable Powerhouses

https://bylinetimes.com/2026/04/09/from-coal-tip-to-clean-energy-the-uk-projects-turning-former-m...
2•DamonHD•11m ago•0 comments

Lemlist Outage Postmortem

https://lempire.notion.site/lemlist-Outage-Apr-8-9-Customer-Impact-Report-33ddfb675ef480e39627ecf...
2•warent•13m ago•0 comments

Nono – Runtime safety infrastructure for AI agents

https://nono.sh
2•jossclimb•14m ago•0 comments

Time Brings Order to the Universe

https://nautil.us/time-brings-order-to-the-universe-1279584
2•rbanffy•14m ago•0 comments

Plans to possibly retire the big-endian PowerPC/POWER platforms

https://chimera-linux.org/news/2026/03/retiring-powerpc.html
2•PaulHoule•17m ago•0 comments

We're running out of benchmarks to upper bound AI capabilities

https://www.lesswrong.com/posts/gfkJp8Mr9sBm83Rcz/we-re-actually-running-out-of-benchmarks-to-upp...
2•gmays•17m ago•0 comments

Molotov cocktail thrown at home of OpenAI chief executive Sam Altman

https://www.ft.com/content/46ec2fa5-834d-4e49-81ef-6fb736b7e81d
4•fuzzfactor•17m ago•0 comments

Coming Home May Be the Most Dangerous Part of Artemis II

https://www.nytimes.com/2026/04/09/science/nasa-artemis-ii-earth-return-heat-shield.html
4•bookofjoe•18m ago•1 comments

EU AI Act compliance layer for Claude Managed Agents (MCP, open source)

https://docs.geiant.com/integrations/claude-managed-agents/
2•camilo_ayerbe•18m ago•0 comments

Artemis II Flight Day 10: Crew Completes Final Burn Before Splashdown

https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-10-crew-completes-final-burn...
4•thinkingemote•19m ago•0 comments

Phone's Deal with the Devil [video]

https://www.youtube.com/watch?v=NG-lLt5X3Rs
2•pinkmuffinere•19m ago•0 comments

We mapped 153 gaps in science using 5 parallel AI research agents

https://github.com/fainir/science-gaps
2•fainir•20m ago•0 comments

The Gigawatt Delusion: Why Measuring AI in Power Capacity Is a Category Error

https://aiafterhours.substack.com/p/the-gigawatt-delusion-why-silicon
2•shwetankk•21m ago•0 comments

AgentLint: Real-time guardrails for Claude Code (open source)

https://github.com/mauhpr/agentlint
3•maupr92•22m ago•0 comments

Exploring the Power of the Internet Gopher (1993)

https://archive.org/details/uiucnet69293univ
2•ecliptik•23m ago•0 comments

A long-term memory system that turns agent trajectories into reusable guidelines

https://huggingface.co/blog/ibm-research/altk-evolve
2•allthingsapi•23m ago•1 comments

Tiny Programmer:writes code, takes breaks to hang out on a BBS, and clocks out

https://old.reddit.com/r/raspberry_pi/comments/1se9afo/made_a_tiny_device_that_writes_code_takes_...
4•akman•25m ago•2 comments

Economy AI agents form teams, run missions, earn commissions

https://www.signomy.xyz/
3•Burnmydays•28m ago•1 comments

Auditing my local Python packages

https://alexwlchan.net/2026/python-package-audit/
2•ingve•28m ago•0 comments

Ask HN: Negotiating Intern Pay

3•lemonlime227•31m ago•1 comments

Surelock

https://notes.brooklynzelenka.com/Blog/Surelock
2•EvgeniyZh•32m ago•0 comments

AuRevoir: View/remove notification messages from Apple's Notification Database

https://github.com/objective-see/AuRevoir
3•ingve•32m ago•0 comments

California officials charge 21 people in hospice fraud ring exceeding $250M

https://abc7.com/post/california-officials-charge-21-people-hospice-fraud-ring-exceeding-250-mill...
4•Alupis•33m ago•0 comments
Open in hackernews

Show HN: Oci2git – Convert OCI container images into Git repositories

https://github.com/Virviil/oci2git
5•virviil•11mo 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