miniblog.

Whilst A/B testing is a fantastic tool, I'm amazed to see that some online retailers are using it for price.
#python `1 in [1,0] == True` => False is a horrible obscure gotcha http://t.co/fLjMXzir
Awesome to see @editd in @techcrunch! http://t.co/RasLzkF4
I'm reaching a point where I can almost just use #Firefox's built-in dev tools without Firebug. The performance improvement is worth having.
http://t.co/U37Q4Ze4 -- beautiful or unmaintainable JavaScript, depending on how it's used :)
I am amazed at how many tools build on top of #JavaScript to offer different syntax or semantics: http://t.co/5g7JXOjl
Debugging a memory leak and your swap partition is too small? LVM can save you!
Realisation of the day: add the current time to your shell prompt, and you never need to write `$ time slow_command` again.
If foo.bar() mutates foo, it probably shouldn't also return foo. It violates the principle of least surprise when reading `baz = foo.bar()`
#emacs etags on an abitrary git repository: $ cd $(git rev-parse --show-toplevel); rm -f TAGS; ack -f --print0 | xargs --null etags -a
Building logic circuits out of Soldier Crabs: http://t.co/UEMRQI9u
Pretty print an arbitrary #Python dict: python "import sys, ast, pprint; value = ast.literal_eval(sys.stdin.read()); pprint.pprint(value)"
Haskell is a lot of fun, but *man alive* the learning curve is punishing.
I'm surprised to see that Arch Linux no longer has its setup script for install -- it's even more DIY now. Feels like Linux From Scratch.
Scala supports some crazy DSLs -- making HTTP requests: http://t.co/GCRAlJOe
nose is wonderful for Python tests, including Django. #latetotheparty
On average, 1.4 million people visit 4chan every day. Insane. http://t.co/1KgB5UXN
I'm also impressed that we have reached a point where it's possible to teach students a language using text-to-speech technology.
Duolingo is a superb site for learning languages, and it's self-funded by crowdsourcing translations. I'm impressed.
Note to self: don't skip 'forgotten password' functionality, even on sites for your own use...
Showing 61-80 of 137 posts