frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Evolutionary Database Design

https://martinfowler.com/articles/evodb.html
1•vinhnx•27s ago•0 comments

OpenClaw on Amazon Lightsail to run your autonomous private AI agents

https://aws.amazon.com/blogs/aws/introducing-openclaw-on-amazon-lightsail-to-run-your-autonomous-...
1•mmarian•28s ago•0 comments

Synthetic Data, Real Harm

https://www.adalovelaceinstitute.org/blog/synthetic-data-real-harm/
1•vinhnx•43s ago•0 comments

Open Source Projects Need to Adapt to the AI Coding Era

https://civic.io/2026/03/16/ending-the-sugar-rush/
1•mjheadd•49s ago•1 comments

Generative AI in business schools: friend or foe?

https://theconversation.com/generative-ai-in-business-schools-friend-or-foe-278249
1•jruohonen•1m ago•0 comments

Measuring progress toward AGI: A cognitive framework

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/measuring-agi-cognitive...
1•xnx•1m ago•0 comments

Ask HN: Did Google Sign-In roll out a breaking change this morning?

1•philip1209•1m ago•0 comments

Tech Talk: How Electron went Wayland-native, and what it means for your apps

https://www.electronjs.org/blog/tech-talk-wayland
2•mitchchn•4m ago•0 comments

A concept for a local, secure AI architecture without cloud dependency

https://github.com/237EXO/ethical-ai-architecture
1•jweng•4m ago•1 comments

Show HN: Ccv – keep AI-generated files out of your repo

1•takielias•4m ago•1 comments

From a Law to an Ethic – a framework for individual digital responsibility

https://mikegodwin.substack.com/p/from-a-law-to-an-ethic
1•zdw•4m ago•0 comments

Show HN: Intent – Git records what changed, Intent records why

1•Deyang•5m ago•0 comments

Show HN: H-Core Snapshot – prevents ChatGPT from drifting

https://github.com/yaloms/h-core-snapshot
1•Stronz•5m ago•0 comments

Show HN: Mech keyboard sounds driven by a hidden accelerometer in MacBooks

https://www.haptyk.com/
1•olvvier•5m ago•0 comments

Show HN: loopmaster – Livecoding DSP Environment

https://loopmaster.xyz/
1•stagas•5m ago•0 comments

Show HN: Bettr – Can you beat a forensic waterfall engine?

https://game.defakes.com/feed
1•ortalboh•5m ago•0 comments

Alibaba AI Takes Aim at Silent Liver Epidemic

https://www.bloomberg.com/news/newsletters/2026-03-17/alibaba-ai-targets-early-detection-of-wides...
1•Brajeshwar•5m ago•0 comments

TechEmpower Benchmarks Led to a 25x MongoDB Performance Improvement

https://www.techempower.com/blog/2026/03/16/how-our-benchmarks-led-to-a-25x-mongodb-performance-i...
1•alaser•6m ago•1 comments

Why refusing AI is a fight for the soul

https://restofworld.org/2026/techno-negative-thomas-dekeyser-fighting-ai/
3•donohoe•7m ago•0 comments

Utah bereavement author Kouri Richins found guilty of fatally poisoning husband

https://www.bbc.com/news/articles/cdxg1nx2r61o
1•colinprince•7m ago•0 comments

GPT‑5.4 Mini and Nano

https://openai.com/index/introducing-gpt-5-4-mini-and-nano
3•meetpateltech•7m ago•1 comments

Show HN: CredibilityProfile – bringing reference checks earlier into hiring

https://www.credibilityprofile.com/
1•nmkalkavan•8m ago•0 comments

Caido partners with Strix for the best of both worlds in AI penstesting

https://www.strix.ai/blog/partnering-with-caido
3•bearsyankees•8m ago•1 comments

Seoul World Model: Grounding World Simulation Models in a Real-World Metropolis

https://seoul-world-model.github.io/
1•benleejamin•8m ago•1 comments

Firefox: What's new now, and what's coming soon

https://blog.mozilla.org/en/firefox/firefox-148-149-new-features/
1•HieronymusBosch•9m ago•0 comments

Show HN: Open-source white-box agentic red teamer for AI agents

https://github.com/sundi133/wb-red-team
1•ashish-a•9m ago•0 comments

Do LLMs Follow Benford's Law?

https://medium.com/google-cloud/do-large-language-models-follow-benfords-law-c47c9f0f9070
1•cloudwithkarl•9m ago•0 comments

We Ran the Largest AI Pokemon Tournament Ever. Now It's an Open Benchmark

https://arxiv.org/abs/2603.15563
1•milkkarten•10m ago•0 comments

Chinese Open Source: A Definitive History

https://interconnect.substack.com/p/chinese-open-source-a-definitive
1•Tomte•10m ago•0 comments

Chairman Jordan Probes EU Bureaucrats Hiding Efforts to Censor American Speech

https://judiciary.house.gov/media/press-releases/chairman-jordan-probes-eu-bureaucrats-hiding-eff...
1•TechTechTech•10m 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.