409 Matching Annotations
  1. Oct 2016
  2. Sep 2016
  3. May 2016
    1. Scratching around...

      This is a feldgang, but with a twist. I see you taking on different identities, passing on to the next one some "baton" and then carrying on the conversation within that new set of bones. Or maybe it is a strawberry runner putting down roots and making a rhizomatic mat and carrying on, passing on hyphae and rooting ever on. All I know for sure is that I want to draw a random walking line down your post's page. I don't know why, but that is what I see in my crystal self.

  4. Apr 2016
    1. Iterators may also have some methods that are unique to their character, like dropWhile and takeWhile.
  5. Jan 2016
  6. Nov 2015
    1. Which Google Chrome extensions do I use? Aug 2015 ...▶ 5:13www.youtube.com/watch?v=ZeptGTkkRjAAug 30, 2015 - Uploaded by Mike DownesIn the interest of openness, made these tips public. Hope it helps people see the simplicity and effectiveness of ..

      Why the hell is there no information on how to properly use this thing? I mean god damnit! I don't try and be the smarthest college student in the dorms for me to learn better. This is redicoulis.

  7. Sep 2015
    1. Handy javascript constructor tip: you can include a this instanceof Widget check like above to let people consume your module with new Widget or Widget(). It's nice because it hides an implementation detail from your API and you still get the performance benefits and indentation wins of using prototypes.