One of those days where it seems like takes forever for very little to get done.
Today, I spent 59 seconds contemplating on doing <a><h1>...</h1></a> versus <h1><a>...</a></h1> and that’s not the most unproductive thing I’ve done today.
Monaspace
Texture Healing is a novel technique that evens out the density of monospaced type, bringing it closer to how proportional type has looked for centuries. Texture healing preserves the monospace grid, and works in most editors without needing new software or editor plugins.
Currently trying this font out with the Krypton variant. It's fun to read and see new fonts.
Media Review: ๐บ The Curse (2023)

Link: ๐บ The Curse (2023)
Overview
An alleged curse disturbs the relationship of a newly married couple as they try to conceive a child while co-starring on their problematic new HGTV show.
One word: Awkward.
I only saw the pilot and it was one of the most awkward things I’ve ever seen on tv. It’s supposed to be that way… I think. 126% not for kids. I don’t know if I’ll come back to see the other episodes because I don’t have Show Time, but it was intriguing enough that I did listen to a podcast about the second episode in order to find out what happens to the “cherry tomato boys”.
Here is a link to the official trailer for The Curse
Life of the Party, 2018 - โ โ โ

I saw this one with my wife. We both love Mia Mia Rudolf and Melissa Mckartney. We thought it was in the same vein as Bridesmaids and we were rewarded with big laughs.
Media Review: Life of the Party, 2018 - โ โ โ
I saw this one with my wife. We both love Maya Rudolph and Melissa McCarthey. We thought it was in the same vein as Bridesmaids and we were rewarded with big laughs.
Update: Apparently, we don’t love them enough to get their names spelled correctly.
Shopping at the mall and I met a friend from my childhood.
This Cast Away skit from Saturday Night Live is funny to me because it invokes one of my favorite movies.
Labarum: A small comment
I updated the styling of comments individual posts. I actually rolled this out while ago but havenโt written about it yet.
Background history (feel free to skip)
Every once in a while, I get a response to one of my posts on Micro.blog. The Micro.blog service manages the comments for me and allows me to include them by adding conversation.js to the theme.
The first iterations of the Labarum theme would have the comments of a post show up on the index page. This was nice when I had a couple comments, but I had a few posts that had a dozen replies as part of a conversation.
I decided that if I have new people coming to an index or category list, they would be better served to see what Iโm writing about first and then see the comments when they are looking at the individual post.
I moved the comments to load in single.html and was ok with them being indented a little bit to denote that they were comments.

You can find an example of a post with a reply in this post about how I lost my journal.
Promoting the comments
After living with the change for a couple of months, Iโve changed my mind about this design and want the comments to stand out as much as the article. The first step was to change margin to margin-top in the CSS rule for the comment.
The conversation.js places the structure like the following into the final rendering of the webpage
<div class="microblog_conversation">
<div class="microblog_post">
<div class="microblog_user">
<img class="microblog_avatar" src="https://avatars.micro.blog/avatars/Number/Number.jpg" width="20" height="20" style="max-width: 20px;">
<span class="microblog_fullname">Some User</span>
</div>
<div class="microblog_text">
<p> Some Text </p>
</div>
<div class="microblog_time">
<a href="https://micro.blog/UserName/UniqueIDNumber">Date</a>
</div>
</div>
</div>
The name and numbers have been changed to protect the guilty.
Next, we have to add more styling for the avatar picture. Itโs hardcoded to be 20 with no units and a max-width but thankfully, it has a class that we can add rules to.
.microblog_avatar {
/* border-radius: .5rem; */
}
I had a stub for this in the style.css but only had a comment there for future/present me to fix. Thanks for nothing past me. I then did a search and past me actually defined this rule twice!
.microblog_avatar {
display: inline;
margin-left: inherit;
}
Iโm letting you, the reader, know this because Iโm going to invest some time into learning how to clean up the CSS and to show that pobodyโs nerfect.
The last comment of this post
After identifying the different components, I played around with the idea of making it looks similar to the way I have the author information at the end of the page. I decided not to at this point in time to focus on the some of the other aspects of the site.
I think I am starting to hate Black Friday
We all love a deal and the experience of getting something more for our money. I love the idea of investing in something that makes my life a little better in some way whether it’s a utility or pure entertainment.
What gets to me is the fact that this day
lasts a whole month and the fact that some of these savings
are from markups that happened before they went on sale. It’s mind game that is being played on our society at large.
But, that isn’t to say some of these aren’t true deals. And I do appreciate some of the software/hardware packages that become available to me. If you are interesting MacStories.net has a wonderful article with links to discounts.
Unfortunately, I have to look at these with a bit of FOMO. Honestly, I don’t have much money in the budget for it. But, maybe next Black Friday month.