raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 57,309

      1. Ok, let's see what Chrome does with this: for(let i=0;i<1000;i++) { new Notification('More Cowbell!'); }
    1. …in reply to @raymondcamden
      Oh wait - that would be stupid. This is much better: for(let i=0;i<1000;i++) { new Notification('More Cowbell! '+i); }
  1. …in reply to @raymondcamden
    Pro tip - don't do that.
    oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @raymondcamden
      oh nice - they auto dismiss after about... 30 seconds maybe? should be done by Halloween ;)