Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eeadc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
The cheapest trip of your life
(galileo.tv)
2 points
by
eeadc
11y ago
|
1 comments
2.
▲
by
eeadc
12y ago
Looks like a nice wrapper around argparse: https://docs.python.org/3/library/argparse.html
3.
▲
Shortdiary: It's your life. You should remember it
(shortdiary.me)
2 points
by
eeadc
12y ago
|
0 comments
4.
▲
Picons Archive (Gravatar alternative for power users)
(cs.indiana.edu)
1 points
by
eeadc
12y ago
|
0 comments
5.
▲
Asyncio – Event loop in Python
(docs.python.org)
1 points
by
eeadc
13y ago
|
0 comments
6.
▲
by
eeadc
13y ago
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 environments like micro controllers. See also https://iet
7.
▲
by
eeadc
13y ago
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#appendix-D
8.
▲
CBOR – A new object encoding format
(grimpen.org)
24 points
by
eeadc
13y ago
|
9 comments
9.
▲
SAP HANA Database Client for Node
(github.com)
1 points
by
eeadc
13y ago
|
0 comments
10.
▲
CBOR playground
(cbor.me)
1 points
by
eeadc
13y ago
|
0 comments
11.
▲
CBOR implementation for Python 3
(github.com)
1 points
by
eeadc
13y ago
|
0 comments
12.
▲
DN42, a Hacker's finest darknet
(grimpen.org)
2 points
by
eeadc
13y ago
|
0 comments
13.
▲
Performant socket IO is simple
(grimpen.org)
1 points
by
eeadc
13y ago
|
0 comments
14.
▲
Linux has a problem
(grimpen.org)
2 points
by
eeadc
13y ago
|
0 comments
15.
▲
by
eeadc
13y ago
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-distribution, which gives the framework for the multi-distribution oper
16.
▲
by
eeadc
13y ago
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 allocate memory, at least if they shall allocate few m
17.
▲
by
eeadc
13y ago
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; it would be more "Pythonic" to return a str o
18.
▲
by
eeadc
13y ago
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.
▲
Blinking – The future of blink tag
(grimpen.org)
1 points
by
eeadc
13y ago
|
0 comments