Target for toggling the sidebar `.sidebar-checkbox` is for regular styles, `#sidebar-checkbox` for behavior. Toggleable sidebar <div class="sidebar-item"> <p>{{ site.description }}</p> </div> Simon Marlow Software Engineer at Facebook in London Co-developer of the Glasgow Haskell Compiler Twitter: @simonmar Github: simonmar Email: marlowsd@gmail.com LinkedIn: Simon Marlow Blog Publications Talks © Simon Marlow 2016 Wrap is the content to shift when toggling the sidebar. We wrap the content to avoid any CSS collisions with our real content. Simon Marlow Blog | Book | Publications | Talks December 8, 2016 At Facebook we run Haskell on thousands of servers, together handling over a million requests per second. Obviously we’d like to make the most efficient use of hardware and get the most throughput per server that we can. So ...