frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Virtual SLURM HPC cluster in a Docker Compose

https://github.com/exactlab/vhpc
18•ciclotrone•4d ago
I'm the main developer behind vHPC, a SLURM HPC cluster in a docker compose.

As part of my job, I'm working on a software solution that needs to interact with one of the largest Italian HPC clusters (Cineca Leonardo, 270 PFLOPS). Of course developing on the production system was out of question, as it would have led to unbearably long feedback loops. I thus started looking around for existing containerised solutions, which were always lacking some key ingredient in order to suitably mock our target system (accounting, MPI, out of date software, ...).

I thus decided that it was worth it to make my own virtual cluster from scratch, learning a thing or two about SLURM in the process. Even though it satisfies the particular needs of the project I'm working on, I tried to keep vHPC as simple and versatile as possible.

I proposed the company to open source it, and as of this morning (CET) vHPC is FLOSS for others to use and tweak. I am around to answer any question.

Comments

ZeroCool2u•41m ago
Interesting, I've been dealing with replacing a few on-prem HPC clusters lately. One of the things we've been looking at is OpenOnDemand. How does this compare to that? Is this primarily targeted at cluster development or can I really just make an arbitrarily large production HPC cluster with it?
mbreese•5m ago
Don’t you still need the HPC cluster with OpenOnDemand? I thought it was a web interface to use HPC resources.
robot-wrangler•33m ago
Thanks for this! I went looking for something similar a while back and found nothing much. I'm guessing that the alternative to this tidy modern repository is a gigantic broken pile of ansible/chef/puppet that hasn't been touched in 10 years.

Even surprisingly popular distributed-systems stuff is always really bad about "follow this 10 step copy/paste to deploy to EKS" but that's also obnoxious. In the first place, people want to see something basically working on small scale first to check if it's abandonware. But even after that.. local prototyping without first setting up multiple repositories, then shipping multiple modified container images, and already having CI/CD for all of the above is really nice to have.

NSA and IETF, part 3: Dodging the issues at hand

https://blog.cr.yp.to/20251123-dodging.html
170•upofadown•3h ago•48 comments

Fast Lua runtime written in Rust

https://astra.arkforge.net/
49•akagusu•1h ago•23 comments

Show HN: Cynthia – Reliably play MIDI music files – MIT / Portable / Windows

https://www.blaizenterprises.com/cynthia.html
34•blaiz2025•1h ago•10 comments

Shai-Hulud Returns: Over 300 NPM Packages Infected

https://helixguard.ai/blog/malicious-sha1hulud-2025-11-24
476•mrdosija•5h ago•378 comments

Chrome Jpegxl Issue Reopened

https://issues.chromium.org/issues/40168998
52•markdog12•3h ago•10 comments

Slicing Is All You Need: Towards a Universal One-Sided Distributed MatMul

https://arxiv.org/abs/2510.08874
57•matt_d•4d ago•4 comments

We stopped roadmap work for a week and fixed bugs

https://lalitm.com/fixits-are-good-for-the-soul/
133•lalitmaganti•23h ago•226 comments

Serflings is a remake of The Settlers 1

https://www.simpleguide.net/serflings.xhtml
42•doener•2d ago•9 comments

Show HN: Virtual SLURM HPC cluster in a Docker Compose

https://github.com/exactlab/vhpc
18•ciclotrone•4d ago•3 comments

RuBee

https://computer.rip/2025-11-22-RuBee.html
292•Sniffnoy•12h ago•51 comments

Disney Lost Roger Rabbit

https://pluralistic.net/2025/11/18/im-not-bad/
335•leephillips•5d ago•139 comments

Japan's gamble to turn island of Hokkaido into global chip hub

https://www.bbc.com/news/articles/c8676qpxgnqo
192•1659447091•12h ago•336 comments

µcad: New open source programming language that can generate 2D sketches and 3D

https://microcad.xyz/
314•todsacerdoti•18h ago•101 comments

Ask HN: Hearing aid wearers, what's hot?

266•pugworthy•13h ago•140 comments

Building the largest known Kubernetes cluster, with 130k nodes

https://cloud.google.com/blog/products/containers-kubernetes/how-we-built-a-130000-node-gke-cluster/
59•TangerineDream•2d ago•41 comments

Lambda Calculus – Animated Beta Reduction of Lambda Diagrams

https://cruzgodar.com/applets/lambda-calculus
110•perryprog•10h ago•7 comments

Native Secure Enclave backed SSH keys on macOS

https://gist.github.com/arianvp/5f59f1783e3eaf1a2d4cd8e952bb4acf
428•arianvanp•21h ago•174 comments

The Rust Performance Book (2020)

https://nnethercote.github.io/perf-book/
169•vinhnx•5d ago•25 comments

New magnetic component discovered in the Faraday effect

https://phys.org/news/2025-11-magnetic-component-faraday-effect-centuries.html
174•rbanffy•4d ago•64 comments

Booking.com cancels $4K hotel reservation, offers same rooms again for $17K

https://www.cbc.ca/news/gopublic/go-public-booking-com-hotel-rates-9.6985480
82•thisislife2•1h ago•61 comments

Show HN: Stun LLMs with thousands of invisible Unicode characters

https://gibberifier.com
154•wdpatti•12h ago•70 comments

Fran Sans – font inspired by San Francisco light rail displays

https://emilysneddon.com/fran-sans-essay
1031•ChrisArchitect•21h ago•128 comments

Set theory with types

https://lawrencecpaulson.github.io//2025/11/21/Typed_Set_Theory.html
88•baruchel•2d ago•13 comments

Calculus for Mathematicians, Computer Scientists, and Physicists [pdf]

https://mathcs.holycross.edu/~ahwang/print/calc.pdf
332•o4c•23h ago•69 comments

Ego, empathy, and humility at work

https://matthogg.fyi/a-unified-theory-of-ego-empathy-and-humility-at-work/
104•mrmatthogg•13h ago•34 comments

The Cloudflare outage might be a good thing

https://gist.github.com/jbreckmckye/32587f2907e473dd06d68b0362fb0048
198•radeeyate•12h ago•143 comments

Bureau of Meteorology's new boss asked to examine $96M bill for website redesign

https://www.abc.net.au/news/2025-11-23/bureau-of-meteorology-new-website-cost-blowout-to-96-milli...
66•OuterVale•3h ago•46 comments

Show HN: I wrote a minimal memory allocator in C

https://github.com/t9nzin/memory
115•t9nzin•17h ago•27 comments

I put a real search engine into a Lambda, so you only pay when you search

https://nixiesearch.substack.com/p/i-put-a-real-search-engine-into-a
14•shutty•4h ago•2 comments

Liva AI (YC S25) Is Hiring

https://www.ycombinator.com/companies/liva-ai/jobs/fYP8QP8-growth-intern
1•ashlleymo•17h ago