Viewing profile — zippie
zippie
HN member- Joined
- Wed, Mar 21, 2012, 3:51 PM UTC
- HN karma
- 233
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About zippie
No profile information was provided.
Recent public activity
-
comment
Comment #49244703
We run https://github.com/NVIDIA/OpenShell on our workloads and we like it because it is backed by NVIDIA and fits natively within our k8s env. It also provides a nice TUI for netw…
- story
-
comment
Comment #24036855
Circa 2014, my economics mentor, who also mentored me in reading/trading free markets recommended reading Sowell. We discussed Sowell at length, and my primary take away was that S…
- story
-
comment
Comment #22276236
I see this quoted a lot whenever there is discussion of wealth. However, as with all verses, the context is important as well as the follow up verses. This is not in defense of. 17…
-
comment
Comment #21799310
Would CTRL+X + CTRL+p/l/f be something akin to this? I use these frequently and have been quite content with their ability to provide in context completion.
-
comment
Comment #21793728
I’ve been slowly coming around to this. Also there is no reason why something like salt cannot be adopted into the k8s world, it would bring better base image management capabiliti…
-
comment
Comment #21734357
The GP may seem like sarcasm to some ... sqlite is an overlooked, novel, and faster way (up to 35%!) to store things than the filesystem [0]. You can use something like libsqlfs [1…
-
comment
Comment #21723188
IPC microbenchmarks do not properly reflect the complex workloads running on post Zen2 microarchitecture. Zen2 upends microarchitecture schematics enough to warrant a different met…
-
comment
Comment #21693103
Not sure if you were hinting at it already, just in case, you may be interested in the ongoing work with bpfilter [0] which uses ebpf underneath existing xfilter rule interfaces. […
- story
-
comment
Comment #21171218
You may want to consider building Streamlit into a standalone binary using Static-X or pex. I use pex for standalone binary distribution of a fairly popular python app [1]. [1] htt…
- story
-
comment
Comment #21040036
In modern C libraries malloc is mmap’ed anon pages underneath for an increasingly larger set of conditions these days.
- story
- story
-
comment
Comment #20070740
Agree on timing and execution, from my own founding experience, being early is as the same as being wrong. https://biblia.com/bible/niv/Eccles%209.11
- story
-
comment
Comment #19429373
The standardized way of defining what a universal quantum computer is through the DiVicenzo criteria [1]. Quantum annealing is a bridge until we have universal QC, it’s a fairly de…
- story
-
comment
Comment #18579742
Same here. I enjoy YouTube Music more lately, which allows you to play any “music video” such as live performances in audio only, and is also included in the subscription.
-
comment
Comment #18473604
This is great progress towards making unikernels non-runtime specific. However, I am still skeptical of the idea that unikernels will ever be production friendly. The biggest defic…
-
comment
Comment #18300407
Though the parent mentions AF_XDP can be used in user space, it will require BPF maps to route the queues properly. If you’re interested in XDP and the like, also check out DPDK (B…
-
comment
Comment #18235179
Hacker News is up for me. In all seriousness, YouTube music and videos are down for me in California.
-
comment
Comment #17904272
Thank you for all the work on GitLab, we are using AutoDevops extensively. Any thoughts on how AD morphs or adapts with knative? It seems like Jenkins is fully knative with CRD sup…