Microblog

RSS

Aside: 08/09/2020

Sometimes I have an irrational fear of new code concepts or problems.

Example: I put off learning about JS’ requestAnimationFrame for years just because it looked scary. When I took an afternoon to make a little canvas game, I realized it wasn’t scary at all.

Getting over this irrational fear of new things is one of my tips in Finishing side projects.

Aside: 08/05/2020

I hope that one side effect of the pandemic is a lot of new songwriting by all of our favorite artists.

Aside: 07/22/2020

I’ve been using Operator Mono as my code editor font for years, but today I grabbed Operator Mono ScreenSmart and it’s great. It especially improves legibility of light themes in my experience.

Aside: 06/16/2020

Adobe is discontinuing Flash after 2020. No more updates and it won’t even play Flash content after that date. I hate Flash as much as the next person but there are so many great old Flash games that will be made unplayable; which is kind of sad.

Aside: 05/11/2020

Pro tip: if you feel like your DuckDuckGo search isn’t getting the results you’re after and you are thinking of checking Google, add “!sp” to your DDG search. That will search Startpage, which is privacy-friendly Google results.

Aside: 04/06/2020

“I wanted to walk through the empty streets. And feel something constant under my feet. But all the news reports recommended that I stay indoors.”

Aside: 2020-04-01

Just getting rid of some malware with CleanMyMac X.

Screenshot of CleanMyMac X uninstalling Zoom from my computer.

Aside: 03/27/2020

TIL VS Code can enable/disable extensions on a per-workspace basis.

Aside: 03/20/2020

Here are @zeldman‘s tools for slow design in an anxious world. 🐢

  • Big type
  • Hierarchy
  • Minimalism
  • Art direction
  • Whitespace
  • Branded
  • Authoritative

- Big type - Hierarchy - Minimalism - Art direction - Whitespace - Branded - Authoritative

Aside: 03/24/2020

If your app is gonna support Markdown syntax, then at least support the basic typographical elements. I can’t stand this behavior I see in some apps where bold and italics work but links, lists, and blockquotes don’t.

Aside: 03/04/2020

When I see a well-written error message that not only tells me what’s wrong, but also how to fix it, I’m like… FIX IT YOURSELF if you’re so smart then… sheesh.