frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Avoiding Death on the Yellow Brick Road

https://www.a16z.news/p/avoiding-death-on-the-yellow-brick
1•ex-aws-dude•1m ago•0 comments

NY and NJ subpoena FIFA over 'manipulated' World Cup ticketing

https://www.theguardian.com/football/2026/may/27/new-york-new-jersey-investigation-fifa-ticketing
1•darth_avocado•3m ago•0 comments

LEGO model of a nuclear research reactor for teaching physics

https://beta.ideas.lego.com/product-ideas/e235fbd0-8ab8-4575-bd1c-37a25625f118
1•vilgoupil•3m ago•0 comments

BofA Banker Courted Epstein for Years Leading Up to His Arrest

https://www.bloomberg.com/news/articles/2026-05-28/epstein-files-reveal-ongoing-ties-with-this-on...
1•petethomas•4m ago•0 comments

Show HN: Grove, an open-source MCP server to search/write to your Obsidian Vault

https://github.com/jmilinovich/grove
1•jmilinovich•5m ago•0 comments

Protestware for Coding Agents

https://nesbitt.io/2026/05/28/protestware-for-coding-agents.html
2•SVI•7m ago•0 comments

The Python Features We Almost Got but Never Did

https://medium.com/techtofreedom/9-python-features-we-almost-got-but-never-did-4fcc5b358d55
1•yangzhou•9m ago•0 comments

StackAI Acquired by Asana

https://asana.com/press/releases/pr/asana-acquires-stackai-adding-cross-system-execution-for-huma...
1•karissaho•10m ago•0 comments

How far behind are open models?

https://www.lesswrong.com/posts/rJcCrXyEsJKmmDpWG/how-far-behind-are-open-models
1•alecco•10m ago•0 comments

New Research Upends the Argument for a Popular Longevity Supplement NAD+

https://www.nytimes.com/2026/05/23/well/nad-longevity-supplement-antiaging.html
3•JumpCrisscross•14m ago•0 comments

Motorola stops hijacking the Amazon app, which was 'unintended'

https://9to5google.com/2026/05/27/motorola-amazon-app-unintended/
2•Cider9986•15m ago•0 comments

RNG: Flat Datacenter Networks at Scale

https://arxiv.org/abs/2604.15261
1•bbgm•17m ago•0 comments

Notes on Optimizing Battery Life

https://maurycyz.com/misc/battery/
3•wrxd•22m ago•0 comments

Ask HN: Entrepreneurs, how long did it take you to succeed?

16•asdev•25m ago•5 comments

Show HN: Rig – Local-first code graph for coding agents, in one npx command

https://github.com/Astralchemist/rig
1•akashi_dev•26m ago•0 comments

Mathematically Accurate Interior Quiz

https://mystofa.com/quizes/design-test
1•assorium•29m ago•2 comments

Email triage with an embedding-based classifier

https://adamwiggins.com/posts/triage-embedding-classifier/
1•privong•29m ago•0 comments

OpenAI Privacy Policy Update

https://www.diffchecker.com/GVastzQG/
3•hnroo99•32m ago•1 comments

Green Paradox

https://en.wikipedia.org/wiki/The_Green_Paradox
1•leonidasrup•34m ago•0 comments

US troops are reportedly being targeted using location data, Pentagon says

https://www.militarytimes.com/news/pentagon-congress/2026/05/28/us-troops-are-reportedly-being-ta...
7•jethronethro•34m ago•0 comments

Reachy Mini bot goes local

https://huggingface.co/blog/local-reachy-mini-conversation
2•homarp•42m ago•1 comments

It's "Fine" for Me

https://codeberg.org/lievenmoors/fine
2•lievenmoors•44m ago•1 comments

I Made a Million Dollar Product from My Dorm Room (2025)

https://nick.winans.io/blog/nice-nano/
2•mattrighetti•45m ago•0 comments

Show HN: Open-source browser agent that runs 24/7

https://github.com/sediman-agent/sediman-browse
1•JasonHEIN•48m ago•0 comments

Amazon Quietly Changed the Terms of Kindle Security Updates

https://blog.the-ebook-reader.com/2026/05/26/amazon-quietly-changed-the-terms-of-kindle-security-...
2•DavideNL•50m ago•0 comments

The End of Free Tokens

https://douwe.com/blog/2026/0518/
5•dosinga•50m ago•0 comments

Social Animus

https://justine.lol/animus/
30•jart•50m ago•0 comments

Durable links between everything you work on

https://www.mjanssen.nl/linkano/index.html
1•marc0janssen•51m ago•0 comments

More Dads Are Scaling Back at the Office for Kids and Housework

https://www.wsj.com/lifestyle/careers/more-dads-are-scaling-back-at-the-office-for-kids-and-house...
4•Anon84•51m ago•0 comments

Why Tesla's AI trainers don't trust its self-driving tech – or its safety stats

https://www.reuters.com/investigations/why-teslas-ai-trainers-dont-trust-its-self-driving-tech-or...
4•JumpCrisscross•52m 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•1y ago

Comments

dthyresson•1y 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•1y 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•1y ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•1y 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•1y 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•1y 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•1y 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.