frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why it's hard to claw the enterprise

https://mercurialsolo.github.io/posts/request-for-agent-infra/
1•mercurialsolo•1m ago•0 comments

I built an app and bunch of widgets to visualize time

https://apps.apple.com/us/app/pondero/id6758339557
1•pondero_app•1m ago•0 comments

S-term: a little E Ink SSH terminal and notepad

https://saah.as/projects/s-term
1•suputra•2m ago•0 comments

Show HN: Open-next-router (ONR) – An Nginx-inspired, config-driven LLM router

https://github.com/r9s-ai/open-next-router
1•song2025•2m ago•0 comments

Xbox Co-Founder Thinks Microsoft Is 'Sunsetting' the Platform

https://www.pcmag.com/news/xbox-co-founder-thinks-microsoft-will-sunset-xbox
1•salkahfi•3m ago•0 comments

Apache NetBeans 29 Released

https://netbeans.apache.org/front/main/download/nb29/
1•birdculture•5m ago•0 comments

Boogiebench: Evaluating models' ability to write music

https://www.boogiebench.com
1•tintinnabula•6m ago•0 comments

NPR Finds 53 Missing 'Trump' Pages – The DOJ Has No Explanation

https://www.mediaite.com/opinion/epstein-files-npr-finds-53-missing-trump-pages-the-doj-has-no-ex...
5•Betelbuddy•6m ago•1 comments

The Rejection of Artificially Generated Slop (Rags)

https://406.fail/
1•signa11•7m ago•0 comments

Show HN: GhostVM – native macOS VMs for secure dev and isolated agent workflows

https://github.com/groundwater/GhostVM
1•JacobDivbyzero•8m ago•0 comments

The paradox of Bangladesh's democratic rebirth

https://globalvoices.org/2026/02/14/the-paradox-of-bangladeshs-democratic-rebirth-a-critical-anal...
1•PaulHoule•8m ago•0 comments

Show HN: Idea Reality MCP – Pre-build reality check for AI coding agents

https://github.com/mnemox-ai/idea-reality-mcp
1•mnemoxai•9m ago•0 comments

Show HN: Tag Promptless on any GitHub PR/Issue to get updated user-facing docs

2•prithvi2206•9m ago•0 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
2•onecommit•10m ago•0 comments

Pentagon, Musk's xAI reach agreement to use Grok in classified systems

https://www.aa.com.tr/en/americas/pentagon-musk-s-xai-reach-agreement-to-use-grok-in-classified-s...
1•Betelbuddy•10m ago•0 comments

Former Norwegian premier hospitalized after suicide attempt amid Epstein charges

https://www.aa.com.tr/en/europe/former-norwegian-premier-hospitalized-after-suicide-attempt-amid-...
2•Betelbuddy•13m ago•0 comments

Jira Ticket Analysis Web App (Free)

https://jiralens.com/
1•thebitvader•13m ago•1 comments

Myelin repair promoted by clemastine fumarate in nonhuman primate model

https://www.pnas.org/doi/10.1073/pnas.2520161123
3•bikenaga•13m ago•1 comments

One workspace for inspiration, intelligence, and creation

https://www.inspoai.io
1•sendnow•14m ago•0 comments

Show HN: Unthumb – Replace YT thumbnails with frames from the video

https://chromewebstore.google.com/detail/unthumb-hide-and-replace/ihibeclkodckpjfiihkcdhejpcielpcl
1•philcunliffe•14m ago•0 comments

STARC framework for Bank-Fintech risk management

https://www.independentbanker.org/w/starc-framework-for-bank-fintech-risk-management
1•petethomas•15m ago•0 comments

Emissaries – Constitutional principles for personal agents

https://commontask.org/emissaries/
2•durakot•15m ago•0 comments

Querying 3B Vectors

https://vickiboykis.com/2026/02/21/querying-3-billion-vectors/
1•mooreds•16m ago•0 comments

Finding Hidden Cloud Savings

https://newsletter.masterpoint.io/p/finding-hidden-cloud-savings
1•mooreds•16m ago•0 comments

Anthropic accuses China of 'industrial scale' attempt to steal Claude

https://www.neowin.net/news/anthropic-accuses-china-of-industrial-scale-attempt-to-steal-claudes-...
2•bundie•16m ago•0 comments

Least Privilege Manifesto

https://www.osohq.com/post/least-privilege-manifesto
2•boristane•16m ago•0 comments

Show HN: LoMux – Lightweight FFmpeg GUI in Rust (3MB Binary)

https://github.com/zblauser/LoMux
1•selectedambient•16m ago•0 comments

Sonic Attack on a Silent Vigil

https://earshotngo.substack.com/p/sonic-attack-on-a-silent-vigil
2•moxifly7•20m ago•0 comments

Re-thinking candidate take-homes in the AI Era: transcripts over code

https://rootly.com/blog/re-thinking-candidates-take-homes-in-the-ai-era-transcripts-over-code
1•jjtang1•20m ago•0 comments

1Password Raising Prices ~33%

9•iamben•22m ago•2 comments
Open in hackernews

React Meta-Framework Feels Broken, Here's Why

https://rwsdk.com/blog/your-react-meta-framework-feels-broken
22•dthyresson•9mo ago

Comments

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