update about page
This commit is contained in:
parent
9cdbf1eaf1
commit
e9e9a55b51
2 changed files with 16 additions and 11 deletions
|
|
@ -9,20 +9,23 @@ isPage = true
|
||||||
+++
|
+++
|
||||||
Hi!
|
Hi!
|
||||||
|
|
||||||
I'm an undergraduate student in Computer Engineering at the University of
|
I'm an final-year undergraduate student in Computer Engineering at the
|
||||||
British Columbia.
|
University of British Columbia.
|
||||||
|
|
||||||
I have done mechanical design for ThunderBots, a RoboCup Small Size League team
|
In my spare time, when I am not dreaming of all computers landing on the sun, I
|
||||||
building soccer-playing robots. Prior to this, I was on a 4 person team
|
work on [NixOS](https://nixos.org) in various places in the project, and a
|
||||||
participating in Skills Canada Robotics, and in my last year of high school, we
|
whole slew of projects you can find on my GitHub profile. I'm most interested
|
||||||
had the opportunity to [go to Nationals in
|
in compilers, operating systems, and build systems. I am a full stack
|
||||||
Halifax](/blog/i-competed-in-skills-canada-robotics), where we achieved first
|
developer: I can competently write both SystemVerilog and websites, and most
|
||||||
place for Saskatchewan.
|
things in between: programming languages are a dime a dozen and I speak a lot
|
||||||
|
of them, from Rust to Haskell, C/C++, Python, to Fake Haskell That Compiles to
|
||||||
|
Bash (Nix). I often cosplay (perhaps too successfully) as a build engineer.
|
||||||
|
|
||||||
Other than robotics, I am most interested in Rust and embedded systems,
|
When I *am* dreaming of computers experiencing solar destruction, I like
|
||||||
especially the security thereof.
|
sewing, going on long walks, and cooking.
|
||||||
|
|
||||||
To contact me, email `jade` at this domain (jade dot fyi).
|
To contact me, email `jade` at this domain (jade dot fyi) or ping me [on
|
||||||
|
fedi](https://hachyderm.io/@leftpaddotpy).
|
||||||
|
|
||||||
Jade
|
Jade
|
||||||
she/they
|
she/they
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@
|
||||||
<!-- <meta name="description" content="{{ config.description }}"> -->
|
<!-- <meta name="description" content="{{ config.description }}"> -->
|
||||||
<meta property="og:description" content="{{ config.description }}" />
|
<meta property="og:description" content="{{ config.description }}" />
|
||||||
|
|
||||||
|
<link href="https://hachyderm.io/@leftpaddotpy" rel="me">
|
||||||
|
|
||||||
<title>{{ config.title }}</title>
|
<title>{{ config.title }}</title>
|
||||||
<meta property="og:title" content="{{ config.title }}" />
|
<meta property="og:title" content="{{ config.title }}" />
|
||||||
<meta property="og:url" content="{{ current_url | safe }}" />
|
<meta property="og:url" content="{{ current_url | safe }}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue