From d0b5b23a75801a7fb6cbc38730d7f171793dcf84 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 4 Nov 2022 11:32:22 -0400 Subject: Some updates --- www/blog/movies/index.html | 48 +++++++++++++ www/dice/index.css | 38 ++++++++++ www/dice/index.html | 86 +++++++++++++++++++++++ www/imgs/linus.gif | Bin 0 -> 872703 bytes www/imgs/wc3/add-remove.png | Bin 0 -> 8870 bytes www/imgs/wc3/cdkey.png | Bin 0 -> 70814 bytes www/imgs/wc3/connection.png | Bin 0 -> 21275 bytes www/imgs/wc3/create-network.png | Bin 0 -> 20320 bytes www/imgs/wc3/join.png | Bin 0 -> 57669 bytes www/imgs/wc3/launch.png | Bin 0 -> 66313 bytes www/imgs/wc3/members-view.png | Bin 0 -> 44363 bytes www/imgs/wc3/menu.png | Bin 0 -> 56078 bytes www/imgs/wc3/tray.png | Bin 0 -> 22902 bytes www/imgs/wc3/unzip.png | Bin 0 -> 54286 bytes www/imgs/wc3/unzipped.png | Bin 0 -> 47059 bytes www/index.css | 4 +- www/resume/index.html | 2 +- www/wc3.html | 152 ++++++++++++++++++++++++++++++++++++++++ www/wishlist.html | 106 +++++++++++++++++++++++++--- 19 files changed, 422 insertions(+), 14 deletions(-) create mode 100644 www/blog/movies/index.html create mode 100644 www/dice/index.css create mode 100644 www/dice/index.html create mode 100644 www/imgs/linus.gif create mode 100644 www/imgs/wc3/add-remove.png create mode 100644 www/imgs/wc3/cdkey.png create mode 100644 www/imgs/wc3/connection.png create mode 100644 www/imgs/wc3/create-network.png create mode 100644 www/imgs/wc3/join.png create mode 100644 www/imgs/wc3/launch.png create mode 100644 www/imgs/wc3/members-view.png create mode 100644 www/imgs/wc3/menu.png create mode 100644 www/imgs/wc3/tray.png create mode 100644 www/imgs/wc3/unzip.png create mode 100644 www/imgs/wc3/unzipped.png create mode 100644 www/wc3.html diff --git a/www/blog/movies/index.html b/www/blog/movies/index.html new file mode 100644 index 0000000..75dd290 --- /dev/null +++ b/www/blog/movies/index.html @@ -0,0 +1,48 @@ + + + + + + senders.io - Blog + + + + + +
+
+

Favorite Movies

+

I occasionally ponder what my favorite movies are. So this is a list + to help me remember. These are in alphabetical order.

+
    +
  • Alien
  • +
  • All Quiet on the Western Front
  • +
  • Arrival
  • +
  • Dawn of the Dead (1978)
  • +
  • Day of the Dead
  • +
  • Dredd
  • +
  • Grave of the Fireflies
  • +
  • Hot Fuzz
  • +
  • Jurassic Park
  • +
  • Mad Max 2: The Road Warrior
  • +
  • Mad Max: Fury Road
  • +
  • Nausicaa of the Valley of the Wind
  • +
  • Office Space
  • +
  • Spaceballs
  • +
  • Starship Troopers
  • +
  • Superbad
  • +
  • The Night of the Living Dead
  • +
  • The Planet of the Apes
  • +
  • The Terminator
  • +
  • Tron: Legacy
  • +
  • Tron
  • +
+
+
+ + diff --git a/www/dice/index.css b/www/dice/index.css new file mode 100644 index 0000000..9c3a8e4 --- /dev/null +++ b/www/dice/index.css @@ -0,0 +1,38 @@ +#numdice { + font-size: 2em; + width: 100px; + text-align: center; +} + +#rollbtn { + font-size: 2em; + padding: 8px 32px; +} + +.output tbody tr:nth-child(even) { + background-color: #e6e6e6; +} + +#history { + min-width: 33%; +} + +.num { + text-align: center; + padding: 0 4px; +} + +tr th { + border-bottom: 1px dotted #444; +} + +#history tr th:nth-child(2), #history tr td:nth-child(2) { + border-right: 1px solid #444; +} + +.footer { + font-size: 0.5em; + text-align: center; + width: 100%; +} + diff --git a/www/dice/index.html b/www/dice/index.html new file mode 100644 index 0000000..078e711 --- /dev/null +++ b/www/dice/index.html @@ -0,0 +1,86 @@ + + + + + + senders.io - Dice Roller + + + + + +
+

Dice Roller

+

Set your number of dice and press roll. The output tables will display + the number of count of each result rolled.

+
+ + +
+

Roll Results

+ + + + + + + + +
Dice FaceNum Rolled
+

Roll History

