Viewing profile — janjongboom
janjongboom
HN member- Joined
- Tue, Dec 13, 2011, 2:57 PM UTC
- HN karma
- 1,876
- Public activity
- 236 items
- HN profile
- View on Hacker News ↗
About janjongboom
Recent public activity
-
story
Qualcomm to acquire Arduino
https://arstechnica.com/gadgets/2025/10/arduino-retains-its-... https://www.electronicdesign.com/technologies/embedded/artic...
-
comment
Comment #45143131
This false sense of reproducability is why I funded https://docs.stablebuild.com/ some years ago. It lets you pin stuff in dockerfiles that are normally unpinnable like OS package …
-
comment
Comment #44613211
Still gonna break everyone’s CI until they manually update the tag. (And who guarantees that these tags will stay alive after they pull this)
-
comment
Comment #44612968
The removal (or moving) of the Bitnami images from Docker Hub is going to break a ton of systems that depend on them. I helped set up https://www.stablebuild.com/ some years ago to…
-
comment
Comment #42455644
Seconding this - absolutely terrific content.
-
comment
Comment #41290011
FYI, I've helped set up StableBuild ( https://www.stablebuild.com ) to help pin stuff in Docker that's normally virtually impossible to pin (e.g. OS package repos, Docker base imag…
-
comment
Comment #40659594
Not never. E.g. all the capital we as founders put in the business before we raised our seed round was converted into Series Seed Preferred shares at the same rights as angels / se…
- story
-
comment
Comment #39968541
Packages and versions can be deleted from PyPI, which can be a massive pain in the ass for anyone consuming these packages. Can have your whole Python dependency tree pinned => aut…
- story
-
comment
Comment #39727478
I’m an investor in StableBuild.
-
comment
Comment #39725796
Yes, fantastic work. Downside is that snapshot.debian.org is extremely slow, times out / errors out regularly - very annoying. See also e.g. https://github.com/spesmilo/electrum/is…
-
comment
Comment #39725782
> Any source of that claim? Any tag like ubuntu:20.04 -> this tag gets overwritten every time there's a new release (which is very often) https://hub.docker.com/r/nvidia/cuda -> th…
-
comment
Comment #39724750
Yeah, very similar approach. We did this before, see e.g. https://www.stablebuild.com/blog/create-a-historic-ubuntu-pa... - but then figured everyone needs exactly the same package…
-
comment
Comment #39724745
Until someone overwrites or deletes the Docker base image (regularly happens), or when you depend on some packages installed through apt - as you'll get the latest version (impossi…
-
comment
Comment #39724472
Yeah, but it's impossible to properly pin w/o running your own mirrors. Anything you install via apt is unpinnable, as old versions get removed when a new version is released; pinn…
-
comment
Comment #39724444
Ah, yes, on mobile it shows the wrong pricing table... Copying here while I get it fixed: Free => Access to all functionality, 1 user, 15GB traffic/month, 1GB of storage for files/…
-
comment
Comment #39723928
Apologies for editorializing the title a bit :-) Reading through the comments in https://news.ycombinator.com/item?id=39720007 I saw a common misconception pop up again: Dockerfile…
- story
-
comment
Comment #39723909
And that assumes that `foo` and `bar` are not overwritten or deleted in your package repository, and that the git repository remains available.
-
comment
Comment #39723906
That's the interesting bit about Dockerfiles. They look _looks_ deterministic, and they even are for a while while you're looking at it as a developer. I've done a detailed writeup…
-
comment
Comment #39723888
I've gone down the same path. I love deterministic builds, and I think Docker's biggest fault is that to the average developer a Dockerfile _looks_ deterministic - and it even is f…
-
comment
Comment #39685874
Not sure about Earthly as I’ve never used it, but for Nexus and other artifactory solutions around package repos: 1. Don’t need to set up anything. No need to set up an apt repo an…
-
story
Show HN: StableBuild – make any Docker container deterministic
Hi HN! I've posted this a few weeks back without much HN traction - today we've added a free community tier, so anyone can try it out. TL;DR: We’ve launched StableBuild, a new tool…
-
story
Show HN: StableBuild – pin and freeze any build dependency
Hi HN! TL;DR: We’ve launched StableBuild, a new tool to easily freeze and pin Docker images, operating system packages, Python packages, and arbitrary build dependencies; in 5 line…