frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Happiness research doesn't make you happy

https://www.technotheoria.org/p/happiness-research-doesnt-make-you
1•paulpauper•1m ago•0 comments

Lowtype: Elegant Types in Ruby

https://codeberg.org/Iow/type
4•birdculture•2m ago•0 comments

New version of HugstonOne with Qwen Next 80B support and Memory

https://github.com/Mainframework/HugstonOne/releases/tag/HugstonOne_Enterprise_Edition_with_memory
1•trilogic•3m ago•0 comments

The Neoliberal Era Was Not Pro-Market Enough

https://www.richardhanania.com/p/the-neoliberal-era-was-not-pro-market
1•paulpauper•3m ago•0 comments

Airloom – 3D Flight Tracker

https://objectiveunclear.com/airloom.html
3•azinman2•4m ago•0 comments

Beads_viewer: Keyboard-driven terminal interface for the Beads issue tracker

https://github.com/Dicklesworthstone/beads_viewer
2•latchkey•7m ago•0 comments

Shrinking While Linking

https://www.tweag.io/blog/2025-11-27-shrinking-static-libs/
1•synergy20•8m ago•0 comments

(Digital) Elbows Up

https://pluralistic.net/2025/11/28/disenshittification-nation/
2•hn_acker•10m ago•0 comments

Lobsters Interview

https://susam.net/my-lobsters-interview.html
1•blenderob•10m ago•0 comments

Useful Black Friday dev resources I came across today

https://github.com/greatfrontend/black-friday-cyber-monday-deals
3•demon1421•13m ago•0 comments

Best URL Shortener – super clean / no ads

https://svwt.cc
5•swiftvault•15m ago•1 comments

The Fat-Tailed Sheep on the First Fleet; Australia's First Sheep

https://www.singletonmills.com/sydney-first-sheep.html
3•Y_Y•15m ago•0 comments

Stellantis Is Spamming Owners' Screens with Pop-Up Ads for New Car Discounts

https://www.thedrive.com/news/stellantis-is-spamming-owners-screens-with-pop-up-ads-for-new-car-d...
7•cf100clunk•15m ago•0 comments

True P2P Email on Top of Yggdrasil Network

https://github.com/JB-SelfCompany/Tyr
8•basemi•18m ago•0 comments

Show HN: Bodge.app – μFaaS for hacked-together personal tools and small projects

https://bodge.app/
3•azdle•18m ago•0 comments

Show HN: An AI powered Welcome Note Generator in Go (Moderation and LLM and UI)

https://github.com/vnaveen-mh/welcome-note-generator
2•vnaveen9296•18m ago•0 comments

Show HN: A complete list of free Black Friday audio plugins and sample packs

https://bedroomproducersblog.com/2025/11/28/black-friday-freebies-2025/
3•kkinbpb•18m ago•2 comments

Dutch chipmaker Nexperia urges Chinese units to help restore supply chain

https://www.reuters.com/world/china/dutch-chipmaker-nexperia-urges-chinese-units-help-restore-sup...
6•ilamont•23m ago•1 comments

Ask HN: How to Differentiate a General Agent from Manus?

6•bingwu1995•23m ago•1 comments

Travels: Fast framework-agnostic undo/redo powered by mutative JSON patch

https://github.com/mutativejs/travels
7•nateb2022•26m ago•0 comments

Thanksgiving's real drama may be Michael Burry versus Nvidia

https://techcrunch.com/2025/11/27/this-thanksgivings-real-drama-may-be-michael-burry-versus-nvidia/
5•wslh•28m ago•1 comments

Gavle Goat 2025 live stream [video]

https://youtube.com/watch?v=P1VOrSoJXnc
1•slater•28m ago•0 comments

Pink Lexical Slime: The Dark Side of Autocorrect

https://www.cyberdemon.org/2017/12/12/pink-lexical-slime.html
3•dmazin•29m ago•1 comments

AI Adoption Rates Starting to Flatten Out

https://www.apolloacademy.com/ai-adoption-rates-starting-to-flatten-out/
35•toomuchtodo•32m ago•13 comments

Artificial Computation

https://cultureandcommunication.org/galloway/artificial-computation
6•vrnvu•33m ago•0 comments

Show HN: HALUD YOUR HORSES – a container system to resist Shai-Hulud NPM attacks

https://github.com/maya-undefined/halud_your_horses
1•neechoop•34m ago•4 comments

Show HN: Research Papers as Memes

https://near.tl/tech
6•QueensGambit•34m ago•1 comments

AI Methodology: Using Encapsulation

https://deadend.dev/posts/ai-agents-and-encapsulation/
3•Dansvidania•35m ago•0 comments

What's the difference between an artist and a creator?

https://www.ystrickler.com/whats-the-difference-between-an-artist-and-a-creator/
6•bookofjoe•35m ago•1 comments

SAM3D-Body with glb export in rerun

https://huggingface.co/spaces/pablovela5620/sam3d-body-rerun
3•pablovelagomez•36m 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•6mo ago

Comments

dthyresson•6mo 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•6mo 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•6mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•6mo 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•6mo 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•6mo 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•6mo 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.