+ + + + + + + + + + + + + + +
#cnt1s2s3s4s5s6s
+
+ + + + diff --git a/www/imgs/linus.gif b/www/imgs/linus.gif new file mode 100644 index 0000000..04e016c Binary files /dev/null and b/www/imgs/linus.gif differ diff --git a/www/imgs/wc3/add-remove.png b/www/imgs/wc3/add-remove.png new file mode 100644 index 0000000..41dc06e Binary files /dev/null and b/www/imgs/wc3/add-remove.png differ diff --git a/www/imgs/wc3/cdkey.png b/www/imgs/wc3/cdkey.png new file mode 100644 index 0000000..567643f Binary files /dev/null and b/www/imgs/wc3/cdkey.png differ diff --git a/www/imgs/wc3/connection.png b/www/imgs/wc3/connection.png new file mode 100644 index 0000000..c338dc5 Binary files /dev/null and b/www/imgs/wc3/connection.png differ diff --git a/www/imgs/wc3/create-network.png b/www/imgs/wc3/create-network.png new file mode 100644 index 0000000..dbd2427 Binary files /dev/null and b/www/imgs/wc3/create-network.png differ diff --git a/www/imgs/wc3/join.png b/www/imgs/wc3/join.png new file mode 100644 index 0000000..43688c4 Binary files /dev/null and b/www/imgs/wc3/join.png differ diff --git a/www/imgs/wc3/launch.png b/www/imgs/wc3/launch.png new file mode 100644 index 0000000..7ad5c15 Binary files /dev/null and b/www/imgs/wc3/launch.png differ diff --git a/www/imgs/wc3/members-view.png b/www/imgs/wc3/members-view.png new file mode 100644 index 0000000..b9c971d Binary files /dev/null and b/www/imgs/wc3/members-view.png differ diff --git a/www/imgs/wc3/menu.png b/www/imgs/wc3/menu.png new file mode 100644 index 0000000..2963a04 Binary files /dev/null and b/www/imgs/wc3/menu.png differ diff --git a/www/imgs/wc3/tray.png b/www/imgs/wc3/tray.png new file mode 100644 index 0000000..de922e2 Binary files /dev/null and b/www/imgs/wc3/tray.png differ diff --git a/www/imgs/wc3/unzip.png b/www/imgs/wc3/unzip.png new file mode 100644 index 0000000..f698ff2 Binary files /dev/null and b/www/imgs/wc3/unzip.png differ diff --git a/www/imgs/wc3/unzipped.png b/www/imgs/wc3/unzipped.png new file mode 100644 index 0000000..29ce4e6 Binary files /dev/null and b/www/imgs/wc3/unzipped.png differ diff --git a/www/index.css b/www/index.css index 0fb73e2..08f630a 100644 --- a/www/index.css +++ b/www/index.css @@ -52,8 +52,8 @@ code.inline { height: 25%; } .scaled-half:hover > img { - width: 125%; - height: 125%; + width: auto; + height: auto; } #wishlist { margin: 2% } diff --git a/www/resume/index.html b/www/resume/index.html index 74a71db..748f504 100644 --- a/www/resume/index.html +++ b/www/resume/index.html @@ -16,7 +16,7 @@
- For my resume feel free to contact me at stephen AT + For my resume feel free to contact me at steph AT senders.io
diff --git a/www/wc3.html b/www/wc3.html new file mode 100644 index 0000000..8525017 --- /dev/null +++ b/www/wc3.html @@ -0,0 +1,152 @@ + + + + + + + + Senders' Wishlist + + + +

Warcraft 3 Setup Guide

+

Game Setup

+

Downloading the game

Download the wc3.zip. You can download it from https://cdn.senders.io/blobs/wc3.zip +

Extract the game contents

Unzip the game contents. If you + can't unzip it you can download 7Zip from: https://www.7-zip.org/. +
+ +
+ Hover to Zoom +
+
+ +
+ Hover to Zoom +
+

Launch the game

Open the folder you unzipped into and + open Warcarft III 1.31.1\x86_64\Warcraft III.exe. + This will launch the game. +
+ +
+ Hover to Zoom +
+

Active your CD Key

The game will prompt with a launcher + for battle.net or CD Key. Choose CD Key and type in the provided CD Key. Your + CD Key can be found in CDKEYS.jpg back in the + main folder. +
+ +
+ Hover to Zoom +
+

Warning! Do Not Update

Once you launch the game it will prompt you to + update: DO NOT UPDATE THE GAME . After clicking No it may + ask you again on launch again (sometimes). Just keep clicking NO. +

Done!

Now you've setup Warcraft 3. Next you need + to setup a virtual LAN +

Setting up a Virtual Lan

In this section I'll show + a guide for setting up ZeroTier. +

Before you continue

Only one person + needs to setup a network. Everyon else can join an existing + network through the network's creator (admin). And once + you've been authorized by the admin you can join/unjoin as you please. + The admin doesn't even need to be in the same game / online. +

Admin | Network Setup

