frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Special police to investigate threats to democracy, Swedish election fraud

https://kvartal.se/jesperandersson/artiklar/misstankt-valbrott-i-malmo-flyttar-till-specialenhet/...
1•try-working•1m ago•1 comments

Launching FreeBSD/EC2 Desktop Amis

https://www.daemonology.net/blog/2026-09-24-Launching-FreeBSD-EC2-desktop-AMIs.html
1•cperciva•1m ago•0 comments

Turbocharging Your Python Workflow

https://medium.com/@therealcomtom/turbocharging-your-python-workflow-315dd52e14fe
1•comtom•2m ago•0 comments

Award-Winning French Author Accused of Using AI to Write Debut Novel

https://www.cbc.ca/news/canada/montreal/thelyson-orelien-ai-scandal-9.7355167
1•BiraIgnacio•2m ago•0 comments

Zuse: Open-Source Cloud Agents

https://github.com/swarajbachu/zuse
1•handfuloflight•3m ago•0 comments

Cal Newport: Here's What to Ask A.I. Leaders

https://www.nytimes.com/2026/09/24/opinion/congress-ai-sam-altman.html
1•johnny313•4m ago•0 comments

One API for Frontier Media Models

https://blog.comfy.org/p/introducing-comfy-router-one-api
1•gmays•7m ago•0 comments

Welcome to the Age of Listening Devices

https://finance.yahoo.com/technology/article/welcome-to-the-age-of-listening-devices-144845987.html
2•hn_acker•7m ago•1 comments

Interesting QA Career building book with interview tips

https://link.springer.com/book/10.1007/979-8-8688-2166-0
1•qaprof•8m ago•0 comments

Building an Ultra-High Throughput AI-SQL Engine

https://fsdatalab.github.io/blog/introducing-quail/
1•matt_d•8m ago•0 comments

Goldman reaped more than $200M in fees from hedge fund Situational Awareness

https://www.ft.com/content/bdec4129-ccac-4149-aa53-90ddd50cb925
1•JumpCrisscross•9m ago•0 comments

Bushmen

https://mapwriting.substack.com/p/why-i-cant-stop-thinking-about-the
1•chandlerh•9m ago•0 comments

Mini Test Planning: How to add rigor without slowing down QA

https://www.qawithahmed.com/mini-test-planning-how-to-add-rigor-without-slowing-down-qa-2/
1•qaprof•10m ago•0 comments

Internet domain subprocess.run redirects to the Python docs for subprocess.run()

1•theanonymousone•11m ago•0 comments

Show HN: Sprocket – A bioinformatics workflow engine in Rust, from laptop to HPC

https://sprocket.bio/
1•clmcleod•12m ago•0 comments

DraftKings Is Using AI to Supercharge the Harms of Online Behavioral Advertising

https://www.eff.org/deeplinks/2026/09/draftkings-using-ai-supercharge-harms-online-behavioral-adv...
3•hn_acker•13m ago•0 comments

A24, Sony, or the New York Times May Soon Swallow Letterboxd

https://gizmodo.com/a24-sony-or-the-new-york-times-may-soon-swallow-letterboxd-2000817016
1•rdmuser•13m ago•0 comments

Lessons for Software Developers from Heinlein (2009)

https://www.computerworld.com/article/1449456/7-lessons-for-software-developers-from-heinlein.html
1•mooreds•14m ago•0 comments

How to Own a 3-Year Technical Roadmap (and Get the Time to Execute It)

https://vikmodi.medium.com/how-to-own-a-3-year-technical-roadmap-and-get-the-time-to-execute-it-9...
1•mooreds•14m ago•0 comments

Blondin's Assignment America (1997)

https://www.blondins.com/
1•mooreds•15m ago•0 comments

The Antitrust Problem with Meta's Settlement with the States

https://www.techdirt.com/2026/09/24/the-antitrust-problem-with-metas-settlement-with-the-states/
3•hn_acker•16m ago•0 comments

The model observes, a table decides: keeping an LLM out of pet triage

https://tailstory-app.com/en/blog/model-observes-table-decides
1•Mohsentr•16m ago•0 comments

It's called Luxir, it's open source from Yonik Seeley

https://yonik.com/blog/introducing-luxir/
1•nlllrt90•17m ago•1 comments

BizEmpire – Real-time multiplayer economic SIM with double-entry accounting

https://bizempire.app/
1•gurbhagat•19m ago•0 comments

Intel Total Storage Encryption on Panther Lake [video]

https://www.youtube.com/watch?v=owRK0Dm6Uh4
1•pregnenolone•22m ago•0 comments

Crisis of the Late Middle Ages

https://en.wikipedia.org/wiki/Crisis_of_the_late_Middle_Ages
1•haunter•24m ago•0 comments

Ask HN: Does a startup need both founder and company X accounts?

2•OnionLayers•25m ago•0 comments

Ask HN: Do you cuss at your agent?

1•ak39•27m ago•0 comments

Toxic bosses: why do companies protect managers who make working life hell?

https://www.theguardian.com/money/2026/sep/24/toxic-bosses-why-do-companies-protect-managers-who-...
1•fallinditch•30m ago•0 comments

Show HN: Multi-agent coding feels like pre-GitHub development

https://github.com/motif-Labs/motif
1•merthdotxyz•34m 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