frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

America's Corporate Protector

https://www.bloomberg.com/features/2026-trump-cfpb-enforcement
1•petethomas•54s ago•0 comments

MultiClip: A dead-simple clipboard manager that solves a real problem

https://github.com/jerfauvet-arch/MultiClip
1•jer_fau_chat•2m ago•0 comments

Put your phone away: Sweden urges parents to restrict screen use around children

https://www.theguardian.com/world/2026/jun/01/sweden-urges-parents-to-restrict-phone-use-around-c...
1•Markoff•3m ago•0 comments

Ask HN: What is your opinion on index rule changes to accommodate Mega-Cap IPOs?

1•figmert•5m ago•0 comments

Ask HN: Do you like the Cinematography of "The Batman" (2022)?

1•wasimsk•5m ago•0 comments

Claude Code from the Beach

https://rogs.me/2026/02/claude-code-from-the-beach-my-remote-coding-setup-with-mosh-tmux-and-ntfy/
1•emirb•5m ago•1 comments

Russia greatly expands SORM surveillance requirements

https://risky.biz/risky-bulletin-russia-greatly-expands-sorm-surveillance-requirements/
1•aa_is_op•6m ago•0 comments

When the Earth Had Supermountains [video]

https://www.youtube.com/watch?v=PUDvZYXxMuQ
1•thunderbong•7m ago•0 comments

Bm25

https://arpitbhayani.me/blogs/bm25/
1•prakashqwerty•8m ago•0 comments

Stop Ruining It

https://seths.blog/2026/06/stop-ruining-it/
3•herbertl•8m ago•0 comments

MDMA – Turn LLM Responses into Interactive UI via MCP

https://github.com/MobileReality/mdma
3•mattsadowsky•14m ago•2 comments

Mathematician solves origami donut efficiency challenge with fewest folds

https://phys.org/news/2026-06-mathematician-origami-donut-efficiency-fewest.html
1•pseudolus•15m ago•0 comments

In a world of distraction, I needed to relearn how to read classic books

https://www.theguardian.com/books/2026/jun/02/classic-novels-relearn-how-to-read-distractions-scr...
1•robaato•15m ago•0 comments

Passion and Work

https://nik.art/passion-and-work/
1•herbertl•17m ago•0 comments

Proton Mail adds support for Gmail account syncing and sending

https://cyberinsider.com/proton-mail-adds-support-for-gmail-account-syncing-and-sending/
3•robertlagrant•19m ago•1 comments

Ask HN: What Hacker News comments have you bookmarked?

4•chistev•22m ago•2 comments

Kairo: Open-source project memory for understanding how a repo evolved

https://github.com/ElhamdevelopmentStudio/kairo
2•elhamdev•22m ago•1 comments

Good LLM development and usage patterns

https://blog.bluebyday.com/posts/good-llm-dev-and-usage/
2•_QrE•23m ago•0 comments

From Specialists to Builders: How AI Agentic Coding Is Reshaping Software Teams

https://aliparnan.com/blog-specialists-to-builders.html
2•Alpn13•24m ago•0 comments

Agent payments reach 3.1M x402 transactions in 30 days

https://cryptobriefing.com/agent-payments-growth-x402/
4•alexreysa•25m ago•0 comments

Mirror's Edge Catalyst Glass City as a navigable 3D atlas in the browser

https://glassgallery.me/
1•justsomehnguy•25m ago•0 comments

China's lab-grown diamonds emerging as a surprising beneficiary of the AI boom

https://www.bloomberg.com/news/articles/2026-06-02/china-s-lab-grown-diamonds-emerge-as-unlikely-...
1•victormustar•26m ago•0 comments

Why Janet?

https://ianthehenry.com/posts/why-janet/
36•yacin•26m ago•2 comments

The Unreasonable Effectiveness of Mathematics in the Natural Sciences(1960)[pdf]

https://www.hep.upenn.edu/~johnda/Papers/wignerUnreasonableEffectiveness.pdf
1•Quizzical4230•26m ago•0 comments

You Don't Love Systemd Timers Enough

https://blog.tjll.net/you-dont-love-systemd-timers-enough/
2•yacin•26m ago•1 comments

Official MCP servers ship known-vulnerable dependencies at install time

https://bindfort.com/research/mcp-supply-chain-scan
2•Bindfort•27m ago•0 comments

Programming as Theory Building, Naur (1985). PDF-Link

https://pages.cs.wisc.edu/~remzi/Naur.pdf
1•birdculture•27m ago•0 comments

Supply Chain DLP: Stop Leaked .env Files, Credentials, SSH Keys, and API Tokens

https://scdlp.io/
1•ronreiter•27m ago•0 comments

Mqtt-dashboard – A self-hostable MQTT dashboard/explorer for IoT developers

https://github.com/jmischler72/mqtt-dashboard
1•jmischler72•28m ago•0 comments

uLisp

http://www.ulisp.com/
1•tosh•30m 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.