Mathematics

I am a mathematician... [Page last updated 2025-05-09]

Here is an ever-expanding always-incomplete list of things I have done, or possibly will do, that pertain to mathematics. This page will always be "under construction".

2025

2024

In 2024 I began Master's studies in Mathematics at the University of Waterloo (Ontario, Canada), studying quantum information and cryptography. But I still also have interests in machine learning.

2023

2022

2021 and earlier

I have a lot of desires for my future development. One thing that recently piqued my curiosity is "Fully Homomorphic Encryption", which is a cipher (secret code) where you can add and multiply the encrypted forms to add the original numbers. For example, suppose 4 encrypts to \(x\) and 5 to \(y\); then if you decrypt \(x+y\) you get 9, and \(x \cdot y\) gives you 20. This allows you to do computations "in the cloud", on e.g. Amazon's servers, without selling your soul or giving your data to Amazon. They just run the computations (e.g. "find the average body weight of all participants over 60") and give you the encrypted result, and you decrypt it and get your answer!