Blue Desk

Rodrigo’s blog.

Thursday, November 25, 2021

Bash script to deploy my own Rust tools

›
While developing my own personal tools in Rust – which seems to be “the one” language of my own stuff now, after the disappointment of the c...
Wednesday, November 17, 2021

Fixing Visual Studio Code icon overlay color in Linux

›
A few months ago I had to dig into Visual Studio Code source until I found a change in the built-in light theme, where they changed the over...
Tuesday, November 9, 2021

Stateful iterators in Go

›
I’m writing an insane amount of Go code lately. It’s really unobtrusive, allowing you focus on the problem you have to solve. And I’ve been ...
Friday, November 5, 2021

Static linking of the C runtime in Rust

›
By default, Rust on Windows with MSVC toolchain compiles to a dynamically linked C runtime, apparently following the default configuration o...
Friday, October 22, 2021

Displaying custom fields in foobar2000

›
Today I found the TOPE frame in the ID3v2 tag specification, which can be used in cover songs. I was simply using the comment frame so fa...
Tuesday, September 28, 2021

Enhancing Chrome 94 privacy

›
Unfortunately Firefox is getting worse every day, specially after the introduction of the horrible v89 interface . Having to resort to Chrom...
Friday, September 17, 2021

My Visual C++ 2019 settings

›
Just for the record, these are the settings I’m always using with Visual Studio 2019, when creating a new, empty C++ project: General ...
Tuesday, September 14, 2021

Adding a branch from another repo in Git

›
This should be something rather rare, but for some reason I keep needing to do it very often: I want to add a new, unrelated branch into an ...
Tuesday, August 3, 2021

Deep cloning a generic List in Java

›
Today I had to deep clone objects in Java. What a nightmare. First, the Cloneable interface is horribly broken , and writing such a simpl...
Thursday, July 29, 2021

Gibson fretwire

›
Apparently with my Gibson Les Paul craze back again, I’ve been dabbling into the specs of the High Performance series. The specs list the f...
Sunday, July 11, 2021

Accepting both Vec or slice of String or &str in Rust

›
In whathever programming language, it’s rather common to have a function which accepts an array of strings. Specifically in Rust, there is t...
Friday, July 9, 2021

About these 10 years

›
Hello, dear reader. I started this blog exactly 10 years ago, in a Saturday morning, without having much idea about what I’d write here. I...
‹
›
Home
View web version
Powered by Blogger.