Type 1 and 2 Decisions

I like programming (at work) and learning for fun. You'll often find me cooking and working on my house in my spare time.
Search for a command to run...

I like programming (at work) and learning for fun. You'll often find me cooking and working on my house in my spare time.
No comments yet. Be the first to comment.
I have a credit card that offers cash back on purchases. Credit cards provide a time buffer between when a charge is incurred and when funds leave the checking account paying it off. This helps avoid

I want to get into the Kotlin community to accelerate my learning. Where should I go? Well, this was handy, https://kotlinlang.org/community/. I went through each of these resources. Unless stated oth

We're switching from Clojure to Kotlin at work. Is that good? I don't know yet! Here are some things I love about Clojure: its incredible REPL EDN keywords maps with heterogeneous keys and values

I've been using Arc Browser for a long time. Why? Because I love vertical tabs in my browser. They allow me to read more of each tab's title when I have a lot of tabs. What Are Vertical Tabs? Tabs are

Imagine rows of letters, numbers, and Greek letters: [[:a :b] [:1 :2] [:alpha :beta]] Now, you want to transpose them. You started with a vector of vectors. Clojure's map function is pretty amazing

I was thinking about this today. I tend to make Type 2 decisions quickly. That can be a problem when others don't share the same framework or consider a particular decision Type 1.