Archives (39 articles)

How to disable a variable font's variation features with open source tools

Step-by-step guide to strip variation features off of a variable font

How do browsers process the @font-face src descriptor list

A reference note to know how browsers do process the comma-separated list specified in the @font-face src descriptor

How to locally delete all remotely merged git branches

A quick tip to let you delete all your local git branches that have already been merged on your remote

Restore your easier window navigation mappings on Netrw buffers in Vim

A quick tip to let you use your CTRL + h,j,k,l shortcuts in your Netrw Vim buffers.

Today I learned: How to encode/decode base64 string from the command line

Learn how you can encode and decode strings to or from base64 string, right from the command line.

Today I learned: How to upload a buffer as a file to a Google Cloud Storage bucket

Find out how to, in Node.js, upload a file to a bucket hosted on Google Cloud Platform, from a buffer object.

Today I learned: How to "include" a link inside a form input label

Learn how to markup a form input label with a link in a accessible manner

Today I learned: How to match a portion of text that spans over multiple lines with a Javascript regular expression

Discover a magic set of tokens that will help you match a multi-lined portion of text in Javascript

Today I learned: How to suspend Vim temporarily, run some commands, and go back

Ever wanted to quickly get out of Vim to run some commands and jump back into it and resume where you left it? This post is for you.

Bash command chaining operators

Little Wiki entry about a few bash command chaining operators