magnetikonline | 11 years ago | on: AWS RDS: Aurora
magnetikonline's comments
magnetikonline | 11 years ago | on: Google Services Down?
magnetikonline | 11 years ago | on: 3-character filename extensions
magnetikonline | 11 years ago | on: Announcing Docker 1.1.0
https://docs.docker.com/installation/ubuntulinux/
Would love to be able to move to at least the 1.0 stable.
magnetikonline | 11 years ago | on: Announcing Docker 1.1.0
Something I plugged together recently - a W3C HTML5 validator instance in a Docker container: https://github.com/magnetikonline/dockerhtml5validator proving to be really useful vs. my old method of spinning this all up in a VirtualBox instance.
magnetikonline | 11 years ago | on: PHP approach to random number generation
magnetikonline | 12 years ago | on: SSH Kung Fu
Note that on the tip of ~/.ssh/known_hosts providing ssh auto completion, adding SSH server config to ~/.ssh/config will also enable auto completion.
magnetikonline | 12 years ago | on: Ask HN: What does your home office look like?
The table top is starting to get a little crappy with some of the finish bubbling off due to my constant resting of hands so will just need to purchase a new one at some point - but no real rush.
Very sturdy desk overall, it's small - but with monitor arms for 24 and 17 inch displays I have more than enough desk room for keyboard/mouse and notepad.
magnetikonline | 12 years ago | on: Using Dnsmasq for local development on OS X
magnetikonline | 12 years ago | on: Gnome 3.12 Released
Really looking forward to the final 14.04 Ubuntu GNOME release next month. I have really grown to love GNOME 3 as my desktop of choice.
magnetikonline | 12 years ago | on: Gnome 3.12 Released
magnetikonline | 12 years ago | on: Loading JSON with JavaScript using eval... wait Google, what?
Use JSON.stringify() and JSON.parse() - only gives issues in IE8 with an incorrect doctype (go figure?!?!).
magnetikonline | 12 years ago | on: Trival PHP string concatenation benchmarks, proving time better spent elsewhere.
magnetikonline | 12 years ago | on: Trival PHP string concatenation benchmarks, proving time better spent elsewhere.
Not sure about the file reads, defeating string interning seemed to be the point that helped show any really difference. Quite an interesting/cool topic that.
magnetikonline | 12 years ago | on: Bash Scripting: Why didn't I start this earlier?
magnetikonline | 12 years ago | on: PHP 5.5
magnetikonline | 12 years ago | on: Free Official MSIE VM's for Linux and Mac
I put together some setup notes for Linux with Virtual Box (Ubuntu in my case) in a Gist, as I found some of the Microsoft setup notes were lacking:
magnetikonline | 13 years ago | on: A better git log
As noted below, tig is well worth the install for getting around your logs/diffs on the command line.
magnetikonline | 13 years ago | on: Github Announcing SVN Support
magnetikonline | 13 years ago | on: Introducing Gmail Blue | Official Gmail Blog
But agreed, I'm excited by this. Have had really good experiences with MySQL on RDS so far - the auto-scale of storage and ability to add read replicas with near real time sync is very cool.