Viewing profile — rhymenoceros
rhymenoceros
HN member- Joined
- Sat, Jul 28, 2018, 2:31 AM UTC
- HN karma
- 136
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About rhymenoceros
No profile information was provided.
Recent public activity
-
comment
Comment #26155753
RAS syndrome - Recursive Acronym Syndrome (syndrome). See the Wikipedia link: https://en.wikipedia.org/wiki/RAS_syndrome
-
comment
Comment #20590504
Hah! Both words have (slightly) different meanings, but yeah, I ironically didn't follow my own advice :-)
-
comment
Comment #20581704
Judicious editing. I think the Blaise Pascal quote about not having the time is relevant; making things concise takes more effort, particularly if you are not already in the habit …
-
comment
Comment #19567244
Not quite a+b, but a+b+c reordered may give different results[1]. Example from Python: >>> 0.1+0.2+0.3 0.6000000000000001 >>> 0.2+0.3+0.1 0.6 It's an associativity problem and not …
-
comment
Comment #19395701
This post has some claims on AES that seem out of date. For instance, most CPUs nowadays support 256-bit AES without resorting to bitslicing. And most implementations have had plen…
-
comment
Comment #18414694
A lot of devops tools, including Ansible and Salt, have higher-level concepts of ordering across hosts. In some cases this is implicit in the way the tool operates and people just …
-
comment
Comment #18412048
> I'm sure almost everyone reading this thinks I'm hopelessly pedantic to care so much about the sequence of lines of output in my build logs. Not at all! In fact there are other t…
-
comment
Comment #18196719
Indeed. Also, non-founder CTOs often find themselves in the odd position of being responsible for success and delivery but not being able to influence overall company strategy, par…
-
comment
Comment #18196614
> Sure, I'm working with Angular now. I might switch to Vue.js because I'm not crazy about Angular and I've heard very good things about Vue, but I'm also wondering if I'd like Ang…
-
comment
Comment #18196504
The problem is that metric, like any metric, is both easy to game _and_ can provide misleading information. Measuring number of commits? Create fewer, larger commits. Measuring com…
-
comment
Comment #18127784
I think it's a little more subtle than that. In the context of a startup, if you try something and fail, you'll generally be recognized for taking initiative even if the result doe…
-
comment
Comment #18127627
This is an improvement but it still seems like HAProxy is offloading a small (but annoying) amount of responsibility to users when handling restart requests. You still have to trac…
-
comment
Comment #18127549
How does Tyk compare with Kong and other "API gateway" implementations?
-
comment
Comment #18127480
Has HAProxy cleaned up their dynamic reload issues? I am a pretty big fan having used HAProxy in production, but compared to the relative simplicity of "nginx -s reload" the restar…
-
comment
Comment #18127461
Traefik[1] is written in Golang, which is technically a (depending on your viewpoint) memory-safe language. It has a pretty decent adoption rate, has a reasonable story for being b…
-
comment
Comment #18109765
I think Fernando Serrano captured it perfectly: https://twitter.com/fernandojsg/status/1017411969169555457
-
comment
Comment #17937934
How many direct reports does Musk have? Looks like he just got a few more, which might not be so great for a (reportedly) overworked schedule.
-
comment
Comment #17932925
Where did you get an 100% overhead for an employer? I've done back-of-the-envelope estimates before and have come nowhere near that. At best, it's somewhere between 15-25% dependin…
-
comment
Comment #17785913
Indeed. Some of the ideas for LFS made their way into ZFS and btrfs: http://pages.cs.wisc.edu/~remzi/OSTEP/file-lfs.pdf
-
comment
Comment #17785901
Don't forget he was also one of the original authors of Raft: https://web.stanford.edu/~ouster/cgi-bin/papers/raft-atc14
-
comment
Comment #17769325
Nice! Ironically the Go version is much longer, mostly due to the interop overhead (and partially due to the code style).
-
comment
Comment #17727564
I know the JS ecosystem has some pretty counterproductive culture when it comes to package management (leftpad), but can you provide some examples of terrible issues still present …
-
comment
Comment #17689792
Title needs a (2016).
-
comment
Comment #17664216
Not to mention, for a lot of these companies that pay well, your position will be replaced by someone who is likely in a worse situation than you who could not afford to quit even …
-
comment
Comment #17655323
Oddly enough, the three biggest cloud vendors by revenue are MS, Amazon, and _IBM_ (see links below). IBM Cloud revenue is a head-scratcher. I've had to use them in the past, and w…