SDL2 Test 01

Background Welcome back! This is the first release of a few bits of SDL2/Go prototype code. The plan is to combine those bits together into a whole at some point. This method may work out well. We’ve had a good start on our build and release tooling. As part of that, we also have a very simple example of displaying an image on screen. Looking Back The Windows build script worked as expected! …

Posted on

Game Dev 2020

Background Having grown up with the rise of entertainment software I have a pretty long history with gaming. As part of that, I’ve flirted off and on with making games. This takes the form of some general messing around. I’ll do that until something else catches my scattered attention. I’ve been thinking since the beginning of the year that I want to try to cobble something together. I’d be a good reason for me to blog and gives me a nice excuse to continue messing around with Go and SDL2. …

Posted on

Adding a Book Cover Shortcode for Hugo

Background There has been some chatter on the micro.blog timeline about adding some better tools for book covers when sharing book suggestions, etc. @michaelfransen started off asking about a gallery of images similar to the way the Photos page works. As the conversation went on @jsonbecker brought up the idea of ISBN to cover image inside of a Hugo data page. There are a few services that have APIs that should get the image, Goodreads (Amazon) and Google Books are the biggest. …

Posted on

Webmentions are Great (Mostly)

Oh No Why are there two author icons?! We’ll get back to that in a moment. Webmetion Bliss After setting up and documenting how I deployed webmentions on micro.blog it got picked up by a few people on the site! That was really nice - especially since it worked for the most part. I attempted to make it as clear as possible so others could follow in my footsteps and I succeeded - a few people got set up and were running with mentions. …

Posted on

Adding Webmentions To micro.blog

Last update 12/21/19 removed reply count buttons HTML and JS adding a note about switching to native micro.blog webmentions in the future Past updates added <ul> for shares back in Background As part of getting back into using micro.blog I’ve been working to customize my hosted site. One of the things I wanted to do was add webmentions rather then comments like Disqus. Webmentions are coming to MB at some point and most themes already contain references to them: …

Posted on