Personal blog (page 4 of 8)

This is my personal blog. You can subscribe to my feed or look through all the posts on the archive. You can find links to other blogs I follow on my blogroll.

A lightweight website

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

Centralized, decentralized and distributed networks

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

New domain name: oscarbenedito.com

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

Sharing a secret

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

Deploying a website built with Hugo

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