cedricvg | 7 years ago | on: Facebook open-sources LogDevice, a distributed storage for sequential data
cedricvg's comments
cedricvg | 7 years ago | on: Facebook open-sources LogDevice, a distributed storage for sequential data
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 to configure this on either the client, sequencer or rocksdb level.
cedricvg | 9 years ago | on: Ask HN (again): What is the best affordable programmable drone?
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 happen on the receiver side...
cedricvg | 10 years ago | on: Shellcode Injection
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 good example of how a basic overflow can lead to arbitrary code execution. A follow-up post using ROP or return-to-libc would be interesting, with W^X enabled.
page 1
[1] https://logdevice.io/docs/Settings.html#security