frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Claude Code vs. Codex Global Usage Leaderboard

https://costhawk.ai/leaderboard
1•optimizethis•26s ago•0 comments

Stop state surveillance in Canada. Stop Bill C-22

https://www.jccf.ca/stop-bill-c-22-stop-surveillance-in-canada/
2•YoctoYARN•1m ago•0 comments

Learning, Fast and Slow: Towards LLMs That Adapt Continually

https://gepa-ai.github.io/gepa/blog/2026/05/11/learning-fast-and-slow/
1•LakshyAAAgrawal•5m ago•0 comments

A New Kind of Family-Separation Crisis

https://www.theatlantic.com/politics/2026/05/honduras-deportations-without-children/687153/
2•paulpauper•5m ago•0 comments

I Was Drowning Running 14 Markets Alone. So I Built a $0.41/Day AI Employee

https://medium.com/@alanscottencinas/i-was-drowning-running-14-markets-alone-so-i-built-a-0-41-da...
1•encinas88•5m ago•0 comments

State media control influences large language models

https://www.nature.com/articles/s41586-026-10506-7
1•paulpauper•6m ago•0 comments

What I've Been Reading

https://marginalrevolution.com/marginalrevolution/2026/05/what-ive-been-reading-288.html
2•paulpauper•6m ago•0 comments

THORChain exploit hits Bitcoin, Ethereum, and BSC: Hackers steal over $10M

https://ambcrypto.com/thorchain-exploit-hits-bitcoin-ethereum-and-bsc-hackers-steal-over-10-mln/
5•wslh•7m ago•1 comments

Tell HN: Audible app used 19.8GB of data while not being used

2•jimnotgym•8m ago•0 comments

Show HN: X open sourced their algorithm

https://www.xalgorithm.xyz/en
2•hsnrique•8m ago•0 comments

Does Trump Mobile know how many stripes are on the American flag?

https://www.theverge.com/gadgets/931347/trump-mobile-t1-phone-logo-flag-stars-stripes
3•droidjj•11m ago•0 comments

Show HN: Emergence World: World building as a way to evaluate LLMs

https://world.emergence.ai/
2•deepakakkil•11m ago•0 comments

ABC News has taken all FiveThirtyEight articles offline

https://twitter.com/baseballot/status/2055309076209492208
6•cmsparks•12m ago•1 comments

Dual Intel Arc Pro B60(48G) Inference, Virtualization, and Gaming Testing

https://www.lttlabs.com/articles/2026/05/15/maxsun-intel-arc-pro-b60-dual-48g-turbo-review
3•LabsLucas•12m ago•0 comments

Ask HN: Reviewing Plan from Plan Mode

3•dennis3124•14m ago•0 comments

Cvl: A C++26 library for mutating consteval state

https://github.com/friedkeenan/cvl
2•friedkeenan•14m ago•0 comments

Don't Design Your Emails (2016)

https://www.gkogan.co/dont-design-emails/
1•downbad_•16m ago•0 comments

PSVL 1.0 – The most comprehensive source-visible license (276 clauses)

https://github.com/BMBOMICH/PSVL
1•BMBOMICH•16m ago•0 comments

Taiwan's chips power the global economy. China holds the leverage

https://restofworld.org/2026/china-taiwan-tsmc-semiconductor-economic-risk/
2•srameshc•16m ago•0 comments

SSH reverse proxy written in Rust

https://github.com/firebadnofire/CentralSSH
2•firebadnofire•19m ago•0 comments

The Fall of the Theorem Economy

https://davidbessis.substack.com/p/the-fall-of-the-theorem-economy
5•cubefox•19m ago•0 comments

AI_glue – drop-in audit and governance for OpenAI and Anthropic apps

https://github.com/simonhansedasi/ai_glue
2•vigcneiugh•22m ago•0 comments

"Should I bring an umbrella to this thread?" – beyond toxicity/content scoring

https://vibecheck.opennotes.ai
1•anateus•22m ago•0 comments

Hackers have breached tank readers at US gas stations

https://www.cnn.com/2026/05/15/politics/iran-hackers-tank-readers-gas-stations
9•berkeleyjunk•23m ago•2 comments

A live shared night sky explore constellations with strangers and make wishes

https://constellations.unlicensedstudio.com/
1•allstern•24m ago•0 comments

Node-prewarm: CLI for Node 25's NODE_COMPILE_CACHE

https://ben3d.ca/blog/introducing-node-prewarm
1•bhouston•24m ago•0 comments

Private agent-to-agent payments on Solana with ZK proofs

https://github.com/agentzeny/snap-public
2•agentzeny•25m ago•0 comments

Lookagain: Sequential code review with fresh agent contexts

https://github.com/HartBrook/lookagain
1•pike00•27m ago•0 comments

Silicon Valley Wants to Put a Chip in Your Brain

https://www.politico.com/news/magazine/2026/05/15/silicon-valley-ai-transhumanism-brain-data-0090...
2•ano-ther•27m ago•0 comments

Write HTML. Render video. Built for agents

https://github.com/heygen-com/hyperframes
1•mv•28m ago•0 comments
Open in hackernews

React Meta-Framework Feels Broken, Here's Why

https://rwsdk.com/blog/your-react-meta-framework-feels-broken
22•dthyresson•11mo ago

Comments

dthyresson•11mo ago
A new blog post argues that today’s React meta-frameworks like Next.js and Remix are too abstract and “feel broken,” adding complexity through magic and indirection. It introduces RedwoodSDK as a simpler, more transparent alternative that prioritizes native web APIs and production-parity development.
codingdave•11mo ago
You don't need to (and should not) add a Tl;dr comment when you post something. If you want to tell the story of how you came up with an idea, do a "Show HN". That is the correct way to self-promote on HN.
dthyresson•11mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•11mo ago
I'm the author of this article, and this is the second time I've built a framework. I co-created RedwoodJS with Tom Preston-Werner several years ago - and we came up with some novel ideas, but I had a nagging feeling that something wasn't right.

A failed-startup and a kid later... and I'm back. I couldn't let go of the original vision of RedwoodJS, but I wanted to start from scratch. So we built RedwoodSDK, which is a React framework for Cloudflare. It starts as a Vite Plugin that gives you server-side-rendering, RSC, streaming, and realtime capabilities.

Our standards based route feels invisible, with simple pattern matching, middleware and interrupters. You receive a request and return a response. You own every byte over the wire.

There's zero magic. Just TypeScript, modules, functions, values, and types.

chipgap98•11mo ago
Aren't the "defineApp" and "route" methods in rwsdk also magic? It feels like rwsdk is just being more deliberate about when and where to introduce those magic functions.

I'm a big fan of rwsdk so far. Thanks for building!

pistoriusp•11mo ago
Nope! They just return standard JavaScript.

A typical worker looks something like this:

    export default {
        fetch({ request }) {
          return new Response('ok')
        } 
    }

DefineApp just wraps that initial entry point into something that allows us to run middleware, match the router, and render out the page or the response object.

Love that you're a fan! Remember... No magicians allowed here.

gadfly361•11mo ago
I think a notable difference is with one, you can read the code in the file and understand what it will return. With others, you need to read the code and then do a mental join of the framework's conventions to know what it'll return.