Posts by Seb

  • Free cross-platform dynamic DNS with wildcards

    This will roughly explain how to get wildcard DNS working for free (any-words-here.yoursubdomain.yourdomain.com) on a connection which gets assigned dynamic IPs. I’d like to make sure subdomain.example.com is always up to date with my home IP, and be able to request subdomains (like someword.subdomain.example.com) that resolve to the same IP. These are useful if you…

  • VIM quick fix (for arrow keys in insert mode)

    When using VIM in insert mode, when I try and move around with the arrow keys, it inserts A, B, C and D instead. Not completely sure why, but typing: :set nocompatible seems to fix the problem. You can make this permanent by sticking set nocompatible in .vimrc in your home directory. Anyone know why?!

  • How to create pages outside of the WordPress installation, that use WordPress themes

    This is a quick guide on how to get  a file anywhere in your webhost’s file tree to serve its content as if it was part of WordPress – this can be useful if you already have a site that you only want to use WordPress for part of, or if you have WordPress that…

  • Let Firefox read local files during development

    Use with caution!! By default, Firefox doesn’t allow resources on the web to access local files. However, when debugging a web application, this is sometimes useful (for example, if you have a remote web system that takes a long time to rebuild/update, and want to make a lot of small trial-and-error changes to javascript/css). This…

  • Random dev doodling – JavaScript 3D cube

    Being a developer, I spend quite a bit of time playing around with programming bits and bobs. A little while ago, I had a relatively old Nokia that supported J2ME (without floating point) so I decided to try and write a simple 3d renderer for it – having no FPU (floating point unit) I had…

  • Quick howto: init.d script for glassfish 3

    Glassfish is a reference implentation of the Java EE 6 application server – it’s fairly easy to download and get running, but I wanted to get it running automatically on system startup on my linux server (which at the moment is running on coLinux – probably post about separately that at some point). I’m assuming…

  • Hi, I’m Seb 😁

    I’m a tech director and engineer from England, currently focused on building back-end stuff for games. I’ve been working with everything to do with games, web services and cloud for the last 25 years on a variety of projects, and I’m currently Technical Director of Live Services for Creative Assembly. I also do a fair…

  • Continuous Android Sync (optionally with DropBox)

    I like DropBox. I like Android. I just wish there was a way to continously sync my dropbox folders with my phone so they’re always up to date… here’s a way I use to get round this limitation

  • Digitoneurolinguistic Hacking

    I read the word “Digitoneurolinguistic” in an XKCD comic, about 3 hours after it appeared on Google Reader: Trochee Fixation I’ve coined this dNLP because it looks fancy. I might try and drop it into a conversation somehow… Anyway, it sounded like an intriguing concept; after a quick Google, I found nothing – I’ve done…

  • Seb’s guide on how to see

    EDIT (2011-07-18): This is a brief summary of my experience of laser eye surgery. It’s now almost a year since I had it done, and I’ve still got perfect vision. Absolutely worth every second of discomfort! The short version To do laser magic, they slice a flap in your eye, peel back the flap, laser…

Got any book recommendations?