frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
4•johnsillings•2h ago•0 comments

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

https://www.blaizenterprises.com/cynthia.html
72•blaiz2025•5h ago•17 comments

Show HN: I built an interactive map of jobs at top AI companies

https://map.stapply.ai
5•kalil0321•1h ago•1 comments

Show HN: New Systems Programming Language with Builtin Parallelism and No GC

https://axelang.org/
3•death_eternal•1h ago•0 comments

Show HN: Runbooks – Shareable Claude Code Sessions

https://www.aviator.co/runbooks
4•ankitdce•1h ago•0 comments

Show HN: Virtual SLURM HPC cluster in a Docker Compose

https://github.com/exactlab/vhpc
44•ciclotrone•5d ago•10 comments

Show HN: Stun LLMs with thousands of invisible Unicode characters

https://gibberifier.com
179•wdpatti•16h ago•94 comments

Show HN: I wrote a minimal memory allocator in C

https://github.com/t9nzin/memory
125•t9nzin•21h ago•29 comments

Show HN: Gitlogue – A terminal tool that replays your Git commits with animation

https://github.com/unhappychoice/gitlogue
149•unhappychoice•6d ago•19 comments

Show HN: Sphere-Base-One– A Python Kernel for Integer-Based Physics Optimization

https://github.com/universal-steward/hahn-optimization-core
3•zakthehahn•3h ago•1 comments

Show HN: Pg-aiguide – Write better PostgreSQL code with AI

https://github.com/timescale/pg-aiguide
3•cevian•4h ago•0 comments

Show HN: Numr – A Vim-style TUI calculator for natural language math expressions

https://github.com/nasedkinpv/numr
4•nasedkinpv•5h ago•0 comments

Show HN: I made a tool to export TikTok comments

https://exporttok.com
4•jackemerson•5h ago•1 comments

Show HN: Pulse-Field – O(N) AI Architecture (12x faster than Transformers)

https://github.com/makimilan/pulse-field-core
5•makimilan•6h ago•8 comments

Show HN: Build the habit of writing meaningful commit messages

https://github.com/arpxspace/smartcommit
107•Aplikethewatch•1d ago•129 comments

Show HN: WireMD – Design Wireframes in Markdown

https://wiremd.dev/
6•akonan•7h ago•3 comments

Show HN: I built an LLM powered receptionist for website chats

https://receptionst.com/
11•teemingdev•7h ago•3 comments

Show HN: Forty.News – Daily news, but on a 40-year delay

https://forty.news
431•foxbarrington•2d ago•171 comments

Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker

https://wealthfolio.app/?v=2.0
668•a-fadil•3d ago•212 comments

Show HN: Flag Waver, create and simulate realistic waving flags online

https://flagwaver.org
4•star98•10h ago•1 comments

Show HN: Built a tool solve the nightmare of chunking tables in PDF vs. Markdown

https://github.com/2dogsandanerd/smart-ingest-kit
9•2dogsanerd•1d ago•0 comments

Show HN: I built a CLI tool to map your codebase for LLMs

https://github.com/JordanCoin/codemap
4•jordancj•11h ago•2 comments

Show HN: Simulating the vacuum as a superfluid to derive Alpha = 1/137

https://github.com/moseszhu999/geometric-vacuum-sim
5•moseszhu•12h ago•1 comments

Show HN: I built a wizard to turn ideas into AI coding agent-ready specs

https://vibescaffold.dev/
68•straydusk•1d ago•37 comments

Show HN: WeatherOrNot a maximal weather app in the terminal

https://james-see.github.io/weatherornot/
6•jamescampbell•13h ago•0 comments

Show HN: I built a free kids coloring site with AI

https://happykidscoloring.com/en
7•daimajia•14h ago•10 comments

Show HN: SitStand – Control your standing desk from the command line

https://gregraiz.com/blog/sitstand-bluetooth-desk-controller/
8•graiz•15h ago•0 comments

Show HN: 3M km interferometer concept using Saturn moons

https://zenodo.org/records/17665935
3•kurtswendson•17h ago•1 comments

Show HN: Ontology-driven knowledge graph extraction from text

9•cybermaggedon•8h ago•0 comments

Show HN: PolyGPT – ChatGPT, Claude, Gemini, Perplexity responses side-by-side

https://polygpt.app
26•ncvgl•2d ago•23 comments
Open in hackernews

Show HN: Virtual SLURM HPC cluster in a Docker Compose

https://github.com/exactlab/vhpc
44•ciclotrone•5d 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•4h 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•4h ago
Don’t you still need the HPC cluster with OpenOnDemand? I thought it was a web interface to use HPC resources.

But this still runs on a single computer, so you wouldn’t use this to deploy a production cluster. This would be for testing in a virtual multi-node-ish setup.

formerly_proven•3h ago
ondemand is "just" a web frontend for using a traditional HPC cluster, which of course means its architecture is deeply cursed: https://osc.github.io/ood-documentation/latest/architecture....
linksnapzz•3h ago
Yeah, OOD is a giant RoR webapp; you need to be running it on a node that can submit to your cluster.
brightbeige•52m ago
RoR = Ruby on Rails
robot-wrangler•4h 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.

throw0101c•40m ago
> 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.

Not quite sure how well you looked, but there are a bunch of deployment systems for HPC, Ansible or otherwise:

* https://old.reddit.com/r/HPC/comments/1p4a3fq/what_imaging_s...

* My comment listing a bunch: https://news.ycombinator.com/item?id=46037792

igleria•2h ago
I wish I had this for my master's thesis! it was a puny 64 core node, but nevertheless...
throw0101c•53m ago
The Digital Research Alliance of Canada (formerly Compute Canada) has Terrafrom recipes that can talk to various cloud APIs that do something similar:

* https://github.com/ComputeCanada/magic_castle

They link to various other projects that do cloud-y-HPC:

* AWS ParallelCluster [AWS]

* Cluster in the cloud [AWS, GCP, Oracle]

* Elasticluster [AWS, GCP, OpenStack]

* Google Cluster Toolkit [GCP]

* illume-v2 [OpenStack]

* NVIDIA DeepOps [Ansible playbooks only]

* StackHPC Ansible Role OpenHPC [Ansible Role for OpenStack]

Nvidia also offers free licenses for their Base Command Manager (BCM, formerly Bright Cluster Manager); pay for enterprise support, or hit up the forums:

* https://www.nvidia.com/en-us/data-center/base-command-manage...

* http://support.brightcomputing.com/manuals/10/

* http://support.brightcomputing.com/manuals/11/

janeway•26m ago
Cool!

I have worked 100% in 3 comparable systems over the past 10 years. Can you access with ssh?

I find it super fluid to work on the HPC directly to develop methods for huge datasets by using vim to code and tmux for sessions. I focus on printing detailed log files constantly with lots of debugs and an automated monitoring script to print those logs in realtime; a mixture of .out .err and log.txt.