Live data from Hacker News

Viewing profile — djherbis

djherbis

HN member
Joined
Sun, Apr 05, 2015, 10:28 PM UTC
HN karma
7
Public activity
8 items

About djherbis

[ my public key: https://keybase.io/djherbis; my proof: https://keybase.io/djherbis/sigs/NJ9kBWUNHYLXfjuiNLckK2efO7mijZh0WKN_pD5of68 ]

Recent public activity

  1. comment
    Comment #44217832

    Kaggle recently ran a competition to do just this (draw SVGs from prompts, using fairly small models under the hood). The top results (click on the top Solutions) were pretty impre…

  2. comment
    Comment #19187100

    None in my use of the service. To my knowledge, they make money because they act like a credit card (they collect cc fee from the seller), but actually just proxy the charge to you…

  3. story
  4. comment
  5. comment
    Comment #9325789

    I'm currently working on something that does that sort of thing. https://github.com/djherbis/fscache It doesn't have the composability features yet, but it already handles 1 writer…

  6. comment
    Comment #9325653

    Just to add to the other comments made here, the NewUnboundedBuffer is meant to be a convenience method. It's actually just a (hopefully useful) example of how to compose the other…

  7. comment
    Comment #9325643

    You've got the right idea. bytes.Buffer is great (I even use it under the hood) but this repo is intended to give you more control over how your buffer behaves as the amount of dat…

  8. comment
    Comment #9325601

    Hey author here, happy to answer your questions.