=========================
== Wilderness Downtown ==
=========================

Tweeting images with Golang

Introduction X (the website formerly known as Twitter) has gone through certain “changes” in recent years. At some point they introduced the v2 API but the functionality isn’t complete. The v1 API needs to be used for uploading media and getting the resulting media ID. We then need to use the v2 API to reference the uploaded media ID to finalize the post. Media upload For the v1 API media upload I utilize this library: github. Read more...

Litecoin (LTC) - MimbleWimble transactions using Regtest network

Introduction Litecoin has implemented MimbleWimble using an Extension Blocks sidechain, commonly referred to as “MWEB”. I couldn’t find any references to using MWEB other than articles which delve more into the technology but not the day to day wallet interaction. This post utilizes the standalone private Regtest network to demonstrate the usage. There are Additional links and references at the bottom of this post if you need an overview of the technology. Read more...

First post

I’ve never liked the static site generator Jekyll (being Ruby) that comes with built-in support from GitHub. With the advent of GitHub Actions, this has allowed me to set this site up with Hugo and an auto-deployment. Definitely not sure what content I want to put up on this site. I’ve built it and blown it up a few times. The content creation process has been a long term concern of mine. Read more...
1 of 1