Hack Event Nov 2016 - Activity Update
Thank you to everyone who attended the hack event last night! We had over 20 attendees who came to work on issues related to the OCaml compiler or MirageOS, from varied organisations including the University of Cambridge, Docker, Jane Street, Citrix, Uber and Hitachi.
Friendly conversation, wine and one eye on the political news of the day led to a productive evening of PRs, merges, documentation and project discussion.
Join us for our next hack event at Pembroke College on 7th February 2017, more details to follow.
First commits
- Joel Jakubovic published his first OPAM package to finish his summer internship work. The
ansi-parse
library converts ANSI escape sequences into human-readable HTML. - Liang Wang released a new version of his numerical library Owl into OPAM. It supports sparse matrix operations, linear algebra and other statistical functions such as Markov chain Monte Carlo methods. He also submitted his first PR to MirageOS.
- Dhruv Makwana took on the Buffer.truncate junior_job tagged bug in Mantis and submitted his first PR to OCaml.
- Tadeu Zagallo took a look at the Mantis list and found a fix for functional record updates and submitted his first PR.
MirageOS and OPAM
- Thomas Gazagnaire and Hannes Mehnert took the mirage-ci and made it work on a local machine without needing a GitHub bridge. Hannes also got it building locally on FreeBSD!
- Takayuki Imada worked through the Mirage TCP/IP stack and started reading papers on Netmap to build a pure OCaml version for Mirage networking.
- David Scott worked on a first OPAM release of the VPNKit. This requires upstreaming some patches to related repositories so that there can be a stable release.
- Marcin Wojcik looked at the onboarding process of Mirage with Gemma and proposed a project on latency optimisation of running TOR protocol using MirageOS and NetFPGA for Tor nodes.
- Matt Harrison worked on some documentation and tweaking of the build setup for his dissertation project on personal data silos using MirageOS and updated a post on setting up Travis for an OCaml project.
- Jon Ludlam and Christian Lindig who visited from Citrix introduced us to Marcello Seri and talked about plans to use OPAM in the build process at Citrix and possible internship subjects that overlap with Jane Street and OCaml Labs.
OCaml
- Maxime Lesourd and Olivier Nicole found a junior job to work on signatured open command and got about halfway through the process.
- Dave Tucker started using ocaml-ctypes to build inverted stubs for MacOS X libraries for remote forwarding.
- Magnus Sjekgstad started work on OCaml bindings to the utun device.
- Gemma Gordon worked on the Merlin editor project roadmap and issue labelling workflow.
- David Allsopp reviewed and merged the PR related to merging build systems in the stdlib directory.
Thanks to the people who provided updates on their work, and to Anil Madhavapeddy for co-authoring this article.