updated treet spacing
Build / build (push) Failing after 13m22s

This commit is contained in:
Jeremy Janella
2026-06-10 09:01:31 -04:00
parent 007fe255c3
commit 9c38c61f56
2 changed files with 16 additions and 6 deletions
+13 -6
View File
@@ -3,23 +3,30 @@
= About me = About me
Computer Science student at the University of Toronto experienced in offensive cybersecurity, firmware & low-level development and software engineering. Interested in deep technical work. A constant learner always looking to build technical skills, and share what I learn. Computer Science student at the University of Toronto with experience in cybersecurity, firmware, low-level development and software engineering. Interested in deep technical work, solutions architecting. A continuous learner interested in owning problems, researching and implementing solutions.
// === What can I do
=== Interests & Skills === Interests & Skills
#tree-list[
#html.elem("div", attrs: (class: "tree"))[
#tree-list(
indent: "│ ",
empty-indent: " "
)[
- Research & Development: I'll never get bored learning, truly understanding, and engineering something new - Research & Development: I'll never get bored learning, truly understanding, and engineering something new
- Computer Science: I love the chance to use and actively seek ways to use concepts within computer science - Computer Science: I love the chance to use and actively seek ways to use concepts within computer science
- Linux - Linux
- Nix & NixOS: I could give a Ted Talk on how awesome this is for dev ops - Nix & NixOS: I could give a Ted Talk on how awesome this is for dev ops
- Perfectly reproducible, time independent environments - Perfectly reproducible, time independent environments
- Given infinite time lets rewrite the world's infrastructure - Given infinite time lets rewrite the world's infrastructure
- Raspberry Pi - IoT / microcomputers & microcontrollers
- Hosting servers - Hosting servers
- Docker - Docker
- OCI images with Nix - OCI images with Nix
- Programming - Programming
- Rust: Given infinite time lets rewrite the world's codebases - Rust: Given infinite time lets rewrite the world's codebases
- C - C/C++
- Python - Python
- Bash - Bash
- Assembly - Assembly
@@ -31,7 +38,7 @@ Computer Science student at the University of Toronto experienced in offensive c
- Cyber security - Cyber security
- Reverse engineering assembly - Reverse engineering assembly
- Binary patching - Binary patching
- Anticheat & antitamper - Anticheat
- CTF's - CTF's
- CompTIA PenTest+ certified - CompTIA PenTest+ certified
- AI exploitation - AI exploitation
@@ -56,7 +63,6 @@ Computer Science student at the University of Toronto experienced in offensive c
- Graph Reconstruction - Graph Reconstruction
- Math - Math
- Stats - Stats
- Bayesian thinking
- Philosophy - Philosophy
- Ethics - Ethics
- Consulting - Consulting
@@ -70,4 +76,5 @@ Computer Science student at the University of Toronto experienced in offensive c
- Hiking - Hiking
- Snowboarding - Snowboarding
- Swimming (Used to lifeguard & teach lessons!) - Swimming (Used to lifeguard & teach lessons!)
]
] ]
+3
View File
@@ -184,3 +184,6 @@ body {
background-image: linear-gradient(330deg, #222, #040404); background-image: linear-gradient(330deg, #222, #040404);
} }
.tree {
font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace;
}