Recent Posts

How to open last edited file in Vim

less than 1 minute read

While googling “How to open my last edited file in Vim”, I found this excellent StackOverflow post.

Make your Anki flashcards atomic

2 minute read

In Augmenting Long-Term Memory, quantum physicist Michael Nielsen explains how he uses Anki to augment his long-term memory. Nielsen explains why you should ...

Filling my first Field Notes

5 minute read

I recently filled my first Field Notes with notes! Usually I just toss them in a drawer never to be seen again, but not this time.

Blogging can save you work

3 minute read

In You Should Write Blogs, Steve Yegge explains why you should blog. Steve is somewhat of a cult figure in the tech space. If you’ve never heard of Steve Yeg...

Rebind shift + cmd + m to %>% (pipe symbol)

1 minute read

I recently made a video about how to make custom complex modifications in Karabiner-elements. Someone saw this video and reached out to me for some help.

How to set up a React and Flask project

4 minute read

In this blog post I will go over how to set up your React and Flask project while avoiding the dreaded Cross-Origin Resource Sharing (CORS) error.

Video: Binary Search tutorial in Python

less than 1 minute read

Hey guys I just uploaded a new video to my YouTube channel! You can view the video by clicking here or it is embedded down below. In the video I explain a si...

Learning TypeScript - The basics

3 minute read

For a new project at work I will have to lead a project in TypeScript. Here comes the kicker: I’ve never worked with TypeScript.