User login

Tech Presentations

1.19.2015

http://pelican.readthedocs.org/en/3.5.0/
All you need to create a site is in fact covered in installation:
http://pelican.readthedocs.org/en/3.5.0/quickstart.html#installation
sudo apt-get install python-pelican
Create a markdown file. Then run:
python content
This generates the site in the 'output' directory. From that directory, run:
python -m SimpleHTTPServer # Note: this has a different name in Python 3

12.01.2015

https://github.com/blanu/Dust
Dust? - Deep Packet Inspection (DPI)-based blocking based on the contents of the packet
http://www.youtube.com/watch?v=I3pNLB3Cq24
http://lwn.net/Articles/565604/
Dust is an Internet protocol designed to resist a number of attacks currently in active use to censor Internet communication. While adherence to the theoretical maxims of cryptographic security are observed where possible, the focus of Dust is on real solutions to real attacks.
http://blanu.net/Dust.pdf
End run around the end of net neutrality? Replacing TCP with UDP, https://en.wikipedia.org/wiki/User_Datagram_Protocol

11.17.2014

CommonJS
http://www.sharonodom.com/outsourcing/odesk-screenshots-security-risk/
http://requirejs.org
https://github.com/substack/browserify-handbook