zblesk

zblesk

Discord - a new voice and text messaging platform.

Discord’s [https://discordapp.com/] tagline is quite bold: “All-in-one voice and text chat for gamers that’s free, secure, and works on both your desktop and phone. Stop paying for TeamSpeak servers

How to buy (video)games cheaply

We live in a great time for gamers. Computers are powerful and games cheap, especially if one is patient enough. Here I’ll try to outline ways to get the most out of

Data and Goliath, by Bruce Schneier

I’d recommend Bruce Schneier’s book Data and Goliath: The Hidden Battles to Collect Your Data and Control Your World to anyone who uses (or comes in contact with) any electronic devices.

csv-to-sqlite - copying from CSV files to a SQLite database

csv-to-sqlite is a command line tool that **takes CSV files and dumps their contents into a SQLite database**. The basic gist: for each file, the script creates a database table with the same name, tries to guess the data type, then copies all the data into the database.