Viewing profile — leef
leef
HN member- Joined
- Mon, Nov 02, 2009, 6:38 PM UTC
- HN karma
- 1,316
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About leef
No profile information was provided.
Recent public activity
- story
-
comment
Comment #40764867
That is kind of the point of this repo. If your API implementation is too expensive for lambda move the same container to run on EKS/ECS fargate or ec2. The opposite holds as well …
-
comment
Comment #37499988
Ion has a binary format but is not specifically about real-time streaming. It is a JSON replacement. Ion originated 10+ years ago from the Amazon catalog team - the team that kept …
-
comment
Comment #33360464
I have my Calibre library store to Dropbox. Remarkable integrates with Dropbox so my library is always in sync! Works pretty well.
- story
-
comment
Comment #19051218
The original pdf - http://www.cypherpunks.ca/%7Eiang/pubs/shattersecrets-spw18....
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #14174108
I finally got into emacs using the prelude distribution - https://github.com/bbatsov/prelude It has sane defaults and contextual tips that help when you're getting started (and can…
- story
-
comment
Comment #11546985
Yes - http://amznlabs.github.io/ion-docs/spec.html
-
comment
Comment #11546900
The intent of the stored schema isn't really for self-description. A typical use case for Avro is data storage over long periods of time. It is expected that the schema will evolve…
-
comment
Comment #11546864
Ion has functions to turn Ion into JSON which will, of course, lose information. Annotations are dropped, decimals turn into a JSON number type which may lose precision, etc.
-
comment
Comment #11546685
That's not true. Avro at least existed at the time. However they wanted something self-describing to replace JSON/XML usage. Avro is better suited as a data storage format rather t…
-
comment
Comment #11546660
Finally! I've had to live the JSON nightmare since I left Amazon. Some of the benefits over JSON: * Real date type * Real binary type - no need to base64 encode * Real decimal type…
-
comment
Comment #11074822
Why the severe restriction on users? $300/mo to go beyond five users eliminates any advantage on log volume.
-
comment
Comment #9567268
I realize your previous comment was more in reference to transient network partitions so my comment is out of place. But whether the mechanism is manual or automatic once a network…