diff --git a/Gemfile.lock b/Gemfile.lock
index 70d3585..8e7fd22 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,20 +1,45 @@
GEM
remote: https://rubygems.org/
specs:
+ activesupport (8.0.0)
+ base64
+ benchmark (>= 0.3)
+ bigdecimal
+ concurrent-ruby (~> 1.0, >= 1.3.1)
+ connection_pool (>= 2.2.5)
+ drb
+ i18n (>= 1.6, < 2)
+ logger (>= 1.4.2)
+ minitest (>= 5.1)
+ securerandom (>= 0.3)
+ tzinfo (~> 2.0, >= 2.0.5)
+ uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
+ base64 (0.2.0)
+ benchmark (0.4.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
+ connection_pool (2.4.1)
+ drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0-aarch64-linux-musl)
+ ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
+ gemoji (4.1.0)
google-protobuf (4.28.3-aarch64-linux)
bigdecimal
rake (>= 13)
+ google-protobuf (4.28.3-x86_64-linux)
+ bigdecimal
+ rake (>= 13)
+ html-pipeline (2.14.3)
+ activesupport (>= 2)
+ nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
@@ -40,6 +65,10 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
+ jemoji (0.13.0)
+ gemoji (>= 3, < 5)
+ html-pipeline (~> 2.2)
+ jekyll (>= 3.0, < 5.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@@ -48,10 +77,17 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
+ logger (1.6.1)
mercenary (0.4.0)
+ minitest (5.25.2)
+ nokogiri (1.16.7-aarch64-linux)
+ racc (~> 1.4)
+ nokogiri (1.16.7-x86_64-linux)
+ racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
+ racc (1.8.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
@@ -61,9 +97,15 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.81.0-aarch64-linux-musl)
google-protobuf (~> 4.28)
+ sass-embedded (1.81.0-x86_64-linux-musl)
+ google-protobuf (~> 4.28)
+ securerandom (0.3.2)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
+ uri (1.0.2)
webrick (1.9.0)
PLATFORMS
@@ -74,6 +116,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
+ jemoji
kramdown (~> 2.4)
tzinfo (~> 1.2)
tzinfo-data
diff --git a/src/_drafts/2022-02-14-personal-pbx.md b/src/_drafts/2022-02-14-personal-pbx.md
index 799d1fb..03fe568 100644
--- a/src/_drafts/2022-02-14-personal-pbx.md
+++ b/src/_drafts/2022-02-14-personal-pbx.md
@@ -21,11 +21,11 @@ This is all coming from someone that has very little experience with the telepho
As far as I have ever been concerned, the telephone network looks as follows:
-
+
But in reality, it looks a little more like the internet (I guess that makes sense, since dialup was a thing).
-
+
The *Dark Magic* still exists, and I am still not entirely sure whats going on there. Presumably some kind of routing protocols exists to handle country codes and such, but I have had no need (yet) to explore this further.
@@ -85,7 +85,7 @@ Trunking in the telephony world, is essentially the same as VLANs in the compute
In my system, I have two trunks, one for Twilio (and by extension the whole PSTN), and one for Hamshack Hotline.
-
+
## Provisioning an IAX2 Trunk through Hamshack Hotline
diff --git a/src/_drafts/2022-06-08-bell-ipv6.md b/src/_drafts/2022-06-08-bell-ipv6.md
index fe17783..a355e6d 100644
--- a/src/_drafts/2022-06-08-bell-ipv6.md
+++ b/src/_drafts/2022-06-08-bell-ipv6.md
@@ -49,7 +49,7 @@ I chose 6in4, mostly because I felt like it :laughing:. I'm sure Teredo would ha
Below is a diagram of a typical 6in4 packet:
-
+
### Tunnel brokerage
@@ -67,13 +67,13 @@ Before I continue further down the path of explaining the tunnel setup, I must p
Now, we enter the territory of undocumented Bell router features.
-
+
The [Home Hub 4000](https://support.bell.ca/internet/products/home-hub-4000-modem) is Bell's all-in-one modem, router, switch, access point, and smart home hub. From my point of view, it kinda sucks at all of those things, but luckily, it can be bypassed.
I have my own *much superior* [Unifi Dream Machine PRO](https://ca.store.ui.com/products/udm-pro) which is doing the heavy lifting of this home network. With a bit of configuration tweaking clearly designed for a small handful of Bell technicians, the UDM-PRO can be configured to act in place of the HH4K mentioned above.
-
+
The rest of these instructions will be UDM-PRO specific, but should be fairly easily adaptable to other routers.
diff --git a/src/_drafts/2022-07-02-robotics-journey.md b/src/_drafts/2022-07-02-robotics-journey.md
index 10bc9da..35dcd45 100644
--- a/src/_drafts/2022-07-02-robotics-journey.md
+++ b/src/_drafts/2022-07-02-robotics-journey.md
@@ -39,7 +39,7 @@ The year before I joined Raider Robotics, most of the members with substantial t
I remember in mid December of 2017, this testbed was brought in to the software lab I was working in, thus marking my first hands-on experience with a fully programable machine at this level.
-
+
I don't remember a ton about that night, aside from a group of confused students trying to figure out how to load code onto the thing, and [@hyperliskdev](https://github.com/hyperliskdev) teaching me how to make a `class` in Python3 (its the weirdest things that stick in my memory..)
diff --git a/src/_drafts/2022-10-17-ampr-vultr-bgp.md b/src/_drafts/2022-10-17-ampr-vultr-bgp.md
index 5d2b2b7..170f903 100644
--- a/src/_drafts/2022-10-17-ampr-vultr-bgp.md
+++ b/src/_drafts/2022-10-17-ampr-vultr-bgp.md
@@ -31,7 +31,7 @@ Firstly, you must be a licensed [amateur radio](https://en.wikipedia.org/wiki/Am
Once logged in, head to `Networks > 44.0.0.0/8`, and request a `/24` netmask. If you need more addresses, you can also request a *smaller* number than this, but you must have good reason. Be sure to also check the `Direct (BGP)` box.
-
+
After filing the application, a member of the ARDC will review your request, and should follow up with more questions and information for you. Once its all done, you have yourself at least 255 IPv4 addresses for radio use for the next couple years (yes, you have to occasionally renew your prefix).
diff --git a/src/_drafts/2023-03-21-amprnet-bgp-announce.md b/src/_drafts/2023-03-21-amprnet-bgp-announce.md
index 80a5813..24762c3 100644
--- a/src/_drafts/2023-03-21-amprnet-bgp-announce.md
+++ b/src/_drafts/2023-03-21-amprnet-bgp-announce.md
@@ -25,4 +25,4 @@ A surprising number of people seem to request BGP allocations without understand
The internet *inter-networks networks*. Or, in less confusing terms: the internet is a broad term for how network **A** can communicate with networks **B** and **C**.
-
+
diff --git a/src/_drafts/2023-11-23-pid.md b/src/_drafts/2023-11-23-pid.md
index fac119d..ac76979 100644
--- a/src/_drafts/2023-11-23-pid.md
+++ b/src/_drafts/2023-11-23-pid.md
@@ -16,11 +16,11 @@ aliases:
We are here.
-
+
And we want to go there.
-
+
## Figuring out how to get there
@@ -30,17 +30,17 @@ I suppose a good place to start is checking to see if *here* and *there* are in
Are we there?
-
+
*Nope.*
Well, let's say we want to go *there* from *here* (because we do).. Which way do we have to go?
-
+
I think we can do that. How far will we have to travel?
-
+
Great!
diff --git a/src/_drafts/2024-01-22-rfc6052-bitmasks.md b/src/_drafts/2024-01-22-rfc6052-bitmasks.md
index 0aaba82..8b6cdb8 100644
--- a/src/_drafts/2024-01-22-rfc6052-bitmasks.md
+++ b/src/_drafts/2024-01-22-rfc6052-bitmasks.md
@@ -42,7 +42,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.
@@ -98,7 +98,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.
@@ -123,4 +123,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/src/_drafts/2024-04-26-leapmotion-photography.md b/src/_drafts/2024-04-26-leapmotion-photography.md
index 81c674f..3576371 100644
--- a/src/_drafts/2024-04-26-leapmotion-photography.md
+++ b/src/_drafts/2024-04-26-leapmotion-photography.md
@@ -14,13 +14,13 @@ Ah, Leap Motion...
Back in 2013, a company called *~~OcuSpec~~.. ~~Leap Motion~~.. ~~Ultrahaptics~~.. Ultraleap* released their first motion tracking device, the Leap Motion Controller.
-
+
I recall first seeing one in elementary school.
Looking back, I have no memory of what it was being used for, but I remember being fascinated with the diagnostics tool that showed the raw hand tracking data streaming from the device.
-
+
## What does one actually do with one of these devices?
diff --git a/src/_posts/2017-11-24-weatherballoon-lost.md b/src/_posts/2017-11-24-weatherballoon-lost.md
index fec5eb6..67d1784 100644
--- a/src/_posts/2017-11-24-weatherballoon-lost.md
+++ b/src/_posts/2017-11-24-weatherballoon-lost.md
@@ -12,7 +12,7 @@ aliases:
A news article was written about a project I was involved in. It's even headed by a photo I took!
-
+
From the **London Free Press**:
@@ -32,4 +32,4 @@ Once found on the American side of the border, a corresponding article was writt
## The balloon on the other side
-
+
diff --git a/src/_posts/2019-06-16-Graphing-w2a.md b/src/_posts/2019-06-16-Graphing-w2a.md
index f60987d..f1d6c35 100644
--- a/src/_posts/2019-06-16-Graphing-w2a.md
+++ b/src/_posts/2019-06-16-Graphing-w2a.md
@@ -13,7 +13,7 @@ aliases:
I was scrolling through reddit the other day, and came across [this great post](https://www.reddit.com/r/FRC/comments/byzv5q/i_know_what_im_doing/) by u/[MasterQuacks](https://www.reddit.com/user/MasterQuacks/).
-
+
I thought to myself "ha. Thats funny", and moved on. But that thought had stuck with me.
@@ -64,4 +64,4 @@ with plt.xkcd():
## The result
Here is the resulting image. From left, to right: 5024, 254, 1114, 5406, 2056
-
+
diff --git a/src/_posts/2019-07-15-MindMap.md b/src/_posts/2019-07-15-MindMap.md
index e8553de..2677bba 100644
--- a/src/_posts/2019-07-15-MindMap.md
+++ b/src/_posts/2019-07-15-MindMap.md
@@ -13,7 +13,7 @@ While working on an assignment with [Coggle](https://coggle.it) today, I noticed
## What is a .mm file?
It turns out, a `.mm` file is just some XML describing the mind map. Here is a simple mind map:
-
+
And again as a `.mm` file:
diff --git a/src/_posts/2019-08-11-Setting-up-JA.md b/src/_posts/2019-08-11-Setting-up-JA.md
index fda34a6..03fa806 100644
--- a/src/_posts/2019-08-11-Setting-up-JA.md
+++ b/src/_posts/2019-08-11-Setting-up-JA.md
@@ -32,12 +32,12 @@ I am currently running a stock Ubuntu [18.04](https://releases.ubuntu.com/18.04.
env XDG_CURRENT_DESKTOP=GNOME gnome-control-center
```
-
+
Next, go to *Settings > Language and Region > Input Sources*, and click on *Manage Installed Languages*.
This will bring up a window where you can select a new language to install. From here, I clicked on *Install / Remove Language*.
-
+
In this list, I just selected the languages I wanted (English and Japanese), and applied my changes. You may be asked to enter your password while installing the new languages. Once installation is complete, log out, and in again.
@@ -61,12 +61,12 @@ Now that `ibus` is installed, run the setup script:
ibus-setup
```
-
+
From here, set your shortcut to something not used by I3 (I chose `CTRL+Shift+Space`, but most people prefer `Alt+Space`), and enable the system tray icon.
Now, go to the *Input Method* settings.
-
+
From here, press the `+`, and add your language(s).
diff --git a/src/_posts/2019-09-11-Buildingimgfrombin.md b/src/_posts/2019-09-11-Buildingimgfrombin.md
index 608ff53..13288a4 100644
--- a/src/_posts/2019-09-11-Buildingimgfrombin.md
+++ b/src/_posts/2019-09-11-Buildingimgfrombin.md
@@ -56,9 +56,9 @@ I also looked at other file types. Binaries are very interesting because they fo
Back to executable data, these are small segments of a `dll` file:
-
+
-
+
## Check out the script
This script is hosted [on my GitHub account](https://github.com/Ewpratten/binmap) as a standalone file. Any version of python3 should work, but the following libraries are needed:
diff --git a/src/_posts/2020-04-20-LudumDare46.md b/src/_posts/2020-04-20-LudumDare46.md
index e007fb7..518478e 100644
--- a/src/_posts/2020-04-20-LudumDare46.md
+++ b/src/_posts/2020-04-20-LudumDare46.md
@@ -50,7 +50,7 @@ After task allocation, I took on the job of handling sounds and sound loading fo
Day 1 started with @exvacuum developing a heartrate monitor system for the game:
-
+
*Demo image showing off his algorithm*
@@ -72,19 +72,19 @@ soundAssets.debug_ding.play();
This rewrite also added integration with the volume control sliders in the game settings menu:
-
+
*Audio Settings screen*
Later on in the day, a basic HUD was designed to incorporate the game elements. A bug was also discovered that causes Firefox-based clients to not render the background fill. We decided to replace the background fill with an image later.
-
+
*V1 of the game HUD*
While developing the sound backend, and tweaking UI, I added sound assets for heartbeats, and footsteps. World assets were also added, and the walking system was improved.
-
+
*The game with basic world assets loaded*
@@ -99,11 +99,11 @@ While developing the sound backend, and tweaking UI, I added sound assets for he
Day 2 started with a new background asset, and a new HUD design:
-
+
*The game's new background*
-
+
*The game's new HUD*
@@ -121,6 +121,6 @@ From then on, development time was just spent tweaking things such as:
Micromanaged Mike is free to play on [@rsninj722's website](https://rsninja.dev/LudumDare46/).
-
+
*Final game screenshot*
diff --git a/src/_posts/2020-08-23-Notetaking-with-LaTeX.md b/src/_posts/2020-08-23-Notetaking-with-LaTeX.md
index e2f48e8..683ac47 100644
--- a/src/_posts/2020-08-23-Notetaking-with-LaTeX.md
+++ b/src/_posts/2020-08-23-Notetaking-with-LaTeX.md
@@ -36,7 +36,7 @@ In terms of workflow, I write all my notes as markdown files with [embedded LaTe
-
+
*A screenshot of my workspace*
Now, the question came up of *"how do you easily distribute notes and assignments to classmates and professors?"*. That question got me stuck for a while, but here is the system I have come up with:
diff --git a/src/_posts/2020-09-10-CodeSpaces-For-FRC.md b/src/_posts/2020-09-10-CodeSpaces-For-FRC.md
index 23c2ddb..3cbf851 100644
--- a/src/_posts/2020-09-10-CodeSpaces-For-FRC.md
+++ b/src/_posts/2020-09-10-CodeSpaces-For-FRC.md
@@ -100,11 +100,11 @@ Notice the line `"image":"ewpratten/frc_devcontainer:2020.3.2",`. This is tellin
With a minimal amount of work, I got everything needed to develop and test FRC robotics code running in the browser via Codespaces.
-
+
*Launching Codespaces from a GitHub repository*
-
+
*Editing code in the browser*
diff --git a/src/_posts/2020-11-06-Vortex-Core.md b/src/_posts/2020-11-06-Vortex-Core.md
index cfb447f..247e952 100644
--- a/src/_posts/2020-11-06-Vortex-Core.md
+++ b/src/_posts/2020-11-06-Vortex-Core.md
@@ -33,7 +33,7 @@ That being said, since the keyboard has so many shortcuts and combinations to ge
The keyboard's baseplate is made of aluminum, and is CNC-cut, so it both looks and feels very nice. For a keyboard that I can wrap my (admittedly large) hand around, it is fairly heavy too (I seem to remember the FedEx shipment coming in at around 3lbs). In this case, heavy is not at all a bad thing. The weight of this keyboard makes it feel... expensive. Also, it never feels like the board is sliding away when I'm typing.
-
+
One downside though, in terms of connectivity, the keyboard unfortunately uses USB micro connector instead of the newer (and nicer) USB type C connector. As someone who connects his life with USB-C, I am not the biggest fan of this choice, but at least I had a right-angle USB-micro cable lying around that I can use with it. Alongside the USB-micro connection, removing the backplate will reveal a [JTAG](https://en.wikipedia.org/wiki/JTAG) connector that allows you to flash custom firmware to the keyboard if you want. @ChaoticEnigma has forked the popular [QMK](https://github.com/qmk/qmk_firmware) keyboard firmware as [`qmk_pok3r`](https://github.com/pok3r-custom/qmk_pok3r), and added support for many Vortex boards including the Core, if you are looking to load something more custom.
@@ -58,13 +58,13 @@ The first could be done simply by performing a firmware upgrade to the latest ve
This process unfortunately requires access to a computer that runs Windows (or VirtualBox). On windows, the setup process is really quite easy. You go to [this link](http://www.vortexgear.tw/db/upload/webdata4/6vortex_201861271445393.exe), which will download the firmware upgrade tool. Running the tool, and plugging in the keyboard will provide you with some options.
-
+
The "bin group" selection provides two options. Selecting `Core by MPC` will flash the re-programmable firmware to the keyboard, and the other option will restore the keyboard to factory firmware.
Vortex provides a programming tool, but I am not a huge fan of it. I plan to write a Java app that can program the keyboard (and load saved profiles from it), but for now, I am using a great tool made by @tsfreddie called [Much Programming Core](https://tsfreddie.github.io/much-programming-core/). This tool allows you to configure keybindings and remap keys through his website, and there are easy-to-follow instructions on how to download the correct file, and flash your keyboard.
-
+
Speaking of flashing the board, with the MPC firmware, the process for loading custom keybindings (which works on any OS) is really easy and simple. Just unplug the keyboard, then plug it back in while holding fn+D. This will cause the keyboard to mount as a USB drive, and you can drop configuration files on to it.
diff --git a/src/_posts/2020-12-19-Vanilla-plus-mods.md b/src/_posts/2020-12-19-Vanilla-plus-mods.md
index 5320410..db8f1d9 100644
--- a/src/_posts/2020-12-19-Vanilla-plus-mods.md
+++ b/src/_posts/2020-12-19-Vanilla-plus-mods.md
@@ -43,7 +43,7 @@ On the rendering side of the game, I run a few specialized mods to improve or re
Plugin Dialog: Import Monocular Image
A failed attempt
Displaced, untextured
Textured, viewed from the original camera position
![]() |
- ![]() |
+ ![]() |
+ ![]() |
Lights on my desk
@@ -24,11 +24,11 @@ A few years ago, I semi-permanently affixed a strip of PWM-controllable RGB LEDs My bookshelf is laid out as follows: - + I only wanted to light up the top row, since the bottom row has very little room for light to bounce around in, so after a few hours of tinkering, I settled on the following wiring layout (top-down view): - + ***NOTE:** In both images, the purple lines represent the LED strips, and the red lines represent the wires connecting them.* @@ -36,7 +36,7 @@ I opted to use some WS2812 LED strips, and a small Arduino to tie everything tog Of course, in real life, the wiring looks a.. um.. appropriate amount of sketchy. - +A photo of the left-most section
@@ -50,7 +50,7 @@ I can tap the button to cycle through a few different preset colours, and I can The controller itself is 100% function and 0% aesthetic, but that sums up most of my personal harware projects, so it fits right in. - + ## The results @@ -58,7 +58,7 @@ So, how does it look? Great actually! - + ## A note from later me diff --git a/src/_posts/2024-07-26-camping-radio.md b/src/_posts/2024-07-26-camping-radio.md index c7bd526..9360a1f 100644 --- a/src/_posts/2024-07-26-camping-radio.md +++ b/src/_posts/2024-07-26-camping-radio.md @@ -22,7 +22,7 @@ A glaring problem in this plan was that I didn't actually have an antenna to bri I opted to build a duplicate of my current fixed-in-place at-home antenna, a slightly more sketchy variant of [WB3GCK's speaker wire end-fed half-wave](https://wb3gck.com/tag/speaker-wire-antennas/). - + Now, I'm not very good at following other people's antenna instructions. I like to tinker with the specifics. @@ -38,35 +38,35 @@ Lamp wire looks like speaker wire, so I figured its probably fine. Although the Armed with a surprisingly large amount of wire, I began the process of splicing and measuring. - + Everyone in my immediate life has spent the past two weeks listening to me say "100 feet is *a lot* of wire!", so this is now your opportunity to hear it too. I also decided to hack up the wire packaging and use a little paracord to make insulators for the tips of the antenna. - + ## Preflight checks The next day, I took some time to pack up all my radio gear and give the antenna a test run. - + My original intent was to head to a nearby trail and find some trees to set up in. - + - + But I wasn't super satisfied with the area, so I instead did what any sane radio operator would do. I headed across the street, and set up in a grocery store parking lot. - + Feeling rather *in the open*, I sat down, watched out for people, and spun up [iFTx](https://apps.apple.com/ca/app/iftx/id6446093115) to see what kind of reach I could get with my new antenna. - + For two watts into an incorrectly sized and badly tuned antenna laying on the ground, I was very happy with these results. @@ -76,9 +76,9 @@ Fast forward a few days, and I find myself surrounded by trees with a hundred fe I had learned from my earlier trial run that its a good idea to keep some rope with me so I can actually attach my antenna to trees instead of just using hope and friction to keep my little paracord loops attached to twiggy branches. - + - + I ended up effectively wrapping the campsite in wire. One end was tied to a tree using some rope, and the other end was tent-pegged into the ground so I could adjust the tension as my brand new wire inevitably stretched over the weekend. @@ -86,7 +86,7 @@ In terms of operation, this setup was *awesome*. The worst noise I had to deal w I had originally intended to spend this trip operating [FT8](https://en.wikipedia.org/wiki/FT8) and [CW](https://en.wikipedia.org/wiki/Continuous_wave), but for some reason I found myself really enjoying [FT4](https://wsjt.sourceforge.io/FT4_Protocol.pdf) (a mode I had never used before), so I spent most of my day camped out on 14080[Kc](https://en.wikipedia.org/wiki/Cycle_per_second), and then shifted to [10136](https://en.wikipedia.org/wiki/WARC_bands) and [7074](https://en.wikipedia.org/wiki/40-meter_band) in the evening. - + ## The results @@ -98,10 +98,10 @@ In terms of contacts, I made a bunch. All over the bands (although mainly 20m), Once I finally caught enough of a glimpse of a network connection, I was blown away by the signal reports. By far the best I've ever received! - + Pictured above, days 1 & 2, and below 3 & 4. - + All on...*checks notes*.. 7 watts :slightly_smiling_face: diff --git a/src/_posts/2024-11-24-the-project-i-will-never-finish.md b/src/_posts/2024-11-24-the-project-i-will-never-finish.md index 94068e5..c7eca71 100644 --- a/src/_posts/2024-11-24-the-project-i-will-never-finish.md +++ b/src/_posts/2024-11-24-the-project-i-will-never-finish.md @@ -19,35 +19,35 @@ This site you are looking at right now, ewpratten.com, was originally the band w So, looking back to the first IA snapshot of the RetryLife website, we find a nice and simple landing page: - + There were a few other revisions of this page that are sitting on an SD card somewhere. If I find those, I'll update this page with the relevant screenshots. Skipping ahead to the next IA snapshot, we have the first revision of my personal webpage: - + About half a year later, I did another redesign: - + A few months later, I came up with this *really* fussy design. While pretty cool, the double-overlap of the header was very annoying to build. - + The next revision was one of my favorites. A simple front page that scrolls to reveal a list of things I was working on at the time: - + - + The info section of that page eventually got a bit of a refresh (IA seems to have issues with the borders on this one): - + After a lot of tinkering, I eventually re-built the entire site (and switched backends) to produce this, an early version of the layout you are looking at right now: - + ## Keep tinkering diff --git a/src/_sass/default.scss b/src/_sass/default.scss index d987b98..301681b 100644 --- a/src/_sass/default.scss +++ b/src/_sass/default.scss @@ -110,6 +110,9 @@ body { } img { + display: block; + margin: auto; + max-width: 100%; border-radius: 5px; } }