frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hosting an IRC Server with Traefik and Coolify

https://melkat.blog/p/hosting-an-irc-server-with-traefik-and-coolify/
1•speckx•1m ago•0 comments

Software Delivery Guide

https://martinfowler.com/delivery.html
1•amalfra•2m ago•1 comments

AI Ads Blocker

https://github.com/gsampaio-rh/ai-ads-blocker
1•sampgab•2m ago•1 comments

Show HN: Crewly Codes – AI crew that specs, builds, and QAs your features

https://crewly.codes
1•digitalegoai•2m ago•0 comments

LFG.GG – The Most Advanced Duo Partner Finder for League of Legends

https://www.lfg.gg
1•Yugoleliatrope2•3m ago•1 comments

Show HN: Lemonpod.ai – Your daily life recap, narrated as a personal AI podcast

https://lemonpod.ai
1•marcfinger•3m ago•0 comments

Cardiff Giant

https://vvesh.de/false-history/cardiff-giant
2•pryncevv•4m ago•0 comments

Ask HN: Have top AI research institutions just given up on the idea of safety?

5•DietaryNonsense•5m ago•0 comments

How likely is a man in the middle attack?

https://www.certkit.io/blog/man-in-the-middle
3•eric_trackjs•5m ago•0 comments

Ask HN: Replacing RAG pipelines with a filesystem interface for AI agents

1•rklosowski•6m ago•0 comments

Benchmarking the best base small model for fine-tuning

https://www.distillabs.ai/blog/we-benchmarked-12-small-language-models-across-8-tasks-to-find-the...
1•maciejgryka•6m ago•0 comments

Code Factory: Agent writes and reviews all code

https://twitter.com/i/status/2023452909883609111
1•Ozzie_osman•7m ago•0 comments

Barg'N Monster Where bots sell to humans and bots

https://bargn.monster/
1•tricknik•8m ago•1 comments

Show HN: AIP – Open protocol for AI agents to discover and collaborate

https://github.com/henry9031/aip
1•henry9031•8m ago•0 comments

Graph Theory Using Modern CSS

https://css-tip.com/graph-theory/
1•henning•8m ago•0 comments

Open source Mac app to create custom HTML/CSS/JS widgets on your desktop

https://github.com/wigify/wigify
1•543310•9m ago•1 comments

Ask HN: What would you want a daily AI portfolio briefing to tell you?

1•ctoouli•9m ago•0 comments

Does Anthropic think Claude is alive? Define 'alive'

https://www.theverge.com/report/883769/anthropic-claude-conscious-alive-moral-patient-constitution
2•FigurativeVoid•11m ago•0 comments

A clean API for reading PHP attributes

https://freek.dev/3030-a-clean-api-for-reading-php-attributes
1•speckx•11m ago•0 comments

US orders diplomats to fight data sovereignty initiatives

https://www.reuters.com/sustainability/boards-policy-regulation/us-orders-diplomats-fight-data-so...
2•colinhb•12m ago•0 comments

Pete Hegseth tells Anthropic to fall in line with DoD desires, or else

https://arstechnica.com/ai/2026/02/pete-hegseth-wants-unfettered-access-to-anthropics-models-for-...
2•pjmlp•12m ago•0 comments

You might not need lit-labs/router

https://gist.github.com/kevindurb/763ae5bdace325f9dc384c643f7d5d9d
1•kevindurb•12m ago•1 comments

Permissive, then restrictive: concrete solutions and examples in Haskell (2020)

https://www.williamyaoh.com/posts/2020-05-03-permissiveness-solutions.html
1•PaulHoule•13m ago•0 comments

TinyTTS: Ultra-light English TTS (9M params, 20MB), 8x CPU, 67x GPU

1•letrghieu•14m ago•0 comments

Show HN: Automatic context rotation for Claude Code (no manual steps)

1•vincentvandeth•14m ago•0 comments

Speaking Pirate Is Against Microsoft AI Content Policy?

https://words.benhutton.me/2026-02-25-speaking-like-a-pirate-is-against-microsoft-ai-content-policy
1•relequestual•15m ago•0 comments

How AI Will Change the Mobile Ecosystem

https://blog.bensontech.dev/posts/How-ai-will-change-mobile-development/
3•informal007•15m ago•0 comments

Show HN: Base N Clock - The current time in various number bases

https://craigmichaelmartin.github.io/base-n-clock/
3•ckmar•17m ago•2 comments

Notes on Setting Up Forgejo on Coolify with SSH

https://rknight.me/blog/notes-on-setting-up-forgejo-on-coolify-with-ssh/
1•speckx•20m ago•0 comments

Fake Job Interviews Are Installing Backdoors on Developer Machines

https://threatroad.substack.com/p/fake-job-interviews-are-installing
2•birdculture•20m ago•0 comments
Open in hackernews

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

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