frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Firefox flaws closed thanks to Mythos AI

https://www.heise.de/en/news/271-Firefox-flaws-closed-thanks-to-Mythos-AI-Breakthrough-for-IT-sec...
1•Prunkton•44s ago•0 comments

Show HN: Mixlab, an ML arch lab in Go. JSON config, Metal and CUDA, 1.6s builds

https://github.com/mrothroc/mixlab
1•mrothroc•3m ago•1 comments

Health AI Startup Has Helped Reverse Denied Health Insurance Claims

https://www.bloomberg.com/news/features/2026-04-22/ai-and-mark-cuban-among-startup-s-tools-to-fig...
3•pir8life4me•4m ago•0 comments

Bloomberg's TypeScript CLI Library

https://bloomberg.github.io/stricli/
1•frutiger•4m ago•0 comments

A Powerful New 'QR Code' Untangles Math's Knottiest Knots

https://www.quantamagazine.org/a-powerful-new-qr-code-untangles-maths-knottiest-knots-20260422/
1•defrost•4m ago•0 comments

The Corporation

https://thecorporation.com/
1•metabagel•4m ago•0 comments

Chernobyl at 40: The accident, its impact and how it changed nuclear energy

https://www.world-nuclear-news.org/articles/chernobyl-at-40-the-accident-its-impact-and-how-it-ch...
3•philipkglass•5m ago•1 comments

Security Without Hierarchy

https://theanarchistlibrary.org/library/scrappy-capy-distro-security-without-hierarchy
1•eustoria•6m ago•0 comments

ByeDoom – Quickly get an RSS feed for your favorite reader

https://byedoom.com/
1•eustoria•7m ago•0 comments

Emergence Is Not Engineering

https://www.noemamag.com/emergence-is-not-engineering/
1•Brajeshwar•7m ago•0 comments

Show HN: Making video games every day with Claude (Day 9: Pong Paralyzer)

https://gamevibe.us/9-pong-paralyzer
2•pzxc•8m ago•0 comments

Show HN: A visual CI/CD system

https://www.actionforge.dev
4•sebastian_io•9m ago•0 comments

Exit Payout Scenarios

https://www.thesaasceo.com/p/your-exit-payout-scenarios
3•sanketbhasin•11m ago•0 comments

US turns to Ukrainian counter-drone tech after Iran attacks, sources say

https://www.reuters.com/business/aerospace-defense/us-turns-ukrainian-counter-drone-tech-after-ir...
2•mikhael•11m ago•0 comments

Show HN: AthleteData – AI coach for endurance athletes that messages you first

https://www.athletedata.health
5•fliellerjulian•11m ago•0 comments

USVC: A new fund by AngelList that broadens access to venture capital

https://usvc.com/
4•bpierre•12m ago•0 comments

RoboLab: Robot- and policy-agnostic simulation benchmarking

https://research.nvidia.com/labs/srl/projects/robolab/
1•dagli•13m ago•0 comments

Show HN: Google Docs MCP that works

https://github.com/dbuxton/google-docs-mcp
1•dbuxton•13m ago•0 comments

Show HN: Free Live Speech Translator

https://timleland.com/live-speech-translator/
2•TimLeland•13m ago•0 comments

SpaceX is working with Cursor and has an option to buy the startup for $60B

https://techcrunch.com/2026/04/21/spacex-is-working-with-cursor-and-has-an-option-to-buy-the-star...
1•hislaziness•14m ago•1 comments

How Health Workers Can Love Their Devices

https://za.virtualhospitalsafrica.org/blog/how-health-workers-can-love-their-devices
1•wweiss1230•18m ago•0 comments

Features everyone should steal from npmx

https://nesbitt.io/2026/04/16/features-everyone-should-steal-from-npmx.html
1•speckx•18m ago•0 comments

Building Ridgeline, part 1: I have too many dashboards

https://www.xydac.com/blog/building-ridgeline-part-1/
1•xydac•19m ago•0 comments

World Models will push the frontier for LLMs

https://lucrbvi.bearblog.dev/world-models-will-push-the-frontier/
2•lucrbvi•19m ago•0 comments

AI wants composition, not chat

https://linuxtoaster.com/blog/against-the-chat-box.html
2•dirk94018•20m ago•0 comments

Tolaria

https://tolaria.md/
1•handfuloflight•21m ago•0 comments

Luddites and AI Datacenters

https://www.seangoedecke.com/luddites-and-ai-datacenters/
1•Brajeshwar•21m ago•0 comments

Show HN: Map – Receipts and rollback for AI agents

https://github.com/DeadpxlStudio/ModelActionProtocol
1•Dahvay•22m ago•0 comments

White paper: Enphase universal bidirectional EV charger

https://enphase.com/download/iq-bidirectional-ev-charger-whitepaper
1•malchow•23m ago•0 comments

DCP-AI – Portable accountability layer for AI agents (post-quantum)

https://github.com/dcp-ai-protocol/dcp-ai
1•dnaranjo•23m 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•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.