Some code pet projects, or articles about technical subjects.
Simple Binary Encode (SBE) parsing app that receives market data packets via multicast and prints them out to stdout.
A dummy orderbook architecture. Simulates a queue of pending transactions at different prices. When a match is found between two prices, the matching engine will execute the trade.
Simple CLI tool to execute and debug LMC (assembly-like) programs. Read more about LMC.
Transcode video file utility for transcoding quickly and easily, using multiple instances of ffmpeg in paralel.
Ping a list of IP addresses, or a subnet. You can add aliases to the IPs to identify them easily, make lists and saved your preferences to profiles in %appdata% (originally developed for Windows environment).
Encryption is essentially math. Math, that is, with peculiar properties that allow, among other things, to keep secrets and guarantee veracity of data. It works always and always the same, and has accompanied the growth of the Internet.