Viewing profile — djherbis
djherbis
HN member- Joined
- Sun, Apr 05, 2015, 10:28 PM UTC
- HN karma
- 7
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About djherbis
Recent public activity
-
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…
-
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…
- story
- comment
-
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…
-
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…
-
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…
-
comment
Comment #9325601
Hey author here, happy to answer your questions.