frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SuperDuper Security Update v3.11

https://www.shirt-pocket.com/blog/index.php/shadedgrey/comments/superduper_security_update_v311/
1•colinprince•1m ago•0 comments

Rachel Reeves plans £7.5B tax rise in budget after U-turn on income tax rates

https://www.theguardian.com/business/2025/nov/14/uk-borrowing-costs-up-after-markets-spooked-by-r...
1•PaulHoule•1m ago•0 comments

CoreWeave: Where the AI and Private Credit Bubbles Collide

https://seekingalpha.com/article/4847246-coreweave-where-the-ai-and-private-credit-bubbles-collide
1•zerosizedweasle•3m ago•0 comments

Cheese Consumption and Dementia in Older Japanese Adults: The Jages Cohort Study

https://www.mdpi.com/2072-6643/17/21/3363
1•gnabgib•3m ago•0 comments

Show HN: A safe way to capture and create branded profile photos for your site

https://www.memoreco.com/explainers/branded-avatars
1•andupotorac•10m ago•0 comments

More Americans are getting their power shut off, as unpaid bills pile up

https://www.washingtonpost.com/business/2025/11/24/power-shutoffs-surge-electric-bills/
4•doener•12m ago•0 comments

Using AI as a Render Engine

https://cap.so/s/ggjjcek0wpymybd
1•makosst•14m ago•0 comments

Show HN: Housepoints

https://whirl.digital/housepoints.html
1•jamesdhutton•14m ago•0 comments

Praise Amazon for raising this service from the dead

https://www.theregister.com/2025/11/24/praise_amazon_for_reviving_codecommit_corey_quinn/
1•mooreds•17m ago•0 comments

Gemini 3 vs. Opus 4.5

3•samsilva•17m ago•0 comments

Show HN: TX-2 ECS – A web framework that treats your app as a world

https://www.tx-2.dev/
1•iregaddr•22m ago•0 comments

World Institute of Kimchi – Kimchi stimulates and regulates immune response

https://medicalxpress.com/news/2025-11-kimchi-precision-immune-week-clinical.html
1•Gaishan•23m ago•1 comments

Longshot Space interview – Space cannon launcher

https://newatlas.com/space/interview-longshot-space-mike-grace/
1•Gaishan•26m ago•0 comments

The State of TanStack, Two Years of Full-Time OSS

https://tanstack.com/blog/tanstack-2-years
2•coloneltcb•27m ago•0 comments

Social Media Detox and Youth Mental Health

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2841773?guestAccessKey=1b34668e-afe8...
2•pseudolus•31m ago•0 comments

"Genesis Mission" to boost AI research

https://www.axios.com/2025/11/24/trump-ai-genesis-mission-doe-chris-wright
1•andsoitis•33m ago•1 comments

GitLab discovers widespread NPM supply chain attack

https://about.gitlab.com/blog/gitlab-discovers-widespread-npm-supply-chain-attack/
1•soheilpro•36m ago•0 comments

LLM APIs Are a Synchronization Problem

https://lucumr.pocoo.org/2025/11/22/llm-apis/
1•yakkomajuri•37m ago•0 comments

The Hundred-Year Language (2003)

https://www.paulgraham.com/hundred.html
2•swatson741•43m ago•0 comments

Bullsquid.com

https://bullsquid.com/
1•sergiotapia•44m ago•0 comments

Harley-Davidson Dealerships Are Shutting Down Across America

https://www.jalopnik.com/2029438/why-harley-davidson-dealerships-are-shutting-down/
5•bookofjoe•44m ago•3 comments

Why synthetic emerald-green pigments degrade over time

https://arstechnica.com/science/2025/11/why-synthetic-emerald-green-pigments-degrade-over-time/
1•pseudolus•50m ago•0 comments

Probing Chinese LLM Safety Layers: Reverse-Engineering Kimi and Ernie 4.5

https://zenodo.org/records/17681837
1•dennisdeman•51m ago•1 comments

A visual guide to Cloudflare Primitives

https://momito.co.uk/cloudflare-primitives/
3•NicoJuicy•52m ago•0 comments

A Cell So Minimal That It Challenges Definitions of Life

https://www.quantamagazine.org/a-cell-so-minimal-that-it-challenges-definitions-of-life-20251124/
3•pseudolus•54m ago•0 comments

Show HN: My first published app – track contraception ring cycle

https://apps.apple.com/us/app/lunella/id6755366887
2•matsucks•59m ago•0 comments

Australia establishes new institute to strengthen AI safety

https://www.industry.gov.au/news/australia-establishes-new-institute-strengthen-ai-safety
1•ajdlinux•1h ago•0 comments

AWS's Project Rainier: the most powerful computer for training AI

https://www.aboutamazon.com/news/aws/aws-project-rainier-ai-trainium-chips-compute-cluster
2•kristianp•1h ago•0 comments

The Cost of Resetting a Password

https://www.pwndefend.com/2025/11/22/the-cost-of-resetting-a-password/
2•gm678•1h ago•0 comments

John Searle's Campus War

https://fusionaier.org/2025/john-searles-campus-war/
1•B1FF_PSUVM•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