Skip to content

Category: Technology

PDF Annotation for Submission on Google Classroom

An iPad with Apple Pencil is a formidable tool for learning. Teachers are able to provide digital resources in place of traditional paper and students are able to annotate their answers on the digital PDFs for submissions. In iPadOS 13, there is a peculiar bug which causes a PDF document to lose its annotations when it was submitted through the Google Classroom. In this post, I investigate the bug and provide a solution to it. The test I created two PDF documents. One would be annotated with the Files app while the other would be copied to Noteshelf to be…

Setting up WordPress instance in Digital Ocean

WordPress is the most popular content management system in the world. As on 2020, 35% of all the websites are created with WordPress. WordPress is an easy-to-use blogging system that debut in 2003, and has outgrown to a full-fledge extensible content management system that could be customised into e-commerce platforms. In this post, I am going to explain how to use Digital Ocean droplets to create WordPress in one click. Digital Ocean Digital Ocean is an online provider of cloud services. Web applications hosted on the cloud in the form of virtual private servers (VPS) has some advantages to traditional…

The New Mac Pro Review by Lunar Animation

Lunar Animation had the opportunity to use the mid-tier new Mac Pro. The fact that it’s possible to have a simulation running and a scene rendering while being able to review and edit animation, really shows the potential for a professional user. This capacity really blew us away.  The size of files they use is phenomenal. That the Mac Pro is able to handle the assets with ease is just awesome. They also had the opportunity to use the highly controversial Pro Display XDR, a monitor that cost $4999 without stand. It provided us with a phenomenally accurate visual representation…

Low latency of AirPods Pro

An investigation of the latency of AirPods Pro against the Gen 1 and 2 AirPods. They drop from 274ms to 178ms going from the first to second generation, and the AirPods Pro take it down even further, to 144ms.  The low latency of AirPods Pro is not something that gadget users compare against other Bluetooth headsets. Such “unseen” features are what distinguish Apple products from other brand products. It is hard to understand the kind of work go into lowering the latency, but it is easy to infer from the high latency of other Bluetooth headsets that such a feature requires a lot of…

Copy Files to and From Virtualbox ubuntu from Mac host

Ubuntu and other variants of linux offers many free open source apps. Often, one may want to use some of these apps for testing purposes but it is not possible to always find available PCs to run linux. Using Virtualbox to run linux in virtual environment is a cost effective solution to overcome this problem. However, there may be situations where one may want to send or retrieve files to or from linux in Virtualbox. In this article, I will explain how to set up the Virtualbox and use scp to achieve this objective. Setting Virtualbox Network The first step…

Multitasking on iPadOS

iPadOS evolved from iOS to take advantage of iPad’s larger screen. With a larger screen, it’s most naturally to think of enhancing multitasking capabilities on the device. Two particular features that will help anyone with using multiple apps at the same time are explained clearly in Apple Support’s YouTube channel. Multitask with Split View Slide Over

Install FreeRADIUS on Ubuntu Server 18.04.3

FreeRADIUS is an open source application that allows network to authenticate users who want to access network resources, such as the internet. Some routers provide built-in hotspot features that provide such function, but they usually lack comprehensive features for school use, such as tracking of usage. Since FreeRADIUS is available free for use, most enterprises use it to authenticate their users. In this tutorial, I would go through the steps to install and set up FreeRADIUS on a Ubuntu Server 18.04.3. The tutorial is divided into two parts: Apache, MariaDB and PHP, and the installation of FreeRADIUS itself. Install Apache…

Gold Coast Marathon 2019

I managed to complete the Southern Cross University 10 km Run in 55 min 55 Sec. Just about the average of the average. I could have pushed myself harder to get to a slightly better position, but I am pleased with this result. Images

Increase WordPress maximum file size

When you install WordPress on LiteSpeed server, you will use FPM instead of the default apache server to handle the web requests. However, a standard WordPress install only allow a maximum 2 Mb upload file size. To change the limit, you have to identify which php.ini to edit. To do this, type This will list all the php.ini files from the root directory. If you are using LiteSpeed, you should have a local php.ini in a directory similar to Note that 72 or 7.2 may differ depending on your default php version, which is 7.2 in my case. Change the…