frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How do you handle personal finance without giving data to third parties?

1•francesco_gab•1m ago•0 comments

MLX: CUDA

https://ml-explore.github.io/mlx/build/html/install.html#cuda
1•tosh•2m ago•0 comments

How come we play war and not peace?

https://www.gocomics.com/calvinandhobbes/2026/03/15
1•fruitplants•5m ago•1 comments

Migrating from Server Actions to oRPC in Next.js

https://screenshotone.com/blog/migration-to-orpc-in-nextjs/
1•krasun•5m ago•0 comments

Apple Account Phishing Attempt with Audio

https://ma.tt/2026/03/gone-almost-phishin/
1•CPLX•5m ago•0 comments

PromptPacksHQ; Structured prompt templates for business, job search, and fitness

https://promptpackshq.com/
1•Caelummain•6m ago•1 comments

Purity Spiral

https://en.wikipedia.org/wiki/Purity_spiral
1•futurecat•7m ago•0 comments

Show HN: BurnShot v2- Zero-Knowledge image sharing (Challenge to decrypt this)

1•axaysharma•8m ago•0 comments

What makes Intel Optane stand out (2023)

https://blog.zuthof.nl/2023/06/02/what-makes-intel-optane-stand-out/
1•walterbell•11m ago•0 comments

Separating the Wayland Compositor and Window Manager

https://isaacfreund.com/blog/river-window-management/
1•dpassens•11m ago•0 comments

Show HN: Run Claude Code in a Local Sandbox

https://github.com/instavm/coderunner
1•mkagenius•13m ago•0 comments

Meta and Google trial: are infinite scroll and autoplay creating addicts?

https://www.theguardian.com/technology/2026/mar/14/meta-and-google-trial-are-infinite-scroll-and-...
2•Brajeshwar•16m ago•0 comments

StatGPT: The Dangers of Asking AI about Statistics

https://conversableeconomist.com/2026/03/13/statgpt-the-dangers-of-asking-ai-about-statistics/
1•gotmedium•18m ago•0 comments

Show HN: SysUpdate – Universal Linux package manager updater

https://github.com/RossContino1/SysUpdate
1•RossC17331•18m ago•0 comments

Branch Prediction

https://danluu.com/branch-prediction/
1•birdculture•19m ago•0 comments

A Month with OpenAI's Codex

https://www.highcaffeinecontent.com/blog/20260301-A-Month-With-OpenAIs-Codex
1•wallflower•21m ago•0 comments

Standing Rock, Local News Is Teetering

https://www.cjr.org/analysis/standing-rock-local-news-teetering-teton-lakota-times-sioux-native-i...
1•Tomte•23m ago•0 comments

The Official DR DOS Website

https://www.dr-dos.com/
2•Tomte•24m ago•1 comments

Show HN: Astrocartography AI – an interactive astrocartography map generator

1•iamouyang•27m ago•0 comments

How Napoleon Became Short

https://worldhistory.substack.com/p/how-napoleon-became-short
2•crescit_eundo•28m ago•0 comments

The U.S. Mint dropped the olive branch from the dime

https://fortune.com/2026/03/12/us-mint-drops-olive-branch-dime-peace-war/
3•janandonly•29m ago•1 comments

Flipping Bits in Memory Without Accessing Them (2014) [pdf]

https://users.ece.cmu.edu/~yoonguk/papers/kim-isca14.pdf
1•jruohonen•30m ago•0 comments

OpenClaw Skills

https://github.com/VoltAgent/awesome-openclaw-skills
1•theorchid•30m ago•0 comments

AI Hallucinations: How They Reshape the Way We Think

https://chungmoo.substack.com/p/ai-hallucinations-how-they-reshape
1•chungmoo•31m ago•0 comments

RAM-only privacy architecture and why humans fail before the tech does

2•Shefoz•33m ago•1 comments

Made a R coding tool that feels like cheating

https://rchat.dev/
1•ilukaspesek•33m ago•0 comments

The world needs a server reboot, XP reset, and for PunkBuster to be re-enabled

2•conorcleary•34m ago•0 comments

The Webpage Has Instructions. The Agent Has Your Credentials

https://openguard.sh/blog/prompt-injections/
1•everlier•37m ago•0 comments

Apple's Liquid Glass UI Isn't Going Anywhere; Siri Home Hub, Foldable iPhone

https://www.bloomberg.com/news/newsletters/2026-03-15/apple-s-liquid-glass-ui-isn-t-going-anywher...
1•tambourine_man•37m ago•0 comments

Nathan Fillion Says 'Firefly' Animated Series in Development

https://deadline.com/2026/03/nathan-fillion-firefly-animated-series-development-1236754122/
3•Rant423•38m ago•0 comments
Open in hackernews

DepGra – Visualize dependency vulnerabilities as an interactive graph

https://github.com/KPCOFGS/depgra
1•sxs22•1h ago

Comments

sxs22•1h ago
DepGra scans your lockfiles (npm, PyPI, Cargo, Go), pulls CVE data from OSV.dev, and renders your dependency tree as an interactive DAG. Vulnerable packages are color-coded, and risk is ranked by graph centrality -- packages on more dependency paths score higher, regardless of raw CVSS.

Tech stack: Python/Flask + SQLite + NetworkX on the backend, Svelte + Cytoscape.js on the frontend. Runs fully local.

I built this because flat vulnerability lists lose all topological context. A HIGH vuln at a graph chokepoint is more dangerous than a CRITICAL on a leaf node, but no standard tool surfaces that. DepGra does.

CLI mode with `--fail-on` for CI/CD gating and JSON/CSV export. No auto-remediation -- it's a visibility tool. MIT licensed.

https://github.com/KPCOFGS/depgra