frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

3D-printed TV from 'The Simpsons' plays actual episodes

https://www.popsci.com/technology/3d-printed-simpsons-tv/
1•Brajeshwar•26s ago•0 comments

China pledges billion-dollar spending boost for science

https://www.nature.com/articles/d41586-026-00770-y
1•Brajeshwar•41s ago•0 comments

Japan aims to sell eight times more chips in 2040 as in 2020

https://techxplore.com/news/2026-03-japan-aims-chips.html
1•Brajeshwar•54s ago•0 comments

The Token Games: Evaluating Language Model Reasoning with Puzzle Duels

https://arxiv.org/abs/2602.17831
1•PaulHoule•1m ago•0 comments

Teen pregnancy as a pediatric medical issue

https://news.ubc.ca/2026/03/everyone-should-be-pro-abortion-when-the-patient-is-a-child-ubc-schol...
1•lorne_friske•1m ago•0 comments

Show HN: Reviewd – A free, local alternative to Claude Code Review(no API costs)

https://github.com/simion/reviewd
1•skykery•2m ago•0 comments

Show HN: Clawly – OpenClaw for Shopify Merchants

https://apps.shopify.com/clawly
1•ybouane•2m ago•0 comments

Nono-Cowork:Self-hosted AI agent with Syncthing file sync to your local machine

https://github.com/KilYep/Nono-Cowork
1•luli_y•3m ago•1 comments

TasklyLife

https://tasklylife.com/
1•amirmoo•3m ago•0 comments

Show HN: Aacyn v0.7.0 – A bare-metal observability engine (5M events/SEC)

https://www.aacyn.com/
1•bneb-dev•4m ago•0 comments

Trying Linux Desktop yet Again with More Success

https://naildrivin5.com/blog/2026/03/11/trying-linux-desktop-yet-again-with-more-success.html
1•speckx•4m ago•0 comments

Infrastructure orchestration is an agent skill

https://dstack.ai/blog/agentic-orchestration/
3•latchkey•6m ago•0 comments

XonY.org – the structured opinions of public figures

https://xony.org/
1•itshywu•6m ago•0 comments

Nvidia Nemotron 3 Super Delivers 5x Higher Throughput

https://blogs.nvidia.com/blog/nemotron-3-super-agentic-ai/
2•buildbot•6m ago•0 comments

MacBook Neo review: Fresh-squeezed laptop

https://sixcolors.com/post/2026/03/macbook-neo-review/
1•tosh•7m ago•0 comments

M5 MacBook Air Review: Not just more of the same–the same, but more

https://sixcolors.com/post/2026/03/m5-macbook-air-review-not-just-more-of-the-same-the-same-but-m...
2•tosh•7m ago•0 comments

Nvidia Nemotron 3 Super

https://research.nvidia.com/labs/nemotron/Nemotron-3-Super/
3•vinhnx•10m ago•0 comments

Enable Code-Mode for all your MCP servers even if they don't support it natively

https://github.com/aakashh242/remote-mcp-adapter
1•aakashh242•11m ago•0 comments

Show HN: Kronos – A calendar-style scheduler for AI Agents agent runs

https://github.com/Reqeique/Kronos
1•Reqeique•12m ago•0 comments

GitHub Accounts Compromised

https://opensourcemalware.com/blog/polinrider-attack
2•6mile•12m ago•1 comments

Show HN: KnowledgeWorker – A Corporate Productivity Simulator

https://knowledgeworker.alexmeub.com/
1•meub•12m ago•0 comments

Show HN: JD Roast – Paste a job description, get it brutally roasted

https://jd-roast.openjobs-ai.com/
1•genedai•12m ago•0 comments

WireGuardClient is Transport Encryption not a VPN

https://github.com/proxylity/wg-client
1•mlhpdx•13m ago•0 comments

Built an Intelligence Platform to Map the "PizzaGate.Online" Scandal

https://pizzagate.online/
1•whistleblowhy•13m ago•2 comments

How the UK government's new digital ID will work

https://takes.jamesomalley.co.uk/p/how-the-uk-digital-id-will-work
1•dgroshev•14m ago•0 comments

AMD Ryzen AI NPUs Are Finally Useful Under Linux for Running LLMs

https://www.phoronix.com/news/AMD-Ryzen-AI-NPUs-Linux-LLMs
3•mikece•15m ago•0 comments

Show HN: open source, local CLI that turns your commits into product updates

https://github.com/trydebrief/debrief-cli
1•baetylus•15m ago•0 comments

The App Store Accountability Act

https://proton.me/blog/app-store-accountability-act
1•mikece•16m ago•0 comments

Don't lick that cold metal pole in winter–if you do, don't panic

https://arstechnica.com/science/2026/03/exploring-the-science-of-tundra-tongue/
1•canucker2016•17m ago•0 comments

