mattpointblank’s avatarmattpointblank’s Twitter Archive—№ 13,620

    1. More software teams should do "placement"-style swaps where they use each other's tools/APIs as consumers for a week. Would learn loads.
  1. …in reply to @mattpointblank
    eg. BBC's internal video player software requires video lengths in seconds. The (separate) API for content gives it in ISO 8601 (eg. PT30M).
    1. …in reply to @mattpointblank
      It's left as an exercise to the reader (er, developer) to convert between the two. Not hard, but shouldn't need to IMO.