| bio | website | player.fm |
|---|---|---|
| location | London, United Kingdom | |
| age | ||
| visits | member for | 4 years, 9 months |
| seen | 6 hours ago | |
| stats | profile views | 381 |
My last permanent role was on Google's Chrome team, helping external developers learn and use HTML5 and Chrome tools. I'm currently baking node apps.
I'm an Aussie in London.
|
Jun 11 |
comment |
How to prevent rm from reporting that a file was not found? The -r is unnecessary and dangerous. |
|
Jun 9 |
awarded | Famous Question |
|
Jun 5 |
comment |
Restrict access to download the application on Google Play Not relevant to software development, really? I can't believe this is off-topic. |
|
Jun 3 |
asked | Using Hashie::Mash for Rails params |
|
May 31 |
comment |
Multiple find-and-replaces, recursively Thanks. If the question's vague, it's because I'm looking for the most efficient solution, as it can lead to order-of-magnitude improvements, ie hours to minutes. |
|
May 31 |
asked | Multiple find-and-replaces, recursively |
|
May 23 |
awarded | Notable Question |
|
May 21 |
revised |
Security of REST authentication schemes update to explain implications of an SSL approach |
|
May 18 |
comment |
MySQL Group By ordering It doesn't seem to work afaict. In your sqlfiddle, it should show orange and pear - their time value is higher. |
|
May 4 |
answered | Remove controller_name from URL in Rails |
|
May 4 |
revised |
JavaScript array difference deleted 29 characters in body |
|
Apr 26 |
awarded | Notable Question |
|
Apr 26 |
answered | In Markdown, how do I start a line with a number without creating a list? |
|
Apr 21 |
comment |
Are there any viable alternatives to the GOF Singleton Pattern? This deserves more votes; I came here from Google looking for a MonoState refresher! |
|
Apr 19 |
comment |
How to re-sync the Mysql DB if Master and slave have different database incase of Mysql replication? Not locking the master (doesn't require Percona) plusbryan.com/mysql-replication-without-downtime Another benefit of this is the SQL dump also comes with the necessary "CHANGE MASTER" line (commented out) |
|
Apr 16 |
awarded | Popular Question |
|
Apr 13 |
comment |
JQuery get radio input value and PRINT IT:radio in the selector doesn't serve any purpose here. |
|
Apr 13 |
comment |
Best way to count characters in Javascript for a tweet I updated the t.co length in accordance with Twitter's new policy thenextweb.com/twitter/2012/12/06/…. I see the referenced code on GitHub has already done so. |
|
Apr 13 |
revised |
Best way to count characters in Javascript for a tweet Update t.co length according to new Twitter policy |
|
Apr 12 |
comment |
Codecademy “converting between symbols and strings” ruby lesson Thanks - check out the API, there's a lot of neat built-in functions like map. ruby-doc.org/core-2.0/Enumerable.html |