Live data from Hacker News

Viewing profile — jeffinhat

jeffinhat

HN member
Joined
Mon, Dec 23, 2013, 9:57 PM UTC
HN karma
19
Public activity
16 items

About jeffinhat

http://johnsonjeff.com/

Recent public activity

  1. 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 …

  2. 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…

  3. 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…

  4. comment
    Comment #42333454

    They are developing this simulation concept as a platform: https://antithesis.com/

  5. comment
    Comment #31983700

    See also- Snap: a Microkernel Approach to Host Networking: https://research.google/pubs/pub48630/

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. story
  12. 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…

  13. 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…

  14. 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.

  15. 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…

  16. story