Marc Aube

Recent Posts

  • June 16, 2020

    Code, stress and entropy

    Musings about the parallels between computer systems, physics, and biology to understand how we can make our systems better.

  • September 25, 2019

    Categorizing images in Python

    How we brute forced a computer vision challenge with Python at the last NorthSec CTF in Montreal.

  • November 19, 2018

    Hunting Mutants with Mutmut

    There are many reasons why you might want to write tests for your code: to prove it works as expected, to prevent bugs from coming back...

  • April 05, 2016

    Quick bash tips

    Just two simple bash tips that I picked up today; how to escape a frozen SSH session, and how to sequentially call a list of URLs.

  • March 30, 2016

    Optimizing a fibonacci function

    A couple of days ago, one of my colleague was talking about a time when he was interviewed, and had to solve a bunch of programming puzzles. I like to solve puzzles, even if I don’t think that they’re good interview questions (cache).These kind of...