minor updates

This commit is contained in:
Matthew Tran 2026-04-29 10:52:30 -07:00
parent bf74966191
commit b732f1feed
5 changed files with 87 additions and 82 deletions

View File

@ -18,23 +18,23 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: dorny/paths-filter@v3 - uses: dorny/paths-filter@v4
id: changes id: changes
with: with:
filters: | filters: |
resume: resume:
- 'assets/tex/*' - 'assets/tex/*'
- uses: actions/configure-pages@v5 - uses: actions/configure-pages@v6
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.3' ruby-version: '3.4'
bundler-cache: true bundler-cache: true
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env: env:
JEKYLL_ENV: production JEKYLL_ENV: production
- if: steps.changes.outputs.resume == 'true' - if: steps.changes.outputs.resume == 'true'
uses: xu-cheng/latex-action@v3 uses: xu-cheng/latex-action@v4
with: with:
root_file: assets/tex/resume.tex root_file: assets/tex/resume.tex
env: env:
@ -42,7 +42,7 @@ jobs:
- if: steps.changes.outputs.resume != 'true' - if: steps.changes.outputs.resume != 'true'
run: wget -O resume.pdf https://matthewtran.dev/assets/pdf/resume.pdf run: wget -O resume.pdf https://matthewtran.dev/assets/pdf/resume.pdf
- run: mkdir -p _site/assets/pdf && cp resume.pdf _site/assets/pdf/resume.pdf - run: mkdir -p _site/assets/pdf && cp resume.pdf _site/assets/pdf/resume.pdf
- uses: actions/upload-pages-artifact@v3 - uses: actions/upload-pages-artifact@v5
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -51,4 +51,4 @@ jobs:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
steps: steps:
- uses: actions/deploy-pages@v4 - uses: actions/deploy-pages@v5

View File

@ -1,7 +1,7 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll", "~> 4.4" gem "jekyll", "~> 4.4"
gem "minimal-mistakes-jekyll", "4.27.1" gem "minimal-mistakes-jekyll", "4.28.0"
gem "faraday-retry" gem "faraday-retry"
group :jekyll_plugins do group :jekyll_plugins do

View File

