Did I Improve ThisBlogAbout

Blog

Rust first steps

02 April, 2023
- 2 min

Getting Started with Rust and Cargo Rust has been on my queue for a bit, since I decided to get into web3. Rust is a fast, reliable, and…

Why Rust in Web3

01 April, 2023
- 2 min

Why I'm Learning Rust for Web3 As someone who's new to the world of Web3 and blockchain technology, I'm excited to explore the many…

Boost - Filecoin deals management tool

19 March, 2023
- 4 min

Setting up and creating a Filecoin deal with Boost Boost is an open-source tool that has been specifically designed to cater to the needs of…

Ethereum Tokens

25 February, 2023
- 2 min

Tokens? Tokens... Tokens! In the context of the Ethereum blockchain, tokens can be seen as a representation of an asset. By highlighting…

Lighthouse

25 February, 2023
- 4 min

What is Lighthouse? Lighthouse is a decentralized file storage protocol that utilize IPFS and Filecoin to provide permanent and secure file…

Filecoin Lotus Lite Node

30 January, 2023
- 7 min

I've recently embarked on a journey into the exciting world of web3. Alongside some friends, I've started working on a side project built on…

Home Assistant Lights Automations

21 August, 2020
- 7 min

I decided to start automating things around my flat, starting with the lights. It was always something I thought could be easily automated…

Customizable Key Bindings on macOS

02 August, 2020
- 4 min

Why? It all started back when I was in college and used to daily drive Windows, with Ubuntu on a virtual machine. I only used Ubuntu from…

Terminal Aliases

14 July, 2020
- 1 min

Here are a couple of aliases I created to improve other aspects of my terminal workflow. Thanks for reading! Vicente A list of articles in…

Simple Terminal Apps

11 July, 2020
- 1 min

Skim - fuzzy finder Skim is a blazingly fast fuzzy matcher. I mainly use it to search for files and edit with vim. Bat - Cat replacer Bat is…

Ranger - file manager

10 July, 2020
- 1 min

Ranger is a terminal-based file manager. I don't use its full potential, not even close to it. I find it very useful when I don't know…

Pass - password manager

09 July, 2020
- 1 min

I use pass to store some passwords at work, so I don't have those typical unprotected text files with all the database credentials. Its…

Jrnl - note app

07 July, 2020
- 1 min

Jrnl is a terminal note app. It simply provides some useful commands to edit and view a .txt file. I use it for daily todos, personal notes…

NeoVim - text editor

06 July, 2020
- 2 min

Neovim is my terminal text editor of choice. Sometimes replacing my IDE. The vim workflow has proven to be very productive to me. If you don…

Tmux - terminal multiplexer

04 July, 2020
- 2 min

Tmux is a terminal multiplexer. I use it to manage different terminal contexts. For example to have a window with vim for editing my website…

Terminal Base Setup

02 July, 2020
- 5 min

Why? The terminal can be an extremely powerful ally for your productivity. One of the aspects that I appreciate the most on the terminal is…