Turnstone: Multi-node AI orchestration platform

https://github.com/turnstonelabs/turnstone/
1•huslage•19m ago•0 comments
Open in hackernews

RedwoodSDK v1.0 released – We stopped breaking everything

https://rwsdk.com
25•pistoriusp•1h ago

Comments

pistoriusp•1h ago
Hey everyone, Peter here. I'm one of the humans behind RedwoodSDK.

This is the second time I’ve built this framework.

The first version was a collaboration with Tom Preston-Werner. When Tom asked me to become the steward of RedwoodJS, I realized we had a massive opportunity to take what we’d started and make it bulletproof.

I brought my experience from my own startup to the table, specifically the scars , to ensure this version allowed you to iterate rapidly.

Here's the journey: https://rwsdk.com/blog/redwood-v1-getting-out-of-the-weeds

vends•1h ago
Congrats on the launch! While the focus is on humans, I found many of the principles here to be very relevant for building with AI.

With LLMs able to generate the "magic" with ease, I can see the role of frameworks shifting a bit. Instead of hiding complexity, it's surely more beneficial to expose the primitives clearly enough that both you and an LLM can follow the request lifecycle.

The bet on Cloudflare is pretty bold, but it does make sense given how unique their products like DO and Workers are. I suppose there's not much of an escape hatch if you ever needed one?

pistoriusp•48m ago
> With LLMs able to generate the "magic" with ease, I can see the role of frameworks shifting a bit. Instead of hiding complexity, it's surely more beneficial to expose the primitives clearly enough that both you and an LLM can follow the request lifecycle.

100%.

I kinda feel like we've fooled ourselves into creating these domain specific languages for frameworks, where we glue things together using magic, and just dealing with the features of the language, the browser and the network make a lot of sense in the AI world. And our framework is actually much less complicated than I think a lot of them are...

> I suppose there's not much of an escape hatch if you ever needed one?

I of course don't want to be vendor locked in, so I've started working on something called open durable objects, and I have a concept for something called open bindings.

these are the two core technical solutions that the framework really needs from Cloudflare. This does not include durability in the same way you get it from Cloudflare: it will run on a single machine.

This runs on both bun and node.

https://github.com/redwoodjs/sdk/pull/969

dethstrobe•1h ago
I've been using RWSDK since it was in v0 last year. I really like how simple and elegant it is.

And now with v1 there are some really logical patterns that I really enjoy.

Like returning Responses from server actions and then the framework automatically handles things like redirecting. https://docs.rwsdk.com/core/react-server-components/#returni...

Like it always felt a bit like a hack needing to add a client component to handle redirects after submitting a form. But RWSDK gives a pretty elegant solution.

And that's just one of many intuitive features of RWSDK. I also like the `useSyncedState` hook they made that makes it very trivial to make real time communication between clients, for something like say, a chat room. https://docs.rwsdk.com/experimental/realtime/

I also dogfooded a reporter I've been working on with the initial v0 tutorial for this. Which then I rewrote that tutorial to demonstrate TDD principles for the v1-beta (to my knowledge there are no breaking changes between v1-beta and the final release, but I'll be going through later to confirm that.) https://www.test2doc.com/docs/tutorial-1

kltwrds•45m ago
i've built web apps w/ a few different full-stack frameworks -- EmberJS+REST, Python/DRF, Node/React/GraphQL, Heroku, AWS, GCP...each had its own flavour of incidental complexity. now i'm using rwsdk+cloudflare for my latest b2b web app venture, and i have to say the DX has been amazing. no heavy handed frameworks to wrestle with, and the "web primitives" play really nicely with coding agents. it just works.

i'd be curious to know where the framework is headed next? seems like nextjs/vercel has a legitimate up and coming competitor in rwsdk.

digitalgnist•34m ago
I used this framework in a university lecture while teaching web applications. The main reasons for choosing it were its simplicity, adherence to web standards, and how easy it is for students to grasp. When used together with Cloudflare, you also get a lot of batteries included out of the box.

Teaching the basics was also simpler than with Next. Next has evolved to include many abstractions, features, and tools, which often means the teaching quickly becomes centered around the Next way of building things.

Being able to use RSC in a simple way alongside APIs was also very nice. I’m used to using Hono and really enjoy working with it, but having the best of both worlds through the SDK was great.

And not to mention the realtime features. This was a little cumbersome to get started with, but once set up it became simple to work with.

Working with the SDK in the 0.1 version created some friction for students, but it also became part of the learning process. It was also great to be able to contribute, give feedback to the core team, and gather feedback from students that could help further develop this amazing framework.

chrsnyman•32m ago
As somebody that dabbles in dev between the chaos of life, I found rwsdk super easy to use I've tried sooo many different frameworks in the past and this just works... effortlessly. Freaking delightful! Good job!