Posts
All the articles I've posted.
-
Speed Up Mac Keyboard Repeat Rate
Increase keyboard repeat rate.
-
Disable the macOS accent picker in VS Code
Disable the macOS accent picker in VS Code so held keys repeat instead of opening a popup.
-
BFS with Re-visiting Cells: Grid with Obstacles Elimination
Learn how to modify the standard Breadth-First Search (BFS) algorithm to allow revisiting cells when solving grid problems.
-
What is Lerp? (Linear Interpolation)
A guide to understanding the concept of 'lerp' (Linear Interpolation) and its math.