I’m bad at documentation, so in #MastoBot I’m making a concerted effort to be mindful of it.
Enter tooling! I’m using #JSDoc with #GitLab Pages and CI.
Continue reading “MastoBot Documentation!”Computers, Web, JavaScript, Stuff…
I’m bad at documentation, so in #MastoBot I’m making a concerted effort to be mindful of it.
Enter tooling! I’m using #JSDoc with #GitLab Pages and CI.
Continue reading “MastoBot Documentation!”This turned out to be surprisingly difficult to find an answer for; I wanted to, in a node terminal program, wait for and return a single keypress.
Continue reading “Get a Keypress in NodeJS”I’ve released an initial beta of #MastoBot to #npm.
MastoBot is a #JavaScript client library for #Mastodon. It offers 3 levels of helpers to communicate with a Mastodon instance.
Continue reading “Mastobot Beta 0.1.0-0”https://bitbucket.org/eroosenmaallen/openwrt-bedtime. Feedback and improvements are welcome.
Inspired by @TheBloggess, I have put together a simple WordPress plugin to fix dates for those with triskaidekaphobia.
Inspired by @TheBloggess, I have put together a simple WordPress plugin to fix dates for those with triskaidekaphobia. Right now it’s pretty trivial; as I refresh myself on WordPress development, I’ll add a few options, etc. In the meantime, all it does is replace the year after 2012 with “The Library” (see In the Library) and the date after the 12th with “12+1”.
Download: triskaidekaphobia-0.1
The OpenID library I’m using for Rosebleed (and other projects, both major and minor) is SimpleOpenID from PHPClasses.org.
The original class did most of what I needed, but I made some minor changes. I’ve emailed the original contributor to offer my changes back, but until I hear back, I’ve posted my modified version here:
Comments/feedback always welcome.
I’ve been using hKit recently for several projects, among them trying to figure out why Rosebleed‘s user profiles won’t import at Satisfaction. In testing, I found that Technorati profiles also don’t import.
I tracked it down to two separate issues:
document.write()
to drop new scripts into the page. This script-within-a-script seems to confuse the w3’s tidy proxy and breaks everything.profile.php?user=silvermoon82
) or from pathinfo (profile.php/silvermoon82
). The hCard fetcher works with the new format links, so all is well in the universe.