frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Removing React.js from the codebase and adapting Htmx for UI interactivity

https://misago-project.org/t/removing-reactjs-from-the-codebase-and-adapting-htmx-for-ui-interact...
1•Ralfp•3m ago•0 comments

Why I Left Google DeepMind

https://www.lesswrong.com/posts/iKm2FhpWkuuBojm82/why-i-left-google-deepmind
1•eatitraw•5m ago•1 comments

"Please just use plain English, I don't understand what you're saying."

https://twitter.com/mykola/status/2081450468178579594
1•alediaferia•5m ago•0 comments

Show HN: Agent Console – A Local Dashboard for Codex and Claude Code

https://github.com/buhuipao/agent-console
1•buhuipao•6m ago•0 comments

Brief notes on the OpenAI/Hugging Face incident

https://abstatisticalconsulting.substack.com/p/brief-notes-on-the-openaihugging
1•eatitraw•8m ago•0 comments

Resumepilot

https://resumpilot-xtlr.bolt.host
1•ibrahemalghazy•13m ago•0 comments

Absolute Truths I Unlearned as Junior Developer (2019)

https://monicalent.com/blog/2019/06/03/absolute-truths-unlearned-as-junior-developer/
1•downbad_•14m ago•0 comments

Heartbeats and Heart Attacks (2016)

https://tabletopwhale.com/2016/10/19/heartbeats-and-heart-attacks.html
1•downbad_•14m ago•0 comments

Teaching LLMs to Update Beliefs for Efficient Long-Horizon Interaction

https://bair.berkeley.edu/blog/2026/07/26/abbel/
1•SVI•16m ago•0 comments

Replacing gas stove can help asthmatics as much as some drugs, US experts find

https://www.theguardian.com/environment/2026/jul/24/replacing-gas-stove-can-help-asthmatics-as-mu...
2•u1hcw9nx•22m ago•0 comments

The Alice and Bob After Dinner Speech (1984)

https://hex.ooo/library/alicebob.html
1•kamma4434•23m ago•0 comments

TV presenter and comedian Bill Oddie dies at 85

https://www.bbc.co.uk/news/articles/cjejw8pq5elo
1•zeristor•23m ago•3 comments

Mirelba II

https://medium.com/luminasticity/mirelba-ii-1d3fcb3b0926
1•bryanrasmussen•27m ago•0 comments

Stop Pathologizing Ordinary Life

https://www.nytimes.com/2026/07/26/opinion/mental-health-exercise-charity.html
3•Michelangelo11•32m ago•0 comments

Show HN: NameThatUI – A quiz game to test your UI design knowledge

https://namethatui.org/
1•tangjei•34m ago•0 comments

You can view a lot of shared conversations via Google

https://old.reddit.com/r/ClaudeAI/comments/1v6fiyj/you_can_view_a_lot_of_shared_conversations_via/
1•tamnd•36m ago•0 comments

AI YouTube Video Generator: From Content Creation to Scalable Video Production

https://textideo.com/use-cases/youtube
1•cloaud•37m ago•0 comments

Shay Locomotives

https://www.shaylocomotives.com/
1•Rygian•38m ago•0 comments

FICC Curves and Surfaces Are Built

https://medium.com/@DolphinDB_Inc/the-hidden-foundation-of-pricing-and-risk-how-ficc-curves-and-s...
1•CrazyTomato•43m ago•0 comments

Logic 2010

https://logiclx.humnet.ucla.edu/
1•let_rec•44m ago•0 comments

Chinese chipmaker shares surge 470%

https://www.bbc.com/news/articles/c9q9w3x9qn2o
7•pingou•50m ago•0 comments

The Future According to LLMs

https://www.thefutureaccordingtoai.com/
3•superted•55m ago•3 comments

VLC for Unity now supported on Linux

https://code.videolan.org/videolan/vlc-unity
4•martz•55m ago•1 comments

RS-485

https://en.wikipedia.org/wiki/RS-485
1•doener•57m ago•0 comments

SimpleDMARC – DMARC monitoring that turns the raw XML reports into plain English

https://simpledmarc.com/
1•maniargaurav•59m ago•0 comments

Show HN: Gitwig – Mouse-drivable Git TUI and multi-repo dashboard in Rust

https://gitwig.dev/
1•tareqmy•1h ago•0 comments

China memory chipmaker CXMT's shares soar in blockbuster listing

https://www.euronews.com/business/2026/07/27/china-memory-chipmaker-cxmts-shares-soar-in-blockbus...
4•amelius•1h ago•0 comments

ZeroEntropy Joins Notion

https://zeroentropy.dev/articles/zeroentropy-is-joining-notion/
1•kisamoto•1h ago•0 comments

The Indie Hacker Economy Is a Pyramid Scheme

https://medium.com/westenberg/the-indie-hacker-economy-is-a-pyramid-scheme-d06cb5789648
7•latexr•1h ago•0 comments

China State Media Says Support for Open AI Models Has Limits

https://www.bloomberg.com/news/articles/2026-07-27/china-state-media-says-support-for-open-ai-mod...
2•maxloh•1h 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•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.