Blue Desk

Rodrigo’s blog.

Thursday, August 6, 2020

SFINAE and enable_if

›
Today, while researching for the upcoming C++17 version of WinLamb , I was rethinking the idea of restricting the allowed types on a templat...
Thursday, June 25, 2020

CSS folded poster effect

›
Yesterday I just stumbled across this incredible CSS work, which makes a picture look like a folder poster on Reddit . The CSS was somewhat ...
Monday, June 15, 2020

Embedding rc files into Go Win32 executables

›
When building Go executables in Windows, the Go toolchain recognizes *.syso files and automatically embeds then into the *.exe – this allo...
Friday, May 29, 2020

Rust macro to clone many objects at once

›
When working at my forthcoming Rust Win32 library, I was frustrated with the unergonomic task of cloning all the objects before referencing ...
Monday, April 6, 2020

Better antialiasing on Windows Visual Studio Code

›
In Windows, Google Chrome browser suffers from font bad rendering, with fonts being too thin and washed on screen. I don’t really know the t...
Wednesday, April 1, 2020

Install PKCS#11 token on Ubuntu 18.04

›
Firefox offers an graphical interface to add the PKCS#11 library to the browser, so you can use PKCS#11 token to authenticate in websites. ...
Wednesday, March 25, 2020

Road Rash 3 guide

›
One of my favorite childhood games was Sega Genesis’ Road Rash 3 . I ended up downloading Fusion emulator during corona virus pandemic , and...
Monday, March 16, 2020

Choosing between useState and useReducer in React

›
Right now I’m designing a rather important architecture at work, and I’m using React for it. After writing a simple enough implementation wi...
Wednesday, February 5, 2020

False memory leak reports of static objects

›
I was having a weird memory leak report in a C++ program, happening right after I close it, and triggered by a call to _CrtDumpMemoryLeaks ,...
Thursday, January 9, 2020

What types are heap-allocated in Rust

›
Today I stumbled on this question regarding which standard Rust types do alloc in the heap. I have this question popping in my head quite o...
Monday, January 6, 2020

Firefox: can’t see menu separators in Linux

›
In Linux, I was having a problem when using Firefox. After some version update, the menu separator lines simply disappear. After searching a...
Friday, December 27, 2019

Restore loading blue circle throbber in Firefox

›
Since Firefox 57 the loading icon has changed. Previously you’d see a blue circle spinning, now you see a dot moving horizontally. Personall...
‹
›
Home
View web version
Powered by Blogger.