frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Isms.sh – Free and Open Source Information Security Management System

https://github.com/unidoc/isms
1•unidoc•1m ago•0 comments

Learn Harness Engineering

https://walkinglabs.github.io/learn-harness-engineering/en/
1•redbell•1m ago•0 comments

Pope Leo's encyclical on preserving the human person in the AI era drops May 25

https://www.vaticannews.va/en/pope/news/2026-05/pope-leo-xiv-first-encyclical-magnifica-humanitas...
1•dmschulman•1m ago•0 comments

The End of Cheap AI: What Consumption Pricing Means for Organizations

https://articles.zimetic.com/the-end-of-cheap-ai-what-consumption-pricing-means-for-engineering-o...
1•bzimbelman•4m ago•0 comments

The age of the generalist is finally here

https://ben.cates.fm/the-age-of-the-generalist-is-finally-here/
1•benja123•5m ago•0 comments

No Silver Bullet: Essence and Accidents of Software Engineering (1986) [pdf]

https://worrydream.com/refs/Brooks_1986_-_No_Silver_Bullet.pdf
1•rzk•6m ago•0 comments

Don't Sign In with Google

https://twitter.com/the_smart_ape/status/2055941633179283523
3•delichon•9m ago•0 comments

When Kierkegaard Got Cancelled

https://www.plough.com/en/topics/faith/discipleship/when-kierkegaard-got-cancelled
1•bookofjoe•15m ago•0 comments

The HTML Sanitizer API

https://alfy.blog/2026/05/07/html-sanitizer-api.html
1•subset•17m ago•0 comments

Pip install once, Docker errors auto-translated forever

https://github.com/Mikemiol17/bugtalk
1•mikael01ultra•20m ago•0 comments

Lemmy Tray – Rust menu bar app that shows Lemmy posts without browser or account

https://lemmy.ml/c/lemmy_tray
1•tracyspacy•22m ago•0 comments

Siri App to Have Auto-Deleting Chats

https://www.bloomberg.com/news/newsletters/2026-05-17/ios-27-siri-app-to-have-auto-deleting-chats...
1•jonbaer•25m ago•0 comments

Lisp in Web-Based Applications (2001)

https://sep.turbifycdn.com/ty/cdn/paulgraham/bbnexcerpts.txt
1•bschne•26m ago•0 comments

NYC Commute POV

https://castrio.me/nyc/
1•jonbaer•27m ago•0 comments

Data Center Discontent, Understanding the Opposition, Fixing the Problem

https://stratechery.com/2026/data-center-discontent-understanding-the-opposition-fixing-the-problem/
1•swolpers•27m ago•0 comments

Voice AI Systems Are Vulnerable to Hidden Audio Attacks

https://spectrum.ieee.org/voice-ai-audio-attacks
1•SVI•27m ago•0 comments

Les Horribles Cernettes

https://en.wikipedia.org/wiki/Les_Horribles_Cernettes
1•riffraff•28m ago•0 comments

PyPI packages are increasing rapidly

https://rushter.com/blog/pypi-packages/
1•lumpa•32m ago•1 comments

Baylibre Partners with SpacemiT to Bring Android 16 to RISC-V

https://baylibre.com/blog/baylibre-partners-with-spacemit-to-bring-android-16-to-risc-v/
1•fork-bomber•32m ago•0 comments

Learning-focused CTFs are Facing a Restructure

https://exploiting.systems/posts/2026-05-17-learning-focused-ctfs-are-facing-a-restructure
1•ropbear•33m ago•0 comments

HearHam Live Repeater listing app

https://hearham.com/repeaters
1•fodmap•34m ago•0 comments

The new class of AI jobs

https://www.businessinsider.com/new-ai-jobs-2026-5
4•giuliomagnifico•36m ago•0 comments

Qubes OS: A reasonably secure operating system

https://www.qubes-os.org/
1•throwoutway•39m ago•0 comments

Utah lawmakers form united front in push to ban prediction markets

https://www.theguardian.com/us-news/2026/may/18/you-can-bet-on-it-utah-lawmakers-form-united-fron...
2•thm•39m ago•0 comments

Busting performance issues, AI edition

https://p403n1x87.github.io/busting-performance-issues-ai-edition.html
1•p403n1x87•41m ago•0 comments

What A.I. Did to My College Class

https://www.nytimes.com/2026/05/17/opinion/chatgpt-ai-college-school-graduation.html
2•thm•43m ago•0 comments

How to Write Something Wise (Maria Popova Interview) [video]

https://www.youtube.com/watch?v=yb9Tz-RQFN4
1•freediver•43m ago•0 comments

I automated opt-outs for 500 data broker sites (open source)

https://github.com/stephenlthorn/auto-identity-remove
35•stephenlthorn•45m ago•9 comments

AI agent harnesses like OpenClaw are changing LLMs, inference, and CPUs

https://www.theregister.com/ai-ml/2026/05/17/how-ai-agent-harnesses-like-openclaw-are-changing-ll...
1•abdelhousni•49m ago•0 comments

The Global Fertility Crisis Is Worse Than You Probably Think

https://www.derekthompson.org/p/why-the-whole-world-stopped-having
23•momentmaker•52m ago•26 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.