Viewing profile — eeadc
eeadc
HN member- Joined
- Wed, Aug 07, 2013, 12:16 PM UTC
- HN karma
- 32
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About eeadc
No profile information was provided.
Recent public activity
- story
-
comment
Comment #7639417
Looks like a nice wrapper around argparse: https://docs.python.org/3/library/argparse.html
- story
- story
- story
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story
-
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…
-
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…
-
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; …
-
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.
- story