feat: orange again
This commit is contained in:
parent
b8e5b47b0b
commit
197699e63b
@ -2,7 +2,7 @@
|
||||
#import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
|
||||
|
||||
// orange!!
|
||||
#let color = blue // rgb("#ff983e")
|
||||
#let color = rgb("#ff983e")
|
||||
#let name = "Daniel Chen"
|
||||
|
||||
#let contact_data = ((
|
||||
@ -105,11 +105,7 @@
|
||||
#set strong(delta: SMALL_STRONG)
|
||||
|
||||
#indent[
|
||||
#project(
|
||||
"Comic Converter",
|
||||
"https://github.com/potatoeggy/mandown",
|
||||
"Python, Qt",
|
||||
)
|
||||
#project("Mandown", "https://github.com/potatoeggy/mandown", "Python, Qt")
|
||||
- Created a CLI and GUI to scrape, download, and convert webcomics into
|
||||
e-ink-optimised ebooks (EPUB, PDF)
|
||||
- Designed an *intermediate representation* to store metadata and images as a
|
||||
@ -117,16 +113,6 @@
|
||||
- Implemented *image caching and multiprocessing* to increase download and update
|
||||
speeds by *300%*
|
||||
|
||||
#project(
|
||||
"Kobo Sync Server",
|
||||
"https://github.com/potatoeggy/kobink",
|
||||
"Rust, Axum",
|
||||
)
|
||||
- Developed an Axum backend to *automatically convert and sync* ebooks to a Kobo
|
||||
eReader over the network
|
||||
- *Reverse-engineered* the Kobo eReader Sync API to support updating ebook
|
||||
metadata and covers
|
||||
|
||||
#project(
|
||||
"Genshin Wish Simulator",
|
||||
"https://github.com/potatoeggy/primoprod",
|
||||
@ -137,6 +123,12 @@
|
||||
- Reduced action latency by *90%* by lazily loading art assets at opportune times,
|
||||
such as during cutscenes
|
||||
|
||||
#project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum")
|
||||
- Developed an Axum backend to *automatically convert and sync* ebooks to a Kobo
|
||||
eReader over the network
|
||||
- *Reverse-engineered* the Kobo eReader Sync API to support updating ebook
|
||||
metadata and covers
|
||||
|
||||
#project(
|
||||
"RecipeReady",
|
||||
"https://github.com/vincentjguo/recipeready-server",
|
||||
|
Loading…
Reference in New Issue
Block a user