Live data from Hacker News

Viewing profile — eeadc

eeadc

HN member
Joined
Wed, Aug 07, 2013, 12:16 PM UTC
HN karma
32
Public activity
19 items

About eeadc

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #7639417

    Looks like a nice wrapper around argparse: https://docs.python.org/3/library/argparse.html

  3. story
  4. story
  5. story
  6. comment
    Comment #6934713

    Inofficially CBOR was designed as a protocol base for CoRE-related protocols. CoRE stands for Constrained RESTful Environments and is an alternative for HTTP in restricted environm…

  7. comment
    Comment #6934014

    Just take a look at the Appendix D of RFC7049, where they present reference implementations in C and Python for half-width float decoding: http://tools.ietf.org/html/rfc7049#append…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #6505700

    The approach of Bedrock Linux is very interesting. It makes use of Linux-specific features like bind mounts and tries to unify several linux distributions into one meta-distributio…

  16. comment
    Comment #6475767

    The fact that returning memory to the Kernel is hard is supported by the circumstance, that most allocators will use brk/sbrk to resize the data segment of the executing process to…

  17. comment
    Comment #6375861

    That library is in many ways deprecated and broken: At first, it uses only old-style classes because it doesn't inherits object explicitly. Furthermore, it uses print in a method; …

  18. comment
    Comment #6309860

    That's simply not true. There is the rule, that NULL must be equal to (void *)0. I had also several discussions about that topic, but it's part of at least C99 and C11.

  19. story