@ -1,66 +1,67 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.8.7) addressable (2.9.0)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 8.0)
base64 (0.2.0) base64 (0.3.0)
bigdecimal (3.1.9) bigdecimal (4.1.2)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.3.5) concurrent-ruby (1.3.6)
csv (3.3.4) csv (3.3.5)
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
eventmachine (1.2.7) eventmachine (1.2.7)
faraday (2.13.1) faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5) faraday-net_http (>= 2.0, < 3.5)
json json
logger logger
faraday-net_http (3.4.0) faraday-net_http (3.4.2)
net-http (>= 0.5.0) net-http (~> 0.5)
faraday-retry (2.3.1) faraday-retry (2.4.0)
faraday (~> 2.0) faraday (~> 2.0)
ffi (1.17.2) ffi (1.17.4)
ffi (1.17.2-aarch64-linux-gnu) ffi (1.17.4-aarch64-linux-gnu)
ffi (1.17.2-aarch64-linux-musl) ffi (1.17.4-aarch64-linux-musl)
ffi (1.17.2-arm-linux-gnu) ffi (1.17.4-aarch64-mingw-ucrt)
ffi (1.17.2-arm-linux-musl) ffi (1.17.4-arm-linux-gnu)
ffi (1.17.2-arm64-darwin) ffi (1.17.4-arm-linux-musl)
ffi (1.17.2-x86-linux-gnu) ffi (1.17.4-arm64-darwin)
ffi (1.17.2-x86-linux-musl) ffi (1.17.4-x86-linux-gnu)
ffi (1.17.2-x86_64-darwin) ffi (1.17.4-x86-linux-musl)
ffi (1.17.2-x86_64-linux-gnu) ffi (1.17.4-x86_64-darwin)
ffi (1.17.2-x86_64-linux-musl) ffi (1.17.4-x86_64-linux-gnu)
ffi (1.17.4-x86_64-linux-musl)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (4.31.0) google-protobuf (4.34.1)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-aarch64-linux-gnu) google-protobuf (4.34.1-aarch64-linux-gnu)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-aarch64-linux-musl) google-protobuf (4.34.1-aarch64-linux-musl)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-arm64-darwin) google-protobuf (4.34.1-arm64-darwin)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-x86-linux-gnu) google-protobuf (4.34.1-x86-linux-gnu)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-x86-linux-musl) google-protobuf (4.34.1-x86-linux-musl)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-x86_64-darwin) google-protobuf (4.34.1-x86_64-darwin)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-x86_64-linux-gnu) google-protobuf (4.34.1-x86_64-linux-gnu)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
google-protobuf (4.31.0-x86_64-linux-musl) google-protobuf (4.34.1-x86_64-linux-musl)
bigdecimal bigdecimal
rake (>= 13) rake (~> 13.3)
http_parser.rb (0.8.0) http_parser.rb (0.8.1)
i18n (1.14.7) i18n (1.14.8)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.4.1) jekyll (4.4.1)
addressable (~> 2.4) addressable (~> 2.4)
@ -99,81 +100,82 @@ GEM
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
json (2.12.0) json (2.19.4)
kramdown (2.5.1) kramdown (2.5.2)
rexml (>= 3.3.9) rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
liquid (4.0.4) liquid (4.0.4)
listen (3.9.0) listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0) logger (1.7.0)
mercenary (0.4.0) mercenary (0.4.0)
minimal-mistakes-jekyll (4.27.1) minimal-mistakes-jekyll (4.28.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1) jekyll-feed (~> 0.1)
jekyll-gist (~> 1.5) jekyll-gist (~> 1.5)
jekyll-include-cache (~> 0.1) jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1) jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3) jekyll-sitemap (~> 1.3)
net-http (0.6.0) net-http (0.9.1)
uri uri (>= 0.11.1)
octokit (4.25.1) octokit (4.25.1)
faraday (>= 1, < 3) faraday (>= 1, < 3)
sawyer (~> 0.9) sawyer (~> 0.9)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (6.0.2) public_suffix (7.0.5)
rake (13.2.1) rake (13.4.2)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.11.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.4.1) rexml (3.4.4)
rouge (4.5.2) rouge (4.7.0)
rubyzip (2.4.1) rubyzip (2.4.1)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.89.0) sass-embedded (1.99.0)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
rake (>= 13) rake (>= 13)
sass-embedded (1.89.0-aarch64-linux-android) sass-embedded (1.99.0-aarch64-linux-android)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-aarch64-linux-gnu) sass-embedded (1.99.0-aarch64-linux-gnu)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-aarch64-linux-musl) sass-embedded (1.99.0-aarch64-linux-musl)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-aarch64-mingw-ucrt) sass-embedded (1.99.0-aarch64-mingw-ucrt)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-arm-linux-androideabi) sass-embedded (1.99.0-arm-linux-androideabi)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-arm-linux-gnueabihf) sass-embedded (1.99.0-arm-linux-gnueabihf)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-arm-linux-musleabihf) sass-embedded (1.99.0-arm-linux-musleabihf)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-arm64-darwin) sass-embedded (1.99.0-arm64-darwin)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-riscv64-linux-android) sass-embedded (1.99.0-riscv64-linux-android)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-riscv64-linux-gnu) sass-embedded (1.99.0-riscv64-linux-gnu)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-riscv64-linux-musl) sass-embedded (1.99.0-riscv64-linux-musl)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-x86_64-darwin) sass-embedded (1.99.0-x86_64-darwin)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-x86_64-linux-android) sass-embedded (1.99.0-x86_64-linux-android)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-x86_64-linux-gnu) sass-embedded (1.99.0-x86_64-linux-gnu)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sass-embedded (1.89.0-x86_64-linux-musl) sass-embedded (1.99.0-x86_64-linux-musl)
google-protobuf (~> 4.31) google-protobuf (~> 4.31)
sawyer (0.9.2) sawyer (0.9.3)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3) faraday (>= 0.17.3, < 3)
terminal-table (3.0.2) terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0) unicode-display_width (2.6.0)
uri (1.0.3) uri (1.1.1)
webrick (1.9.1) webrick (1.9.2)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
@ -212,7 +214,7 @@ DEPENDENCIES
jekyll-include-cache jekyll-include-cache
jekyll-paginate jekyll-paginate
jekyll-remote-theme jekyll-remote-theme
minimal-mistakes-jekyll (= 4.27.1) minimal-mistakes-jekyll (= 4.28.0)
BUNDLED WITH BUNDLED WITH
2.6.9 4.0.10

View File

@ -6,7 +6,7 @@ blog + resume
``` ```
gem install bundler jekyll gem install bundler jekyll
bundle update bundle update --all
bundle install bundle install
bundle exec jekyll serve --incremental bundle exec jekyll serve --incremental
``` ```

View File

@ -13,6 +13,8 @@ Projects I'll get to next.
- **wireless solar keyboard** - full size, swappable keys, samd w/ nrf24, solar powered, usable in UEFI/BIOS - **wireless solar keyboard** - full size, swappable keys, samd w/ nrf24, solar powered, usable in UEFI/BIOS
- **security system** - PoE cameras, battery backup, basic app - **security system** - PoE cameras, battery backup, basic app
- **Linux board** - probably an NXP or STM32 chip, maybe a Zynq - **Linux board** - probably an NXP or STM32 chip, maybe a Zynq
- **configurable display** - grid network of nodes with LED matrices, demo distributed game of life
- **automatic chess board** - use 3D hall sensors to identify pieces, CNC to move
- **software** - **software**
- **autodbconv** - LDF/DBC parser built in Rust - **autodbconv** - LDF/DBC parser built in Rust
- **JABI mobile apps** - built in Flutter for cross-platform deploy - **JABI mobile apps** - built in Flutter for cross-platform deploy
@ -37,6 +39,7 @@ Projects I'll get to once I finish the others.
- **Phased Array Receiver** - basically a compass for radio signals - **Phased Array Receiver** - basically a compass for radio signals
- **Drone** - make one, make autonomous, make many - **Drone** - make one, make autonomous, make many
- **Haptic Touchpad** - basically a Macbook trackpad - **Haptic Touchpad** - basically a Macbook trackpad
- **Haptic Knob** - develop anti-cogging algorithm, steer-by-wire demo
- **Expandable Cellular Automata** - Conway's Game of Life, infinitely expandable, configurable init states - **Expandable Cellular Automata** - Conway's Game of Life, infinitely expandable, configurable init states
- **Self-balancing Robot** - super simple but I've never done it - **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 - **Hacked Labelmaker** - hack Dymo and make it print whatever we want with a proper desktop app