barhun | 9 years ago | on: Running 1000 containers in Docker Swarm
barhun's comments
barhun | 9 years ago | on: Paxos in 25 Lines
RAFT Explained – Part 1/3: Introduction to the Consensus Problem http://container-solutions.com/raft-explained-part-1-the-con...
"While Paxos can be described with a page of pseudo-code, our complete implementation contains several thousand lines of C++ code."
barhun | 9 years ago | on: Dd is not a disk writing tool (2015)
- not all the things on unix are abstracted as files (or 'byte streams' to be more accurate). however, i/o resources and some ipc facilities are defined so. an operating system provides many other abstractions in addition to these such as processes, threads, non-stream devices, concurrency and synchronization primitives, etc.; thus it's absolutely wrong to say that everything is a file on unix.
barhun | 9 years ago | on: CoreCLR ARM 32-bit progress
barhun | 9 years ago | on: CoreCLR ARM 32-bit progress
barhun | 9 years ago | on: CoreCLR ARM 32-bit progress
barhun | 9 years ago | on: CoreCLR ARM 32-bit progress
barhun | 10 years ago | on: Faking the TCP handshake
barhun | 10 years ago | on: Faking the TCP handshake