frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple reveals new AI architecture built around Google Gemini models

https://www.macrumors.com/2026/06/08/apple-reveals-new-ai-architecture/
353•unclefuzzy•7h ago•320 comments

Siri AI

https://www.apple.com/apple-intelligence/
421•0xedb•8h ago•370 comments

Hermes Agent – Open-source AI agent with persistent memory

https://hermes-agent.org/
29•SeriousM•3d ago•5 comments

Show HN: Performative-UI – A react component library of design tropes

https://vorpus.github.io/performativeUI/
799•lizhang•12h ago•156 comments

MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second

https://mimo.xiaomi.com/blog/mimo-tilert-1000tps
502•gainsurier•10h ago•350 comments

Looking Forward to Postgres 19: Query Hints

https://www.pgedge.com/blog/looking-forward-to-postgres-19-query-hints
65•jjgreen•3d ago•6 comments

Anti-social: It's fads, not friends, which now dominate social media feeds

https://www.bbc.com/worklife/article/20260520-how-social-media-ceased-to-be-social
555•1vuio0pswjnm7•14h ago•414 comments

EU-banned pesticides found in rice, tea and spices

https://www.foodwatch.org/en/eu-banned-pesticides-found-in-rice-tea-and-spices
246•john-titor•10h ago•90 comments

Apple Core AI Framework

https://developer.apple.com/documentation/coreai/
203•hmokiguess•7h ago•43 comments

Show HN: Gitdot – a better GitHub. Open-source, written in Rust

https://gitdot.io/
155•baepaul•9h ago•125 comments

xAI is looking more like a datacentre REIT than a frontier lab

https://martinalderson.com/posts/xais-new-rental-business/
404•martinald•11h ago•319 comments

Surveillance is not safety: A statement on the UK's latest threat to privacy [pdf]

https://signal.org/blog/pdfs/2026-06-08-uk-surveillance-is-not-safety.pdf
432•g0xA52A2A•6h ago•159 comments

Why are cells small?

https://burrito.bio/essays/what-limits-a-cells-size
107•mailyk•7h ago•52 comments

We Think the SpaceX IPO Is Overvalued

https://www.morningstar.com/stocks/why-we-think-spacex-ipo-is-overvalued?content_id=20768396545
33•0xedb•24m ago•4 comments

FrontierCode

https://cognition.ai/blog/frontier-code
101•streamer45•5h ago•20 comments

Confidential submission of draft S-1 to the SEC

https://openai.com/index/openai-submits-confidential-s-1/
301•hackerBanana•4h ago•218 comments

Ask HN: What are tools you have made for yourself since the advent of AI?

153•aryamaan•7h ago•285 comments

Launch HN: Intuned (YC S22) – Build and run reliable browser automations as code

https://intunedhq.com
102•fkilaiwi•12h ago•44 comments

AI is slowing down

https://www.wheresyoured.at/ai-is-slowing-down/
403•crescit_eundo•10h ago•432 comments

Doing something that’s never been done before (2025)

https://talglobus.com/p/doing-something-thats-never-been-done-before/
29•surprisetalk•3d ago•20 comments

1worldflag: A blue dot on a transparent background

https://1worldflag.com/
173•davidbarker•1d ago•147 comments

Asus GB300 NVL72 Test Lab Tour

https://www.lttlabs.com/articles/2026/06/06/asus-test-server-tour
3•LabsLucas•2d ago•0 comments

Games Between Programs: The Ruliology of Competition

https://writings.stephenwolfram.com/2026/06/games-between-programs-the-ruliology-of-competition/
10•andromaton•3d ago•0 comments

Show HN: Mach – A compiled systems language looking for contributions

https://github.com/octalide/mach
17•octalide•3h ago•5 comments

The Grate Cheese Robbery

https://longreads.com/2026/05/28/the-cheese-theft-food-crime/
9•RickJWagner•1d ago•0 comments

Apple bets cheaper AI will woo small developers

https://techcrunch.com/2026/06/08/apple-bets-cheaper-ai-will-woo-small-developers/
15•jbernardo95•5h ago•6 comments

OCaml Onboarding: Introduction to the Dune build system

https://ocamlpro.com/blog/2025_07_29_ocaml_onboarding_introduction_to_dune/
142•andrewstetsenko•4d ago•20 comments

Massachusetts bans sale of precise location data in new privacy rights bill

https://techcrunch.com/2026/06/08/massachusetts-votes-to-pass-new-privacy-rights-bill-that-bans-s...
284•01-_-•9h ago•49 comments

Switzerland wil have a referendum to cap population at 10M

https://www.admin.ch/en/sustainability-initiative
248•napolux•7h ago•504 comments

Show HN: Command Center, the AI coding env for people who care about quality

https://www.cc.dev/
37•Darmani•4h ago•10 comments
Open in hackernews

Building my npx business card

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

Comments

steele•1y ago
Ooh, free real estate, let's colonize and gentrify package management
aabhay•1y ago
Lmao, gentrify cracked me up
neilv•1y ago
Do these npx business cards run arbitrary code on your computer?
cypherpunks01•1y 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•1y 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•1y ago
Yeah, this seems like a very smart but inherently flawed idea.
cypherpunks01•1y 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•1y ago
May as well just release an executable tbh.
theamk•1y 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•1y 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•1y 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."