frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I built an AI code reviewer bot for GitHub – no external APIs

https://github.com/basilevincenzo/ai-code-reviewer
1•basilevincenzo•2m ago•0 comments

(Disclose Act) Bill to End Dark Money in American Elections

https://kevinmullin.house.gov/2026/03/06/rep-mullin-reintroduces-bill-to-end-dark-money-in-americ...
1•rawgabbit•3m ago•0 comments

EverQuest, the MMO that changed everything (2019)

https://www.pcgamer.com/breaking-the-internet-the-story-of-everquest-the-mmo-that-changed-everyth...
1•awkwardpotato•4m ago•0 comments

Chernobyl 40 Years On

https://yunzi.co.uk/chernobyl-40-years-on/
1•speckx•5m ago•0 comments

Atlantic '41

https://stephanrewind.itch.io/atlantic-41
1•ndr42•5m ago•1 comments

Report of the Yale Committee on Trust in Higher Education [pdf]

https://president.yale.edu/sites/default/files/2026-04/Report-of-the-Committee-on-Trust-in-Higher...
1•loughnane•6m ago•0 comments

OpenAI Reportedly Working on an AI Smartphone to Rival iPhone

https://www.macrumors.com/2026/04/27/openai-working-on-an-ai-smartphone/
1•newusertoday•8m ago•0 comments

Sergey Brin Moves to the Right, with a 'MAGA Girlfriend' by His Side

https://www.nytimes.com/2026/04/27/us/politics/sergey-brin-gg-soto-trump-california-billionaire-t...
1•carabiner•9m ago•0 comments

'Existential Risk': Western Car Companies Are Blowing the Software Race

https://insideevs.com/features/794029/how-western-companies-are-losing-the-software-race/
1•01-_-•10m ago•0 comments

Eliminating AI Failure Modes Using DSLs – The Drafter Pattern

https://georgianailab.substack.com/p/the-drafter-pattern-a-design-pattern
1•nahimn•10m ago•0 comments

Trump admin fires independent board overseeing the National Science Foundation

https://apnews.com/article/national-science-board-nsf-trump-6a23f3ab1b4c6eb131b4e79d95b3536f
2•Bondi_Blue•10m ago•0 comments

OpenAI breaks off Microsoft exclusivity to free up path for Amazon, Google deals

https://www.reuters.com/legal/litigation/microsoft-end-exclusive-license-openais-technology-2026-...
1•01-_-•11m ago•0 comments

Show HN: Erdös Problem Solver Agent

https://github.com/demirbey05/erdos-problem-solver-cli
1•demirbey05•11m ago•0 comments

GitHub Alternatives?

2•krthr•11m ago•2 comments

Critical Perspectives on Provable Security: 15 Years of "Another Look" Papers [pdf]

https://www.math.uwaterloo.ca/~ajmeneze/anotherlook/papers/critper.pdf
1•ogogmad•13m ago•0 comments

Being a Manager: Hiring AI

https://thorprojects.com/2026/04/21/being-a-manager-hiring-ai/
1•speckx•13m ago•0 comments

We Were Unique

https://www.likeus.blog/p/we-were-unique
2•nathan-wall•13m ago•0 comments

BezelBase – Vintage Rolex Reference Database

https://bezelbase.org/wiki/Main_Page
2•pawelb0•14m ago•0 comments

CIA Reportedly Used Secret Quantum Tool to Find Downed Airman in Iran

https://tech.slashdot.org/story/26/04/08/0152253/cia-reportedly-used-secret-quantum-tool-to-find-...
2•us321•16m ago•2 comments

Ask HN: Why is Rust still hard to use as a scripting language?

1•harleyverse•17m ago•0 comments

Use your spare web hosting space as your own cloud drive, with local sync

https://freecloud.wiki
2•Hilliard_Ohiooo•18m ago•0 comments

Progress Engineering: Innovation as Social Design

https://goodscience.substack.com/p/progress-engineering-innovation-as
1•paulpauper•20m ago•0 comments

Madison Square Garden's Surveillance Machine

https://www.wired.com/story/madison-square-garden-jim-dolan-surveillance-machine/
2•cdrnsf•20m ago•0 comments

Ancient South Americans arrived in three waves–and had some surprising ancestry

https://www.science.org/content/article/people-settled-south-america-three-distinct-waves-surpris...
3•paulpauper•21m ago•0 comments

What will the next plan for spam be?

https://broodnet.com/blog/post/what-will-the-next-plan-for-spam-be/
1•jtav_singular•21m ago•0 comments

The China-shocked towns are coming back?

https://www.nytimes.com/2026/04/20/opinion/america-manufacturing-recovery-china.html
1•paulpauper•21m ago•0 comments

An open-source spec for Codex orchestration: Symphony

https://openai.com/index/open-source-codex-orchestration-symphony/
1•xngbuilds•24m ago•0 comments

You can beat the binary search

https://lemire.me/blog/2026/04/27/you-can-beat-the-binary-search/
4•vok•25m ago•0 comments

Super ZSNES – GPU Powered SNES Emulator

https://zsnes.com/
2•haunter•27m ago•0 comments

SharkMCP: A Swiss-knife MCP server for analysing PCAP files

https://github.com/weirdmachine64/SharkMCP
1•zerodaysbroker•29m ago•0 comments
Open in hackernews

Decoupled DiLoCo: Resilient, Distributed AI Training at Scale

https://deepmind.google/blog/decoupled-diloco/
14•metadat•1h ago

Comments

SilverElfin•44m ago
Is this actually innovative? I respect that there’s a lot of work in making it reality and doing it specifically for AI training by modifying their algorithms. But doing portions of work in clusters that are far apart and combining them has been done many times before for non AI things, right? Or so I would think.
philipkglass•31m ago
Generically speaking, yes, this has been done before. But it can take a lot of work to transform software that works with shared memory or other low-latency interprocess communication mechanisms so that it's practical to run across wide area networks. Sometimes that's not possible at all, which is why certain problems still require "high performance computing" architectures with all of their compute nodes in the same building, connected by high-bandwidth, low-latency links.