frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Shift-left or shift-right? Fresh rolling aggregations for real-time AI

https://www.hopsworks.ai/post/rolling-aggregations-for-real-time-ai
1•LexSiga•6m ago•0 comments

Sloc Cloc and Code – Locomo (LLM Output Cost MOdel)

https://boyter.org/posts/sloc-cloc-code-locomo-llm-output-cost-model/
1•boyter•8m ago•0 comments

AI agents now help attackers, including North Korea, manage their drudge work

https://www.theregister.com/2026/03/08/deploy_and_manage_attack_infrastructure/
1•donutshop•10m ago•0 comments

Baochip-1x: A Mostly-Open, 22nm SoC for High Assurance Applications

https://www.bunniestudios.com/blog/2026/baochip-1x-a-mostly-open-22nm-soc-for-high-assurance-appl...
2•sohkamyung•17m ago•0 comments

LangWatch: OpenTelemetry-Native LLM Observability Without the Vendor Lock-In

https://starlog.is/articles/data-knowledge/langwatch-langwatch/
1•theoradical•31m ago•0 comments

Bloom's Taxonomy

https://en.wikipedia.org/wiki/Bloom%27s_taxonomy
2•downboots•32m ago•0 comments

Claude Code, Claude Cowork and Codex #5

https://thezvi.wordpress.com/2026/03/09/claude-code-claude-cowork-and-codex-5/
1•swolpers•34m ago•0 comments

Why is GPT-5.4 obsessed with Goblins?

3•pants2•36m ago•1 comments

US FAA issues ground stop for all JetBlue planes

https://www.reuters.com/world/us/us-faa-issues-ground-stop-all-jetblue-planes-2026-03-10/
6•jaboutboul•37m ago•0 comments

Amazon holds engineering meeting following AI-related outages

https://www.ft.com/content/7cab4ec7-4712-4137-b602-119a44f771de
6•petethomas•39m ago•0 comments

Government panel to compile groundwater report, includes users' nationalities

https://www.japantimes.co.jp/news/2026/03/10/japan/politics/goundwater-land-ministry/
3•mikhael•40m ago•0 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
3•mrktsm__•42m ago•0 comments

Prevent duplicate webhook executions in n8n (template)

https://github.com/aari-ai/n8n-webhook-idempotency
1•neshkito•48m ago•1 comments

United States Leads Dismantlement of One of the Largest Hacker Forums

https://www.justice.gov/opa/pr/united-states-leads-dismantlement-one-worlds-largest-hacker-forums
4•mikhael•48m ago•0 comments

Show HN: LLM Sycophancy Benchmark: Opposite-Narrator Contradictions

https://github.com/lechmazur/sycophancy
3•zone411•56m ago•0 comments

Windows: Microsoft broke the only thing that mattered

https://www.yankodesign.com/2026/03/08/microsoft-broke-the-only-thing-that-actually-mattered/
26•kjellsbells•58m ago•8 comments

Language Birth

https://asteriskmag.com/issues/13/language-birth
3•mitchbob•58m ago•1 comments

Show HN: Consul – AI Executive Assistant

https://consul.so
1•goldkey•58m ago•0 comments

Show HN: Mach9 Poker Beta

https://mach9poker.com/beta/
1•ChicagoDave•1h ago•0 comments

Battery Test [video]

https://www.youtube.com/watch?v=RGGHyY2mN7o
1•fenced_load•1h ago•0 comments

Times New Roman drawn from memory (1 hour timelapse)

https://old.reddit.com/r/typography/comments/1rodacl/times_new_roman_drawn_from_memory_1_hour_tim...
1•johnnyApplePRNG•1h ago•0 comments

Build your OpenClaw superstack under a minute

https://better-openclaw.dev
1•diopisemou•1h ago•1 comments

Why the US Could Blame AI for Blowing Up the Iranian School

https://www.jonathanbennion.info/p/why-the-us-may-blame-ai-for-blowing
1•rooftopzen•1h ago•2 comments

Do developers have agency? A study of 66k GitHub projects (7.3TB)

https://link.springer.com/article/10.1007/s44427-025-00019-y
1•ekrisza•1h ago•1 comments

Appsflyer SDK Hijacked

https://websdk.appsflyer.com/
6•jackyzhao•1h ago•2 comments

Annotating for Agents

https://benji.org/annotating
1•parksb•1h ago•0 comments

How curl Started [video]

https://www.youtube.com/watch?v=ohzzGy5K9Dk
1•serialport•1h ago•1 comments

Show HN: Claude Code Token Elo

https://www.clauderank.com
2•ymaws•1h ago•1 comments

Pwning NetBSD-Aarch64 (ARM)

https://www.feyrer.de/NetBSD/bx/blosxom.cgi/nb_20260308_1932.html
1•jaypatelani•1h ago•0 comments

Moment of Zen compilation from daily show

https://www.youtube.com/watch?v=-4OTAXzliUA
1•marysminefnuf•1h 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•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.