Author: addshore

Jetbrains Fleet & WSL: First impressions

It’s no secret that I develop using Windows and WSL. For the past few years, I have also primarily used VSCode as my go-to development environment. Between 2012 and 2018 I mainly used Jetbrains IntellijJ IDEA, but I found the speed of VSCode (launched in 2015), along with the modern design and vibrate plugin ecosystem,…

By addshore October 14, 2022 2

Google Cloud Storage upload with s3cmd

I recently had to upload a large (1TB) file from a Wikimedia server into a Google Cloud Storage bucket. gsutil was not available to me, but s3cmd was. So here is a little how to post for uploading to a Google Cloud Storage bucket using the S3 API and s3cmd. S3cmd is a free command line…

By addshore September 7, 2022 1

Hunting YouTube Crypto Scams

Back in April 2022 I got annoyed by how prevalent cryptocurrency scams were still on YouTube years after I had first seen them. I spent a few minutes going through the scams that I easily found with a search for live streams including either “ETH” to “BTC” and reporting them via the YouTube flag /…

By addshore September 5, 2022 0

Sailing: Month 1

I’m writing a lot of content over on sailinghannahpenn.co.uk, and I want to share some of that here, linking to most of the posts and adding a little more. We actually wrote most of the initial blog posts in Month 1, as we had already set off before creating the blog. I’m looking forward to…

By addshore August 31, 2022 2

A digital nomad boat experience

I have always been somewhat of a digital nomad in my working life, an opportunity that mainly exists due to my very flexible job as a software engineer at Wikimedia Germany. Over the years I have been primarily based in the UK but have travelled with work to California, South Africa, Israel and many places…

By addshore August 1, 2022 6

Wikidata query service updater evolution

The Wikidata Query Service (WDQS) sits in front of Wikidata and provides access to query its data via a SPARQL API. The query service itself is built on top of Blazegraph, but in many regards is very similar to any other triple store that provides a SPARQL API. In the early days of the query…

By addshore April 12, 2022 2

Infrastructure as Code for wbstack deployments

This entry is part 12 of 12 in the series WBStack

For most of its life wbstack was a mostly one-man operation. This certainly sped up the decision making process around features, requests, communication and prioritization, I also had to maintain a complex and young project supporting hundreds of sites on the side of my regular 8 hour day job. In order to ensure that I’d…

By addshore April 5, 2022 0