San Francisco 2015, Oneplus One

  • Example Instagram Api call
    • Following:
      • https://api.instagram.com/v1/users/USER_ID/follows?access_token=TOKEN
    • Posts
      • https://api.instagram.com/v1/users/USER_ID/media/recent?access_token=TOKEN
  • RxJava: Reactive Extensions for Java
    • AirBnb switched to RxJava on Android app
    • https://realm.io/news/kau-felipe-lima-adopting-rxjava-airbnb-android/
    • Reactive programming
  • Evolution of Go
    • https://talks.golang.org/2015/gophercon-goevolution.slide#21
  • Ubuntu tablet edition pre orders
    • http://www.bq.com/uk/aquaris-m10-ubuntu-edition
  • Very beautiful HTML/CSS templates:
    • http://html5up.net/
  • Kubernetes handles 10m qps with zero downtime, impressive video
    • http://blog.kubernetes.io/2016/03/1000-nodes-and-beyond-updates-to-Kubernetes-performance-and-scalability-in-12.html
  • “Modern computing: typing at a regular rate into your web app consumes 60% CPU.”
    • https://twitter.com/marius/status/714929296737853440
  • CSS can kill you
    • https://twitter.com/old_sound/status/641649070495408128
  • Markdown one pager * https://twitter.com/gruber/status/713939422098526208
  • Awesome curated list
    • http://saijogeorge.com/website-builders/?ref=producthunt
  • Bash is coming to Windows natively!
    • http://blog.dustinkirkland.com/2016/03/ubuntu-on-windows.html
  • show images from embedly to work around censorship of tumblr in turkey http://i.embed.ly/1/image/crop?key=EMBEDLY_KEY&width=640&height=480&url=TUMBLR_PHOTO_URL

  • Easy fix to make HTML5 video responsive:
    .responsive-video {
    max-width: 100%;
    height: auto;
    }
    
  • Responsive video tag with controls, autoplay and infinite loop. * For hiding the controls, just add nocontrols <video style="max-width: 100%; height: auto;" controls autoplay loop>

  • Learnt that there is a disease called progeria which only affects 350 kids worldwide.
    • Here is a very cool TEDx Talk by Sam Berns about life and happiness, RIP Sam!
      • https://www.youtube.com/watch?v=36m1o-tM05g
  • Mic Drop joke by Google in Gmail gone wrong
    • https://twitter.com/waxpancake/status/715794929176481792?s=09
  • Other april’s fools worth checking
  • CSS @font-face magic
    • https://css-tricks.com/whats-deal-declaring-font-properties-font-face/