A long time ago I inherited a big monolithic mess of Tera Term macro code. After a few years the code base had grown considerably and become extremely unwieldy. I finally decided that it was time to fix the problem and created some utility code that would allow me to make the code more modular (and make the code more reusable for other projects). The result is subroutine.ttl, licensed under the terms of the MIT license.
This creates something akin to a namespace and function notation for Tera Term macros:
callsub = 'logging:backup_logs'
include 'subroutine.ttl'
For this to work, just create a logging.ttl file, copy some boilerplate/hook code to the top of the file, and add a block of code like this:
:backup_logs
; The backup code goes here
return
Thanks to Tera Term's scope-less variables (or, from another point of view, global-only namespace) you can even "pass" arguments and "return" values. Enjoy!
I'm pleased to announce the release of listparser 0.18!
This release simply replaces the regular expression-based RFC 822 date parser with procedural code. The package is available on PyPI.
listparser is a Python module that parses subscription lists (also called reading lists) and returns all of the feeds and subscription lists that it finds. It supports OPML, RDF+FOAF, and the iGoogle exported settings format, and runs in Python 2.5 through Python 3.5, Jython, and PyPy.
I'm pleased to announce the release of feedparser 5.2.0!
It's available only on the Python Package Index (PyPI) as Google Code is shutting down its services. The update incorporates over two years of work and patches from multiple authors.
Some of the release highlights include what will hopefully be a significant boost to performance: all in-HTML microformat parsing has been removed, the BeautifulSoup dependency has been removed, HTML Tidy support has been removed, and chardet use is now lazy -- it will only run exactly when it is needed...IF it is needed. Additionally, date-time parsing has been revamped to use procedural code, and many additional HTML5, MathML, and feed elements have been added, including Podlove Simple Chapters, MediaRSS, Dublin Core, GeoRSS, and GML, Finally, there have been a number of bug fixes.
The official repository has moved to GitHub in advance of Google Code shutting down services. Additionally, to support faster development and release cycles, feedparser now follows the Successful Git Branching Model. Basic summary: all development occurs in feature branches, these are merged with --no-ff into the develop branch, and when a new release is ready it branches off of develop for prep work and is merged into master with --no-ff and an annotated tag is created. The release branch is then merged back into develop.
tl;dr -- always create a new branch off of the develop branch when making changes to the code and submitting pull requests. =)
Future development is going to focus on a number of core issues, some of which have made feedparser a difficult body of code to approach and contribute to. For instance:
I'm excited for how feedparser will improve in 2015!
It's been twelve days since my shoulder surgery so I thought I'd post a summary of what I've been up to.
In the first 24 hours there was an issue that cropped up at work. The problem was caused by an update to some software released by another group in the company, and, as frequently happens, I had warned the responsible group several months in advance that this was a potential problem. Nevertheless, in the first 24 hours after surgery I was remotely troubleshooting and releasing an update to my software to work around the issue.
I then spent the rest of the week writing my own static website generator. The purpose is explicitly to learn about some technologies that I haven't had a reason to learn about in my professional work, like virtualenv, blinker, and jinja2. After a week I had a pretty solid, extensible architecture and the beginnings of a website theme. This may grow beyond a simple learning exercise.
This week I picked up feedparser development again. The virtualenv exposure from last week helped a lot, and I finally learned how to handle remote git repositories. Then I packaged up a new feedparser release and published it.
As one of my friends joked last night, "Even crippled and high you're still more productive than half of the people on my team," a tongue-in-cheek reference to having one arm immobilized and taking narcotic painkillers they give you when they modify what your bicep attaches to.
Throughout the first week I found it difficult to focus: the oxycodone regimen afforded me only a few hours of lucidity each day. I don't enjoy that. This second week I've been skipping the painkillers as much as possible and have been sober now for about 36 hours. Unfortunately, I'm now experiencing frequent dull headaches. Ah well.
Oh! And I'm going for walks now when I manage to tie my shoelaces. Recovery's going well, and life is good.
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |