layout | permalink | title |
---|---|---|
page |
/blog/ |
Blog posts |
There is very little quality assurance behind what goes in here, so keep that in mind. You can expect a mix of ranting and praise for things at the intersection of accessibility and data work, sometimes with other topics thrown in (aesthetics, epistemology, games, media, etc). I do plenty of navel-gazing, especially as it relates to research in Human-Computer Interaction. If you're into these sorts of things, welcome to my blog.
If you're curious about my shorter-form thoughts, follow me on bluesky @FrankElavsky.bsky.social, where I am regularly harping just the same as here but in slightly-smaller doses.
Subscribe via RSS
<div class="post-block">
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
</h3>
<span class="post-meta" title="{{ post.date | date: "%b %-d Y" }}">{{ post.date | date: "%b %-d" }} <span class="meta-year">{{ currentdate }}</span></span>
{% if post.description %}<p class="post-subtitle">{{ post.description }}</p>{% endif %}
</div>
{% endfor %}
I love that Crystal Lee did this on her blog, so I am following suit. Unfortunately I am mostly transitioning off of twitter, so consider these to be an endangered species of post from me:
<div class="post-block">
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
<span class="post-meta" title="{{ post.date | date: "%b %-d %Y" }}">{{ post.date | date: "%Y, %b %-d" }}</span>
</div>
{% endfor %}