frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Happens After I'm Gone? The Future of the Online Me

https://btxx.org/posts/planning-ahead/
1•ulrischa•25s ago•0 comments

'Meta Ray-Ban Display' Glasses Design and HUD Clips Leak Ahead of Connect

https://www.uploadvr.com/meta-ray-ban-display-glasses-design-hud-wristband-clips-leak/
1•mosura•33s ago•0 comments

What We Talk About When We Talk About Alt-Weeklies

https://www.coyotemedia.org/what-we-talk-about-when-we-talk-about-alt-weeklies/
1•coloneltcb•2m ago•0 comments

What's New in C# 14: Null-Conditional Assignments

https://blog.ivankahl.com/csharp-14-null-conditional-assignments/
1•ivankahl•2m ago•0 comments

We Melted iPhones for Science – Generating Real-Time Video with On-Device AI

https://accelerateordie.com/p/we-melted-iphones-for-science
1•MediaSquirrel•6m ago•0 comments

Rich Americans Are Driving a $200B Boom in Complex Bets

https://www.bloomberg.com/news/features/2025-09-14/why-structured-notes-are-booming-again-after-t...
1•koolhead17•6m ago•1 comments

The Quantum Mechanics of Greenhouse Gases

https://www.quantamagazine.org/the-quantum-mechanics-of-greenhouse-gases-20250915/
1•pykello•6m ago•0 comments

Meet the Hacker Who Helped Score a $243M Verdict Against Tesla

https://www.pcmag.com/articles/hacker-who-helped-score-243-million-verdict-against-tesla
1•mreporter2•7m ago•0 comments

A new visual language for content creation

https://app.reve.com/
6•qantrell•8m ago•1 comments

GitHub Attack – Shai-Hulud branches sending secrets to webhook

2•danieldspx•8m ago•0 comments

Offensive Cyber Operations as Relief for Citizens Under Internet Blackout

https://www.lawfaremedia.org/article/offensive-cyber-operations-as-relief-for-citizens-under-inte...
1•pcaharrier•8m ago•0 comments

Elon Musk Bought Some Stock

https://www.bloomberg.com/opinion/newsletters/2025-09-15/elon-musk-bought-some-stock
2•ioblomov•9m ago•1 comments

iOS 26 All New Features PDF

https://www.apple.com/os/pdf/All_New_Features_iOS_26_Sept_2025.pdf
3•Bondi_Blue•9m ago•0 comments

The US is trying to kick-start a "nuclear energy Renaissance"

https://undark.org/2025/09/08/trump-nuclear-renaissance/
1•voxadam•9m ago•0 comments

Washington Monthly's 2025 College Guide and Rankings – Washington Monthly

https://washingtonmonthly.com/2025-college-guide/
1•MaysonL•10m ago•0 comments

macOS Tahoe All New Features PDF

https://www.apple.com/os/pdf/All_New_Features_macOS_Tahoe_Sept_2025.pdf
3•Bondi_Blue•10m ago•0 comments

Kpt.dev

https://kpt.dev/
2•friendly_deer•11m ago•1 comments

Rating 26 years of Java language changes

https://neilmadden.blog/2025/09/12/rating-26-years-of-java-changes/
1•matt2000•11m ago•0 comments

YIMBYs on the Cusp of Major Victory in California

https://prospect.org/infrastructure/housing/2025-09-13-yimbys-cusp-major-victory-california/
5•warrenm•13m ago•0 comments

Interviewing PCB Factory Workers

https://www.youtube.com/watch?v=ElV2KeiGszk
8•Hello9999901•13m ago•3 comments

NASA Kicks Chinese Workers Out as It Promises It's Not Losing the Next Moon Race

https://www.jalopnik.com/1968205/nasa-chinese-workers-losing-moon-race/
1•rntn•15m ago•0 comments

Playing with HTTP/2 Connect

https://blog.flomb.net/posts/http2connect/
1•flomb•15m ago•0 comments

A $2B crypto deal and an agreement to sell valuable chips to the UAE

https://www.nytimes.com/2025/09/15/us/politics/trump-uae-chips-witkoff-world-liberty-takeaways.html
4•ripe•17m ago•0 comments

Hosting a website on a disposable vape

https://bogdanthegeek.github.io/blog/projects/vapeserver/
27•BogdanTheGeek•18m ago•256 comments

Dot Noise

https://mini.gmshaders.com/p/dot-noise
1•ibobev•18m ago•0 comments

Hackers steal private data of Gucci, Balenciaga and McQueen customers

https://www.theguardian.com/business/2025/sep/15/hackers-data-gucci-balenciaga-alexander-mcqueen-...
2•c420•20m ago•0 comments

Light Beam Shader in Godot

https://passivestar.xyz/posts/light-beam-shader-in-godot/
1•ibobev•20m ago•0 comments

Show HN: Fast AI Talking video model

https://www.veed.io/ai/fabric-1-0
5•totruok•24m ago•0 comments

WebKit Features in Safari 26.0

https://webkit.org/blog/17333/webkit-features-in-safari-26-0/
2•alwillis•24m ago•0 comments

React Won by Default – and It's Killing Front End Innovation

https://www.lorenstew.art/blog/react-won-by-default/
18•dbushell•25m ago•5 comments
Open in hackernews

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

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