Blue Desk

Rodrigo’s blog.

Monday, October 7, 2024

Goodbye my Universe

›
Today I finally parted ways with my long-time friend, my Ibanez Universe UV7BK green dots. As far as I remember, I bought this guitar in 2...
Friday, July 26, 2024

Automating MSVC builds

›
While rewritting a few of my personal tools from Rust back to C++, I found myself willing to automate the build process. At first, I tried t...
Friday, July 12, 2024

C++20 variadics with abbreviated function template

›
Today, when working with my stripped C++ Win32 library – after the frustration with Rust’s long compile times in WinSafe –, I was trying to...
Sunday, June 9, 2024

Fixing auth error with Cargo dependencies from GitHub

›
When trying to use a Cargo dependency straight from GitHub , an error was popping in the console: failed to authenticate when downloading ...
Wednesday, April 24, 2024

Goodbye Go

›
On this morning, I just completely wiped away the Go compiler from my computer after finishing the Rust rewritten of my very useful ID3v2 e...
Tuesday, February 27, 2024

Linux recursive file searching

›
Searching recursively all files with the given extension: find . -name "*.orig" Searching all files containing the given text ...
Monday, January 15, 2024

Zustand, devtools and immer wrapper, pt. 2

›
On further researching of my previous idea of creating a Zustand + Immer wrapper, I found a very interesting technique straight from Zust...
Tuesday, January 9, 2024

Increase taskbar button width in Linux Mint 21

›
For my working VM, after ditching the sluggish Ubuntu 22 for the crazy good Mint Cinnamon 21 , one of the customizations I wanted to make wa...
Saturday, January 6, 2024

Installing dependencies of deb packages

›
A deb package can be installed on Linux by running: sudo dpkg -i Package.deb However, the installation may fail because dependencies are...
Wednesday, November 29, 2023

Setting/resetting Vue reactive objects

›
Vue 3 has many idiosyncrasies, among them the overlapping ref and reactive constructs. One of the main differences is that reactive conte...
Monday, November 13, 2023

TypeScript function to set value by key

›
While researching React stores automation, I wondered whether it would be possible to have a TypeScript function to set the value of an obje...
Saturday, November 11, 2023

Jotai utilities for read-only and write-only atoms

›
Three months ago I wrote an utility function to deal with write-only atoms in Jotai . To go with it, today I wrote a function to deal with ...
‹
›
Home
View web version
Powered by Blogger.