My finished watch cap

My finished watch cap

Table of Contents

I finished my new watch cap! Really happy with how it turned out.

I want to learn more. For my next project, I’m going to give cables a try. I found a recommendation for an easy cabled hat. Will post more as it progresses.

Enjoy!

alter-text

Related Posts

Looking At a Python Pelican

Looking At a Python Pelican

I really like the static version of the site. It’s so much easier to support and configure. I can tweak to my hearts content. Jekyll is a wonderful platform, and Octopress is a great framework on Jekyll. However, ruby isn’t my strength. I’ve fiddled with ruby in the past, but I don’t love it. It is a great language, just not for me.

If I’m perfectly honest, I love perl. Perl was an early first love, and is still a terrific language, but the static site generators in perl are limited. I did take a look at Blosxom, but there isn’t a large number of active users. I did find one site with current posts built using Blosxom, so it’s still out there.

Read More
“Writing the Novel” Lawrence Block

“Writing the Novel” Lawrence Block

alter-text

Lawrence Block is certainly a very successful writer. He currently has178 books listed on Amazon.com. The introduction starts with Mr. Blocktelling us why he wrote this book:

This is a book designed to help you write a novel. It contains thedistillation of my own experience of twenty years as a publishednovelist, plus a considerable amount that I’ve learned from otherwriters. My goal throughout has been to produce the sort of book Imight have found useful when I set out to write my own first novel.

And he does just that. This is a very entertaining and insightful book.Mr. Block shares many experiences with us as well as much hard learnedknowledge. The opening paragraphs sum up these thoughts:

Read More

Error Running Coverage on Ubuntu

Trying to install pytest and coverage on my ubuntu development server, and ran into an issue when running coverage:

ModuleNotFoundError: No module named '_sqlite3'

To resolve, install python with enable extensions:

PYTHON_CONFIGURE_OPTS="--enable-loadable-sqlite-extensions" pyenv install 3.9.2

Enjoy!

Read More