Posts

Dvorak

Learning Dvorak

About 2 weeks ago I started learning the dvorak keyboard layout. Below are my thoughts.

Initial Motivations

It seems most people learn dvorak to type faster. From what I had found on the internet, there isn’t much proof that an increase in typing speed is guaranteed. Thus, …

Advice

Advice

If you’ve been alive for more than 3 hours, you’ve probably been given some advice. Some of it might have been good, the rest probably wasn’t.

How are you supposed to tell the difference?
Allow me to give you some advice on that.

My Metaphor

Imagine every person on Earth …

Haskell Tutorial Part 1

Haskell Tutorial Part 1: Introduction to the Language and Concepts

Part 1: What is Haskell?

Haskell is a general purpose programming language, like Java or Python. It is compiled, often with the GHC compiler, and like Java, it has strong static typing. Unlike Python or Java, Haskell follows a …