frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We haven't seen the worst of what gambling and prediction markets will do

https://www.derekthompson.org/p/we-havent-seen-the-worst-of-what
332•mmcclure•1h ago•218 comments

CERN to host Europe's flagship open access publishing platform

https://home.cern/news/news/cern/cern-host-europes-flagship-open-access-publishing-platform
126•JohnHammersley•2h ago•9 comments

John Bradley, author of xv, has passed away

https://voxday.net/2026/03/25/rip-john-bradley/
135•linsomniac•2h ago•48 comments

Why so many control rooms were seafoam green (2025)

https://bethmathews.substack.com/p/why-so-many-control-rooms-were-seafoam
368•Amorymeltzer•1d ago•66 comments

The Little Book of C

https://little-book-of.github.io/c/books/en-US/book.html
24•ghostrss•59m ago•1 comments

Doom entirely from DNS records

https://github.com/resumex/doom-over-dns
147•Venn1•3d ago•38 comments

My minute-by-minute response to the LiteLLM malware attack

https://futuresearch.ai/blog/litellm-attack-transcript/
228•Fibonar•5h ago•108 comments

Fermented foods shaped human biology

https://press.asimov.com/articles/culture-shift
88•mailyk•6d ago•40 comments

Deploytarot.com – tarot card reading for deployments

https://deploytarot.com/setup
15•rembish•41m ago•7 comments

How much precision can you squeeze out of a table?

https://www.johndcook.com/blog/2026/03/26/table-precision/
23•nomemory•1h ago•2 comments

Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

https://github.com/russellromney/turbolite
65•russellthehippo•2h ago•16 comments

New York City hospitals drop Palantir as controversial AI firm expands in UK

https://www.theguardian.com/technology/2026/mar/26/new-york-hospitals-palantir-ai
56•chrisjj•59m ago•11 comments

Moving from GitHub to Codeberg, for lazy people

https://unterwaditzer.net/2025/codeberg.html
456•jslakro•7h ago•231 comments

Colibri – chat platform built on the AT Protocol for communities big and small

https://colibri.social/
88•todotask2•4h ago•42 comments

OpenTelemetry profiles enters public alpha

https://opentelemetry.io/blog/2026/profiles-alpha/
119•tanelpoder•5h ago•13 comments

HyperAgents: Self-referential self-improving agents

https://github.com/facebookresearch/hyperagents
85•andyg_blog•2d ago•35 comments

Using FireWire on a Raspberry Pi

https://www.jeffgeerling.com/blog/2026/firewire-on-a-raspberry-pi/
11•jandeboevrie•1h ago•0 comments

Personal Encyclopedias

https://whoami.wiki/blog/personal-encyclopedias
769•jrmyphlmn•1d ago•160 comments

Stripe Projects: Provision and manage services from the CLI

https://projects.dev/
79•piinbinary•5h ago•19 comments

Building a Blog with Elixir and Phoenix

https://jola.dev/posts/building-a-blog-with-elixir-and-phoenix
60•shintoist•4h ago•3 comments

Fast regex search: indexing text for agent tools

https://cursor.com/blog/fast-regex-search
10•jxmorris12•2d ago•2 comments

From zero to a RAG system: successes and failures

https://en.andros.dev/blog/aa31d744/from-zero-to-a-rag-system-successes-and-failures/
253•andros•2d ago•78 comments

Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer

https://github.com/ViciousSquid/Fio
4•vicioussquid•36m ago•0 comments

Running Tesla Model 3's computer on my desk using parts from crashed cars

https://bugs.xdavidhu.me/tesla/2026/03/23/running-tesla-model-3s-computer-on-my-desk-using-parts-...
830•driesdep•1d ago•291 comments

The Oxford Comma – Why and Why Not (2024)

https://www.deborahcourtbooks.com/post/the-oxford-comma-why-and-why-not
30•taubek•4h ago•37 comments

My home network observes bedtime with OpenBSD and pf

https://ratfactor.com/openbsd/pf-gateway-bedtime
96•ibobev•3d ago•27 comments

Taming LLMs: Using Executable Oracles to Prevent Bad Code

https://john.regehr.org/writing/zero_dof_programming.html
21•mad44•3h ago•7 comments

End of "Chat Control": EU parliament stops mass surveillance

https://www.patrick-breyer.de/en/end-of-chat-control-eu-parliament-stops-mass-surveillance-in-vot...
503•amarcheschi•9h ago•254 comments

Olympic Committee bars transgender athletes from women’s events

https://www.nytimes.com/2026/03/26/world/olympics/ioc-transgender-athletes-ban.html
174•RestlessMind•7h ago•380 comments

Shell Tricks That Make Life Easier (and Save Your Sanity)

https://blog.hofstede.it/shell-tricks-that-actually-make-life-easier-and-save-your-sanity/
477•zdw•21h ago•224 comments
Open in hackernews

Show HN: Layerleak – Like Trufflehog, but for Docker Hub

https://github.com/Brumbelow/layerleak
5•brumbelow•2h ago

Comments

brumbelow•2h ago
I couldn't find anything comparable to Trufflehog for Docker images, even though I have constantly read articles about "secrets discovered in public images." So I built my own (hopefully) comparable tool.
captn3m0•58m ago
But trufflehog supports docker images already? The trufflehog readme has examples[0]

    # to scan from a remote registry
    trufflehog docker --image trufflesecurity/secrets 
    # to scan from the local docker daemon

    trufflehog docker --image docker://new_image:tag

    # to scan from an image saved as a tarball
    trufflehog docker --image file://path_to_image.tar
[0]: https://github.com/trufflesecurity/trufflehog#11-scan-a-dock...
brumbelow•56m ago
That's true, but as you can see from your paste, Trufflehog requires the docker daemon and is generally pretty resource intensive while scanning.

layerleak has neither of those issues or requirements.

Try it and let me know what you think.

darknavi•1h ago
A small ask: Don't have the main tag like for your product refer to another product. I know what Docker Hub is, but I have no idea what Trufflehog is.

The first like of the GitHub README is much better IMO: layerleak the Docker Hub Secret Scanner

brumbelow•1h ago
Thanks for the advice! Did not even consider that. I just updated it