Nonzero Chance

Development Blog

A Mountain of Software I’ve Never Heard Of
Kerne Fahey Kerne Fahey

A Mountain of Software I’ve Never Heard Of

I just keep adding to the filters of the job ad filter program I wrote to minimize the noise in my jobsearch. I've got more than 300 regexes just for software packages and platforms I don't know…

Read More
Learning JavaScript: 52% Complete
Kerne Fahey Kerne Fahey

Learning JavaScript: 52% Complete

I’ve gotten as far as Chapter 11 in the Eloquent JavaScript book, though I haven’t completed the exercises. So far I’d give the book ★★★☆☆. He certainly could’ve gone into more detail in places. I’ve…

Read More
Where to Go from Here
Kerne Fahey Kerne Fahey

Where to Go from Here

Finally finished work on my webspider, arachnea¹, just as I came to the end of needing to use it daily: I reached my newest goal for mastodon accounts followed, >400. Now I need to figure out where to…

Read More
Where Python 3.10’s := Operator Can Be Used
Kerne Fahey Kerne Fahey

Where Python 3.10’s := Operator Can Be Used

Today I learned how the walrus operator works. I had assumed it could be placed anywhere within an expression; that was incorrect. It can’t be used within an expression. Its proper place is outside…

Read More
Python 3.10’s Match/Case Statement
Kerne Fahey Kerne Fahey

Python 3.10’s Match/Case Statement

I finally found a use case for python 3.10's new match/case statement. (I just wanted to try it out.) The use case is a trivial one; I’m just using it to pick between different print() statements…

Read More
Using R for the First Time in Awhile
Kerne Fahey Kerne Fahey

Using R for the First Time in Awhile

I’ve been logging my weight daily in a notepad file on my phone. I started at the end of January, and it’s the 1st of the month, so I thought I’d take February’s data and see what I could make of it…

Read More
Returning to My Webspider
Kerne Fahey Kerne Fahey

Returning to My Webspider

So I’m returning to a 900+ sloc python program with no comments that I haven't used for months, and whose behavior and architecture I no longer have any familiarity. I just need to pick it back up…

Read More