Tags: Machine Learning Time Series Cryptocurrencies Cross-Correlation
Steganography is the art of hiding message without being noticed. To better understand one of these methods, I reimplemented in `python3` a tool initialy written in `python2`. However, the output was different. In this article, I explain how the hiding-message mechanism works, and why the two scripts led to different results.
Tags: Steganography Information hidding Huffman codes
Simple way to include an html file (or a text file) within your page.
People may think that having a pseudonym is enough to be anonymous. However, when analyzing the traces, we might not recover the full name, but we may learn a lot of thing about him. For instance, his political opinion. Here is an analysis of the US political blogosphere of 2004. Without other knowledge than the blogs links, communities clearly appear.
Tags: graphs visualization blogs communities
Neocities has a GUI to update your website. Unfortunately, it is buggy, especially when you have nested repository. They have an API, but it was incomplete. I builded a tool to update my website simply. Here, I describe the main necessary commands.
Tags: website programming CLI tech
When you are not a front-end developer, starting a website is hard, as you do not know what are the tools available nor the way to do that. Historically, I started hosting my website on Neocities. I generated pages with pandoc, adding a template, this was far from being efficient. I discovered jekyll. Now, everything is so easy, works without running complicated scripts. I discribe how I started and some tips and trics.
Tags: website programming CLI tech