frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Classified F-35 stealth parts diverted to Hong Kong by shipper

https://www.politico.com/news/2026/09/18/congress-f-35-china-investigation-01083647
1•cf100clunk•1m ago•0 comments

Stratasys awarded 27.6M in damages in first of 2 cases against bambu lab

https://all3dp.com/6/stratasys-awarded-27-6-million-in-damages-in-first-of-two-cases-against-bamb...
1•iancmceachern•1m ago•0 comments

Have You Seen Shannon

https://news.ycombinator.com/submit
1•susanboop_09•2m ago•0 comments

AI Lab building tycoon game

https://bedroomlabs.net
1•o_g•2m ago•0 comments

An Undercover Google Analyst Infiltrated a Notorious Supply-Chain Hacking Gang

https://www.wired.com/story/an-undercover-google-analyst-infiltrated-a-notorious-supply-chain-hac...
1•MC995•3m ago•0 comments

Before you build it, share it

https://coidea.co
1•moeidheidari•4m ago•0 comments

I vibecoded a tool to shrink Golang codebase automatically

https://github.com/dhilst/sx
1•geckones•4m ago•1 comments

SSD-Llama: SSD-Native Inference for Trillion-Parameter Moe on a Consumer PC

https://arxiv.org/abs/2609.18110
1•AlmostCosmo79•6m ago•0 comments

ChatGPT's Built-in Browser now supports Chrome extensions

https://twitter.com/JamesZmSun/status/2100995281097769216
2•twapi•6m ago•0 comments

Keeping vLLM's Prefix Cache Warm Between Agent Turns

https://doug.sh/posts/vllm-kv-cache-agents/
1•dougcalobrisi•7m ago•0 comments

Near-real-time vision using DiffusionGemma in Jev mode

https://twitter.com/mmastrac/status/2101011110132601054
1•mmastrac•7m ago•0 comments

Anthropic finally adds AGENTS.md support to Claude Code

https://twitter.com/trq212/status/2101009392611278961
2•deaux•7m ago•1 comments

The Highway Tutorial

https://fastcode.substack.com/p/announcing-the-highway-tutorial
1•behoppe•8m ago•1 comments

Show HN: Iceoryx2 0.10: flatbuffer integration, zerocopy IPC with unbounded data

https://ekxide.io/blog/iceoryx2-0.10-release/
2•elfenpiff•10m ago•0 comments

Show HN: Open-source revenue recognition and analytics for Stripe and Metronome

2•tanin•13m ago•0 comments

I built a project database for data science agents

https://yizhao95.github.io/prov_ledger/walkthrough.html
1•yzhao950213•14m ago•0 comments

Open Challenge List

https://openchallengelist.com/
2•alex_varga•16m ago•1 comments

Ask HN: So is AI taking our jobs?

1•throwaway1995v2•16m ago•1 comments

Flawed benchmarks (epoch.ai benchmark registry filtered by flawed)

https://epoch.ai/benchmarks/search
1•andromaton•18m ago•0 comments

Anthropic builds wet lab for AI-driven drug discovery

https://qz.com/anthropic-biology-wet-lab-ai-drug-research-091826
2•A_D_E_P_T•18m ago•1 comments

Show HN: I compiled FreeRDP into a Flutter app so my phone can do RDP and SSH

https://xconnectapp.com/
1•neil_thomas•19m ago•0 comments

WeirdML v3

https://htihle.github.io/weirdml.html
1•andromaton•21m ago•0 comments

Show HN: SIM Screener adds device frames to screenshots and recordings

https://simscreener.com
1•IgorAmidzic•22m ago•0 comments

Show HN: Semantic-skill-kit:agent skills adapted from Google Modern Web Guidance

https://github.com/ulrischa/semantic-skill-kit
2•ulrischa•25m ago•0 comments

Border agents can search cellphones without a warrant or reasonable suspicion

https://lawandcrime.com/high-profile/the-government-was-entitled-trumps-border-agents-can-now-sea...
15•mmh0000•25m ago•3 comments

Europe's AI firms, playing catch-up, challenge US calls for slowdown

https://www.reuters.com/business/europes-ai-firms-playing-catch-up-challenge-us-calls-slowdown-20...
4•TMWNN•25m ago•0 comments

Lmjtfy – Ask Jev a yes or no question

https://lmjtfy.dev/
2•rbaudibert•26m ago•1 comments

China's CAS institute charts DUV route to 3nm GAA without EUV

https://www.digitimes.com/news/a20260917PD204/china-3nm-duv-euv-gaa-development.html
7•yogthos•28m ago•0 comments

Stop waiting to live (before AGI decides for you)

https://www.youtube.com/watch?v=0sfy6fCP8ik
1•gillysuit•28m ago•0 comments

2026 Global Cities Index

https://www.oxfordeconomics.com/global-cities-index/
4•andrewstetsenko•28m 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•1y ago

Comments

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