on 04 Jan, 2019
TL;DR:
Python code to simulate DSSS modulation and demodulation, with each step plotted.
The SciPy stack is used to handle signal processing and plotting.
DSSS is used in CDMA, GNSS and WiFi, among others.
Read more →
on 01 Mar, 2017
TL;DR:
An automated, local BorgBackup setup using udev
rules.
Backup is triggered by the insertion of a specific external hard drive and the insertion of a specific USB flash drive containing the encryption key.
Read more →
on 26 Apr, 2016
TL;DR: My team’s and my experiences from CopenHacks 2016. We built a userscript that seamlessly adds PGP to Messenger. This was originally posted by my friend Stanko on Medium.
Read more →
on 03 Mar, 2016
TL;DR: Complete libuv
asynchronous standard input/output and TCP input/output example in C, quite similar to netcat localhost 12345
.
Read more →