frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tesla FSD software may not be approved by EU regulator after all

https://techcrunch.com/2025/11/24/tesla-fsd-software-may-not-be-approved-by-eu-regulator-after-all/
1•gochuks•1m ago•0 comments

BazelCon 2025 Recap

https://blogsystem5.substack.com/p/bazelcon-2025-recap
1•jmmv•2m ago•0 comments

Linux Kernel Explorer

https://reverser.dev/linux-kernel-explorer
1•tanelpoder•2m ago•0 comments

Between Compassion and Respomsibilty

https://rodgercuddington.substack.com/p/between-compassion-and-responsibility
1•freespirt•5m ago•1 comments

Last Issue of "ECMAScript News"

https://ecmascript.news/archive/es-next-news-2025-11-26.html
1•Klaster_1•6m ago•0 comments

Optimizing Ray Tracing in Haskell (2020)

https://medium.com/@s.nawaz/optimizing-ray-tracing-in-haskell-3dc412fff20a
1•todsacerdoti•7m ago•0 comments

AT&T Archives: The Step-by-Step Switch [video]

https://www.youtube.com/watch?v=xZePwin92cI
1•croh•22m ago•1 comments

Ask HN: What's your favorite open-source AI model, and what do you use it for?

1•miletus•25m ago•0 comments

Secrets in unlisted GitHub gists are now reported to secret scanning partners

https://github.blog/changelog/2025-11-25-secrets-in-unlisted-github-gists-are-now-reported-to-sec...
1•tech234a•27m ago•0 comments

Principles of Vasocomputation

https://opentheory.net/2023/07/principles-of-vasocomputation-a-unification-of-buddhist-phenomenol...
1•eatitraw•29m ago•0 comments

Ask HN: Do teams need a tool to make IT architecture diagrams look better

1•lynn_xx•29m ago•2 comments

Contrast best practices between OS and enterprise

https://gist.github.com/bdfinst/496d06b057c44edae7fd88d906e78f67
1•gpi•45m ago•0 comments

OpenAI API user data exposed in Mixpanel security breach

https://www.dqindia.com/news/openai-api-user-data-exposed-in-mixpanel-security-breach-10816218
7•donsupreme•46m ago•2 comments

How to Fix a Typewriter and Your Life

https://www.nytimes.com/interactive/2025/11/20/us/typewriter-repair-seattle-bremerton.html
1•gmays•48m ago•0 comments

Show HN: Era – Open-source local sandbox for AI agents

https://github.com/BinSquare/ERA
1•gregTurri•51m ago•0 comments

The Temporal Uncanny Valley: On the Nature of AI Work

https://substack.com/inbox/post/180071478
2•mpesce•53m ago•1 comments

Fracking has transformed an Argentine town

https://www.bbc.com/news/articles/cewj1e1yk2vo
2•1659447091•54m ago•1 comments

Evaluating Uniform Memory Access Mode on AMD's Turin

https://chipsandcheese.com/p/evaluating-uniform-memory-access
2•zdw•57m ago•0 comments

PostgreSQL CDC library with snapshot – 50x less memory than Debezium

https://github.com/Trendyol/go-pq-cdc
3•erayarslan•58m ago•0 comments

The Thinking Game – Full documentary [video]

https://www.youtube.com/watch?v=d95J8yzvjbQ
1•vinhnx•58m ago•0 comments

Tell HN: Happy Thanksgiving

11•prodigycorp•59m ago•2 comments

Cuffing Season: A look at culture and science

https://www.bbc.com/future/article/20251124-cuffing-season-is-winter-the-season-for-romance
1•1659447091•1h ago•0 comments

Two National Guard members in critical condition after shooting near White House

https://www.bbc.com/news/articles/c3r7qpqddnro
3•colinprince•1h ago•0 comments

Z-Image Turbo Released – 6B Parameter Text to Image Model

https://huggingface.co/Tongyi-MAI/Z-Image-Turbo
2•rossriley•1h ago•0 comments

Jony Ive and Sam Altman say they have an AI hardware prototype

https://www.theverge.com/news/827607/openai-hardware-prototype-chatgpt-jony-ive-sam-altman
2•ent101•1h ago•1 comments

$96M AUD revamp of Bom website bombs out on launch

https://www.bbc.com/news/articles/c2k4dy15nqqo
4•sam-cop-vimes•1h ago•1 comments

The AI Industry's Scaling Obsession Is Headed for a Cliff

https://www.wired.com/story/the-ai-industrys-scaling-obsession-is-headed-for-a-cliff/
2•zerosizedweasle•1h ago•0 comments

Building Agents Is Hard, Meet Stripe for Agents

https://grupa.ai/api
1•balmdotai•1h ago•0 comments

What happens if you throw sand into a jet engine? [video]

https://www.youtube.com/watch?v=QtxVdC7pBQM
2•gmays•1h ago•0 comments

Music eases surgery and speeds recovery, study finds

https://www.bbc.com/news/articles/c231dv9zpz3o
3•1659447091•1h ago•0 comments
Open in hackernews

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

https://www.burla.dev
5•pancakeguy•6mo 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