From 04ba683102beb08761cd83d14fe2b893c24ce4c3 Mon Sep 17 00:00:00 2001 From: Matthew Tran Date: Sat, 18 Nov 2023 12:55:02 -0800 Subject: [PATCH] update resume post link --- README.md | 2 +- _pages/todo.md | 6 ++++-- _posts/2020-09-21-latex-resume-template.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41de8fe..97bb934 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ [![Deploy Jekyll site to Pages](https://github.com/dragonlock2/dragonlock2.github.io/actions/workflows/jekyll.yml/badge.svg)](https://github.com/dragonlock2/dragonlock2.github.io/actions/workflows/jekyll.yml) -Blog to be deployed at [matthewtran.dev](https://matthewtran.dev). +blog + resume diff --git a/_pages/todo.md b/_pages/todo.md index 9063c82..7835f35 100644 --- a/_pages/todo.md +++ b/_pages/todo.md @@ -10,12 +10,13 @@ Going into industry and college, I did not expect the sheer number of things tha Projects I'll get to next. - **hardware** - - **iCE40 ADC** - first time using an iCE40, pairing with an external ADC + - **RViCE ADC** - first time using an iCE40, pairing with an external ADC - **word watch** - inspired by those word clocks - **solar esp32** - proof of concept - **keyboard v2** - full size, swappable keys, esp32 (for the low-power challenge), solar powered - **Linux board** - probably an NXP or STM32 chip, maybe a Zynq - **software** + - **LPC845 Zephyr Support** - already added basic support, do it correctly this time - **ePaper Zephyr support** - made a breakout board a while ago, try adding to Zephyr - **JABI mobile apps** - built in Flutter for cross-platform deploy - **CAN/LIN DFU for Zephyr** - perhaps build it on UDS or devise custom protocol @@ -42,7 +43,6 @@ Projects I'll get to once I finish the others. - **Phased Array Receiver** - basically a compass for radio signals - **Drone** - make one, make autonomous, make many - **Haptic Touchpad** - basically a Macbook trackpad -- **LPC845 Zephyr Support** - already added basic support, do it correctly this time - **Expandable Cellular Automata** - Conway's Game of Life, infinitely expandable, configurable init states - **Self-balancing Robot** - super simple but I've never done it - **Hacked Labelmaker** - hack Dymo and make it print whatever we want with a proper desktop app @@ -90,3 +90,5 @@ Things I have to come up with a project for. - POE - other - embedded Rust + - baremetal lwIP/FreeRTOS bringup + - LVGL diff --git a/_posts/2020-09-21-latex-resume-template.md b/_posts/2020-09-21-latex-resume-template.md index 675adb8..9f4f2ba 100644 --- a/_posts/2020-09-21-latex-resume-template.md +++ b/_posts/2020-09-21-latex-resume-template.md @@ -9,4 +9,4 @@ header: Way back last November I decided to rewrite my résumé in LaTeX because I got tired of trying to use Word. I got a template off the internet and modified it heavily to my liking, learning quite a bit about LaTeX in the process. Let me know what you think! -Here’s a link to the [files](https://gist.github.com/dragonlock2/8ed97a7b79193b9bd6dbc1167a7a927f). Note you need both files for this to work. +Here’s a link to the [files](https://github.com/dragonlock2/dragonlock2.github.io/tree/main/assets/tex). Note you need both files for this to work.