frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

International Space Station told to prepare for evacuation over air leak

https://www.theguardian.com/science/live/2026/jun/05/international-space-station-astronauts-evacu...
1•tosh•38s ago•0 comments

Friday Facts #441 – Space logistics improvements

https://factorio.com/blog/post/fff-441
1•danielmillward•40s ago•0 comments

Internet Searches for Vitamin A During the 2025 US Measles Outbreak

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2849740
1•hn_acker•50s ago•1 comments

SFQ: Simple, Stateless, Stochastic Fairness

https://brooker.co.za/blog/2026/02/25/sfq.html
1•fagnerbrack•2m ago•0 comments

Technical Interviews Reject the Wrong Engineers

https://fagnerbrack.com/technical-interviews-reject-the-wrong-engineers-a8e78ca04b2e
1•fagnerbrack•2m ago•0 comments

Mr. Bessel's Eponymous Functions

https://www.johndcook.com/blog/2026/06/05/mr-bessels-eponymous-functions/
1•ibobev•2m ago•0 comments

Hybrid quota-linear rate limiter – Tony Finch

https://dotat.at/@/2026-01-12-hqlr.html
1•fagnerbrack•3m ago•0 comments

Ask HN: How did you discover Hacker News?

1•chistev•3m ago•0 comments

Counting Counters on Zen 4: An Error in the Manual Caused a Segfault

https://loonatick-src.github.io/posts/zen4-likwid-perfctr-segfault/
1•ibobev•3m ago•0 comments

Detecting and removing dangerous secrets on dev workstations before Shai-Hulud

https://recyclebin.zip/posts/2026-05-25-secret-scanning-fleet-bagel/
2•ibobev•3m ago•0 comments

Mastery Learning

https://en.wikipedia.org/wiki/Mastery_learning
1•zwilderrr•6m ago•0 comments

Scientists in 'autonomous laboratories' are starting to outsource work to robots

https://www.npr.org/2026/06/05/nx-s1-5846973/ai-science-robots-risks-experiments-gingko-bioworks
1•Brajeshwar•7m ago•0 comments

Data Centers in Space; "I'm Sorry Dave. I'm Afraid I Can't Cool That"

https://www.tearsinrain.ai/p/im-sorry-dave-im-afraid-i-cant-cool
1•jgreid•8m ago•0 comments

The Web Is Being Made Accessible for AI, Not People

https://www.techpolicy.press/the-web-is-being-made-accessible-for-ai-not-people/
2•speckx•8m ago•0 comments

Show HN: Where" is an E2EE realtime location sharing app for iOS and Android

https://where.af0.net/
1•dm_•9m ago•0 comments

Sinestesia – Live AI VJ that draws the stage as a singer performs

https://github.com/danicuki/vibeton
1•danicuki•9m ago•0 comments

PivCo-Huffman

https://marcinzukowski.github.io/pivco-huffman/paper-1.0/ph.html
1•g0xA52A2A•9m ago•0 comments

Brace yourself for El Niño: it could be the strongest one

https://www.bbc.co.uk/news/resources/idt-54f4e985-a7fb-48b2-8246-f3be0d699402
1•heyimada•10m ago•0 comments

I tested every IP KVM in my Homelab

https://www.jeffgeerling.com/blog/2026/i-tested-every-ip-kvm/
2•vquemener•10m ago•0 comments

Doing Something That's Never Been Done Before

https://talglobus.com/p/doing-something-thats-never-been-done-before/
1•surprisetalk•11m ago•0 comments

Bumblebees use tools to solve complex problems

https://www.scientificamerican.com/article/bumblebees-use-tools-to-solve-complex-problems-despite...
2•tosh•12m ago•0 comments

China Becomes First Country to Approve Commercial Use of Invasive Brain Implant

https://slguardian.org/china-approves-first-invasive-brain-implant-for-mass-use-redrawing-the-neu...
2•bookofjoe•13m ago•0 comments

Whereabouts - Learn Every Country's Location

https://whereabouts.earth/
2•webology•14m ago•0 comments

Explicit Instruction Does Not Cause Learned Helplessness

https://scienceoflearning.substack.com/p/no-explicit-instruction-does-not
1•obscurette•15m ago•0 comments

The US economy added a stronger-than-expected 172,000 jobs last month

https://www.cnn.com/2026/06/05/economy/us-jobs-may-final
4•mgh2•19m ago•0 comments

"Steve Jobs in Exile" is a fine profile of Jobs' years at NeXT

https://arstechnica.com/apple/2026/06/steve-jobs-in-exile-is-a-fine-profile-of-jobs-years-at-next/
1•pseudolus•21m ago•1 comments

Tutorial: A Comic strip from A to Z with Krita

https://www.davidrevoy.com/article1150/tutorial-comic-strip-from-a-to-z-with-krita
4•Tomte•22m ago•0 comments

MCP hits the mainstream with Strava's and Tredict's end-user MCPs, far from dead

https://www.tredict.com/blog/strava_mcp_server/
1•Aldipower•22m ago•0 comments

Hola Browser for Windows compromised to deliver cryptominer

https://www.bleepingcomputer.com/news/security/hola-browser-for-windows-compromised-to-deliver-cr...
2•Brajeshwar•24m ago•0 comments

S&P and DJI indices decline changing inclusion requirements

https://press.spglobal.com/2026-06-04-S-P-Dow-Jones-Indices-Consultation-on-Treatment-of-MegaCap-...
1•wting•24m ago•0 comments
Open in hackernews

Stresstest my AI chat – HAMMER IT

1•tobiaslins•1y ago
Please stress test it - like hammer it hard: https://jazz-ai-chat.vercel.app

It was so delightful to build thanks to jazz.tools.

Vercel's Fluid compute makes it run efficient and scale endlessly

How does it work? Each message is created locally and added to the chat. At the same time I "wake up" a Vercel Function which consumes the chat, runs AI and writes directly into Jazz

The client just renders the state from Jazz. No real streaming required.

Source: https://github.com/tobiaslins/jazz-ai-chat

Whats Fluid Compute? When you run Serverless Functions, usually one invocations serves one request. With Fluid, multiple requests can be served by one function invocation, which is super useful when using AI (low CPU usage, only waiting for upstreams)

Whats Jazz? It's a new way to build apps. It's persistence (like a graph database) with permissions and sync built in.

You can access/write Jazz even from backend workers like here from Vercel Functions.

Comments

gus_massa•1y ago
It needs a spinning circle or dots to show that the AI is thinking. (It can be just an animated gif :) .)

Sometimes it doesn't reply until I add a second question like "????"