Sharing WiFi over Ethernet in Ubuntu 18

Published

I wanted to share my Ubuntu 18 desktop’s WiFi connection over Ethernet to my Raspberry Pi - however, some of the software you need to do this is no longer readily available, as it is superseded by the new settings app in Ubuntu 18. [ read on → ]


Convert Images to ASCII With PHP

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. I'm not convinced I did this all by myself, probably bodging from across the internet - but yeah it's interesting. [ read on → ]


Validate if Files Are Images in PHP

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. I think I was just excited to figure this out, it's not really that useful. Even the docs I link to say not to use it for this purpose. [ read on → ]


Validating Email Addresses in PHP

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. It works well, because the built-in PHP filter_var function is used - imagine that! [ read on → ]


PHP Captcha Image Generator

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. If computer vision hadn't advanced so much, this script would have actually still been quite sound. [ read on → ]


Overlay Watermarks on Images in PHP

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. [ read on → ]


Secure PHP Encryption

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. This was from a time when I was fascinated by login systems, and I thought I was a genius for using two salts and a hash algo nobody had heard of. [ read on → ]


PHP Calculator

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. [ read on → ]


Getting the Size of a Remote File in PHP

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. I was still new to PHP and programming in general, so I believed that complex code was better code. [ read on → ]


An Introduction Is In Order, This Is Me

Published

A post rescued from an old blog of mine from the Wayback Machine. I was 14 when I wrote this, so it's a bit cringy. This was my first ever blog post as 'me'. [ read on → ]


← Prev