Cyber Security
I am currently studying Cyber Security at the University of Warwick.
I have an interest in:
- Binary Analysis
- Malware Analysis
- Network Security
You can find information about some of my public research on my blog.
I am a Cyber Security Student, Systems Administrator, and Software Developer.
If you want to hire me for a project, you can contact me here.
I am currently studying Cyber Security at the University of Warwick.
I have an interest in:
You can find information about some of my public research on my blog.
I have a varitey of Linux Systems Administration experience. I am currently the SysAdmin for RAW and also maintain AS212952.
I am a freelance software developer. I write backends on tools in Python and Golang. I also maintain a few opensoure projects which you can find on my GitHub profile.
If you want to contact me, send an email to [email protected].
I sometimes speak at conferences. Here you can find a selection of some of my presentations
What is beautiful code? What makes code beautiful? Why should I write beautiful code? These might be question you are currently asking yourself. In this talk I will not only answer these question but also give you a tour of PEP 8 (the official style guide for python).
read more
Captivating a group of children for a sustained period of time is notoriously hard. I will be exporing with you how the micro:bit can be used to engage a young audience with interactive demos and programming activities.
read more
GitLab doesn't host your git repos, it also allows for continuous integration and deployment. This means that after pushing to the Git repo, your code is tested them deployed automatically.
read more
I'm sure at some point or another we've all seen a software project that asks
you to installing it with a command like curl https://install.example.com | sudo bash
.
Whether it's slack or chrome, people are constantly making jokes about bloated software. The programs in the suckless ecosystem are all very minimal and bloat free. The idea is that they come with the minimal amount of code to get the job done, and then the user can patch the codebase to add any features they want.
read more
Recently I found myself in Cambridge, England. This meant that I had to visit the Raspberry Pi store. While I was there I picked up a CamJam Edukit 3 amoungs other things.
read more
For Christmas this year one of the gifts I recieved was a thermal printer. A thermal printer is a printer that does not use ink; it uses heat to mark the special paper. The printer I have prints receipts and can be controled using the ESC/POS protcol.
read more