frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Crumb: A Cartoonist's Life

https://www.lrb.co.uk/the-paper/v47/n21/j.-hoberman/desperate-character
1•mitchbob•1m ago•1 comments

Space Truckin' – The Nostromo (2012)

https://alienseries.wordpress.com/2012/10/23/space-truckin-the-nostromo/
2•exvi•3m ago•0 comments

Polar Signals is 70% faster by switching from Parquet to Vortex

https://www.polarsignals.com/blog/posts/2025/11/25/interface-parquet-vortex
1•SchwKatze•4m ago•0 comments

TMLR Beyond PDF:Journal of Machine Learning Research Now Accept HTML Submissions

https://tmlr-beyond-pdf.org/about
1•lnyan•6m ago•0 comments

ClipEgg: We Confused Copying with Hoarding

1•DaaaaveATX•7m ago•1 comments

Lawsuit alleges social media giants buried research on teen mental health harms

https://www.cnn.com/2025/11/25/tech/social-media-youth-mental-health-lawsuit-meta-tiktok-snap-you...
2•anonymousiam•9m ago•0 comments

The final evolution of agentic memory

https://manthanguptaa.in/posts/towards_human_like_memory_for_ai_agents/
1•manthangupta109•9m ago•0 comments

Klarna to launch dollar-backed stablecoin as race in digital payments heats up

https://www.reuters.com/business/finance/klarna-launch-dollar-backed-stablecoin-race-digital-paym...
1•krrishd•12m ago•1 comments

Optimzing Our Jax LLM RL Pipeline

https://notes.kvfrans.com/7-misc/rl-infra.html
1•lnyan•13m ago•0 comments

The Nostromo Project (2011) [video]

https://www.youtube.com/watch?v=9NoCsZvYeEQ
1•exvi•14m ago•0 comments

80.1 % on LoCoMo Long-Term Memory Benchmark with a pure open-source RAG pipeline

2•ViktorKuz•18m ago•0 comments

Nostromo: A Legend Born and Born Again - Part 1 (2011)

https://web.archive.org/web/20110519073318/http://www.therpf.com/f45/prop-store-first-look-nostro...
1•exvi•19m ago•0 comments

<5KB demoscene intro by Claude

https://demo-blue-fog-5621.fly.dev/
1•MattPearce•21m ago•1 comments

A Math Horror Show at UC San Diego

https://www.wsj.com/opinion/a-math-horror-show-at-cal-at-san-diego-c91f2035
1•delichon•23m ago•0 comments

US triples national park fee for non-residents, amid 'new' fee for Americans

https://www.theguardian.com/us-news/2025/nov/25/national-park-fee-non-residents
1•c420•23m ago•1 comments

Client Registration and Enterprise Management in the Nov 2025 MCP Auth Spec

https://aaronparecki.com/2025/11/25/1/mcp-authorization-spec-update
1•gz5•24m ago•0 comments

Markets are getting more concerned about Oracle's AI data center debt

https://sherwood.news/markets/markets-are-getting-more-concerned-about-oracles-ai-data-center-debt/
1•zerosizedweasle•25m ago•0 comments

Plug it in and make it magic

https://doingsoftwarewrong.com/blog/plug-in-ai-magic/
1•ChunkyAu•27m ago•0 comments

Java Quirks: Bridge and Synthetic Methods for Reflection

https://www.ptidej.net/blog/bridge-methods-java/
3•yann-gael•30m ago•1 comments

CS QLola

https://news.ycombinator.com
2•bappaforjio•33m ago•0 comments

Lifetime Safety in Clang – 2025 US LLVM Developers' Meeting [video]

https://www.youtube.com/watch?v=3zWK7Lx96vI
1•matt_d•36m ago•0 comments

Joe Armstrong – The mess we are in

https://youtu.be/lKXe3HUG2l4?si=YEbsd9xOCH_yP_C2
1•lifeisstillgood•40m ago•0 comments

Ask HN: Hard and deep tech – why are Jira and Confluence the go-to PM tools?

2•dnlh_lvg•40m ago•2 comments

Dr. Chainlove Or: How I Learned to Stop Worrying and Love On-Chain Gaming

https://organizedplayer.substack.com/p/dr-chainlove-or-how-i-learned-to
1•0north•41m ago•0 comments

Prosecutor Used Flawed A.I. To Keep a Man in Jail, His Lawyers Say

https://www.nytimes.com/2025/11/25/us/prosecutor-artificial-intelligence-errors-lawyers-californi...
3•perihelions•42m ago•0 comments

BebboSSH: SSH2 implementation for Amiga systems (68000, GPLv3)

https://franke.ms/git/bebbo/bebbossh
1•snvzz•43m ago•0 comments

Genesis Mission – A National Mission to Accelerate Science Through AI

https://genesis.energy.gov/
1•Anon84•46m ago•0 comments

Design Follows Data Structures

https://www.tedinski.com/2019/01/29/data-structures-are-fundamental.html
3•plutonium3345•48m ago•0 comments

Maybe some people should just give up [video]

https://www.youtube.com/watch?v=rsoEipuwXiI
1•koakuma-chan•51m ago•0 comments

I tracked 609 food additives across 817K products to find awareness gaps

https://compareadditives.com
4•markvitals•51m ago•2 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