Month: April 2015

Redirects on Wikidata

Redirects in Wikidata are basically the same as redirects on normal wiki pages. However, they have a slightly different meaning and intention. The main reason why we need redirects is because we want to provide stable identifiers. The merging of two items has been a common place task since Wikidata gain momentum as often two different…

By addshore April 14, 2015 1

Wikidata map visualizations

This entry is part 3 of 15 in the series Wikidata Map

In 2013 and 2014 I made a few presentations to various groups of people talking about Wikidata. When creating those presentations I used as many graphical representations of the data in Wikidata as possible to try and give people an clearer picture of what is already stored. One of the best visualisations at the time…

By addshore April 10, 2015 4

My issues with the MediaFire desktop app

MediaFire (read about me on wikipedia) is a file hosting, file synchronization, and cloud storage service. MediaFire was first founded in 2006 but in 2014 it did something that really caught my eye. They increased their baseline storage service from 100GB to 1TB and reduced the price down to just $2.50 a month. With the price beating…

By addshore April 10, 2015 5

Quick overview of Orain

Orain is a community-driven, not-for-profit wiki network that I help to maintain. It runs Mediawiki and has been around for the past couple of years. Over the years it has been hosted on VPSs from multiple different providers and its technical layout has changed massively from each provider. Below I will try to summaries it’s current layout! This will…

By addshore April 5, 2015 1

Github release download count – Chrome Extension

GitHub tracks the number of downloads for all assets (files) that are attached to a release, but GitHub currently makes it very hard for users to get at this information. The number of downloads is currently only accessible through the API. I noticed this many months ago when wondering how many people were downloading the new…

By addshore April 2, 2015 8

The importance of a strict comparison

Now if you have ever come across issues caused by non strict comparisons before then this is going to seem like a piece of cake, but remember, everyone makes mistakes. Strict equality compares two values for equality where the values must also be the same type. Non strict or loose equality compares values while not caring…

By addshore April 2, 2015 1