If you want to be the network admin you can + create a network by first creating an account with ZeroTier. You'll need + to supply a verifiable email but that is it. Here is a quick summary of how + to setup. A full guide can be found at + Zero Tiers own setup guide +
+ +
+ Hover to Zoom +
+

Your Network ID

Your network ID will be present on the network page. + The example netowrk here is: 17d709436c634b2b. + You will share this with the members. +

Admin | Network Settings

You shouldn't have to do anything + custom, just authorize the users who join your network. This can be done by + either adding them directly, or checking the authorize box. You can add them + from the settings menu at the bottom: +
+ +
+ Hover to Zoom +
+

Member | Download

Note Admins must also join their own + network! Member's first must download the application: Zero Tier 1. +

Member | ZeroTier UI

The ZeroTier UI is just a system-tray icon. Just + right click to perfom any of the actions listed below. (It's the icon + that shares the icon from the website!) +
+ +
+ Hover to Zoom +
+
+ +
+ Hover to Zoom +
You can right click the tray-icon to open the menu. Here you will see + your Node Id. Example: Node ID: 2d213b67f2 +

Member | Add network

To join simply paste the network ID in the form. + You can get the ID from the Network Admin. +
+ +
+ Hover to Zoom +
+

Admin | Authorize the Member

The Admin will then need your + Node ID and will authorize you in their network settings. +
+ +
+ Hover to Zoom +
+

Member | Reboot

Now that you've connected and setup I recommend + rebooting here. You can also reboot upon installation too to be safe. +

Member | Verify connectivity

You can open the menu and click + "Show Network" which will show you your connected networks. You + should see Status: OK. You can click the connect + checkbox here to connect/disconnect. Or click the network from the menu + directly. +
+ +
+ Hover to Zoom
+
+

Admin | Verify everyone is + connected

You can verify the connected + nodes by looking at the network view under Members. You should see Last Seen + "ONLINE" and their Physical IP - this will mean they're + connected successfully. You can add names and descriptions to help manage who + is who in case someone loses connectivity. +

Creating a LAN Game

At this point you should be able to create a LAN game. It will + ask you to install Bonjour services. Click yes. The game may hang for a bit + while this happens, that is normal. Authorize the network firewall popup if + it does. +

Troubleshooting

The network Admin can troubleshoot any connectivity issues by + checking if the Member's are present in their network settings. +

Status: + Request_Configuration

If you are stuck + in this status you can delete the network. Reboot. Then re-add the network + and have the admin re-authorize you if necessary. This may take a few minutes + before you're IP appears in the network settings for the admin. + + diff --git a/www/wishlist.html b/www/wishlist.html index 0d5fca5..b6e6869 100644 --- a/www/wishlist.html +++ b/www/wishlist.html @@ -21,24 +21,108 @@

What I already own - You can double check with Carolynn

+

General suggestions

+

Since that list is clearly not exhaustive (I don't have the time to + flag everything). I will essentially just list some bands I like and own very + few records of (sorted alphabetically)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArtistOwned
Black SabbathParanoid
Cream
IncubusS.C.I.E.N.C.E, Trust Fall
Iron Maiden
Jefferson Airplane
Jimi HendrixElectric Ladyland, Band of Gypsys
KhemmisDeceiver (Preordered)
Led ZepplinDad's Zep 1, Zep 4
MuseDronez
Pink FloydMeddle, Atom Heart Mother, Dark Side of the Moon
Rage Against The Machine
Ten Years AfterCricklewood Green
The WhoLive At Leeds
TrafficDad's John Barlycorn
UadaDjinn
+

Owned but not listed

+

I have some preorders on the way, so I don't have the catalog info to + put into Discogs

+ +

Shopping for records

If you have used Discogs before I find it a bit tough to navigate. Just be aware of what country the seller is from as that typically relates to ship time.

I would be happy with any record if you think I would like it. Be wary of - quality of the media. Typically anything less than VG+ on discogs and reverb - is questionable. I don't care much about getting an original vs - reissue.

-

If a release is 2019 or 2020 - you can do a bit of research and sometimes + quality of the media. Typically anything less than VG+ on discogs is + questionable. I don't care much about getting an original vs reissue.

+

If a release is 2020 or 2021 - you can do a bit of research and sometimes find the actual merch store - but watch out for turnaround time with any - actual record label sites/store fronts.

-

Models

Talk to Dan if you have any questions + actual record label sites/store fronts. Typically, if a record is released + within the last year or so its price is $20-$30 before shipping - so if + it's new (even reissue) try finding a real storefront before going second + hand.

+
+

For Information Only - Not recommended

+

Models

Talk to Dan if you have any questions - - - + + + @@ -85,11 +169,11 @@
Item nameCostLinkItem nameCostLink

For the Dwarf/Skaven I want a cool model to build but feel free to get anything :) O.G Warhammer is a +1.

-

Gunpla

+

Gunpla

I like anything UC esp 0079 and 0083.

To help avoid and duplicate buys with Gunpla here is a longlist of the ones I have.

-

Gunpla I own

+

Gunpla I own