Balance

Comments

Stuff I want to work on:

Stuff I need to work on:

  • The day job
  • Finding a better housing situation than my current condo

Stuff I have the energy to work on:

  •  

Read more…

ugh meds, ugh work

Comments

I’ve been on guanfacine for about a month now, and I still haven’t stopped feeling drowsy and tired all day, to the point that I’ll often just fall asleep in the middle of things. Even when I’m doing things like grocery shopping I’ll suddenly feel really tired and need to take a couple moments to brace myself. It’s almost like it’s causing narcolepsy or something.

Last week I talked about this with my psychiatrist and we decided to try combination therapy with strattera, a stimulant-based med, since my ADHD responded well to the Adderall (aside from my blood pressure spiking badly).

So far, it hasn’t been helping at all. I’m getting the panic and anxiety from stimulants, while also being drowsy all day. What’s even worse is I’m also getting frequent muscle spasms, which is apparently a common reaction to some ADHD meds. And ironically, the treatment for that? Guanfacine.

Read more…

💬 Re: Micropublish channel support Notes

Comments

In reply to: Re: Micropublish channel support

Oh, cool, I didn’t know channel support was a thing. That just might be what gets me to finally work on Micropub support for Publ, since I couldn’t really wrap my head around how I was going to support posting to arbitrary sections of my site with the current UX on any of the Micropub clients I knew about.

Time to finally brush up on the protocol to see what other excuses I have for not supporting it. 😉

PSA regarding quotes in isso

Comments

After my recent isso updates, I found that double-quotes had disappeared from most peoples' comments, and it was really weird and I couldn’t figure out why.

Anyway, long story short, it turns out that something changed to cause the EXT_QUOTE support to start converting "s into <q>s, and isso’s HTML sanitizer (which runs after Markdown conversion) isn’t configured to allow that as an HTML element. (Or maybe this was happening all along and I just didn’t notice until now! Nothing in Misaka has changed in that time so I probably just never noticed.)

The fix is to either remove quote from options or add q to allowed-elements in the [markup] section of the isso config file. For example, here’s that section of mine:

beesbuzz.biz.cfg
[markup]
options=strikethrough, autolink, fenced-code, no-intra-emphasis, superscript, highlight, quote, tables
allowed-elements=mark, sup, sub, q

On a related note, don’t enable EXT_QUOTE on Publ if you want quotes to be able to appear in auto-generated entry summaries and the like. (I suppose I should change Publ to always override the Markdown extension configuration where it makes sense…)

webmention.js 0.4.0

Comments

I’ve just released v0.4.0 of webmention.js, which adds the ability to coalesce comment-type responses into the “reactions” section. I’d been considering it for a while but finally got the impetus to add it during today’s Respectful Responses IndieWeb session.

This change shouldn’t break current users of webmention.js, as it’s an opt-in configuration value.

As an aside, I really need to get around to making an actual site for PlaidWeb, so I have somewhere to put non-Publ discussion and release announcements.