Category: Posts

All Posts

freenode #live – Bristol 2018

freenode #live is a “community-focused live event designed to build and strengthen relationships between Free and Open Source Software (FOSS) developers and users”. The 2018 event was held in Bristol, United Kingdom at We the curious with roughly 100-200 people attending (from my guesswork). The event essentially had a single track of talks. The old IMAX theatre above…

By addshore November 19, 2018 0

Wikidata Map October 2018

It has been another 6 months since my last post in the Wikidata Map series. In that time Wikidata has gained 4 million items, 1 property with the globe-coordinate data type (coordinates of geographic centre) and 1 million items with coordinates [1]. Each Wikidata item with a coordinate is represented on the map with a single…

By addshore October 5, 2018 7

Wikibase extensions on Wikidata.org

Wikidata.org runs on MediaWiki with the Wikibase extension. But there is more to it than just that. The Wikibase extension itself is split into 3 different sections, being Lib, Repo and Client. There are also 6 other extensions all providing extra functionality to the site and it’s sisters. The extensions are also loaded on a…

By addshore September 20, 2018 0

WordPress plugins

2021 EDIT: There is a new version of this post available with a plugin list from 2021 :) A few people I know are now running WordPress installs, or are currently setting them up. The one question that always seems to come up while discussing them is “what plugins are best”? I try to sum…

By addshore September 18, 2018 1

Python3, Using some shared state in 2 async methods

The asyncio module was added to Python in version 3.4 to “provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives”. If you want an introduction to asyncio take a look at this blog post. This post will look…

By addshore June 28, 2018 2

The Wikimedia Server Admin Logs

The Wikimedia Server Admin Log or SAL for short is a timestamped log of actions performed on the Wikimedia cluster by users such as roots and deployers. The log is stored on the WikiTech Wikimedia project and can be found at the following URL: https://wikitech.wikimedia.org/wiki/Server_Admin_Log An example entry in the log could be: 09:04 addshore: addshore@terbium:~$…

By addshore June 27, 2018 0