frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What is your AIQ? How good are you at using Claude Code/Codex?

https://www.aiqrank.com
1•tylerg•2m ago•0 comments

Greater Manchester still says no to NHS data platform with Palantir at its heart

https://www.theregister.com/public-sector/2026/05/13/greater-manchester-still-says-no-to-nhs-data...
1•Bender•3m ago•0 comments

Audrey: Local-first memory guard for AI agents (source)

https://github.com/Evilander/Audrey
1•evilanders•3m ago•0 comments

What's with all the slide decks? A polycausal theory

https://dynomight.substack.com/p/slides
1•crescit_eundo•3m ago•0 comments

U.S. Intelligence Shows Iran Retains Substantial Missile Capabilities

https://www.nytimes.com/2026/05/12/us/politics/iran-missiles-us-intelligence.html
2•hebelehubele•3m ago•0 comments

Underrated Ideas in Biotech

https://nikomc.com/essays/underrated-ideas-01.html
1•mailyk•4m ago•0 comments

FCC walks back router update ban before it bricks America's network security

https://www.theregister.com/networks/2026/05/12/fcc-walks-back-router-update-ban-before-it-bricks...
1•Bender•4m ago•0 comments

Analog Computer Applications: The Lorenz-attractor [pdf]

https://anabrid.com/media/pages/publikation-dateien-nur-zur-verwaltung-der-dateien/f4766de51c-174...
1•tosh•4m ago•0 comments

NBA's Rwanda ties face scrutiny after sanctions-linked BAL withdrawal

https://www.theguardian.com/sport/2026/apr/25/nba-rwanda-sanctions-bal-apr-withdrawal-kagame
1•PaulHoule•4m ago•0 comments

SpaceX targets May 19 for debut of Starship Version 3, Launch Pad 2

https://spaceflightnow.com/2026/05/12/spacex-targets-may-19-for-debut-of-starship-super-heavy-ver...
1•bookmtn•5m ago•0 comments

Most teams optimize the prompt. Agentic systems have more moving parts

https://www.aevyra.ai/posts/prompt-optimization-agentic-systems.html
2•agunapal•5m ago•0 comments

Show HN: EleutherAI / Lm-Evaluation-Harness

https://github.com/EleutherAI/lm-evaluation-harness
1•marvinified•5m ago•0 comments

Wireloom: A Markdown extension for UI wireframes

https://github.com/StardockCorp/Wireloom
1•watbe•6m ago•0 comments

Scientists find insects may feel pain after crickets nurse sore antenna

https://www.theguardian.com/science/2026/may/13/insects-feel-pain-research
1•YeGoblynQueenne•6m ago•0 comments

BitLocker-protected drives can now be opened using files on a USB stick

https://www.tomshardware.com/tech-industry/cyber-security/microsoft-bitlocker-protected-drives-ca...
1•Timofeibu•6m ago•0 comments

In Praise of Acoustic Mathematics

https://link.springer.com/article/10.1007/s00283-026-10512-7
1•sebg•6m ago•0 comments

Show HN: BossHogg: A PostHog CLI for Agents

https://github.com/aaronkwhite/bosshogg-cli
1•aaronkwhite•7m ago•0 comments

How do agents see your website?

https://what-do-agents-see.runtype.app/
2•zackangelo•7m ago•0 comments

Discover: A Love Letter to RSS

https://brine.dev/posts/discover-a-love-letter-to-rss
1•speckx•8m ago•0 comments

The unmet needs in human disease index

https://www.convoke.bio/blog/introducing-the-unmet-needs-index
1•sebg•8m ago•0 comments

CloudFront's flat-rate plan (CDN+WAF+DNS) now scales to 6B req and 600TB/mo

https://aws.amazon.com/blogs/networking-and-content-delivery/cloudfront-premium-flat-rate-plan-su...
1•cristiangraz•9m ago•0 comments

Show HN: Ledger – Claude Code Token Spend Analyzer

https://github.com/delta-hq/cc-ledger
1•tsv650•9m ago•0 comments

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
1•Xcelerate•10m ago•0 comments

Google Unveils Googlebook, a New AI Laptop Built Around Gemini

https://www.macrumors.com/2026/05/12/google-unveils-googlebook/
1•Brajeshwar•11m ago•0 comments

Some Proposals for Reviving the Philosophy of Mathematics (1979) [pdf]

https://gwern.net/doc/math/1979-hersh.pdf
1•sebg•11m ago•0 comments

Filen deleted all of my data. A heads-up for others

https://old.reddit.com/r/filen_io/comments/1t3r055/filen_deleted_all_of_my_data_a_headsup_for_oth...
1•tcp_handshaker•12m ago•0 comments

DeepSeek and Grok hallucinated the same fictitious OpenBSD manpage quote

https://stuart-thomas.com/research/the-empirical-council/
1•ethical•14m ago•2 comments

One in seven prefer consulting AI chatbots to seeing a doctor, UK study shows

https://www.theguardian.com/society/2026/may/13/one-in-seven-prefer-ai-chatbots-to-seeing-doctor-...
1•chrisjj•15m ago•1 comments

Skip – One Swift Codebase. Two Native Platforms

https://skip.dev/
3•nikolay•16m ago•0 comments

AI is making it easy but also hard

1•andrewmurphy•16m ago•3 comments
Open in hackernews

The limits of Rust, or why you should probably not follow Amazon and Cloudflare

https://kerkour.com/the-limits-of-rust
32•randomint64•1h ago

Comments

Aurornis•42m ago
Lots of tortured logic in this post.

1. You shouldn't pick a programming language the team doesn't know. That's common sense, not an argument against Rust.

2. Rust ranks lower on the most used languages list because it's newer than Java, Python, C, and all of the others higher on the list.

3. You don't need to use async Rust. If you do, I disagree that it's as hard as this is implying, but I would agree that it's not as easy as writing sync code.

4. Rust projects don't decay like this is saying. Rust has editions and you can stay on an older edition until you're ready to port it forward. My experience with jumping to a new Rust edition has been easy across all projects so far. It's funny that they argue that adding new features to the language leads to unmanageable complexity, because the very next topic argues that the standard library doesn't have enough features.

5. If you want a batteries-included standard library I agree that you should pick Python or Go instead.

Most of the blog is an ad for the author's book. I was hoping this post had some substance but I think they chose the title first to attract clicks for the book ad and then tried really hard to find some content for the article second.

traderj0e•5m ago
For the use cases the author is alluding to, you do need to use async. Non-cooperative threaded multitasking isn't a real choice for backends.
irishcoffee•29m ago
This gets so old. Rust is a programming language. It does some things really well, some things less so. It isn't a panacea, it's a tool. People can use it because they like it, right-tool-for-the-job or not. People can hate it, hating a programming language is one of the most benign things to hate in the whole world. "Language-ist" is a world I never want to live in.

Feels like there are some people who love rust, and some people who hate rust, and most everyone else doesn't give a shit. Everyone is right and everyone is wrong, depending on who you ask.

Can't we just go back to the emacs vs vi debate? Is that the itch people are trying to scratch?

mwigdahl•19m ago
vi would be much easier to rewrite in Rust.
traderj0e•12m ago
The post doesn't hate on Rust, it's more saying you probably shouldn't use it for high-level code like a web backend. Which is pretty reasonable.
cbsmith•29m ago
This is a bizarre article, and it kind of reminds me of the concept that the only truly good software is the software you've never used.
egorelik•25m ago
A common thread I see in this, and other articles of its kind, is that rarely do they come out and say what kind of project they are working on, leaving the headline to sound generically applicable. I can make some guesses, given the emphasis on async, that they contrast with Go, and the mention of systems programming as an exception. But after enough of these, one would get the impression that Rust is primarily a backend language, competing with other backend languages, that happens to also be good for systems. I'm not sure that is even the use case driving corporate adoption.
unethical_ban•22m ago
I don't have a problem with this post, in fact I think it fully redeems any criticism by describing the stronger use cases for the language.

Takeaways:

If picking an arbitrary language to learn, if you are building small-to-medium scale things that require async, rust is not the first thing to reach for.

The stdlib and the package ecosystem is a mess.

---

Use if:

If you need gigascale performance and have the resources to learn it and deal with the complexity of async.

If you are writing performant global OS libraries.

If you are writing IoT and want something with more protection than C.

traderj0e•7m ago
Is async in Rust really this bad? Last time I used Rust was before that existed. I know it's a pain in Python because they bolted it on way after, but in JS it's a breeze because everything standardized on promises early.
nothinkjustai•3m ago
No it’s not bad at all. If you’re creating a library you might run into some hard problems, but for application code it’s pretty easy.
gamander2•6m ago
Nobody has ever seen or heard Wesley Wiser talk. Supposedly he's the rust compiler team lead. I claim he's an NSA front end. Prove me wrong.

I am moving my projects to Cangjie, I no longer trust _any_ American piece of software.