The Twelve-Factor App
In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology for building software-as-a-service:
Spritz
Cool new way of reading. Just read one word at a time with 300-1000 words per minute.
Spritz.
maven and UTF-8
There are a lot of places (>5)to set the UTF-8 encoding for your maven project. But only one is important! So don't forget to set this in your maven parent pom:
<properties>
<project.build.sourceEncoding> UTF-8 </project.build.sourceEncoding>
</properties>
Apple’s SSL/TLS bug
static code analysis would have prevented this nightmare: Apple’s SSL/TLS bug.
The sum of all positive integers is -1/12
Nice video explaining why the the sum of all positive integers is -1/12.
Video after the click..
Accessing remote files as local
I always tried to access my home network shares from outside (at work i.e.) under windows. After trying many different solutions I found win-sshfs. In short: It adds a network drive to your local windows system. Transport, security etc. is done via ssh. A Manager lets you config the access data: