Since the start of this site, having a lightweight website has been one of my priorities. Every file served has been minimized, you won't see any pictures that aren't vector graphics (except for the favicon.ico file) and users don't need to download fonts or JavaScript libraries. On top of that,... Read more
When we are trying to understand a communications network, having an approximate image of how the network operates can be very valuable. Do all communications go through the same node? Is there a central authority? Can nodes communicate directly with each other? Depending on how the network operates, we can... Read more
After a lot of thought, I have decided to change my domain to oscarbenedito.com. My website should be completely moved, however other services (including my email) are still under the obenedito.org domain, I will move them progressively when I have time to do so.... Read more
Making a backup of a secret can be tricky. For instance: I have a lot of passwords stored in an encrypted file, which I can edit through my password manager. The data in that file is both very sensitive and crucial. I currently have some offline backups (which are updated... Read more
I have previously talked about creating a personal website, in this post I will talk about hosting it. More specifically, I'm going to explain how to host a website built with Hugo. Hosting without a server If you don't have a server or don't want to be in charge of... Read more