Opening Files in Multiple Splits from the CLI

How to open multiple files in (N)Vim in Splits from the command line with one command

June 16, 2024 · 1 min · lukefilewalker
editors

Improving One's Objective Typing Speed - an Experiment

An experiment to gauge the amount and speed of progress when attempting to deliberately increase one’s typing speed on two different layouts.

May 12, 2024 · 5 min · lukefilewalker
productivity experiments

A Note Taking Strategy

An evolving strategy for absorbing and using knowledge.

March 30, 2024 · 4 min · lukefilewalker
productivity

Data Structures - Linked Lists

What are linked lists, their variations and their uses.

March 21, 2024 · 3 min · lukefilewalker
programming

Data Structures - Arrays

What are arrays and what mysteries do they hold?

March 17, 2024 · 2 min · lukefilewalker
programming

Data Structures - a Series

What are data structures, what are their differences and what do we use them for.

March 15, 2024 · 1 min · lukefilewalker
programming

Understanding Big-O

What is Big-O even and why should we care?

November 9, 2023 · 10 min · lukefilewalker
programming

Fixing Permission denied or Could not read from remote repository issues

How fix the dreaded Permission denied/Could not read from remote repository issue i.e. how to set up an SSH agent system wide that manages SSH keys seamlessly (on Linux).

November 8, 2023 · 2 min · lukefilewalker
os

What are Bitmasks

What even are bitmasks, bitfields, binary, bits, bytes, nibbles, words?

August 18, 2023 · 8 min · lukefilewalker
programming

Keep a Docker Container Running for Debugging Purposes

Four methods to keep a docker container from terminating after a failure in order to debug the issue.

November 27, 2022 · 2 min · lukefilewalker
devops