frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The (First?) Social Media Addiction Trial

https://12gramsofcarbon.com/p/tech-things-social-media-addiction
1•theahura•38s ago•0 comments

Run Gemma 4 locally with OpenClaw in 3 steps

https://twitter.com/googlegemma/status/2041512106269319328
2•xnx•1m ago•0 comments

Modos Flow 60 Hz 13.3 inch E Ink monitor, open source firmware, touch and stylus

https://liliputing.com/modos-flow-is-a-13-3-inch-e-ink-monitor-with-a-60-hz-display-open-source-f...
1•t-3•2m ago•0 comments

Exploring the impacts of California's minimum wage for fast food workers

https://news.ucsc.edu/2026/03/exploring-impacts-california-minimum-wage-fast-food-workers/
1•josephcsible•2m ago•0 comments

A Case for Monolith

https://charlesfonseca.substack.com/p/software-artchitecture-an-unorthodox
1•barddoo•2m ago•0 comments

GapQuery: Find what to build next across 11 app ecosystems

https://www.gapquery.com
1•northify•3m ago•0 comments

Show HN: OneManCompany The first AI company with real corporate org structure

https://one-man-company.com/
1•yuzhengxu•5m ago•0 comments

Mathematical Psychology: Where Numbers Meet Neurons

https://neurolaunch.com/psychology-math/
1•lifecodes•8m ago•0 comments

From judgment lists to trained Learning to Rank (LTR) models

https://www.elastic.co/search-labs/blog/learning-to-rank-models-judgment-lists
1•eigenBasis•8m ago•0 comments

Men's heart risk rises by age 35, 7 years earlier than women

https://www.empirical.health/blog/men-vs-women-heart-disease/
1•brandonb•9m ago•0 comments

Mysteries of Dropbox: Property-Based Testing of a Distributed Sync Service [pdf]

https://www.cis.upenn.edu/~bcpierce/papers/mysteriesofdropbox.pdf
1•JackeJR•10m ago•1 comments

Show HN: Output.ai – Our OSS framework we used to build 500 production AI Agents

https://output.ai/
6•bnchrch•11m ago•1 comments

iPhone 13: Known Passcode, Can't Enter It

https://old.reddit.com/r/datarecovery/comments/1sdv3qp/iphone_13_known_passcode_cant_enter_it/
1•MaximilianEmel•11m ago•0 comments

Resurrecting a 1992 MUD with AI: No Source Code, Just 30-Year-Old Artifacts

https://meditations.metavert.io/p/resurrecting-a-1992-mud-with-agentic
1•jradoff•11m ago•0 comments

Who Has the Buyers?

https://www.thedeletedscenes.com/p/who-has-the-buyers
1•adelmastro•12m ago•0 comments

Show HN: SQLite Memory – Markdown based AI agent memory with offline-first sync

https://github.com/sqliteai/sqlite-memory
8•marcobambini•13m ago•1 comments

Dependabot version updates now support the Nix ecosystem

https://github.blog/changelog/2026-04-07-dependabot-version-updates-now-support-the-nix-ecosystem/
1•nateb2022•13m ago•0 comments

Show HN: Converting prototypes to production shouldn't be that hard

https://usecentel.com/
1•ChrisPoensgen•14m ago•0 comments

OpenClaude – Forked the leaked Claude Code source and made it work with ANY LLM

https://github.com/Gitlawb/openclaude
1•kevin11111•14m ago•1 comments

I turned 600 meetings transcripts into a obsidian knowledge graph

https://harper.blog/2026/03/11/2026-immaculate-knowledge-graph/
3•harper•14m ago•1 comments

Waymo ride, now arriving in Nashville

https://waymo.com/blog/2026/04/your-waymo-ride-now-arriving-in-nashville/
1•xnx•14m ago•0 comments

I compared what creators keep after fees on 5 platforms, bigger than I expected

https://creatorl.ink
2•CreatorLinkAdm•14m ago•2 comments

Show HN: Jsont – CLI to explore and query JSON/JSONL files, built for AI agents

https://jsont.sh
2•okaris•14m ago•2 comments

40 Years Later: Is Milk Still Radioactive?

https://www.birdsoutsidemywindow.org/2026/04/06/40-years-later-is-the-milk-still-radioactive/
2•speckx•15m ago•0 comments

TideScript: A Domain Specific Language for Peptide Chemistry [video]

https://www.youtube.com/watch?v=mG0xfto8hIg
1•surprisetalk•16m ago•0 comments

Things I learned from Reddit fashion

https://acesounderglass.com/2026/01/25/things-i-learned-from-reddit-fashion/
1•surprisetalk•16m ago•0 comments

More Hyphenation (2024)

https://arjunpanickssery.substack.com/p/more-hyphenation
1•surprisetalk•16m ago•0 comments

Esqueleto Tutorial

https://entropicthoughts.com/esqueleto-tutorial
1•surprisetalk•16m ago•0 comments

Finalrun – Spec driven testing using plain English and Vision for mobile apps

https://github.com/final-run/finalrun-agent
3•ashish004•17m ago•1 comments

The Wuhan "lab leak" fraud and the institutionalization of anti-science

https://www.wsws.org/en/articles/2026/04/06/jhmx-a06.html
3•atombender•17m ago•0 comments
Open in hackernews

Show HN: Vulnetix VDB – Live package security within Claude Code

https://www.vulnetix.com/articles/bypassing-scanners
3•ascended•2h ago

Comments

seanmarshall•2h ago
AI coding agents pull package versions from training data that's months or years stale, and nobody catches it until CI fails. Or production does.

We've been building an enterprise AppSec platform for over a year. As part of that we built a vulnerability database - aggregating 160+ upstream vuln databases, plus external enrichment like EPSS scores and exploit data, plus our own enrichment on top. We also index malware and end-of-life data alongside vulnerabilities in the same data model.

The issue with how companies use vulnerability data is that it's always been a checkpoint after you've already written code. And AI agents make this worse. We wanted to see if we could get this into the development loop within Claude Code - so a human gets immediate feedback, but even better, an agent off doing a task gets feedback before it even gets back to the human.

The plugin checks dependencies the moment a manifest changes. Async, never blocks, no source code leaves your machine. Rather than sending your code out to a scanner to figure out reachability, we feed the right data to the agent so it can determine how a vulnerability affects the codebase itself.

The free tier gives you access to all 160+ aggregated sources without needing to build your own data pipeline or service layer. Paid tiers add our enrichment and proprietary data.

Install: /plugin marketplace add Vulnetix/claude-code-plugin then /plugin install vulnetix@vulnetix-plugins

Plugin docs: https://claude-docs.vdb.vulnetix.com/

There's also a CLI and API access. More details on these at vulnetix.com/vdb

urbanadventurer•1h ago
Yeah, go cyber AU fam!
Ferris3006•54m ago
Nice one!!!