Run through UITableView Infinite Scrolling Tutorial. UITableViewDataSourcePrefetching is something I have read long ano but have never tried. Where those days when I have implemented prefetching logic manually.

Interesting post about creating 3D stereo pairs with bare C++. It’s continue of post Ray tracing with 256 lines of bare C++. It’s absolutely crazy!

Very short introduction into Swift compiler internals. Second part about Internals of front end of Swift compiler. The most interesting part that it contains link to tutorial how to implement with LLVM simple language Kaleidoscope.