frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: KV-Cache Grafting – Boosting frozen 12B LLMs to 93.3% AIME accuracy

https://arxiv.org/abs/2607.14431
1•Corbenic•35s ago•0 comments

Stop sending giant system prompts: treat LLM tokens as a scarce resource

https://www.qolca.org/blog/stop-sending-giant-system-prompts
1•elprosaso•55s ago•0 comments

Java 2077 (Nicolai Parlog, 2020)

https://www.javaadvent.com/2020/12/java-2077.html
1•luca-sctr•1m ago•0 comments

Google ordered to open Android and Search to rivals in Europe

https://www.theverge.com/policy/966438/eu-google-android-ai-interoperability-search-data-dma
1•thunderbong•4m ago•0 comments

A24 Reportedly Copyright-Striking Backrooms Indie Games and Artwork

https://kotaku.com/backrooms-a24-copyright-strikes-kane-parsons-2000716667
1•ajdude•8m ago•0 comments

Win1998

https://win1998.com/
1•CoderJoshDK•11m ago•1 comments

Squad- Galactic Contention (Star Wars full conversion mod) [video]

https://www.youtube.com/watch?v=iQLZkt27fRM
1•kaizenite•11m ago•0 comments

UIUC AI Teaching Assistant

https://github.com/Center-for-AI-Innovation/ai-teaching-assistant-uiuc
1•teleforce•15m ago•0 comments

Pockethernet

https://pockethernet.com/
1•gregsadetsky•16m ago•0 comments

Have you built an agent harness yet?

https://alejandromp.com/development/blog/have-you-built-an-agent-harness-already/
1•teleforce•18m ago•0 comments

What Is an HTTP Status Code? Explained (100–599) + Common Errors

https://urlwatch.io/blog/http-status-codes.php
1•rajkverma123•20m ago•0 comments

"Why do so many modern people hate insects? The urbanization–disgust hypothesis"

https://www.sciencedirect.com/science/article/abs/pii/S0048969721012973
1•audreyfei•22m ago•0 comments

White House website crashes after Trump releases alleged voter fraud documents

https://www.the-express.com/news/politics/212019/trump-primetime-speech
1•simonpure•23m ago•1 comments

Ten models walk into a bedtime story

https://danwitt.substack.com/p/ten-models-walk-into-a-bedtime-story
1•yaur•26m ago•0 comments

Kimi K3: The Largest Open Model Ever, and Why Almost No One Can Run It Locally

https://vettedconsumer.com/kimi-k3-the-largest-open-model-ever-2-8t-params-and-why-almost-no-one-...
1•ermantrout•26m ago•0 comments

Blur and Unblur AI

https://blur-unblur.github.io/
1•javatuts•27m ago•0 comments

Canada's Forests Will Burn and Burn

https://www.theatlantic.com/science/2026/07/canadian-forests-are-big/687936/
4•littlexsparkee•29m ago•1 comments

Is the Browser Up to Date?

https://catskull.net/is-your-browser-up-to-date.html
1•catskull•32m ago•0 comments

Find Diverse Sources of Happiness

https://herbertlui.net/find-diverse-sources-of-happiness/
1•herbertl•33m ago•0 comments

Spending 3 years to make video playback in Python a little bit easier

https://github.com/anrayliu/pyvidplayer2
1•anrayliu•37m ago•1 comments

In-toto: A framework to secure the integrity of software supply chains

https://in-toto.io/
1•Erenay09•37m ago•0 comments

VulnHunter: Agentic AI Security Tool

https://github.com/capitalone/VulnHunter
1•882542F3884314B•41m ago•0 comments

Billion-dollar weather disasters have pushed US home insurance up 47% in 5 years

https://insurancedimes.com/2026/07/16/the-states-hit-hardest-by-home-insurance-spikes/
1•crookedroad44•41m ago•0 comments

Microsoft Ships AI Agents at Enterprise Scale

https://blog.bytebytego.com/p/how-microsoft-ships-ai-agents-at
2•gmays•44m ago•0 comments

Boris Cherny: Steps of AI Adoption

https://claude.ai/code/artifact/bfdfaef9-bc62-4dfe-ba9e-c58a26c9accf
3•shenli3514•44m ago•0 comments

Lithium Battery Manufacturer

https://www.litruebattery.com/
1•LiTrue2014•46m ago•0 comments

Claude Code is the ceiling on vibe-coded software

https://danangell.com/blog/posts/claude-code/
2•teaearlgraycold•48m ago•3 comments

Long time no sea: finding the seahorse emoji

https://blog.gingerbeardman.com/2026/07/17/long-time-no-sea-finding-the-seahorse-emoji/
3•msephton•56m ago•1 comments

GrapheneOS recommended for domestic abuse victims

https://privacypros.com.au/privacy-hub/articles/dv-safe-phone-australia/
2•aussieguy1234•1h ago•1 comments

Simple filter to gather numbers in repeated text

https://github.com/rustyrussell/stats
1•RhysU•1h ago•0 comments
Open in hackernews

Show HN: Introducing Burla – The simplest way to scale Python

https://www.burla.dev
5•pancakeguy•1y ago
Hi HN! We're Jake, Jack, and Joe, and we're happy to share what we think is probably the simplest way to scale python code across thousands of computers in the cloud.

Coming from the Biotech world we were frustrated by how surprisingly slow and difficult it can be to iterate on large-scale batch processing pipelines, while contending with the security requirements imposed on us by the FDA. Simple small changes necessitated rebuilding docker containers, waiting for batch pipelines to redeploy, and waiting for vm's to cold boot, a >5minute per iteration dev cycle, all just so I can see what error my code throws this time, then do it all over again! Many other tools in the space were either too complicated for our bioinformaticians and data scientists to use, closed-source / managed only (a no-no with medical data), too difficult to setup and manage, or simply too expensive.

This is why we created Burla, an incredibly simple way to run python on thousands of computers, in any container, with any hardware.

It's open-source, can be setup with one command, and is simple enough for beginners to use.

Most importantly, Burla allows developers to iterate quickly on large scale pipelines, changes to code deploy in about 2 seconds, even with thousands of vm's running.

We believe that, in general, whether you're coding locally, or on a cluster of 1000 machines, infrastructure should update and react quickly, like under-a-second quickly. We should be able to iterate at the speed of thought, not at the speed my lambda function, batch workload, ETL-pipeline, or Kubernetes service takes to redeploy. We wrote more out long term goal here: https://docs.burla.dev/about

Github: https://github.com/Burla-Cloud/burla

More info: https://docs.burla.dev