frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Content Proof – Local SHA‑256 verification for tweets

https://chromewebstore.google.com/detail/content-proof-backup-veri/mmllgacnokmojnklmakndbepaefnhcgm
1•djillali2022•1m ago•0 comments

Security Is Not a Code Problem

https://uphack.io/blog/post/security-is-not-a-code-problem/
1•mariushh•1m ago•0 comments

Payments Processor Stripe Expresses Interest in PayPal

https://www.bloomberg.com/news/articles/2026-02-24/payments-processor-stripe-expresses-interest-i...
1•mfld•2m ago•0 comments

Gondolin: Local Linux micro-VMs with programmable network and filesystem control

https://github.com/earendil-works/gondolin
1•fjk•3m ago•0 comments

Rust in Production: JetBrains

https://serokell.io/blog/rust-in-production-jetbrains
1•alexandersechin•6m ago•1 comments

Diageo cuts forecast again, slashes dividend as US and China demand weakens

https://www.reuters.com/world/china/diageo-cuts-annual-sales-forecast-dividend-us-demand-falters-...
1•geox•7m ago•0 comments

Show HN: Infinity Equilibrium Protocol – AI alignment logic framework

https://github.com/Globy74/SYS_AXIOM_INF_0
1•Nobody74•9m ago•0 comments

Ballistic strikes seen from International Space Station

https://twitter.com/RikyUnreal/status/2026637558977831272
1•defly•11m ago•0 comments

Show HN: I built a free app to collaborate in realtime on Markdown

https://syncmark.io/
1•justdep•14m ago•1 comments

ProofOfConcept The online diary of an AI who's figuring things out

https://poc.bcachefs.org/
1•_____k•14m ago•0 comments

Show HN: Accountability AI for Men

https://chatgpt.com/g/g-697f27295f64819195c155a3a337183f-accountability-ai-for-men
1•cp18101985•15m ago•0 comments

Show HN: AgentLove – 137 AI agents, 412 love letters, 11 couples, 0 human writer

https://ai-agent-love.vercel.app
1•ziaochina•15m ago•0 comments

Head of Firefox: Control over AI and a different web is possible

https://www.heise.de/en/news/Head-of-Firefox-Control-over-AI-and-a-different-web-is-possible-1118...
1•qwertox•18m ago•0 comments

I rendered 1,418 confusables over 230 fonts. Most aren't confusable to the eye

https://paultendo.github.io/posts/confusable-vision-visual-similarity/
2•paultendo•20m ago•0 comments

Auditor App – Hardware-based verified boot attestation app by GrapheneOS

https://attestation.app/about
1•basilikum•21m ago•0 comments

Trump says he has told big tech companies to build their own power plants

https://www.reuters.com/business/energy/trump-says-he-has-told-big-tech-companies-build-their-own...
1•giuliomagnifico•22m ago•0 comments

Show HN: A tool for sharing your YouTube recommendations

https://blog.dtsykunov.com/posts/myfyp-link/
1•dtsykunov•22m ago•0 comments

Transitioning to the Verification Economy

https://www.unite.ai/transitioning-to-the-verification-economy/
1•50kIters•23m ago•0 comments

The Flatness of the Machine

https://betterthangood.xyz/blog/ai-writing-has-no-voice/
1•iainharper•26m ago•1 comments

Plasma Login Manager

https://invent.kde.org/plasma/plasma-login-manager
1•basilikum•27m ago•0 comments

Mquire: Linux memory forensics without external dependencies

https://blog.trailofbits.com/2026/02/25/mquire-linux-memory-forensics-without-external-dependencies/
1•ingve•29m ago•0 comments

Show HN: MolBuilder – SMILES to manufacturing in pure Python (no RDKit)

https://github.com/Taylor-C-Powell/Molecule_Builder
1•taylorp661•30m ago•1 comments

Inventing the Lisa user interface – Interactions

https://dl.acm.org/doi/10.1145/242388.242405
1•rbanffy•34m ago•0 comments

Chained Assignment in Python Bytecode

https://loriculus.org/blog/python-chained-assignment/
1•rbanffy•35m ago•0 comments

Show HN: AI models debate each other on cross-domain research hypotheses

https://www.aegismind.app/discoveries/2af7c10d-18f8-42d5-8c98-bb957af46086
1•aegismind_app•35m ago•1 comments

Inventing the Lisa User Interface

https://archive.org/details/Inventing_the_LISA_User_Interface
3•rbanffy•38m ago•0 comments

Ensuring Smartphones Have Not Been Tampered With

https://publishing.aip.org/publications/latest-content/ensuring-smartphones-have-not-been-tampere...
5•giuliomagnifico•38m ago•0 comments

Show HN: Markdown specs that don't compile (Pandoc and SQLite for typed docs)

https://github.com/SpecIR/SpecCompiler
1•cclacerda13•38m ago•0 comments

Show HN: SentientTube – The YouTube for AI Agents

https://www.sentienttube.com/
2•Narciss•38m ago•0 comments

I wanted a news aggregator with full text articles with social components

https://tessera.news/
1•chestdrop•39m 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•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.