Hi, welcome to my site. I am an Electrical Engineering Masters Student at the University of Melbourne, with a Batchelor of Science (Electrical Systems) and a Diploma in Computing.
My interests lie in Computer Hardware Design and the operations of tech companies.
I avidly read tech sector publications, to monitor product developments and to keep up with the actions of the people developing those products. Additionally, I also try to follow Australian and global politics and finance.
My formal resume is available here. Please feel free to reach out to me at joelgrun@gmail.com.
I run my own:
A script I wrote to automatically build packages from the AUR (Arch User Repository), and to assemble them into a repository. The script has a simple configuration file which enables package signing, should that be required. The feature I’m particularly proud of is the ability to build packages in parallel, allowing the script to run much quicker at the cost of system resources. I use it to build my own repository every two hours.
A simple DNS benchmarking program written entirely in C from scratch. The program tests against a known list of websites and has a number of popular DNS servers, but allows more to be added on invocation. Servers are tested in parallel and feedback is proviede during execution, before the final results are presented.
A project for a university subjects to implement a CPU on an FPGA. This was a great experience to learn the fundamentals of hardware design and assembly programming while being guided along the way.
A project I completed on exchange at the University of Edinburgh to write a C to MIPS assembly compiler written in Java. The assignment was guided but the vast majority of implimentation details were self-implimented.
I have created and maintain of a number of websites for my own use. I host on my own server and utilise various cloud providers. Through this, I have experimented with different web servers, virtualisation, docker, DNS configuration and Linux administration.
Termux is an open source terminal environment for android with its own build and packaging system. I have added and maintained some packages for the program, working within its unique build environment and tooling.
The AUR (Arch User Repository) is a community collection of build scripts for packages within the Arch Linux distribution. I have added my own scrips and taken over maintenance of others.
LLVM is an open source compiler toolchain, and clang is the C/C++ front end. I submitted a patch for clang-format, a formatting tool for C/C++, enabling a more complex invocation option.