Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
Monthly Archives: January 2018
How to install vowpalwabbit in Python 3 in ubuntu 17.10
Follow these instructions: $ sudo apt-get install libboost-program-options-dev $ sudo apt-get install libboost-python-dev $ sudo apt-get install libvw-dev $ sudo apt-get install libvw0 $ sudo apt-get install vowpal-wabbit $ sudo apt-get install vowpal-wabbit-dbg $ pip install vowpalwabbit
Posted in Uncategorized
Leave a comment