Viewing profile — cedricvg
cedricvg
HN member- Joined
- Mon, Aug 12, 2013, 5:24 PM UTC
- HN karma
- 146
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About cedricvg
No profile information was provided.
Recent public activity
-
comment
Comment #17977623
LogDevice uses SSL for authentication. This can be enabled for both clients and servers [1]. [1] https://logdevice.io/docs/Settings.html#security
-
comment
Comment #17977211
These numbers really depend on the compressibility of the content, compression scheme and the type of batching used. The metadata overhead is fairly minimal. LogDevice allows you t…
- story
-
comment
Comment #14202538
I recently came across the following custom Eachine E010S build [0] based on a Beecore F3, which can be programmed with e.g. Betaflight, although the video processing would have to…
-
comment
Comment #10796971
Almost every program nowadays is compiled with W^X (--no_execstack) by default which means the memory is not executable and writable at once (Windows equivalent is DEP). Still a go…