New look site
Whole site revamped using Astro
Ramblings on coding, software design and related nerdery
Writing on coding, nerdery, and whatever else tickles my fancy.
Whole site revamped using Astro
So this was a particularly awkward issue that occurred recently in our socket handling code. Now we push a lot of data around our network. By a lot I mean…
I've been a user of Rust now for 2 years. It was something of a revelation - I was amazed at how well thought out the core of the language is - many classic…
On Reddit, Icarium-Lifestealer asked me how the disassembly looked if I used -C panic=abort instead of extern "C" . Curious, I tried and came out with the…
I watched a video of a C++ talk from the always excellent Chandler Carruth yesterday, entitled " There are no Zero Cost Abstractions ". In it, he talks…
Just a short post about a simple web app I've been using a fair bit recently. When I'm building my own websites (or apps), I like them to look at least a…
People who know me are probably aware I have over years been fairly scathing about JavaScript as a serious programming language. I've been mostly a…
Something I haven't really done for a long time - I'm learning a new programming language - D ( www.dlang.org ). I'm very impressed so far - it's got a nice…
Now I'm a proponent of native software over web, and have been for a long time. My reasons have long been straightforward. 1. The user experience is much…
Quick question; when can increasing the size of your data structures lead to less memory being allocated?
My first wordpress blog. This is the first thing I've used my website for some several years, and my third blog (I had a brief, but ill fated one on blogger…