Today marks the 179th anniversary of the first publication of Edgar Allan Poe’s The Raven, I believe his first credited work.

A person looking at an open window as a raven flies in

The shortest introduction ever to round out January? Let’s get to the projects before I think of something else to ramble about…

Entropy Arbitrage Newsletter

For those of you interested in such things, I’ll have the next issue of the Entropy Arbitrage newsletter ready to go on Saturday the third.

If you have signed up on Mailchimp, I still don’t quite trust the company, then you’ll get the e-mail on Saturday. If you have subscribed on Buy Me a Coffee—at the link in the previous paragraph, click the Follow button to the upper-right of the page; no money will change hands—you’ll get it on Tuesday morning, the sixth of February, because I never publish blog posts on Tuesdays, making that a nicer match than Saturdays.

What will you find inside? As always, you’ll find links to all the articles that I found interesting in my RSS feed or bookmarked, plus some analysis of blog traffic. For January, I wrote a piece trying to parse “AI Doomerism” and its ilk, discussed media consumption, and have some early stage looks at two upcoming projects, one of which might even have a link to a preview. If you’ve become a member on Buy Me a Coffee, then you can already see previews for some of that.

Notoboto

GitHub - jcolag/NotobotoAnother attempt at a lightweight note-taking application - jcolag/Notoboto

As has become standard, most of the week went to my note-taking application. And a lot of that time has gone to reorganizing the search code to allow for different kinds of searches.

I don’t have a user interface for it, yet, but the code can now search differently, depending on the setting of three flags.

  • Case-sensitivity,
  • Start and end on word-boundary, and
  • Regular expressions.

In addition to that, I also needed to add percent signs to the URL regular expression, since they often get used to communicate non-ASCII characters. I also find myself increasingly replacing parentheses with a %28/%29 pair, especially in these posts, so that it doesn’t foul up any Markdown links.

Entropy Arbitrage

GitHub - jcolag/entropy-arbitrage-codeThe Jekyll blog for https://john.colagioia.net/blog - jcolag/entropy-arbitrage-code

Once again, I needed to update some emoji names, so that I don’t have rogue underscore characters floating around my blog posts. This time around, they include the following, many of which you’ve probably already seen show up in recent posts.

  • Zany face 🤪
  • Santa Claus 🎅
  • Mrs. Claus 🤶
  • Globe showing Europe and Africa 🌍
  • Globe showing the Americas 🌎
  • Globe showing Asia and Australia 🌏
  • Empty globe with meridians 🌐
  • Movie camera 🎥
  • Film projector 📽️
  • Clapper board 🎬
  • Balance scale ⚖️

Why haven’t I taken a day to replace all underscores in the emoji list with spaces, or at least copy every line minus with that replacement? Well, as we’ve seen, some emoji names get reused for multiple images, so I need to confirm that each new name doesn’t put me in a situation where I won’t necessarily know which emoji the plugin will give me.

Next

I’d like to finish off the search feature for Notoboto, this week, at least think about replacing the search target(s), and maybe think about searching across all notes.


Credits: The header image is an 1875 illustration for a French edition of The Raven by Édouard Manet, long in the domain due to expired copyright.