frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zerostack – A Unix-inspired coding agent written in pure Rust

https://crates.io/crates/zerostack/1.0.0
210•gidellav•5h ago•66 comments

Hosting a website on an 8-bit microcontroller

https://maurycyz.com/projects/mcusite/
42•zdw•2h ago•1 comments

A nicer voltmeter clock

https://lcamtuf.substack.com/p/a-nicer-voltmeter-clock
85•surprisetalk•4h ago•14 comments

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
25•Xcelerate•3d ago•2 comments

OpenAI and Government of Malta partner to roll out ChatGPT Plus to all citizens

https://openai.com/index/malta-chatgpt-plus-partnership/
103•bookofjoe•7h ago•89 comments

SANA-WM, a 2.6B open-source world model for 1-minute 720p video

https://nvlabs.github.io/Sana/WM/
310•mjgil•15h ago•128 comments

MCP Hello Page

https://www.hybridlogic.co.uk/blog/2026/05/mcp-hello-page
63•Dachande663•5h ago•24 comments

Self-Distillation Enables Continual Learning [pdf]

https://arxiv.org/abs/2601.19897
14•teleforce•2h ago•3 comments

Stochastic Parrots: Frequently Unasked Questions

https://medium.com/@emilymenonbender/stochastic-parrots-frequently-unasked-questions-49c2e7d22d11
42•olalonde•3d ago•36 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
74•bryanrasmussen•4d ago•1 comments

Moving away from Tailwind, and learning to structure my CSS

https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
453•mpweiher•18h ago•296 comments

The Third Hard Problem

https://mmapped.blog/posts/48-the-third-hard-problem
38•surprisetalk•2d ago•27 comments

C++26 Shipped a SIMD Library Nobody Asked For

https://lucisqr.substack.com/p/c26-shipped-a-simd-library-nobody
28•signa11•1d ago•5 comments

Accelerando (2005)

https://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html
254•eamag•16h ago•147 comments

Fisker went bankrupt and owners built an open source car company from the ashes

https://electrek.co/2026/05/16/fisker-ocean-open-source-ev-story-after-bankruptcy/
78•breve•3h ago•29 comments

We've made the world too complicated

https://user8.bearblog.dev/the-world-is-too-complicated/
213•James72689•19h ago•201 comments

Frontier AI has broken the open CTF format

https://kabir.au/blog/the-ctf-scene-is-dead
346•frays•20h ago•344 comments

δ-mem: Efficient Online Memory for Large Language Models

https://arxiv.org/abs/2605.12357
198•44za12•18h ago•53 comments

Content-defined chunking added to Bazel

https://www.buildbuddy.io/blog/content-defined-chunking/
32•siggi•3d ago•3 comments

Colossus: The Forbin Project

https://en.wikipedia.org/wiki/Colossus:_The_Forbin_Project
4•doener•2d ago•0 comments

Halt and Catch Fire

https://unstack.io/halt-and-catch-fire
93•ScottWRobinson•9h ago•54 comments

3D Gaussian Splatting in a Weekend

https://bfeldman.me/3dgs-weekend/
60•b__feldman•3d ago•6 comments

PART Telescopes – Bringing radio astronomy within reach of rural schools

https://parttelescopes.web.app/
114•openrockets•12h ago•28 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
62•tsiry•10h ago•29 comments

Kioxia and Dell cram 10 PB into slim 2RU server

https://www.blocksandfiles.com/flash/2026/05/14/kioxia-and-dell-cram-10-pb-into-slim-2ru-server/5...
117•rbanffy•10h ago•82 comments

Greek Alphabet Cards

https://labs.randomquark.com/alphabet_cards/
107•ricochet11•15h ago•48 comments

Fame! A Misunderstanding: A new translation of Albert Camus's complete notebooks

https://lareviewofbooks.org/article/albert-camus-complete-notebooks-ryan-bloom-existentialism-abs...
46•Caiero•3d ago•8 comments

Nearly 50 Years Later, WKRP in Cincinnati Becomes a Real Radio Station

https://www.openculture.com/2026/05/nearly-50-years-later-wkrp-in-cincinnati-becomes-a-real-radio...
117•bookofjoe•4d ago•68 comments

Futhark by example (2020)

https://futhark-lang.org/examples.html
112•tosh•17h ago•31 comments

I believe there are entire companies right now under AI psychosis

https://twitter.com/mitchellh/status/2055380239711457578
1907•reasonableklout•1d ago•1107 comments
Open in hackernews

Building my npx business card

https://ashley.dev/posts/turning-feedback-into-features/
8•edent•1y ago

Comments

steele•12mo ago
Ooh, free real estate, let's colonize and gentrify package management
aabhay•12mo ago
Lmao, gentrify cracked me up
neilv•12mo ago
Do these npx business cards run arbitrary code on your computer?
cypherpunks01•12mo ago
npx

Run a command from a local or remote npm package

Description

This command allows you to run an arbitrary command from an npm package (either one installed locally, or fetched remotely), in a similar context as running it via npm run.

neilv•12mo ago
Yes, then is a "command from an npm package" arbitrary code?

And what is this "similar context as running it via npm run"?

Would it be better to answer the question directly?

joshka•12mo ago
Yeah, this seems like a very smart but inherently flawed idea.
cypherpunks01•12mo ago
Yes I agree! OSS package management ecosystems are a great idea, but allowing submissions without any review or vetting is just asking for supply chain attacks.
Xss3•12mo ago
May as well just release an executable tbh.
theamk•12mo ago
Reminds me of JAPH [0] - a tiny Perl program that was used in email/newsgroup signature to give it personal touch.

[0] https://www.perlmonks.org/?node_id=412464

watusername•12mo ago
Terminal business cards are a nice idea, but RCE business cards are just asking for trouble. Instead of npx, what happened to good'ol curl? Something like

$ curl ashley.dev

Some decades ago, we had finger (https://en.wikipedia.org/wiki/Finger_%28protocol%29) which is designed for this very use case. Sadly it's no longer installed by default with most distros:

$ finger @ashley.dev

queezey•12mo ago
This would be a great advertisement for security consulting.

"I was just able to run arbitrary code on your computer. Here is a sample of your recent browser history. Let me tell you help you mitigate your security vulnerabilities."