Blog
In-depth analysis, benchmarks, and opinion pieces on software and tech.
Page 3 of 3
1 min read
Ubuntu 18.04 LTS will replace unity with GNOME
Canonical will shift their default Ubuntu desktop back to GNOME in Ubuntu 18.04
1 min read
New version of tutorials.technology
We released a new version of our webpage and we explain new sections.
2 min read
Python Reservoir Sampling: Random List Elements
We briefly explain how to implemente the reservoir sampling algorithm with python to select random elements from a list of unknown size with O(n) complexity.