Live data from Hacker News

Viewing profile — leef

leef

HN member
Joined
Mon, Nov 02, 2009, 6:38 PM UTC
HN karma
1,316
Public activity
104 items

About leef

No profile information was provided.

Recent public activity

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

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

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

  5. story
  6. comment
    Comment #19051218

    The original pdf - http://www.cypherpunks.ca/%7Eiang/pubs/shattersecrets-spw18....

  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. 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…

  18. story
  19. comment
    Comment #11546985

    Yes - http://amznlabs.github.io/ion-docs/spec.html

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

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

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

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

  24. comment
    Comment #11074822

    Why the severe restriction on users? $300/mo to go beyond five users eliminates any advantage on log volume.

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