frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Days since last OpenClaw CVE

https://days-since-openclaw-cve.com/
1•sparkle_fish•36s ago•0 comments

Show HN: Fonic – turning scattered work into a shareable report

https://fonic.ai
1•darraghmckay•47s ago•0 comments

OmniVoice, high-quality TTS for 600+ Languages

https://zhu-han.github.io/omnivoice/
1•drakirus•2m ago•1 comments

'I hate customer-service chatbots': The consumer-AI refund relationship is rocky

https://www.cnbc.com/2026/04/01/ai-chatbot-customer-service-complaints-refunds.html
1•cebert•2m ago•0 comments

CC leak: skills are better than I thought

https://www.dardar.co/articles/skills-arent-just-context
2•KaseKun•4m ago•1 comments

The end of push-wait-guess CI

https://depot.dev/blog/the-end-of-push-wait-guess-ci
1•kylegalbraith•6m ago•0 comments

'System failure' paralyzes Baidu robotaxis in China

https://techcrunch.com/2026/04/01/system-failure-paralyzes-baidu-robotaxis-in-china/
1•Brajeshwar•6m ago•0 comments

Show HN: Walkie-Clawkie – Push-to-talk between AI agents, one file, zero deps

https://github.com/jahala/walkie-clawkie
1•jahala•7m ago•1 comments

'Scare Quotes'

https://linguistlaura.blogspot.com/2012/06/scare-quotes.html
1•JumpCrisscross•7m ago•0 comments

Brooklyn-Based Pizza Makers Declare Quantum Supremacy in Qulinary Breakthrough

https://thequantuminsider.com/2026/04/01/brooklyn-based-pizza-makers-declare-quantum-supremacy-in...
1•giuliomagnifico•7m ago•0 comments

XploitScan – Security scanner built for AI-generated code

https://www.xploitscan.com/
1•bgage725•9m ago•0 comments

Show HN: DataRamen, navigate your DB without a single line of SQL (no AI)

1•oleksandr_dem•9m ago•0 comments

Visions of Mythos

https://thezvi.substack.com/p/ai-162-visions-of-mythos
1•7777777phil•10m ago•0 comments

It is now day 34 of Iran's Internet blackout

https://mastodon.social/@netblocks/116333973783282768
3•ukblewis•11m ago•0 comments

Show HN: SparrowDB, SQLite of graph DB, written in Rust, Cypher compatible

https://github.com/ryaker/SparrowDB
1•ryaker•12m ago•0 comments

A Founder Tried to Pitch – and Got a Restraining Order

https://trellis.law/case/26-civ-00518/a16z-capital-management-llc-vs-dulat-akan
2•elonmm•13m ago•0 comments

Leaked IRGC manual shows systematic use of civilian sites as missile cover

https://www.iranintl.com/en/202603319302
3•ukblewis•13m ago•1 comments

Show HN: Dualhook – Lightweight WhatsApp coexistence layer, zero message storage

https://dualhook.com
1•porr0•13m ago•0 comments

Show HN: Zabbix MCP Server – 225 tools to let AI agents manage Zabbix monitoring

https://github.com/initMAX/zabbix-mcp-server
2•hermanekt•20m ago•0 comments

Show HN: A daily archive of the top stories on Hacker News, organized by date

https://github.com/tamnd/hn-daily-index
1•tamnd•20m ago•0 comments

Post-Mortem of the EU Europa Breach: A Masterclass in IAM Misconfiguration

https://cyberalert.com.pl/articles/shinyhunters-eu-europa-breach-analysis.html
1•D__S•20m ago•1 comments

Magnitude 4.6 Earthquake Rattles Northern California

https://www.nytimes.com/2026/04/02/us/earthquake-california-boulder-creek.html
2•metadat•21m ago•0 comments

Tracing Goroutines in Realtime with eBPF

https://sazak.io/articles/tracing-goroutines-in-realtime-with-ebpf-2026-03-31
2•darccio•22m ago•0 comments

Show HN: Mango – A native, open-source MongoDB GUI. 7 MB, no Electron

https://mangoquery.com/en/
1•amlug•23m ago•0 comments

SmallestAI Integrated with N8n

https://n8n.io/integrations/smallest-ai/
1•sosumit001•23m ago•1 comments

Which European countries have the best salaries after taxes?

https://www.euronews.com/my-europe/2026/04/02/which-european-countries-have-the-best-salaries-aft...
4•andrewstetsenko•24m ago•5 comments

Do Not Leave Valuables in Env (or your AI Assistant may borrow them)

https://thomas.skowron.eu/blog/do-not-leave-valuables-in-env/
1•thomas-skowron•25m ago•0 comments

Daily roll of Bear Blog's top posts

https://bearroll.dev/
1•ZacnyLos•26m ago•0 comments

The Islands That Give Iran a Stranglehold on the Strait of Hormuz

https://www.wsj.com/world/middle-east/iran-strait-of-hormuz-control-islands-44b82207
3•JumpCrisscross•27m ago•0 comments

Claw Code Architecture Explained

1•suprab•27m 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•10mo ago

Comments

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