Blog Archives

SMS – the Pot of Gold over the Rainbow Nation

Introduction R15 000 a song. How’s that sound? It’s not some new RIAA settlement. It’s something far closer to home. The SMS, or Short Message Service, has been wildly successful over its history. Initially conceived of as a way for

Tagged with: , , , , , , ,
Posted in Technology

Lining the Terrain

Introduction For various reasons, I need to draw some lines on terrain in Unity. I’m not sure if these are the algorithms I’ll end up using, but given that I couldn’t find anything but pseudo-code for them (okay, I didn’t

Tagged with: , , , , , , ,
Posted in Unity

“Don’t look, just fly.”

So I’ve recently had a need to have a look at this Angular 2 business (in plain JavaScript, the tutorial has not been fun translating TypeScript to JavaScript as I went). (Okay, it’s been a bit of fun) The days

Tagged with: , , , , , , , ,
Posted in Javascript, Technology

IntelliJ says Maven’s M2_HOME system property is not set

And it’s right! To be fair, IntelliJ should really set this kind of thing up for us (given that it’s really not that hard), but I guess we should allow it a quirk every so often. I’ve found I run

Tagged with: ,
Posted in IntelliJ, Java, Javascript, Technology

#OpAfrica hits vreport

Super-brief introduction So, #OpAfrica are being very busy little bees. I’m trying to mentally process the data dumped from the Water Affairs leak (both in terms of scale and apparent incompetence), so just to be thorough here’s a look at

Tagged with: ,
Posted in Security

GCIS Data Breach

GCIS Logo

Introduction The GCIS is the Government Communication and Information System. It’s not entirely clear from its name what that means. From their website, To provide professional services, to set and influence adherence to standards for an effective government communication system,

Tagged with: , , , ,
Posted in Security

Quacking up – time with the QuackBox

VR Google Cardboard appeared on the scene quite a while ago. Ages actually. But actually doing things like sourcing lenses is a whole lot of work, so something I was naturally disinclined to do. Naturally, I forgot all about it

Tagged with: , , , , ,
Posted in Technology

Chrome extensions for Serious Business

Introduction There are Chrome extensions for play (like, say, Rather), and then there are other extensions. Serious extensions. Extensions for Serious Business. I quite like my extensions for Serious Business times. I think you might too — it’s a fairly

Tagged with: , , , ,
Posted in Javascript, Technology

Four Errors and a Funeral

The story so far… The integration framework went live, along with a little catch-all for errors that would store what the error was, and what we were trying to integrate with when it happened. A tiny (hideous) dashboard was thrown

Posted in Uncategorized

Scheme-ing some ECMAScript 6

Introduction )))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) If this rings a bell, this may be the article for you. ECMAScript 6 has a range of quite neat functions – I’m looking forward to seeing what people come up with using it. One that caught my

Tagged with: , , , , , ,
Posted in Javascript