131 private links
B-Trees are not boring, after all
The song '99 bottles of beer' programmed in more than 600 different programming languages, from APL to BASIC, to Brainfuck, INTERCAL, FORTRAN, C++ or Java... This project is similiar to the Rosetta stone
Improved C syntax highlighting for vim. Contribute to pulkomandy/c.vim development by creating an account on GitHub.
An in-depth privacy and security review of Tribler, a more private BitTorrent client backed by an onion/layered encryption proxy relay network. Is it anonymous?
Making social media free, federated and fun!
Hot take: YAML isn't a configuration language or a configuration language format, it's a serialization format. Is de-serializing some data structures the best way to configure a program? Maybe not. (Probably not. Mostly not.)
Like programming languages, all configuration systems communicate with both the computer and other people. But most are designed only for the computer to consume, not to be clear when people read it. De-serializing your live data structures is an extreme example of this.