Viewing profile — jeffinhat
jeffinhat
HN member- Joined
- Mon, Dec 23, 2013, 9:57 PM UTC
- HN karma
- 19
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About jeffinhat
Recent public activity
-
comment
Comment #45651552
Awesome, I will! It would be great to see where the limits are with this approach. I think at some point, you need to go deeper into the apiserver for scale than an API compatible …
-
comment
Comment #45630655
This is an awesome experiment and write up. I really appreciate the reproducibility. I would like to see how moving to database that scales write throughput with replicas would beh…
-
comment
Comment #45297920
It's definitely a different use case but given they haven't had to tap into their follower replicas for scale, it must be pretty efficient and lightweight. I suspect not having ACL…
-
comment
Comment #42333454
They are developing this simulation concept as a platform: https://antithesis.com/
-
comment
Comment #31983700
See also- Snap: a Microkernel Approach to Host Networking: https://research.google/pubs/pub48630/
-
comment
Comment #27481072
I haven't experimented with it yet, but I expect that over TCP things degrade more gracefully. It seems earlier iterations of storage over networking didn't want to pay the overhea…
-
comment
Comment #27481043
It certainly isn't faster or more reliable for a single node, but this is just homelab stuff. Nothing in mine is particularly necessary. I think it's interesting because it's now a…
-
comment
Comment #27478432
I've been messing with NVMe over TCP at home lately and it's pretty awesome. You can scoop up the last-gen of 10GBe/40GBe networking on eBay for cheap and build your own fast disag…
-
comment
Comment #15623367
This is awesome. I've been trying to reach for go instead of bash more and more and this is exactly what I need for the small stuff. Any ideas how it could relate to the go toolcha…
-
comment
Comment #15295469
The value of the Makefile is for automating repetitive dev tasks. Consumers of a golang CLI should use `go get` but this makes it easier for contributors who run tests, cut release…
- story
-
comment
Comment #13185436
noexcept is a messier than const because it's not straightforward to assess if code you rely on should be throwing or not since that's an implementation detail versus a contract ar…
-
comment
Comment #13185352
A lot of large C++ shops re-implement much of the standard library, often to add niche features that don't make sense as a standard. I believe replacing the allocator in a lot of t…
-
comment
Comment #11030304
Was the connector not an option for you or have things gotten better? I commute in slightly off hours (7am and 4pm) and it consistently takes ~35 minutes door to door.
-
comment
Comment #9812793
Seems interesting! It would be nice to have a diff between the base version and patch-ready version of the various software (eg, redis). It's hard to quickly understand what the in…
- story