frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Incident Report: May 19, 2026 – GCP Account Suspension

https://blog.railway.com/p/incident-report-may-19-2026-gcp-account-outage
147•0xedb•9h ago•52 comments

SBCL: the ultimate assembly code breadboard (2014)

https://pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/
68•yacin•2h ago•4 comments

Qwen3.7-Max: The Agent Frontier

https://qwen.ai/blog?id=qwen3.7
441•kevinsimper•7h ago•166 comments

How fast is N tokens per second really?

https://mikeveerman.github.io/tokenspeed/
46•hexagr•2d ago•9 comments

Saying Goodbye to Asm.js

https://spidermonkey.dev/blog/2026/05/20/saying-goodbye-to-asmjs.html
204•eqrion•6h ago•96 comments

Apparently Google hates us now

https://twitter.com/pokemoncentral/status/2057123807404638250
199•zeitg3ist•1h ago•75 comments

Map of Metal

https://mapofmetal.com/
305•robin_reala•7h ago•105 comments

Meta blocks human rights accounts from reaching audiences in Saudi Arabia, UAE

https://www.alqst.org/ar/posts/1190
728•giuliomagnifico•5h ago•314 comments

Google's AI is being manipulated. The search giant is quietly fighting back

https://www.bbc.com/future/article/20260519-google-tackles-attempts-to-hack-its-ai-results
158•tigerlily•7h ago•103 comments

Ask HN: Shouldn't Google need to give a public statement about Railway incident?

63•srameshc•1h ago•26 comments

Victory: Tennessee man jailed 37 days for Trump meme wins $835,000 settlement

https://www.fire.org/news/victory-tennessee-man-jailed-37-days-trump-meme-wins-835000-settlement-...
450•ceejayoz•3h ago•261 comments

Everything in C is undefined behavior

https://blog.habets.se/2026/05/Everything-in-C-is-undefined-behavior.html
416•lycopodiopsida•12h ago•565 comments

Testing distributed systems with AI agents

https://github.com/shenli/distributed-system-testing
46•shenli3514•3h ago•5 comments

Formal Verification Gates for AI Coding Loops

https://reubenbrooks.dev/blog/structural-backpressure-beats-smarter-agents/
45•pyrex41•2h ago•5 comments

Stable Audio 3

https://arxiv.org/abs/2605.17991
44•guardienaveugle•3h ago•7 comments

Gemini 3.5 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/
923•spectraldrift•1d ago•627 comments

When Fast Fourier Transform Meets Transformer for Image Restoration (2024)

https://github.com/deng-ai-lab/SFHformer
54•teleforce•2d ago•6 comments

Show HN: Lance – image/video generation and understanding in one model

https://github.com/bytedance/Lance
22•cleardusk•2h ago•4 comments

After Town Bans Flock, Councilmember Crashes Out, Proposes Internet, Phone Ban

https://www.404media.co/after-town-bans-flock-councilmember-crashes-out-proposes-internet-and-pho...
63•cdrnsf•1h ago•43 comments

FiveThirtyEight articles on the Internet Archive

https://fivethirtyeightindex.com/
344•ChocMontePy•16h ago•77 comments

Show HN: Hocuspocus 4 – self-hosted Yjs collaboration backend

https://github.com/ueberdosis/hocuspocus
9•philipisik•3h ago•3 comments

Autoregressive next token prediction and KV Cache in transformers

https://medium.com/advanced-deep-learning/autoregressive-next-token-prediction-kv-cache-in-transf...
32•coarchitect•2d ago•0 comments

I Don't Vibe Code

https://jacobharr.is/personal/i-dont-vibe-code
39•birdculture•1h ago•17 comments

Handling the great code forge fragmentation

https://www.alexselimov.com/posts/forge_fragmentation/
12•mooreds•3d ago•7 comments

Japan is gripped by mass allergies. A 1950s project is to blame

https://www.bbc.com/future/article/20260515-the-1950s-blunder-which-causes-mass-hay-fever-in-japan
296•ranit•16h ago•140 comments

Smartmedia Card Spec Opened, available free (2000)

https://www.edn.com/smartmedia-card-interface-spec-opened-available-for-free/#google_vignette
18•brudgers•2d ago•7 comments

Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment

https://www.lesnumeriques.com/banque-en-ligne/adieu-visa-et-mastercard-130-millions-d-europeens-b...
747•healsdata•5h ago•602 comments

Show HN: Forge – Guardrails take an 8B model from 53% to 99% on agentic tasks

https://github.com/antoinezambelli/forge
625•zambelli•1d ago•225 comments

Google changes its search box

https://blog.google/products-and-platforms/products/search/search-io-2026/
651•berkeleyjunk•23h ago•889 comments

Infomaniak transitions to a foundation model to protect user data privacy

https://news.infomaniak.com/en/infomaniak-foundation-sovereign-cloud/
146•darktoto•12h ago•40 comments
Open in hackernews

How fast is N tokens per second really?

https://mikeveerman.github.io/tokenspeed/
46•hexagr•2d ago

Comments

dario-dentes•2d ago
Thank you for this great utility. I love the "gut feel" calibration utilities like this one!
dfollent•2d ago
Neat visual. 5 tok/s is still faster than me!
himata4113•31m ago
I had the opposite reaction, 5tok/s is so slow that when you include all the reasoning and thinking + warmup it is far slower than me.
johng•2d ago
Neat website, the visualization is great. I had a hard time wrapping my head around the tokens/s thing but this made it easy.
bjelkeman-again•32m ago
Interesting. It seems to me that with that speed (20-30) on local hardware the real issue is quality of output, not tokens per sec.
NitpickLawyer•23m ago
It really depends. With the new "thinking" models they usually spend some time before writing the final answer. If they "think" for 1k tokens, that's a minute of spinning wheel you're gonna see for each question. Add that to the prompt processing, and diminishing speeds as context increases, and it becomes really slow for longer sessions.
dbalatero•31m ago
This is cool, thanks for making it.
raverbashing•8m ago
On avg 1 token = 4 chars

So 75 tokens/s is ~ 300 chars per second which is the speed you'd get with a 2400 baud modem

Eswo•1m ago
super cool, thanks