ED – Basic Flight Tips
December 19, 2014
I’m going to assume that you’ve done the basic tutorials and can actually fly your ship a bit. Some tips are helpful to land / take off more effectively and not smash into things.
random notes, guides, and thoughts…
December 19, 2014
I’m going to assume that you’ve done the basic tutorials and can actually fly your ship a bit. Some tips are helpful to land / take off more effectively and not smash into things.
December 19, 2014
A couple of days ago, Elite: Dangerous was finally released. I’m an original Kickstarter backer and Premium Beta player of ED, and have been playing it off an on during its entire development period.
September 23, 2014
I don’t have a specific use case for this, but I thought I’d experiment and see just how this can be done. I’ve recently changed over to encryption on my smartphone, because it came to my attention that it’s possible to use the Android debugger to get access to an Android device’s flash even if you don’t have the unlock pin. This of course requires physical access to the phone.
July 10, 2014
Just got my RSI Mouse Mat delivered. Very quick delivery, only ordered it a few days ago! Razer Goliathus mouse mat for scale.
July 8, 2014
Using OpenVPN with OpenWRT is a common solution for pushing routes out various egress points from your network. However, maintaining a list of routes in your OpenVPN config is a nuisance, plus if the mapping from DNS name to IP address changes, they spontaneously break. Additionally, you ideally want to use the DNS resolution of a name from the remote end of your VPN tunnel, not from the local end.
June 27, 2014
So, after an argument with someone about how RFC6238 authenticators work (ie, the authenticator does not need to know any detail or be able to communicate with the service being authenticated to), I decided to cobble together a highly minimalist (and functional) Authenticator which spits out tokencodes that are compatible with Google Authenticator, in Python.