frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Body Keeps the Score Is Bullshit

https://josepheverettwil.substack.com/p/the-body-keeps-the-score-is-bullshit
1•adityaathalye•2m ago•0 comments

The app I built to launch my app

https://www.launchparty.dev/
1•kberlind•2m ago•1 comments

Generating Random Points in Colorado

https://www.johndcook.com/blog/2025/10/22/generating-random-points-in-colorado/
1•ibobev•3m ago•0 comments

When the AI Starts the Conversation

https://www.withcoherence.com/blog/when-the-ai-starts-the-conversation
1•zoomzoom•4m ago•0 comments

Is AI Killing Search and SEO?

https://cacm.acm.org/news/is-ai-killing-search-and-seo/
1•FromTheArchives•5m ago•0 comments

Firestorm Raises $47M to Scale Expeditionary Manufacturing

https://www.launchfirestorm.com/news/firestorm-raises-47m-to-scale-expeditionary-manufacturing
1•fcpguru•7m ago•0 comments

English Alpha Arena: Open-source AI trading competition platform

https://github.com/antonellof/alpha-arena-english
1•antonellof•9m ago•0 comments

First Freelance

https://el-yawd.github.io/blog/2024/first-freelance/
2•chmaynard•9m ago•0 comments

The Most Advanced Drill in Human History

https://www.youtube.com/watch?v=hfIo68aE5hQ
1•guerrilla•9m ago•0 comments

Open AI new apps integration debate

1•jhonndes•9m ago•0 comments

The Last of the CableCARD Tuners

https://mailchi.mp/c00d0c2c2566/the-last-of-the-cablecard-tuners
1•hbcondo714•10m ago•0 comments

The liquid that drained my MacBook

https://www.youtube.com/watch?v=YsaKjeWk9AU
2•nialse•12m ago•0 comments

DuckLake – SQL-Powered Lakehouse Format for the Rest of Us by Prof. H. Mühleisen [video]

https://www.youtube.com/watch?v=YQEUkFWa69o
2•boshomi•16m ago•0 comments

NJVL "no jumps, versioned locations"

https://forum.nim-lang.org/t/13471
2•michaelsbradley•18m ago•0 comments

GraphQL SDL makes good on UML's broken promise

https://jdauriemma.com/programming/graphql-sdl-makes-good-on-umls-broken-promise
2•jdauriemma•19m ago•0 comments

Vitest v4

https://github.com/vitest-dev/vitest/releases/tag/v4.0.0
2•gajus•22m ago•1 comments

The Versity S3 Gateway: A High-Performance S3 Translation Service

https://github.com/versity/versitygw
1•swills•22m ago•0 comments

Fishtest

https://tests.stockfishchess.org/tests
2•anematode•26m ago•0 comments

mRNA Covid vaccines improve cancer treatment effectiveness in humans

https://www.nature.com/articles/s41586-025-09655-y
5•turbotcg•26m ago•1 comments

3D Printed Electrical Fuses

https://hackaday.io/project/204254-3d-printed-electrical-fuses
1•MattGrommes•26m ago•0 comments

Articles Shouldn't Be Exhausting to Read, So I Built Yumi Reader

https://chromewebstore.google.com/detail/yumi-reader/mehgdiibdekeijgighimokcacadbeiof
2•uscnep-hn•27m ago•2 comments

Mass Assignment Vulnerability Exposes Max Verstappen Passport and F1 Drivers PII

https://ian.sh/fia
5•galnagli•29m ago•0 comments

Computing Is Indeed a Discipline in Crisis

https://cacm.acm.org/opinion/computing-is-indeed-a-discipline-in-crisis/
2•tchalla•29m ago•0 comments

Europe isn't prepared for the unmanned aircraft threat

https://theconversation.com/europe-isnt-prepared-for-the-unmanned-aircraft-threat-will-its-drone-...
5•PaulHoule•29m ago•2 comments

Can We Trust Functionally Correct Patches Generated by Code Agents?

https://arxiv.org/abs/2510.17862
1•bikenaga•32m ago•0 comments

Keep your website traffic up in an AI-first search world

https://www.nten.org/blog/website-traffic-up-ai-first-search-world
1•8organicbits•32m ago•0 comments

ExecuTorch 1.0

https://pytorch.org/blog/introducing-executorch-1-0/
1•dayanruben•33m ago•0 comments

Claude Skills but Local (and Private)

https://instavm.io/blog/skills-running-privately
1•mkagenius•37m ago•0 comments

What about the Icons in Pifmgr.dll?

https://devblogs.microsoft.com/oldnewthing/20251020-00/?p=111706
1•naves•37m ago•0 comments

First it was developers, now AI is coming for doctors

https://vets.scriptover.com/blog/ai-in-veterinary-medicine
2•iman613•38m ago•1 comments
Open in hackernews

PyTorch Monarch

https://pytorch.org/blog/introducing-pytorch-monarch/
1•lairv•2h ago

Comments

lairv•2h ago
From the docs ( https://meta-pytorch.org/monarch/index.html ):

Monarch is a distributed programming framework for PyTorch based on scalable actor messaging. It provides:

- Remote actors with scalable messaging: Actors are grouped into collections called meshes and messages can be broadcast to all members.

- Fault tolerance through supervision trees: Actors and processes for a tree and failures propagate up the tree, providing good default error behavior and enabling fine-grained fault recovery.

- Point-to-point RDMA transfers: cheap registration of any GPU or CPU memory in a process, with the one-sided tranfers based on libibverbs

- Distributed tensors: actors can work with tensor objects sharded across processes

It seems like the goal of Monarch is to do what Ray does, but more tightly integrated with the Deep Learning/distributed training ecosystem?