(Side note, this blog post was written and then forgotten about quite a while ago, So I’ve finished it off, it was halfway done.)
While on holiday in the evenings with downtime to spare, I had realised that
Anycast networks are a pretty interesting way to fix quite a few issues with networked services that involve needing global spread. One of the interesting things is that a computer cannot really tell (unless it h
A game that I really liked the visuals off, Crysis 3 uses a video file format called USM, This is a rather odd to me, since when I am used to pulling games apart for their assets, I am used to BINK video being used for th
One of the things that I like to play from time to time is Minecraft, however one of things ( at least with me this is ) is that Minecraft is best played with other people, This however means you have to go throu
From time to time you may want to debug TLS, Now this is not as easy as you might think, Because of the nature of TLS, you don’t really want to have anyone (even if they technically may have the key on the se
Thought it might be a good idea to brain dump on my thoughts of “Write Code Everyday” and more to the point the [github challenge](http://ryanseys.com/blog/177-days-of-gith
You may get A referral was returned from the server.
when launching Digitally signed applications like Mumble on windows.
This is normally caused by the Digital Signature expiring. You can check
A few weeks back the forum that I go on often held a obfuscation challenge, and people joked around about submitting a entry that was coded in APL.
APL (A Programming Language) is a programming language that w
NPM has a bunch of useful stuff on it, however you could in life while using NPM get this:
stack Error: "pre" versions of node cannot be installed, use the --node dir flag instead
This error basically says “Give me the node
You may in life while working with mysql get the following errors:
ERROR 1016 (HY000) at line 1: Can't open file: './blah/table.frm' (errno: 24)
or
``` SQL Error (23): Out of resources when o
I often get really quite mad ideas on writing twitter bots, But I often get pretty bored of doing all of the boiler plate that is required when wanting to achieve these things.
The typical process to making a twitter bot
When I was in 6th form and I wanted to get SSH access to my own systems I had quite a few issues doing so, Since port 22 was blocked and just about every other port was, For the first year that was fine however since