Mastodon Icon RSS Icon GitHub Icon LinkedIn Icon RSS Icon

The books I read in 2021

Header image for The books I read in 2021

Last year was an excellent year for reading. I’ve read 31 books, totaling almost 10,000 pages: 17 fiction books (way more than last year), 13 non-fiction (as a surprise, because I usually read non-fiction faster), and one graphic novel. Some books were unbelievable literary mistakes. Others were absolute gems that I’ll keep in my mind and heart (it is wise for the Chinese to have a single word for both: 心).

Machine Consciousness is Inevitable

Header image for Machine Consciousness is Inevitable

Can a robot become self-conscious? It looks like an interesting question, but it is not: machine consciousness is just inevitable. The true interesting questions are hidden in the details of how such consciousness will emerge and how it will look like.

The Problem with Mastodon and the Fediverse

Header image for The Problem with Mastodon and the Fediverse

I tried to jump on the Mastodon train several times; however, I was never really convinced by it. To be honest, I was never really interested in any open-source clone of popular commercial social networks. And like me, 99% of the non-technical people I know. Why? A quick answer for a bloody hot August.

Use Obsidian's Plugin Responsibly

Header image for Use Obsidian's Plugin Responsibly

This is just a reminder for an undesirable side effect of some Obsidian’s Plugin: they make your notes Obsidian-dependent. Here I will describe what is the problem and how can you easily avoid it to keep your note really futureproof.

Exploring the Small Web

Header image for Exploring the Small Web

I stumbled into the Small Web. A minimal barebone version of the web. It’s a place that remember me of a long gone web. It is the Small Web powered by the Gopher and Gemini protocols. Let’s see what it is and why I decided to create there a small intimate island.

A simple Event System in TypeScript

Header image for A simple Event System in TypeScript

Events are an intuitive way to model the execution flows of applications when several modules, each one with complex lifecycles, need to synchronize with each other. In this article, I go over a very simple and minimal Event System for Typescript so that you can use it too, or understand the basic principles of existing event system packages.

How VSCode's RestClient saved me from Postman

Header image for How VSCode's RestClient saved me from Postman

I do not think Postman is bad (in the general sense), but it is the piece of software I hate the most that I need to use on a daily basis. Well, not anymore! I’ve recently found the perfect Visual Studio Code extension for managing APIs: RestClient.

Will Zig be the "sweet spot" I am looking for?

Header image for Will Zig be the "sweet spot" I am looking for?

Let’s continue our exploration of novel kinda-low-level languages. After a quick exploration of Crystal, it is time to look at another language that is constantly popping up on my sources: Zig. It will be my new love? It will be the perfect tool I was looking for? It is the beginning of a new programming langue star? Let’s find out that together.

Will Crystal be the "sweet spot" I am looking for?

Header image for Will Crystal be the "sweet spot" I am looking for?

The Crystal programming language recently reached version 1.0. As a modern compiled language, it caught my attention. It is time to spend some time playing with it to have a better idea of its potentialities. Will this “Compiled Ruby” be the sweet spot between Python and Rust I am looking for?