frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dutch government objects to proposed US law restricting ASML's China exports

https://www.reuters.com/world/asia-pacific/dutch-government-objects-proposed-us-law-restricting-a...
2•jonbaer•5m ago•0 comments

Classic – Hacker News

https://news.ycombinator.com/classic
3•rvnx•12m ago•0 comments

Twilight of the Velocipede: Typesetting Races Before the Age of Linotype

https://publicdomainreview.org/essay/twilight-of-the-velocipede/
1•benbreen•12m ago•0 comments

Google AI Overview – "Tersely"

https://www.google.com/search?q=tersely&oq=tersely
1•flawn•15m ago•0 comments

Liquid Breathing

https://en.wikipedia.org/wiki/Liquid_breathing
1•Markoff•16m ago•0 comments

asp-classic-emulator: Run ASP Classic on macOS, Linux and BSD

https://github.com/MarceloDelgadoDev/asp-classic-emulator
1•866-RON-0-FEZ•20m ago•0 comments

Show HN: Artist Kit – One-Page Website Builder for DJs and Music Artists

https://www.artistkit.co/
3•truetaurus•23m ago•1 comments

I used AI to help market my bagel shop. Then the one-star reviews came in

https://www.businessinsider.com/bagel-shop-owner-removes-ai-social-media-marketing-2026-5
2•michaelsbradley•26m ago•1 comments

Scenario with Low Demand for AI

2•tesdinger•26m ago•0 comments

How does your team capture decisions and action items after meetings?

2•Skm-12•29m ago•0 comments

AI Is Technology, Not a Product

https://daringfireball.net/2026/05/ai_is_technology_not_a_product
1•mattas•31m ago•0 comments

Show HN: Firehooks – Get app users from TikTok without paid ads

https://ads.firehooks.io/
1•Tanvir3•31m ago•0 comments

Do Job Postings Show Early Labor‑Market Effects of AI?

https://libertystreeteconomics.newyorkfed.org/2026/05/do-job-postings-show-early-labor-market-eff...
3•wslh•40m ago•0 comments

BYD weighs Formula 1 role as 2026 rules shift toward electric power, VP confirms

https://carnewschina.com/2026/04/28/byd-weighs-formula-1-role-as-2026-rules-shift-toward-electric...
1•Markoff•40m ago•0 comments

Executives are blaming layoffs on AI, but it is not the main driver

https://finance.yahoo.com/economy/article/executives-are-blaming-layoffs-on-ai-but-research-shows...
1•wslh•41m ago•0 comments

Claude Agent View Changes How You Run Your Engineering Day

https://medium.com/@alirezarezvani/claude-agent-view-changes-how-you-run-your-engineering-day-ec7...
2•jungard•41m ago•0 comments

DIY Triboluminescence Media

1•sargstuff•43m ago•0 comments

The physics of scotch tape (2011)

https://www.symmetrymagazine.org/breaking/2011/01/18/the-physics-of-scotch-tape?language_content_...
1•sargstuff•43m ago•0 comments

X-ray and electron emission from peeling adhesive tape

https://pubs.aip.org/aip/apl/article/128/19/191101/3389324/X-ray-and-electron-emission-from-peeli...
2•ledoge•44m ago•0 comments

Is Trader Joe's the "Quince" of Food?

https://lesleysykes.substack.com/p/is-trader-joes-the-quince-of-food
1•mooreds•46m ago•0 comments

Show HN: nbpipe – A lightweight workflow runner for Jupyter notebooks

https://github.com/ngafar/nbpipe
1•nawazgafar•47m ago•0 comments

Analysis of changes in the Bun codebase after the rewrite from Zig to Rust

https://kant2002.github.io/en/llm/2026/05/16/bun-pr-analysis-en.html
3•kant2002•47m ago•1 comments

Vulnerability Cve-2026-7412

https://db.gcve.eu/vuln/cve-2026-7412
1•anonyoum•49m ago•0 comments

Vulnerability Cve-2026-7411

https://db.gcve.eu/vuln/cve-2026-7411
1•anonyoum•49m ago•0 comments

Colleges got more rural students to apply, challenge is getting them to attend

1•1659447091•50m ago•0 comments

Claude Session Manager – tile-based desktop manager for Claude Code

https://github.com/irfan-gowani/claude-session-manager
1•gnosis_hn•50m ago•0 comments

Too Much Is Happening Too Fast

https://www.theatlantic.com/technology/2026/05/too-much-happening-too-fast/687177/
2•malshe•51m ago•1 comments

Exploring Chemistry in Four Dimensions

https://blog.4denthusiast.net/
1•onestay42•52m ago•0 comments

Outcry: A four-layer activist AI that runs on a four-year-old phone

https://www.outcryai.com/research/how-to-create-activist-ai
1•micahwhite•52m ago•0 comments

Local, reviewable repo memory for coding agents

https://github.com/aictx/memory
3•Yannetto•53m 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•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.