diff --git a/content/now.md b/content/now.md index de37176..03a6ab9 100644 --- a/content/now.md +++ b/content/now.md @@ -1,17 +1,17 @@ -# Now (November 2023 Edition) +# Now (December 2023 Edition) -Oversubscribed :) +Oversubscribed, mental health edition. ## My current focuses * School -* Research work with PaSh. -* Learning Nix, will write what I find on this blog. +* Research work with PaSh +* Top secret project ## My current roles -* Research assistant with the [PaSh group](https://binpa.sh/) working on a talk - and optimizing the scheduler. +* Research assistant with the [PaSh group](https://binpa.sh/) working on + benchmarking and [try](https://github.com/binpash/try). * Full-time Computer Science Undergrad at [Stevens](https://www.stevens.edu/school-engineering-science/departments/computer-science). I'm currently taking Algorithms, Computer Architecture and Organization, @@ -22,10 +22,11 @@ Oversubscribed :) * Webdev at [Castle Point Anime Convention](https://www.castlepointanime.com) Currently I'm working on websocket and PWA integration for the website, CI/CD, and integration tests for our application. -* Secretary of the Stevens Linux User Group -* Volunteer at [NYCMesh](https://www.nycmesh.net/) +* Secretary of the Stevens Linux User Group, deploying our public unix server + and other public hosted services for students. +* Volunteer at [NYCMesh](https://www.nycmesh.net/). * Volunteer systems administrator at the [Free Software - Foundation](https://www.fsf.org) + Foundation](https://www.fsf.org). ## What I'm reading @@ -38,9 +39,9 @@ Monster Speak?: Report to an Academy of Psychoanalysts. ## What I'm playing +* LETHAL COMPANYYY * Valorant * CS2 -* I don't like scary games, so no lethal company :( ## What I'm watching @@ -49,6 +50,6 @@ Monster Speak?: Report to an Academy of Psychoanalysts. --- -Updated Nov 15, 2023 +Updated Dec 11, 2023 Part of the [/now page](https://nownownow.com/about) movement. diff --git a/css/main.css b/css/main.css index 2cd5ffe..bbb67e1 100644 --- a/css/main.css +++ b/css/main.css @@ -149,3 +149,10 @@ body { .footer p { line-height: 1rem; } + +.footer img { + image-rendering: auto; + image-rendering: crisp-edges; + image-rendering: pixelated; + image-rendering: -webkit-optimize-contrast; +}