frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We heard you: the new Framework Laptop 13 Pro [video]

https://www.youtube.com/watch?v=GnOpIQJnYWU
1•znpy•3m ago•0 comments

Ask HN: Claude Code Alternative

1•Frannky•3m ago•1 comments

Air Force can't quit the A-10 Warthog, extends service into 2030

https://taskandpurpose.com/news/air-force-a10-warthog-2030/
3•ilamont•3m ago•0 comments

Tell HN: My open-source project hit 5k registered users

3•darkhorse13•6m ago•0 comments

The distribution of power and inclusiveness across deep time

https://www.science.org/doi/10.1126/sciadv.aec1426
1•PaulHoule•6m ago•0 comments

Taskd – a new task management system

https://lmd.sh/taskd-a-new-task-management-system/
1•levidurfee•7m ago•0 comments

Ask HN: Gemini Pro does not give montly credits, do I have any rights?

https://gemini.google/us/subscriptions/?hl=en
1•kingleopold•7m ago•2 comments

A short taxonomy of the collapse of streaming subscription bundles

https://narendranag.com/2026/04/20/a-short-taxonomy-of-bundle-collapse.html
1•narendranag•7m ago•0 comments

Your Smart TV is taking screenshots of your screen every 15 seconds

https://twitter.com/heynavtoor/status/2044433988312560051
2•nowflux•8m ago•0 comments

The Impatient Programmer's Guide to Bevy and Rust: Ch 12 Let There Be Networking

https://aibodh.com/posts/bevy-rust-game-development-chapter-12/
1•febin•10m ago•0 comments

Claude Code removed from Anthropic's Pro plan

https://claude.com/pricing
13•JamesMcMinn•13m ago•5 comments

Where's the Raccoon with the Ham Radio?

https://simonwillison.net/2026/Apr/21/gpt-image-2/
1•metadat•14m ago•1 comments

I Used ChatGPT to Get Past a Game Breaking Bug in the Long Dark

https://old.reddit.com/r/ChatGPT/comments/1srysia/i_used_chatgpt_to_get_past_a_game_breaking_bug_in/
1•fpgaminer•14m ago•0 comments

Zero-Install Browser SQL Trainer – Done in 2 Days

https://softwareengel.github.io/sql-trainer/
1•Softwareengel•14m ago•0 comments

Quick thoughts on GitHub CTO's post on availability

https://surfingcomplexity.blog/2026/03/12/quick-thoughts-on-github-ctos-post-on-availability/
2•sylvainkalache•19m ago•0 comments

Better TTS on Linux

https://shkspr.mobi/blog/2026/04/better-tts-on-linux/
2•speckx•20m ago•0 comments

Critical .NET 10.0.6 vulnerability in DataProtection

https://github.com/dotnet/announcements/issues/395
2•merb•20m ago•1 comments

Another Day Has Come

https://daringfireball.net/2026/04/another_day_has_come
3•ndr42•24m ago•1 comments

Odyssey-2 Max: Scaled World Simulation

https://odyssey.ml/introducing-odyssey-2-max
1•olivercameron•24m ago•0 comments

Supervised Tesla FSD in Europe [video]

https://www.youtube.com/watch?v=-YJvbkNVHng&list=TLPQMjEwNDIwMjbsBglIXbXnVw&index=4
2•simonebrunozzi•25m ago•0 comments

Automatic Thatcher-Effect Generator

https://bigjobby.com/optical/Thatcher/
1•IsopropylMalbec•26m ago•0 comments

Meta will train AI agents by tracking employees' mouse, keyboard use

https://arstechnica.com/ai/2026/04/meta-will-use-employee-tracking-software-to-help-train-ai-agen...
2•choult•27m ago•0 comments

LAcon V Announces 2026 Hugo Awards Finalists

https://file770.com/lacon-v-announces-2026-hugo-awards-finalists/
2•MaysonL•28m ago•0 comments

Ask HN: What Is Anthropic Doing?

6•d3ckard•29m ago•2 comments

The importance of people who care

https://rachelandrew.co.uk/archives/2026/04/21/the-importance-of-people-who-care/
3•speckx•33m ago•0 comments

Fisherian Runaway in the Modern Economy

https://www.rosshartshorn.net/stuffrossthinksabout/fisherian_runaway/
2•rossdavidh•35m ago•0 comments

Why XOR a register with itself instead of subtracting

https://devblogs.microsoft.com/oldnewthing/20260421-00/?p=112247
1•LorenDB•36m ago•0 comments

Lessons in Changemaking from a Peace Corps '40 Under 40'

https://www.whitman.edu//whitman-stories/whitman-magazine/winter-2026/good-food-and-good-business...
1•mooreds•36m ago•0 comments

Per-image PCA characterization of the Kodak image suite (PDF and JSON)

https://github.com/PearsonZero/kodak-pcd0992-statistical-characterization/tree/main/baseline
1•PearsonZero•39m ago•0 comments

I Climb Trees – Learn Deep Learning – From Simon JD Prince

https://www.iclimbtrees.com/courses
1•aanet•40m ago•1 comments
Open in hackernews

React Meta-Framework Feels Broken, Here's Why

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

Comments

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