– Load audio files using the command line
I use a TomTom Spark 3 to track my sport activities and I love it. The only problem
Read More ›
Networking – Tunneling through SSH
Earlier todays I was configuring rclone on my raspberry
Read More ›
Thoughts – What do we know of the structure of reality?
As human beings, interested in understanding the world around us, we should at least keep up with the current understating of reality.
Read More ›
Thoughts – The morality of scientific progress
It was August 6th and 9th 1945 when the world completely changed.
Read More ›
Thoughts – Website, podcast, lectures
A collection of the most interesting resources I've come across Read More ›
System Design – What's powering every search engine?
Architecture and implementation Terminology Web crawlers generally start from a seed web page and can collect data form many more pages by following all outgoing links
Read More ›
Linux – How to use cgroups
Prevent processes to eat up all your ram Control groups allow to limit the resources usage of a collection of processes.
Read More ›
Paper review – Distributed databases
Fastest and most scalable BFT protocol Scalable Byzantine Consensus via Hardware-assisted Secrete SharingThe author of this paper described FastBFT a new BFT protocols, highly scalable that achieve better performances than any other BFT protocols. The protocol was designed by studying the weakness of other popular protocols
Read More ›
Linux – systemd, at, cron
Exploring new linux commands The following content was create on Manjaro Linuxsystemd
Read More ›
Puzzle – Different solution for the problem
Find two elements that sum to a given value The two sum problem require us to find two elements in an arrays that sum to a given value. There are different approach to solve the problem depending on whether the arrays is sort or not
Read More ›