Tolerance Depleted: Making Alt+Arrow Work in My Terminal

For a long time I have tolerated not being able to do Alt+Arrow in my terminal to hop over words. Alt+Backspace deletes single words, but Alt+Left inserts “[D” and Alt+Right inserts “[C”. Maddening! I’ve finally bothered to do something about it, and it was easy on my MacBook in iTerm2. See here. I only just switched it, but a quick run through of a lot of use cases did not turn up any surprises.

Arctic Ice Extent Time Lapse

It’s not going to come as a surprise to anyone paying attention that the amount of arctic sea ice is decreasing, but reading about it is not always as compelling as seeing relevant visualizations. Below are a couple time lapse videos showing arctic ice extent and ice age from 1990 through 2016.

National Geographic: Half of the Great Barrier Reef Is Dead

Climate change has devastated the Great Barrier Reef, with fifty percent killed since 2016. National Geographic Magazine has an infographic about this in its August 2018 issue.

Cicadas

I’m back home in Iowa for around a week. The first thing I heard when stepping out of the airport was a cicada. That’s something that is absent in Seattle: sounds of insects. There are no crickets, cicadas, or other audible insects in Seattle. I miss that.

Impact of Burning Coal Described in 1912 Newspaper Article

An article in Business Insider this week marked the 106th anniversary since a newspaper in New Zealand published a four-sentence article titled “Coal Consumption Affecting Climate”.

Attending RustConf 2018

I’m excited to be attending RustConf this week. I hope to come away with a better feeling of what the community is like, as well as perhaps learning enough about Rust to level up my skills with it. It’s actually been a couple months since I wrote any substantial amount of Rust (I’m still maintaining some of my Rust code and working through the last chapters of The Rust Book), but I really hope to get back to it at some level.

Down the Emacs Hole

I’ve been an Emacs user since college. My seriousness as an Emacs user has varied over time, but I’ve probably never been much beyond somewhere between casual and intermediate. I’ve long suspected that I’m missing out on a lot of untapped efficiency potential, if only I invested the hours needed to learn more.

Emoji Fixed in github-pages v189

As I previously noted, emoji was broken in github-pages v188. It has been fixed in v189.

More Catboats

I’ve been looking at more catboats. I wrote about large catboats at the end of last month and am now curious about what else is out there. There’s The Catboat Association, for starters. So far I only looked through the cats for sale, which led me to another builder. Marshall Cats are are built by Marshall Marine Corp. Their catboats are built with fiberglass hulls, unlike the other builders I mentioned before.

Initial Faust Impressions

Last week, I wrote about interest in Faust, a Kafka-backed stream processing library for Python. Since then I have gained some experience with it. We had a hackathon at work, and my team reimplemented a data processing pipeline that is currently a batch process using Faust.