frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kq – jq but 1.5x faster on paths, from a language with no GC/lifetimes

https://github.com/kanso-lang/kq
1•ClayShentrup•2m ago•0 comments

Ask HN: What percentage of HN users are developers?

1•wseqyrku•2m ago•0 comments

America Is Sitting on the Largest Oil Deposit, but There's a Catch [video]

https://www.youtube.com/watch?v=SIklReulhVs
1•Bender•3m ago•0 comments

Show HN: Seed and Series raised last week

https://choclatenews.substack.com/p/choclate-weekly-011
1•dariusogenyiebu•4m ago•0 comments

Show HN: My Fable 5 Project Was a Multiraft Database and Blob Store

https://meetthecluster.github.io/
1•SamInTheShell•7m ago•0 comments

Head cooling intervention improves mental health markers

https://www.sciencedirect.com/science/article/pii/S0001691826006724?via%3Dihub
1•geox•10m ago•0 comments

Orion Browser by Kagi

https://orionbrowser.com/
1•sebjones•10m ago•1 comments

Show HN: Bothread, multiple AI coding agents talk, share one repo, no collisions

https://github.com/AdamACE9/bothread
1•AdamACE9•14m ago•0 comments

How to Sell a Kettle

https://www.economist.com/business/2026/07/16/how-to-sell-a-kettle
1•bazzmt•17m ago•0 comments

FIFA World Cup Triggers a Global Anti-Piracy Crackdown

https://torrentfreak.com/fifa-world-cup-triggers-a-global-anti-piracy-crackdown/
2•gslin•20m ago•0 comments

Two Loops: How China's Open AI Strategy Reinforces Its Industrial Dominance [pdf]

https://www.uscc.gov/sites/default/files/2026-03/Two_Loops--How_Chinas_Open_AI_Strategy_Reinforce...
2•pash•21m ago•0 comments

I argued with the father of open source for 2 years Now the AI fight is the same

https://fortune.com/2026/07/03/open-source-ai-same-fight-as-software-fight-1980s-david-siegel-two...
1•t-3•21m ago•0 comments

What Year Was?

https://whatyearwas.com/
2•danololik•24m ago•1 comments

JupyDash – turn any Jupyter notebook into a dashboard

https://plathsoven.github.io/jupydash-releases/
3•Entropnt•25m ago•0 comments

Identity Verification: GSA Needs to Address Fraud Threats and Technical Issues

https://www.gao.gov/products/gao-26-109261
2•Jimmc414•26m ago•0 comments

Aviation Cybersecurity: Key Shortfalls in FAA/TSA Collaboration on Cybersecurity

https://www.gao.gov/products/gao-26-107693
1•Jimmc414•27m ago•0 comments

HomeLab #1: MikroTik as a Home Router

https://justsomebody.dev/blog/mikrotik-home-router
4•rafal_opilowski•27m ago•1 comments

Bashkit got official browser target. No rust compilation needed

https://www.npmjs.com/package/@everruns/bashkit-wasm
1•chalyi•30m ago•0 comments

Campaign Diagrams: Visualizing the March Through the Phases of a Workload

https://arxiv.org/abs/2607.15225
1•Jimmc414•30m ago•0 comments

Netflix Paid $587M for Ben Affleck's AI Startup InterPositive

https://variety.com/2026/film/news/netflix-paid-587-million-ben-affleck-ai-interpositive-1236815111/
1•ortusdux•31m ago•0 comments

What is usage-based billing? Tokens, credits, and outcomes, explained in STE100

https://arnon.dk/what-is-usage-based-billing-tokens-credits-and-outcomes-explained-in-simplified-...
1•arnon•36m ago•0 comments

Show HN: How much profit does your employer make per employee?

https://yourfairshare.info
3•IESAI_ski•36m ago•1 comments

M-Chips: M7 with up to 1.5 TB – and why Apple is skipping the M6

https://www.heise.de/en/news/M-Chips-M7-with-up-to-1-5-TB-and-why-Apple-is-skipping-the-M6-113628...
2•danboarder•37m ago•1 comments

The CIA Operative Who Spied on the U.A.E.–and Played a Role in Its AI Win

https://www.wsj.com/world/middle-east/cia-spy-united-arab-emirates-ai-49d909a8
1•NN88•38m ago•1 comments

Why Elixir Is the Best Language for LLMs (and What the Benchmarks Show)

https://codemyspec.com/blog/why-elixir-is-the-best-language-for-llms
1•ksec•41m ago•0 comments

Designing a 4D Digital Archive for Ikebana

https://ishiguro-lab.org/projects/designing-a-4d-digital-archive-for-ikebana/
2•ohjeez•42m ago•0 comments

Lark: a parsing toolkit for Python

https://github.com/lark-parser/lark
1•saikatsg•42m ago•0 comments

Git email patch review addon for Thunderbird

https://mccd.space/git/thunderbird-patch-review/file/README.html.html
1•elashri•43m ago•0 comments

Dictionaries and Tables

https://www.defconq.tech/docs/concepts/dictionariesTables
1•mpweiher•50m ago•0 comments

Thermal Design for Spaceflight (NASA, 2022) [pdf]

https://ntrs.nasa.gov/api/citations/20230003714/downloads/Thermal%20Design%20for%20Spaceflight.pp...
2•jason_s•52m 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