Showing posts with label video. Show all posts
Showing posts with label video. Show all posts

Thursday, February 21, 2019

[Links of the Day] 21/02/2019: Database Internals, Fosdem 2019 Videos, Cloud Programming Simplified

  • Database Internals ; excellent series delving into the internal mechanism and algorithm of modern and not so modern database systems.
  • Fosdem 2019 Videos: Fosdem 2019 conference video start to filter through on the interweb
  • Cloud Programming Simplified: A Berkeley View on Serverless Computing paper which gives a quick history of cloud computing, including an accounting of the predictions of the 2009 Berkeley View of Cloud Computing paper, explains the motivation for serverless computing, describes applications that stretch the current limits of serverless, and then lists obstacles and research opportunities required for serverless computing to fulfil its full potential.

Monday, January 09, 2017

[Links of the Day] 09/01/2017 : Incident Response process, Plain english Legal guide to start a startup, 33C3 videos

  • Incident Response : pager duty incident response documentation. This is a very thorough and well documented process for handling incident, before during and after their occurrence. Probably not one size fit all by can be easily adapted to an company needs.
  • Plain English legal guide on how to start a business : nice guide of the legal aspect of how to start a startup and the various options and pitfall associated with it. A little bit too US centric for my taste but still has some good insights. 
  • 33C3 :Chaos Computer Congress videos are now available. Chris Hager gave a great overview of the different talks. As always a lot of diversity and challenging presentations.


Friday, January 06, 2017

[Links of the Day] 06/01/2017 : System we love videos, Distributed programming book and all the code from NISP16 papers


  • Systems we love : Video of the recent systems we love conference. Checkout the lessons from the cell one. 
  • Distributed programming book : yet another open source book on distributed systems. 
  • Code of NIPS16 : all code from the machine learning NIPS16 conference. Finally we start to see some traction to make code available alongside papers. I think all top conference should make mandatory that the code needs to be available on publication date. We don't care if its not production ready or nice.. We just want to see how these wonderful ideas translate in real code.


Monday, November 28, 2016

[Links of the Day] 28/11/2016 : Earth Computing network fabric, CS video courses, Go app tracing

  • Earth Computing Network Fabric : event based protocol for datacenter that target specifically datacenter as it eliminate the need for heartbeats and timeouts. The protocol relies on recoverable atomic token to deliver deterministic in order communication. To some extend they are proposing to move back to latices system where each server are a node within the network and act as router for messages. This eliminate switch requirement and looks really neat. However adoption might be difficult due to the ubiquitous Ethernet hardware and also the need to change the underlying communication protocol. Last but not least I do not really know how to efficiently secure and trust messages on such network. [slides
  • Computer Science video courses : Extensive collection of links to CS courses ranging from introductory to expert in pretty much the full scope of CS subject (DB, distributed systems, etc..) 
  • Appdash : Application tracing system for Go, based on Google's Dapper.



Wednesday, October 12, 2016

[Links of the day] 10/12/2016 : Full stack fest 16, Product Dev handbook and Stealing Machine Learning Models

  • Full Stack Fest 2016 : Playlist of the video of Full Stack fest 2016 conference
  • Product Aikido : handbook for an organisation’s Product Development Group.
  • Stealing Machine Learning Models : the authors of the papers propose a technique that analyse response of system using Machine learning via their API in order to extract the model used. And as a result allow the attacker to determine the best response for manipulating the system.


Monday, February 22, 2016

[Links of the day] 22/02/2016: Quantum computing as a Service, Alexa - Amazon IoT platform, SNIA nvm videos

  • Quantum Computing as a Service : Stanford seminar on "Quantum Computing as a Service" by Matt Johnson & Randall Correll of QCWare. What is stand out from most of the talk is that quantum computing is really a solution looking for a problem. You can speed up certain problem solving by an order of magnitude but paying customers with this type of problems seems scares. It can just be an educational problem and it seems they are trying to tackle this aspect well. However, they didn't talk about the elephant in the room : breaking cryptography for fun and profit. Maybe to sensitive of a topic?
  • Alexa : Amazon tech talk on its IoT platform
  • SNIA nvm summit :  all video are uploaded , checkout the linux NVM talks and nvm over fabric one.


Thursday, December 31, 2015

Links of the day 31/12/2015 : Blitzscaling Stanford class, CCC videos, Clock & interrupts & schedulers