-
How to split monolithic commit history in git
Suppose you have a fork of some GitHub repository. You have made some changes in it that fix multiple bugs and add some new features. Now you want to send your work to the main repository.
-
Thread safety of SubScript values (and other scoped references)
In SubScript, we have a possibility to use
val
s andvar
s in scripts. They are basically containers for data, just like Scala’sval
s andvar
s, but they store their data in SubScript VM data structures. -
SubScript - A Brief Progress Report
-
Compiling Caffe under Mac OS X with Anaconda dependencies
In this post, I will describe how to install the Caffe neural network framework on Mac OS X as a Python library. Caffe is a work in progress, so its installation is not that trivial.