DavyJone | 2 months ago | on: The Future of Development: Running Firecracker MicroVMs on Your MacBook Pro M3
DavyJone's comments
DavyJone | 1 year ago | on: Tj-actions/changed-files GitHub Action Compromised – used by over 23K repos
eg. Target their NPM and PYPI tokens, so they can push compromised packages.
DavyJone | 1 year ago | on: The DuckDB Local UI
DavyJone | 1 year ago | on: Show HN: Container Desktop – Podman Desktop Companion
DavyJone | 1 year ago | on: Percona Everest: open-source automated database provisioning and management
DavyJone | 1 year ago | on: Show HN: A free minimalist daily habit tracker
I don't see any similarity between the two that would lead me to believe that there is influence. Why do you mention this?
This seems like a plug to your product more than anything else.
DavyJone | 2 years ago | on: BuildKit in depth: Docker's build engine explained
Is that not the case?
DavyJone | 2 years ago | on: Show HN: Open-source x64 and Arm GitHub runners
I was reading https://www.ubicloud.com/blog/ubicloud-hosted-arm-runners-10... but seems like a bit misleading to compare an ARM workload over QEMU vs a native ARM.
What about native x86 vs native x86 or at least native x86 vs native arm?
DavyJone | 2 years ago | on: Toolship: A more secure workstation
DavyJone | 2 years ago | on: Ask HN: Is Satya Nadella the best tech CEO of last decade?
Bad replies, to bad replies
DavyJone | 3 years ago | on: Ask HN: What's your unpopular tech, programming opinion
DavyJone | 3 years ago | on: Show HN: Asdf Clone Written in Rust
EDIT: OK, I see the main trick is to use PATH instead of shims.
> rtx does not use shims and instead updates PATH so that it doesn't have any overhead when simply calling binaries
There is a good reason `asdf-vm` uses shims, and is that it does not have to interplay or worry about other tools that set PATH and tools that need a reference to an executable could be simply set to `~/.asdf/shims`.
Ill take it for a spin, but this choice might have a lot of consequences that are not easy to foresee. A good example is `direnv` which as you mention in the README now requires to be set in `.envrc` and then disable global `rtx` hook I guess.
DavyJone | 3 years ago | on: Show HN: Val Town – A Cloud Scripting Site
Do you plan to allow for self-hosting? eg. An org that wants to have a private version of this, or even internal version of it.
DavyJone | 3 years ago | on: Show HN: Ory Kratos – Open-source identity server written in Go
DavyJone | 4 years ago | on: GDPR penalty for passing on of IP address to Google by using Google Fonts
I believe there isn't and that is part of the problem with GDPR in my experience.
DavyJone | 5 years ago | on: WSL2 corrupting Git repositories and shell history
Is this confirmed by anyone else?
DavyJone | 5 years ago | on: How we use HashiCorp Nomad
DavyJone | 5 years ago | on: How we use HashiCorp Nomad
DavyJone | 5 years ago | on: Google rolls out DNS-over-HTTPS support in Chrome 83
DavyJone | 5 years ago | on: Google rolls out DNS-over-HTTPS support in Chrome 83
* You predownload the "image" which is the part that takes long in docker * You also run inside of `lima` which is already a virtualized layer
What is the thing that is faster? I do love microvms and firecracker, but this article makes no sense to me.