-
http://jacobmumm.com/2011/08/29/node-as-a-service-in-ubuntu-11-04-with-upstart-monit-and-forever-js/
Useful article covering how to create an upstart script for nodejs, also applies to coffeescript. I didn't use this one so much, I used the other one, but this has some other useful info.
-
http://howtonode.org/deploying-node-upstart-monit
Handy article covering how to create an upstart script for nodejs, also applies to coffeescript.
-
http://www.wg-gesucht.de/
The biggest site to find flatshares in Germany.
-
https://stripe.com/
Payment API built for developers to process credit cards. One can even process payments via curl!
-
http://macitbetter.com/BetterZip-Quick-Look-Generator/
AWESOME! Adds a quick look option to see inside zip files. Just copy to /Library/QuickLook and then press space on a zip file, genius, simple, should be part of OSX.
-
https://github.com/styleguide/javascript
GitHub's javascript (or ranmther CoffeeScript) styleguide. Useful.
-
http://haruska.com/2009/09/29/remote-pair-programming-with-screen-and-vim/
Couple of simple commands to setup shared terminal sessions with screen. Neat. Requires some permission changes on some hosts. Awesome for paired programming.
-
http://js2coffee.org/
Neat webapp that converts javascript into coffeescript and vice versa. Handy for figuring out the syntax.
-
https://ohm2013.org/
Camping hack festival, 3'000 people, outside Amsterdam, 31 Jul - 4 Aug 2013. Interesting. Guaka might be presenting.
-
http://www.badllama.com/content/monitor-varnish-zabbix
Handy little script to monitor varnish stats from zabbix. Awesome.
-
http://lognormal.com/blog/2012/08/13/analysing-performance-data/
Mirror of the same bluesmoon / lognormal blog post on analysing performance data.
-
http://www.speedawarenessmonth.com/analyzing-performance-data/
Blog post from bluesmoon / lognormal on how to analyse performance data. Includes some great points on geometric means and geometric standard deviation which better apply to lognormal distributions than arithmetic means / standard deviations. Very useful.
-
http://www.jgoodies.com/freeware/jdiskreport/
Handy equivalent to baobab on Mac. Analyses disk usage and presents it in a much more useful way than GrandPerspective with it's tree thing. Very handy. Not free(dom) but free (beer).
-
https://en.wikipedia.org/wiki/Mosh_(software)
Mobile oriented alternative to SSH, handles connection roaming, updates the screen live waiting on backend. Interesting on crappy internet.
-
http://rubular.com/
Neat little javascript regex editor where one can write a regex and a target text and see it working in real time. Works for Ruby regexes but maybe not others.
-
http://www.davincivaporizer.com/
Awesome portable, electric vaporisers. $200 or $250. Very slick.
-
https://github.com/fikovnik/ShiftIt
Useful mac app that enables keyboard shortcuts to resize and position windows Handy. Might not be necessary in addition to BetterTouchTool though.
-
http://www.joshuawise.com/horndis#available_versions
Great little application which enables (very seamlessly) USB tethering on a mac for android devices. Beautiful. Open source
-
http://motinfo.direct.gov.uk/internet/jsp/ECSID-Internet-Status-Request.jsp
Verify MOT paperwork online, free.
-
http://www.echoditto.com/blog/never-touch-your-local-etchosts-file-os-x-again
Very useful guide on how to setup dnsmasq on OS X. Weird stuff with /etc/resolver/tld whereby the resolver is only used for a particular domain. Useful in some ways, weird in others.
-
https://code.google.com/p/adb-fastboot-install/
Package containing the adb and fastboot binaries and a handful of simple shell scripts to drop them into the appropriate places on mac / linux. Nice.
-
http://fplanque.com/dev/mac/mac-osx-terminal-page-up-down-home-end-of-line
Simple fix on how to enable home / end / pgup / pgdn on OSX terminal. Map keycodes home 33OH end 33OF pgup 33[5~ pgdn 33[6~ in Terminal > Settings > Terminal. :-)
-
http://dodonov.net/blog/2009/06/23/how-to-resume-a-broken-scp-transfer/
Resume scp with curl, very smart... `curl -C - --pubkey ~/.ssh/key.pub --key ~/.ssh/key sftp://user@host:/path/to/my_precious_iso.iso -o my_precious_iso.iso
-
http://totalterminal.binaryage.com/#installation
Guake like terminal for OSX.
-
http://www.derlien.com/
Open source GPL app that will analyse disk usage on OSX.