diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 4e2a130..3814f88 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -22,6 +22,8 @@
"command": "zola",
"args": [
"serve",
+ "--interface",
+ "0.0.0.0",
"--open"
],
"problemMatcher": []
diff --git a/content/blog/2024-01-22-rfc6052-bitmasks.md b/content/blog/2024-01-22-rfc6052-bitmasks.md
index 30765ca..bc02b7c 100644
--- a/content/blog/2024-01-22-rfc6052-bitmasks.md
+++ b/content/blog/2024-01-22-rfc6052-bitmasks.md
@@ -43,7 +43,7 @@ The PL column on the left signifies the IPv6 prefix length, and the remaining co
Imagine a scenario where you are a client on a single-stacked IPv6 network, trying to communicate with a single-stack IPv4 host. Your network setup probably looks like this:
-
+
As the request originator, you need an address to send your packet to. Since you are on an IPv6-only network though, the IPv4 address of the host is not very useful. Sending a packet to that address would be like sending physical mail addressed to only your friend's cell phone number.
@@ -99,7 +99,7 @@ let rfc6052_address = {
This effectively splits the IPv4 address into two parts, moves them around the `u` boundary, then applies that ontop of the IPv6 prefix.
-
+
Of course, this isn't how the address would actually look (I did just mix Decimal and Hexadecimal in the same number), but you get the point.
@@ -124,5 +124,4 @@ let ipv4_addr = {
I find this one a bit simpler. It masks off the IPv6 prefix and the `u` column, then smushes the IPv4 address back into one piece.
-
-
+
diff --git a/content/hobbies.md b/content/hobbies.md
new file mode 100644
index 0000000..bae1f34
--- /dev/null
+++ b/content/hobbies.md
@@ -0,0 +1,9 @@
+---
+title: Hobbies
+---
+
+I spend my free time learning and making things. Check out the following pages for more information:
+
+- [Music](/music)
+- [Amateur Radio](/radio)
+- [Photography](/photography)
diff --git a/content/music/channels.md b/content/music/channels.md
index afc38a3..29e405f 100644
--- a/content/music/channels.md
+++ b/content/music/channels.md
@@ -4,12 +4,12 @@ date: 2022-11-25
extra:
no_auto_title: true
og_type: music.album
- og_image: https://ewpratten.com/images/music/channels/cover.jpg
+ og_image: https://ewpratten.com/images/music/ewpratten/channels/cover.jpg
og_description: "Single by Evan Pratten. Released Nov 25 2022"
---
-{% music_card(cover="/images/music/channels/cover.jpg") %}
+{% music_card(cover="/images/music/ewpratten/channels/cover.jpg") %}
By: Evan Pratten
Released: Nov 25 2022
{% end %}
diff --git a/content/music/radioactive.md b/content/music/radioactive.md
index 9531477..7bc623a 100644
--- a/content/music/radioactive.md
+++ b/content/music/radioactive.md
@@ -3,11 +3,11 @@ title: Radioactive
date: 2017-02-04
extra:
no_auto_title: true
- og_image: https://ewpratten.com/images/music/radioactive/cover.jpg
+ og_image: https://ewpratten.com/images/music/ewpratten/radioactive/cover.jpg
og_description: "Single by Evan Pratten. Released Feb 4 2017"
---
-{% music_card(cover="/images/music/radioactive/cover.jpg") %}
+{% music_card(cover="/images/music/ewpratten/radioactive/cover.jpg") %}
By: Evan Pratten
Released: Feb 4 2017
{% end %}
diff --git a/content/music/scale-hop.md b/content/music/scale-hop.md
index 9ab9d3b..5a6e3f7 100644
--- a/content/music/scale-hop.md
+++ b/content/music/scale-hop.md
@@ -3,11 +3,11 @@ title: Scale Hop
date: 2022-01-06
extra:
no_auto_title: true
- og_image: https://ewpratten.com/images/music/scale-hop/cover.jpg
+ og_image: https://ewpratten.com/images/music/ewpratten/scale-hop/cover.jpg
og_description: "Single by Evan Pratten. Released Jan 6 2022"
---
-{% music_card(cover="/images/music/scale-hop/cover.jpg") %}
+{% music_card(cover="/images/music/ewpratten/scale-hop/cover.jpg") %}
By: Evan Pratten
Released: Jan 6 2022
{% end %}
diff --git a/content/music/space-time-v1.md b/content/music/space-time-v1.md
index 4177320..336559f 100644
--- a/content/music/space-time-v1.md
+++ b/content/music/space-time-v1.md
@@ -3,11 +3,11 @@ title: Space & Time, Vol. 1
date: 2022-05-07
extra:
no_auto_title: true
- og_image: https://ewpratten.com/images/music/space-time-v1/cover.jpg
+ og_image: https://ewpratten.com/images/music/ewpratten/space-time-v1/cover.jpg
og_description: "EP by Evan Pratten and 2 others. Released May 7 2022"
---
-{% music_card(cover="/images/music/space-time-v1/cover.jpg") %}
+{% music_card(cover="/images/music/ewpratten/space-time-v1/cover.jpg") %}
By: Evan Pratten, Warren Pratten, and Nihilist Spasm Band
Released: May 7 2022
{% end %}
diff --git a/content/music/spring-tracks.md b/content/music/spring-tracks.md
index eadcb36..46500df 100644
--- a/content/music/spring-tracks.md
+++ b/content/music/spring-tracks.md
@@ -3,11 +3,11 @@ title: Spring Tracks.
date: 2023-05-31
extra:
no_auto_title: true
- og_image: https://ewpratten.com/images/music/spring-tracks/cover.jpg
+ og_image: https://ewpratten.com/images/music/ewpratten/spring-tracks/cover.jpg
og_description: "Single by Evan Pratten and 2 others. Released May 31 2023"
---
-{% music_card(cover="/images/music/spring-tracks/cover.jpg") %}
+{% music_card(cover="/images/music/ewpratten/spring-tracks/cover.jpg") %}
By: Evan Pratten, Warren Pratten, and Emilia Frias
Released: May 31 2023
{% end %}
diff --git a/content/music/summer-tracks.md b/content/music/summer-tracks.md
index 1f1f29d..5e8d051 100644
--- a/content/music/summer-tracks.md
+++ b/content/music/summer-tracks.md
@@ -3,11 +3,11 @@ title: Summer Tracks.
date: 2023-05-31
extra:
no_auto_title: true
- og_image: https://ewpratten.com/images/music/summer-tracks/cover.jpg
+ og_image: https://ewpratten.com/images/music/ewpratten/summer-tracks/cover.jpg
og_description: "Single by Evan and Warren Pratten. Released May 31 2023"
---
-{% music_card(cover="/images/music/summer-tracks/cover.jpg") %}
+{% music_card(cover="/images/music/ewpratten/summer-tracks/cover.jpg") %}
By: Evan Pratten & Warren Pratten
Released: Sep 10 2022
{% end %}
diff --git a/content/projects/_index.md b/content/projects/_index.md
deleted file mode 100644
index 0a59f8f..0000000
--- a/content/projects/_index.md
+++ /dev/null
@@ -1,113 +0,0 @@
----
-title: My Projects
----
-
-
-Most of my free time is spent working on various side projects. This is generally how I learn new things, and I quite enjoy the process of *making stuff*.
-
-## Categories
-
-Some of my projects fall into common categories. The ones that do, are listed here:
-
-- **Minecraft**
- - [**Client Ping**: Client-side point-of-interest marking mod](https://ewp.fyi/client-ping)
-- **Robotics**
- - [**Lib5K**: A robotic control library written in Java for use in the *FIRST Robotics Competition*](https://github.com/frc5024/lib5k)
- - [**Darth Raider**: A competitive robot built at *Raider Robotics* in 2020](/robotics/5024/darth-raider)
- - [**TestBench**: A hardware testing utility built for *Raider Robotics*](https://github.com/frc5024/testbench)
-
-## Chronological
-
-The following is a list of Open-Source projects I have worked on, along with their date of publication.
-
-**Disclaimer:** Unless otherwise noted, none of these projects come with any warranty or any
-guarantee of support. I try my best to respond to issues and questions in my personal time.
-
-
-### 2023
-
-- 2023-04-26: [Client Ping](https://ewp.fyi/client-ping)
-- 2023-02-06: [Prometheus exporter for Ubisoft server statuses](https://github.com/ewpratten/ubisoft_status_exporter)
-- 2023-01-23: [A protective insert for my TG4x](https://github.com/ewpratten/tg4x-casing)
-
-### 2022
-
-- 2022-10-14: [A10U8R: Signal Attenuator for VCV Rack](https://github.com/ewpratten/A10U8R)
-- 2022-05-11: [The @entry decorator: Cleanly mark Python script entrypoints](https://github.com/ewpratten/atentry)
-- 2022-04-14: [Set & forget crash reporting for Rust programs](https://github.com/ewpratten/crashreport-rs)
-- 2022-04-12: [Kobo e-reader interface library for Rust](https://github.com/ewpratten/kobo-rs)
-- 2022-01-23: [Linux command-line tool for configuring digitizer tablets](https://github.com/ewpratten/tabset)
-
-### 2021
-
-- 2021-12-17: [NetBrowse: an avahi-browse GUI](https://github.com/ewpratten/netbrowse)
-- 2021-10-04: [My Ludum Dare 49 entry: [data::loss]](https://github.com/ewpratten/ludum-dare-49)
-- 2021-09-27: [A "Quick and Dirty" implementation of a finite state machine](https://github.com/ewpratten/dirty-fsm)
-- 2021-09-24: [A real-time dashboard for my dorm room's wall-mounted TV](https://github.com/ewpratten/dorm-dash)
-- 2021-09-22: [APRSHTTP: One-way APRS position reporting using APRS-IS](https://github.com/ewpratten/aprshttp)
-- 2021-09-03: [A fast boids library for Rust](https://github.com/ewpratten/boids-rs)
-- 2021-08-12: [SpaceTrace: 3D path planning](https://github.com/ewpratten/spacetrace)
-- 2021-07-17: [Front matter support for the Serde serialization framework](https://github.com/ewpratten/serde-frontmatter)
-- 2021-07-09: [CLI tool for providing information about a specific UNIX timestamp](https://github.com/ewpratten/tsinfo)
-- 2021-06-13: [An internet teletype reader](https://github.com/ewpratten/ittyr)
-- 2021-06-01: [Binocular depth mapping with LeapMotion hardware](https://github.com/ewpratten/OpenDepthMap)
-- 2021-05-14: [A tool for converting Baofeng bookmarks to GQRX bookmarks](https://github.com/ewpratten/baofeng2gqrx)
-- 2021-05-04: [GlassCast: 2D glass rendering experiment](https://github.com/ewpratten/glasscast)
-- 2021-04-26: [My Ludum Dare 48 entry: Deep Breath](https://github.com/ewpratten/ludum-dare-48)
-- 2021-04-03: [Boop: An experimental implementation of ping(8)](https://github.com/ewpratten/boop)
-- 2021-03-31: [PolyMesh: A file format for describing 3D meshes](https://github.com/ewpratten/polymesh)
-- 2021-03-31: [cargo-token](https://github.com/ewpratten/cargo-token)
-- 2021-03-28: [A tool for checking who is playing on a Minecraft server](https://github.com/ewpratten/mcq)
-- 2021-03-19: [Send APRS beacons over IP from your terminal](https://github.com/ewpratten/aprs-bcn)
-- 2021-03-03: [An interactive Pure Pursuit demo](https://github.com/ewpratten/pathfollowing-demo)
-- 2021-02-25: [Graph 3D positional data extracted from DJI drone telemetry](https://github.com/ewpratten/dji3d)
-- 2021-02-16: [MinimapServer: An Open-Source re-implementation of Minimap API](https://github.com/ewpratten/MinimapServer)
-- 2021-02-16: [JDMA: Direct memory access for Java](https://github.com/ewpratten/JDMA)
-- 2021-02-03: [Minecraft market cap calculator](https://github.com/ewpratten/MarketCap)
-- 2021-01-31: [HamBands - Rust Library](https://github.com/ewpratten/hambands)
-- 2021-01-31: [A morse code paddle built with an atmega32u4 processor](https://github.com/ewpratten/ardupaddle)
-- 2021-01-30: [The Reverse Beacon Network in your terminal](https://github.com/ewpratten/rbn)
-- 2021-01-25: [Reverse Beacon Network client for Python](https://github.com/ewpratten/pyRBN)
-- 2021-01-19: [FrostBucket](https://github.com/ewpratten/FrostBucket)
-
-### 2020
-
-- 2020-12-25: [Mandelbrot Set Viewer](https://github.com/ewpratten/mandelbrot)
-- 2020-12-07: [A Minecraft chat client](https://github.com/ewpratten/mchat)
-- 2020-11-27: [Minecraft LAN server discovery tool](https://github.com/ewpratten/mcdiscovery)
-- 2020-11-27: [Multi-view Dynmap client](https://github.com/ewpratten/birdseye)
-- 2020-11-21: [Wrappers for commonly used reflection code in Java](https://github.com/ewpratten/legalaccess)
-- 2020-10-24: [GitHub organization contributor ranking tool](https://github.com/ewpratten/orgstat)
-- 2020-10-24: [A bridge between a Minecraft server and your favorite IRC client](https://github.com/ewpratten/chatster)
-- 2020-09-26: [Python library for interfacing with Dynmap](https://github.com/ewpratten/dynpy)
-- 2020-09-17: [An alternate minimal frontend for GitHub repositories](https://github.com/ewpratten/ner)
-- 2020-09-02: [LibEPN (Easy Pose Notation)](https://github.com/ewpratten/libepn)
-- 2020-08-20: [An API client for TimeAndPlace](https://github.com/ewpratten/timeandplace-api)
-- 2020-08-09: [Real-time FRC robot pose visualization](https://github.com/ewpratten/FRCWorld)
-- 2020-07-24: [TVDSB Student Portal API client](https://github.com/ewpratten/tvdsb-student-api)
-- 2020-07-21: [Raider Robotics Testbench](https://github.com/frc5024/testbench)
-- 2020-07-13: [VSCO batch downloader](https://github.com/ewpratten/vsco-batch-dl)
-- 2020-07-03: [Lib5K: Robotics control library](https://github.com/frc5024/lib5k)
-- 2020-06-08: [A Kernel for use on 32u4 AVR chips](https://github.com/ewpratten/os32u4)
-- 2020-03-11: [Scripts I use to quickly build classifiers for people's faces](https://github.com/ewpratten/easy-faces)
-- 2020-02-29: [Raider Robotics Inventory Management System](https://github.com/frc5024/parts)
-
-### 2019
-
-- 2019-12-28: [A toy raytracer](https://github.com/ewpratten/Rayzor)
-- 2019-08-27: [A tool for exporting your posts from devRant for offline storage](https://github.com/ewpratten/devrant-dl)
-- 2019-08-24: [The shift2 encoding algorithm](https://github.com/ewpratten/shift)
-- 2019-05-28: [A purposefully bad flappy bird clone](https://github.com/ewpratten/FlippyCat)
-- 2019-03-08: [A kernel / os for the atmega328p](https://github.com/ewpratten/os328)
-
-### 2018
-
-- 2018-11-16 [The Open Driver Waypoint Coordinator](https://github.com/ewpratten/ODWC)
-- 2018-11-04 [The c / c++ compiler that never compiles without errors](https://github.com/ewpratten/eco)
-- 2018-09-01 [The Dirobium Assembler](https://github.com/ewpratten/DirAS)
-- 2018-09-01 [The official bootloader for the Dirobium emulator](https://github.com/ewpratten/Deuterium)
-- 2018-08-31 [Dirobium: The virtual CPU (and emulator) built for hobbyists](https://github.com/ewpratten/Dirobium)
-- 2018-08-20 [Pi-hole API wrapper for Python](https://github.com/ewpratten/pihole-api)
-- 2018-08-04 [A dead simple devRant API wrapper for Python](https://github.com/ewpratten/devRantSimple)
-- 2018-08-03 [dr: An ed-like client for devRant](https://github.com/ewpratten/dr)
-- 2018-05-22 [A utility for drawing graphics on your Novation Launchpad Mk1/S/Mini](https://github.com/ewpratten/launchdraw)
diff --git a/content/radio/_index.md b/content/radio/_index.md
index b6b6975..889c649 100644
--- a/content/radio/_index.md
+++ b/content/radio/_index.md
@@ -8,7 +8,7 @@ For me, the logical next step in my electronics obsession was to become an amate
I'm 90% a CW operator, 9% an APRS user, and occasionally key up on VHF FM to make sure the band is still dead *(...lol)*.
-I like participating in the Summer & Winter Field Days, and also helped bring together the first ever [Meme Appreciation Month](/events/meme-month-2022) event.
+I like participating in the Summer & Winter Field Days, and also helped bring together the first ever [Meme Appreciation Month](/radio/meme-month-2022) event.
## The station
diff --git a/content/events/meme-month-2022.md b/content/radio/meme-month-2022.md
similarity index 100%
rename from content/events/meme-month-2022.md
rename to content/radio/meme-month-2022.md
diff --git a/sass/styles.scss b/sass/styles.scss
index 595fdc4..59d10da 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -39,6 +39,7 @@ nav {
flex-wrap: wrap;
flex-direction: row;
align-items: center;
+ justify-content: center;
width: max-content;
margin: 0 auto;
diff --git a/static/_redirects b/static/_redirects
index e28c8d7..a155b9f 100644
--- a/static/_redirects
+++ b/static/_redirects
@@ -1,4 +1,7 @@
/network https://as54041.peeringdb.com
/donate https://ewp.fyi/donate
/ewpratten.repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
-/minecraft /games/minecraft
\ No newline at end of file
+/minecraft /games/minecraft
+
+# Things that have moved around on this site
+/events/meme-month-2022 /radio/meme-month-2022
\ No newline at end of file
diff --git a/static/functions/_middleware.js b/static/functions/_middleware.js
index e13786f..3573a99 100644
--- a/static/functions/_middleware.js
+++ b/static/functions/_middleware.js
@@ -1,3 +1,26 @@
+async function handle_keys_request(context) {
+ // Parse the request URL
+ let url = new URL(context.request.url);
+
+ // If the domain is `keys.ewpratten.com`, redirect to `ewpratten.com/keys/...`
+ if (url.hostname == 'keys.ewpratten.com') {
+ url.domain = 'ewpratten.com';
+
+ // If there was no path set, return the SSH keys
+ if (url.pathname == '/') {
+ url.pathname = '/keys/ssh';
+ } else {
+ url.pathname = '/keys' + url.pathname;
+ }
+
+ // Redirect
+ return Response.redirect(url, 302);
+ }
+
+ // Otherwise, continue the request chain
+ return context.next();
+}
+
async function redirect_secondary_domains(context) {
// Parse the request URL
let url = new URL(context.request.url);
@@ -17,4 +40,4 @@ async function redirect_secondary_domains(context) {
// Chaining
-export const onRequest = [redirect_secondary_domains];
\ No newline at end of file
+export const onRequest = [handle_keys_request, redirect_secondary_domains];
\ No newline at end of file
diff --git a/static/images/music/channels/cover.jpg b/static/images/music/ewpratten/channels/cover.jpg
similarity index 100%
rename from static/images/music/channels/cover.jpg
rename to static/images/music/ewpratten/channels/cover.jpg
diff --git a/static/images/music/radioactive/cover.jpg b/static/images/music/ewpratten/radioactive/cover.jpg
similarity index 100%
rename from static/images/music/radioactive/cover.jpg
rename to static/images/music/ewpratten/radioactive/cover.jpg
diff --git a/static/images/music/scale-hop/cover.jpg b/static/images/music/ewpratten/scale-hop/cover.jpg
similarity index 100%
rename from static/images/music/scale-hop/cover.jpg
rename to static/images/music/ewpratten/scale-hop/cover.jpg
diff --git a/static/images/music/space-time-v1/cover.jpg b/static/images/music/ewpratten/space-time-v1/cover.jpg
similarity index 100%
rename from static/images/music/space-time-v1/cover.jpg
rename to static/images/music/ewpratten/space-time-v1/cover.jpg
diff --git a/static/images/music/spring-tracks/cover.jpg b/static/images/music/ewpratten/spring-tracks/cover.jpg
similarity index 100%
rename from static/images/music/spring-tracks/cover.jpg
rename to static/images/music/ewpratten/spring-tracks/cover.jpg
diff --git a/static/images/music/summer-tracks/cover.jpg b/static/images/music/ewpratten/summer-tracks/cover.jpg
similarity index 100%
rename from static/images/music/summer-tracks/cover.jpg
rename to static/images/music/ewpratten/summer-tracks/cover.jpg
diff --git a/static/images/network/44-logo.png b/static/images/network/44-logo.png
deleted file mode 100644
index d837c78..0000000
Binary files a/static/images/network/44-logo.png and /dev/null differ
diff --git a/static/images/network/arin.png b/static/images/network/arin.png
deleted file mode 100644
index d63d534..0000000
Binary files a/static/images/network/arin.png and /dev/null differ
diff --git a/static/images/network/net_map.svg b/static/images/network/net_map.svg
deleted file mode 100644
index 1a6b646..0000000
--- a/static/images/network/net_map.svg
+++ /dev/null
@@ -1,2008 +0,0 @@
-
-
-
-
diff --git a/static/images/network/net_map_cropped.svg b/static/images/network/net_map_cropped.svg
deleted file mode 100644
index c227554..0000000
--- a/static/images/network/net_map_cropped.svg
+++ /dev/null
@@ -1,950 +0,0 @@
-
-
-
-
diff --git a/static/images/drawings/rfc6052-bitmasks/NAT64-setup.png b/static/images/posts/rfc6052-bitmasks/NAT64-setup.png
similarity index 100%
rename from static/images/drawings/rfc6052-bitmasks/NAT64-setup.png
rename to static/images/posts/rfc6052-bitmasks/NAT64-setup.png
diff --git a/static/images/drawings/rfc6052-bitmasks/NAT64-setup.xcf b/static/images/posts/rfc6052-bitmasks/NAT64-setup.xcf
similarity index 100%
rename from static/images/drawings/rfc6052-bitmasks/NAT64-setup.xcf
rename to static/images/posts/rfc6052-bitmasks/NAT64-setup.xcf
diff --git a/static/images/drawings/rfc6052-bitmasks/ipv4-embed.png b/static/images/posts/rfc6052-bitmasks/ipv4-embed.png
similarity index 100%
rename from static/images/drawings/rfc6052-bitmasks/ipv4-embed.png
rename to static/images/posts/rfc6052-bitmasks/ipv4-embed.png
diff --git a/static/images/drawings/rfc6052-bitmasks/ipv4-embed.xcf b/static/images/posts/rfc6052-bitmasks/ipv4-embed.xcf
similarity index 100%
rename from static/images/drawings/rfc6052-bitmasks/ipv4-embed.xcf
rename to static/images/posts/rfc6052-bitmasks/ipv4-embed.xcf
diff --git a/static/images/drawings/rfc6052-bitmasks/ipv4-extract.png b/static/images/posts/rfc6052-bitmasks/ipv4-extract.png
similarity index 100%
rename from static/images/drawings/rfc6052-bitmasks/ipv4-extract.png
rename to static/images/posts/rfc6052-bitmasks/ipv4-extract.png
diff --git a/static/images/drawings/rfc6052-bitmasks/ipv4-extract.xcf b/static/images/posts/rfc6052-bitmasks/ipv4-extract.xcf
similarity index 100%
rename from static/images/drawings/rfc6052-bitmasks/ipv4-extract.xcf
rename to static/images/posts/rfc6052-bitmasks/ipv4-extract.xcf
diff --git a/static/images/products/vcv/a10u8r.png b/static/images/products/vcv/a10u8r.png
deleted file mode 100644
index 89bd526..0000000
Binary files a/static/images/products/vcv/a10u8r.png and /dev/null differ
diff --git a/templates/base.html b/templates/base.html
index 0dbd24b..a0433fe 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -108,9 +108,11 @@