<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>where does this go on davepedu.com</title><link>https://davepedu.com/</link><description>Recent content in where does this go on davepedu.com</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>dave@davepedu.com (dave)</managingEditor><webMaster>dave@davepedu.com (dave)</webMaster><lastBuildDate>Wed, 11 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://davepedu.com/index.xml" rel="self" type="application/rss+xml"/><item><title>modernizing this blog</title><link>https://davepedu.com/blog/2026/03/14/modernizing-this-blog/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/blog/2026/03/14/modernizing-this-blog/</guid><description>&lt;p&gt;My personal website has existed in some form since the late 2000s, and like many hobby projects, it has been rebuilt far
more times than strictly necessary. My taste in tech stacks has changed over time, and each version reflects whatever I
was experimenting with at the time.&lt;/p&gt;
&lt;p&gt;These are some of thee iterations it has gone through over the years, and what is to come:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2011 - &lt;a href="https://web.archive.org/web/20110227204954/davepedu.com/blog/"&gt;WordPress&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Early 2012 - &lt;a href="https://web.archive.org/web/20120202030252/http://davepedu.com/"&gt;A single word to mark my existence on the Internet&lt;/a&gt;&lt;/p&gt;</description><content>&lt;p&gt;My personal website has existed in some form since the late 2000s, and like many hobby projects, it has been rebuilt far
more times than strictly necessary. My taste in tech stacks has changed over time, and each version reflects whatever I
was experimenting with at the time.&lt;/p&gt;
&lt;p&gt;These are some of thee iterations it has gone through over the years, and what is to come:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2011 - &lt;a href="https://web.archive.org/web/20110227204954/davepedu.com/blog/"&gt;WordPress&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Early 2012 - &lt;a href="https://web.archive.org/web/20120202030252/http://davepedu.com/"&gt;A single word to mark my existence on the Internet&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Late 2012 - &lt;a href="https://web.archive.org/web/20120919081823/http://davepedu.com/"&gt;Cheesy wood paneling and filler text&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Early 2013 - &lt;a href="https://web.archive.org/web/20130402141622/http://davepedu.com/"&gt;A fully custom Python blog engine&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Late 2013 - &lt;a href="https://web.archive.org/web/20130402141622/http://davepedu.com/"&gt;Drupal 7 on a new .io domain&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2014 - &lt;a href="https://web.archive.org/web/20141217064451/http://dpedu.io/"&gt;Design changes&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2016 - &lt;a href="https://web.archive.org/web/20160305084026/http://dpedu.io/"&gt;More design changes&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Aside - this list was actually a lot of fun to put together. I had forgotten entirely about some of these iterations.&lt;/p&gt;
&lt;p&gt;Out of all of these, the Drupal 7 iteration lasted, by far, the longest. Which, itself, is amusing. Drupal is
implemented in PHP, and there is a lot of writing on the internet about whether PHP is the greatest language or a
&lt;a href="https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/"&gt;terrible&lt;/a&gt; language. But either way, it is undeniable that
PHP is like a cockroach that will not die.&lt;/p&gt;
&lt;p&gt;But why Drupal, anyways? It bills itself as being for Enterprise, which usually means large and hulking codebases. And
it is. When I set up this site using Drupal, I was working for the &lt;a href="https://rit.edu"&gt;Rochester Institute of Technology&lt;/a&gt;,
building &lt;a href="https://davepedu.com/projects/2013/12/01/rit-kgcoe-website/"&gt;the school&amp;rsquo;s own websites&lt;/a&gt; in Drupal. It was
already familiar to me from this, so it was easy enough to use Drupal for my own purposes.&lt;/p&gt;
&lt;p&gt;But, I eventually stopped working with Drupal and web development in general as I moved into other roles -
&lt;a href="https://davepedu.com/blog/2017/07/12/on-moving-to-the-bay/"&gt;which I wrote about here&lt;/a&gt; - and I didn&amp;rsquo;t keep up with
Drupal or PHP&amp;rsquo;s evolution. Which, for Drupal, actually would have required some serious re-writes as the theme rendering
layer was changed pretty drastically from version 7 to 8. But that&amp;rsquo;s probably more detail about Drupal than
anyone needs.&lt;/p&gt;
&lt;p&gt;PHP too, changed. My Drupal website was written to work with PHP 5, which hasn&amp;rsquo;t been supported for years. Server
operating systems have long dropped support for it. Between it and Drupal&amp;rsquo;s age, it&amp;rsquo;s honestly a miracle the site never
got hacked.&lt;/p&gt;
&lt;p&gt;PHP evolved, Drupal evolved, became more complicated, and I did not keep up. So now it is time to build something new,
and to keep it simple this time around.&lt;/p&gt;
&lt;p&gt;This time, I&amp;rsquo;ve decided to use &lt;a href="https://github.com/gohugoio/hugo"&gt;Hugo&lt;/a&gt;, which is a static website framework. In
summary, you give it your content formatted in Markdown which it will organize and feed into a template, which then in
turn outputs HTML.&lt;/p&gt;
&lt;p&gt;This post, too, is a Markdown file that contains the text you see and some metadata at the top:&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-shell"&gt;+++
title = "modernizing this blog"
date = "2026-03-14"
author = "Dave"
cover = "img/IMG_1053_cropped.jpg"
hideCoverInSingle = true
description = "This blog has been migrated to a static website, using Hugo!"
tags = ["Programming", "Meta"]
+++&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I&amp;rsquo;ll lose a few things by switching to a simple static site. I could update the Drupal website from anywhere - just log
in and write a new post, or save it as a draft. And the comment section - sorry, you&amp;rsquo;ll have to write to me
&lt;a href="https://davepedu.com/contact/"&gt;directly&lt;/a&gt; now.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m also switching to my original &lt;code&gt;davepedu.com&lt;/code&gt; domain, instead of &lt;code&gt;dpedu.io&lt;/code&gt;. The .io domain was trendy at some point
in the past, and I&amp;rsquo;ve come to think that a classic .com is better anyway. On top of that, it allows me to keep the old
Drupal site online at &lt;code&gt;dpedu.io&lt;/code&gt; while I manually extract content from Drupal and re-write it for Hugo. After a time,
that domain will redirect here as well. The old site didn&amp;rsquo;t have terribly much content, but I&amp;rsquo;m also going through
unpublished drafts and making them into real posts.&lt;/p&gt;
&lt;p&gt;The new hosting stack will be similar, too. Before, I had a bare-metal dedicated server rented from
&lt;a href="https://ovhcloud.com"&gt;OVH&lt;/a&gt;. I went with dedicated servers since at the time I was working on computer infrastructure.
Another big complex thing I don&amp;rsquo;t want to take care of anymore, hah. I&amp;rsquo;ll be sticking with OVH, but I&amp;rsquo;ll be using a VPS
instead. A VPS is a good middle ground - over something completely hands-off like static hosting on Cloudflare - because
it still gives me a place to play sysadmin, which I enjoy. And everything configured on it will be installed with a
simple form of configuration management - but more on that in a future post.&lt;/p&gt;
&lt;p&gt;Of course, I couldn&amp;rsquo;t resist adding a bit of engineering fun.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve written a Go-based application that acts like a toy version of AWS&amp;rsquo;s
&lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html"&gt;S3 static website hosting&lt;/a&gt;. It&amp;rsquo;s called
&lt;a href="https://git.davepedu.com/dave/s3static"&gt;s3static&lt;/a&gt;, and is meant to be used with S3-compatible storage systems such as
&lt;a href="https://github.com/minio/minio"&gt;Minio&lt;/a&gt; or &lt;a href="https://github.com/rustfs/rustfs"&gt;RustFS&lt;/a&gt;. But more about that project in
its own dedicated post.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/traefik/traefik"&gt;Traefik&lt;/a&gt; will also be involved. It&amp;rsquo;s meant for Kubernetes but works great with a
text config file too. It also automatically handles TLS certificates via &lt;a href="https://letsencrypt.org/"&gt;Let&amp;rsquo;s Encrypt&lt;/a&gt;, for
which I used an unusual and convoluted process, which is a whole other story.&lt;/p&gt;
&lt;p&gt;Hopefully, keeping things simple will help this version stick around. Either way, rebuilding the site has been a fun
excuse to revisit old memories, clean things up, and experiment with a few new tools.&lt;/p&gt;
&lt;figure class="left" &gt;
&lt;img src="https://davepedu.com/blog/2026/03/14/modernizing-this-blog/img/IMG_1053_cropped_hu_4d96ba1b6988630d.jpg" alt="davepedu.com chief technology officer" /&gt;
&lt;figcaption class="center" &gt;davepedu.com chief technology officer&lt;/figcaption&gt;
&lt;/figure&gt;</content></item><item><title>isle of man TT</title><link>https://davepedu.com/photos/2018/06/14/isle-of-man-tt/</link><pubDate>Thu, 14 Jun 2018 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/photos/2018/06/14/isle-of-man-tt/</guid><description>&lt;p&gt;Earlier this year, I traveled from my home in California to the Isle of Man, which is a 35 mile long island in the Irish
Sea, known for its motorsports events. The Isle of Man is a self-governing British Crown Dependency, meaning they are
effectively their own country, though they technically belong to the British monarchy.&lt;/p&gt;
&lt;p&gt;The Isle of Man is most well known for the &lt;a href="https://en.wikipedia.org/wiki/Isle_of_Man_TT"&gt;Isle Of Man Tourist Trophy&lt;/a&gt; -
a 2-week motorcycle racing event held on the island&amp;rsquo;s public roads. For those two weeks, the public roads close down
on weekdays, and are used instead as a roughly 38 mile long circuit raceway. In addition, many public events are held
during the race weeks. It&amp;rsquo;s quite the spectacle.&lt;/p&gt;</description><content>&lt;p&gt;Earlier this year, I traveled from my home in California to the Isle of Man, which is a 35 mile long island in the Irish
Sea, known for its motorsports events. The Isle of Man is a self-governing British Crown Dependency, meaning they are
effectively their own country, though they technically belong to the British monarchy.&lt;/p&gt;
&lt;p&gt;The Isle of Man is most well known for the &lt;a href="https://en.wikipedia.org/wiki/Isle_of_Man_TT"&gt;Isle Of Man Tourist Trophy&lt;/a&gt; -
a 2-week motorcycle racing event held on the island&amp;rsquo;s public roads. For those two weeks, the public roads close down
on weekdays, and are used instead as a roughly 38 mile long circuit raceway. In addition, many public events are held
during the race weeks. It&amp;rsquo;s quite the spectacle.&lt;/p&gt;
&lt;p&gt;The options for lodging on the island are actually pretty interesting - the local government runs a program called
&lt;a href="https://homestay.im/"&gt;Homestay&lt;/a&gt;, which encourages residents to rent out extra bedrooms to tourists. It&amp;rsquo;s a pretty great
experience - much more interesting than a hotel, and the rates can be lower too. This is what I did - I rented a bedroom
in the town of Peel, the third-largest town on the island. More on Peel below.&lt;/p&gt;
&lt;p&gt;This album covers sights from the island and along the way, so there is something for everyone.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/cover_hu_ae721cb4a8b2aaa.jpg" alt="A custom motorcycle parked on the streets of Douglas"/&gt;&lt;/p&gt;
&lt;p&gt;A custom motorcycle parked on the streets of Douglas.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;I live in California, and the Isle of Man is about 5,000 miles away from me. Its airport is small so there is no direct
flight from here, so between my various connecting flights I traveled about 6,000 miles in total - one way. Fun fact -
the &amp;ldquo;halfway around the world&amp;rdquo; idiom if taken literally is about 12,000 miles, and I traveled half of that. Halfway to
halfway around the world!&lt;/p&gt;
&lt;p&gt;A layover of about a day at London Gatwick Airport allowed me to spend the day in London. I took the classic
double-decker bus tour, and a boat tour on the River Thames. I didn&amp;rsquo;t have a set agenda besides these items, and
effectively wandered otherwise. I first found myself in Hyde Park, which features many historical monuments.&lt;/p&gt;
&lt;h1 id="australian-war-memorial"&gt;Australian War Memorial&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9000_hu_5f1bd509bc419393.jpg" alt="Australian War Memorial, London"/&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="https://en.wikipedia.org/wiki/Australian_War_Memorial,_London"&gt;Wikipedia&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Australian War Memorial in London is a memorial dedicated in 2003 to the 102,000 Australian dead of the First and
Second World Wars.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id="new-zealand-war-memorial"&gt;New Zealand War Memorial&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9015_hu_107fc27f3a92756.jpg" alt="New Zealand War Memorial, London"/&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="https://en.wikipedia.org/wiki/New_Zealand_War_Memorial,_London"&gt;Wikipedia&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The New Zealand War Memorial in London is a memorial to the war dead of New Zealand in the First and Second World
Wars, unveiled in 2006. Officially named &amp;ldquo;Southern Stand&amp;rdquo;, the memorial was designed by architect John Hardwick-Smith
and sculptor Paul Dibble, both from New Zealand.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id="big-ben"&gt;Big Ben&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9066_hu_f9952889e0c7e7f0.jpg" alt="Big Ben, London"/&gt;&lt;/p&gt;
&lt;p&gt;Big Ben was undergoing some sort of construction work that required it to be nearly enclosed in scaffolding.
Unfortunately, you couldn&amp;rsquo;t see most of it. The Palace of Westminster is on the left.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9209_hu_7762c57ee6afcef.jpg" alt="Big Ben, London"/&gt;&lt;/p&gt;
&lt;p&gt;Close up of the clock face, behind which Big Ben - which is technically the name for the bell inside - sits.&lt;/p&gt;
&lt;h1 id="tower-bridge"&gt;Tower Bridge&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9127_hu_ba332990bdba2dd.jpg" alt="Tower Bridge, London"/&gt;&lt;/p&gt;
&lt;p&gt;We were going to cross it on the bus earlier, but the driver informed us we could not because some sort of protest was
taking place on the bridge, blocking traffic. This is seen from the dock where the boat tours launched from.&lt;/p&gt;
&lt;h1 id="classic-london-black-cab"&gt;classic London black cab&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9079_hu_466818bbcc87aa11.jpg" alt="Black cab"/&gt;&lt;/p&gt;
&lt;h1 id="london-victoria-station"&gt;London Victoria Station&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/2018-06-03_11.03.54_hu_cb051c1b070f4e41.jpg" alt="London Victoria Station"/&gt;&lt;/p&gt;
&lt;p&gt;Having spent the morning and early afternoon exploring London, the time came to catch my flight to the Isle of Man. I
took the Gatwick Express out of London back to Gatwick airport.&lt;/p&gt;
&lt;h1 id="race-day"&gt;race day&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/cover_hu_ae721cb4a8b2aaa.jpg" alt="A custom motorcycle parked on the streets of Douglas"/&gt;&lt;/p&gt;
&lt;p&gt;This isn&amp;rsquo;t a bike competing in the day&amp;rsquo;s races, but it was race day on the island! The number of motorcycles that
appeared on the island was impressive. Fields upon fields of parked bikes.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9302_hu_57b6a391818eeeff.jpg" alt="Fields of bikes"/&gt;&lt;/p&gt;
&lt;h1 id="douglas"&gt;Douglas&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9340_hu_634549c4f4254645.jpg" alt="Zooming on the street"/&gt;&lt;/p&gt;
&lt;p&gt;The race was on! This is a racer speeding through Douglas, the largest town and capital of the Isle of Man. You can see
that they literally do just use the island&amp;rsquo;s public streets for the race course - and the public comes out to watch.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s difficult to describe how fast these racers move. It&amp;rsquo;s nothing like standing next to a highway - these bikes move
at more than double highway speed - on average! The record average speed for an entire lap is 136 MPH, held by Peter
Hickman. Of course, this average speed includes slower parts of the course. On simpler portions of the course, such as
straightaways, speeds over 200 MPH are frequently attained.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9330_hu_5a05708c4c5c6a82.jpg" alt="A racer speeding through Douglas"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9450_hu_dcea70ef66fcf905.jpg" alt="Cornering north of Douglas"/&gt;&lt;/p&gt;
&lt;h1 id="sidecar-race"&gt;sidecar race&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9362_hu_c4a0c8396ef9b247.jpg" alt="A sidecar"/&gt;&lt;/p&gt;
&lt;p&gt;In addition to motorcycles, races with &amp;ldquo;sidecar&amp;rdquo; motorcycles are also run.&lt;/p&gt;
&lt;p&gt;Really, they aren&amp;rsquo;t motorcycles under the hood at all. It&amp;rsquo;s not a motorcycle with a sidecar added. It&amp;rsquo;s a completely
custom machine for this specific class of race.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;During the race week, races happen Monday / Wednesday / Friday, with Tuesday and Thursday being break/prep days. This
downtime in between race days gave me plenty of time to look at other sights on the Isle of Man.&lt;/p&gt;
&lt;h1 id="cat"&gt;cat&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9393_hu_9ab2afb586b37ab4.jpg" alt="Cat"/&gt;&lt;/p&gt;
&lt;p&gt;Cat.&lt;/p&gt;
&lt;h1 id="douglas-promenade"&gt;Douglas Promenade&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9381_hu_625e1c5d04b4ca2.jpg" alt="Douglas Promenade"/&gt;&lt;/p&gt;
&lt;p&gt;The island&amp;rsquo;s capital and largest city, Douglas, is situated on a small bay, and features a seafront walkway known as the
Promenade. During TT week, many events and shops set up here. The race doesn&amp;rsquo;t come though here, but this can be
considered the city&amp;rsquo;s downtown.&lt;/p&gt;
&lt;h1 id="tower-of-refuge"&gt;Tower of Refuge&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9377_hu_67d6d6886d3b79b0.jpg" alt="Tower of Refuge, Douglas Bay"/&gt;&lt;/p&gt;
&lt;p&gt;The Tower of Refuge is a short distance out to sea in Douglas Bay, and can be seen from the Promenade. It was built as
shelter for shipwrecked sailors. The coastline along Douglas forms a nice bay, but this island, St Mary&amp;rsquo;s Isle aka
Conister Rock, is part of a submerged reef that posed significant risk to ships historically. So, in 1832, the Tower of
Refuge was built as a miniature castle as a shelter for shipwrecked sailors.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9397_hu_8887ae4e4cfefca3.jpg" alt="Isle of Man&amp;rsquo;s National symbol, a triskelion."/&gt;&lt;/p&gt;
&lt;p&gt;Bench along the Promenade, displaying the Isle of Man&amp;rsquo;s National symbol, a triskelion.&lt;/p&gt;
&lt;h1 id="suzuki-v-strom"&gt;Suzuki V-Strom&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/2018-06-04_17.38.14_hu_d29fa8782ed7ee84.jpg" alt="Suzuki V-Strom DL1000A"/&gt;&lt;/p&gt;
&lt;p&gt;Seen parked along the Promenade. This is the same model of bike I own back home. I don&amp;rsquo;t see many of them in the wild,
probably less than 10 instances since I&amp;rsquo;ve had it.&lt;/p&gt;
&lt;h1 id="town-of-peel-evening"&gt;Town of Peel, evening&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9508_hu_534407259393e282.jpg" alt="Town of Peel"/&gt;&lt;/p&gt;
&lt;p&gt;I had rented a room in the town of Peel as mentioned earlier, so I returned here once it became evening. During TT week,
the island runs many and frequent bus routes, which made getting around the island really easy, and relatively
inexpensive. Peel is on the opposite side of the island compared to Douglas, but it wasn&amp;rsquo;t a very long bus ride - about
10 miles.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m told that the word &amp;ldquo;peel&amp;rdquo; in the Manx language - a Gaelic Celtic language spoken by the island&amp;rsquo;s original
inhabitants - means &amp;ldquo;castle&amp;rdquo;, and as such, Peel&amp;rsquo;s bay and coastline is dominated by the ruins of a castle, to the right
side of the photo.&lt;/p&gt;
&lt;h1 id="same-spot-overlooking-peel-beach-next-morning"&gt;same spot overlooking Peel Beach, next morning&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9525_hu_ef526e7c38e604c4.jpg" alt="Town of Peel"/&gt;&lt;/p&gt;
&lt;h1 id="peel-beach"&gt;Peel Beach&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9547_hu_e5ad981391815d9a.jpg" alt="Eurasian Oystercatchers"/&gt;&lt;/p&gt;
&lt;p&gt;Eurasian Oystercatchers on Peel&amp;rsquo;s beach.&lt;/p&gt;
&lt;h1 id="peel-lighthouse"&gt;Peel Lighthouse&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9552_hu_203e4ebc9b07efc2.jpg" alt=""/&gt;&lt;/p&gt;
&lt;p&gt;A small lighthouse on the breakwater that protects Peel&amp;rsquo;s marina.&lt;/p&gt;
&lt;h1 id="peel-castle"&gt;Peel Castle&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9558_hu_9c0d836fb7069077.jpg" alt="Peel Castle"/&gt;&lt;/p&gt;
&lt;p&gt;Seen from Peel Beach. Nice sunlight this morning.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9556_hu_c933c4c8fd0b5953.jpg" alt="Peel Castle"/&gt;&lt;/p&gt;
&lt;p&gt;A wider shot.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9763_hu_18cdb9fae97346a6.jpg" alt="Peel Castle"/&gt;&lt;/p&gt;
&lt;p&gt;Looking into the castle&amp;rsquo;s courtyards from a nearby hill.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9690_hu_d2cdf0b06638f94f.jpg" alt="Peel Castle"/&gt;&lt;/p&gt;
&lt;p&gt;Inside the castle.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9729_hu_7d8994baa3afda5c.jpg" alt="Peel Castle"/&gt;&lt;/p&gt;
&lt;p&gt;Further inside the castle.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9704_hu_e9153de993fdc063.jpg" alt="Castle flag"/&gt;&lt;/p&gt;
&lt;p&gt;Another triskelion flying above the castle.&lt;/p&gt;
&lt;h1 id="coast-guard-station"&gt;Coast Guard station&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9639_hu_52d2b72f40e97bd2.jpg" alt="Talus MB-H amphibious tractor"/&gt;&lt;/p&gt;
&lt;p&gt;The island&amp;rsquo;s Coast Guard operates a station on Peel beach. Here, they have a lifeboat to assist ships in distress. On a
moment&amp;rsquo;s notice, the boat is moved out of this enclosure and down a ramp into the sea. The tractor in the foreground is
a &lt;a href="https://en.wikipedia.org/wiki/Talus_MB-H_amphibious_tractor"&gt;Talus MB-H amphibious tractor&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id="peel-from-above"&gt;Peel, from above&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9804_hu_2d315534daf9919.jpg" alt="Peel, from above"/&gt;&lt;/p&gt;
&lt;p&gt;There is a large hill on the west side of Peel that gives a great vantage point to see the town from above.
Looking northeast.&lt;/p&gt;
&lt;h1 id="hiking-from-peel"&gt;hiking from Peel&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9779_hu_563052232b26d114.jpg" alt="Coastal Path"/&gt;&lt;/p&gt;
&lt;p&gt;There is a hiking trail that encircles the island, known as the Coastal Path. I walked a portion of it departing from
Peel. A large percentage of the island&amp;rsquo;s coastline is impassable rocky cliffs like this, which makes the land of little
use beyond farming.&lt;/p&gt;
&lt;h1 id="livestock-gate"&gt;livestock gate&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/2018-06-05_13.13.14_hu_6fd681f94f27d169.jpg" alt="Livestock gate"/&gt;&lt;/p&gt;
&lt;p&gt;While the hiking trail is public, it passes through many different farms, each separated by short rock walls. These
peculiar gates are installed along the wall to allow hikers to pass though. The gate is designed with an unlatched and
movable swinging portion in the center. It&amp;rsquo;s shaped such that a livestock animals - sheep and goats were common - cannot
pass through the gate, but humans can.&lt;/p&gt;
&lt;h1 id="ramsey-another-race-day"&gt;Ramsey, another race day&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9823_hu_19d4cf55500d25a2.jpg" alt="Cornering in downtown Ramsey"/&gt;&lt;/p&gt;
&lt;p&gt;The next day, I found my way to the town of Ramsey, near the north end of the island. My impression of Ramsey is that it
is more of a blue-collar working town, particularly around the fishing industry.&lt;/p&gt;
&lt;h1 id="conrods"&gt;Conrod&amp;rsquo;s&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0026_hu_c8984819856f2ad1.jpg" alt="Conrod&amp;rsquo;s coffee shop"/&gt;&lt;/p&gt;
&lt;p&gt;I saw this cute and on-theme coffee shop, sign complete with engine parts and another triskelion.&lt;/p&gt;
&lt;h1 id="action"&gt;action!&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9996_hu_c699e1161eb03901.jpg" alt="Racing underway"/&gt;&lt;/p&gt;
&lt;p&gt;Ramsey was a great place to watch from, featuring several straightaways and hairpin corners.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9958_hu_dc92636222a678fe.jpg" alt="Racing underway"/&gt;&lt;/p&gt;
&lt;p&gt;One particular corner had a pub&amp;rsquo;s outdoor seating area situated in it. It was a great place to watch the bikers whiz by,
mere inches away, while you were being served food and drink.&lt;/p&gt;
&lt;h1 id="isle-of-man-motor-museum"&gt;Isle of Man Motor Museum&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0192_hu_56b347f06904377.jpg" alt="Inside the Isle of Man Motor Museum"/&gt;&lt;/p&gt;
&lt;p&gt;Located relatively close to Ramsey is the &lt;a href="https://www.isleofmanmotormuseum.com/"&gt;Isle of Man Motor Museum&lt;/a&gt;. Its indoor
showroom features countless rare - but also some common - cars, trucks, motorcycles, military equipment, and other
vehicles. Active restoration work was going on within the museum&amp;rsquo;s workshops as well.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0157_hu_74eff7edc489206b.jpg" alt="Peel P50"/&gt;&lt;/p&gt;
&lt;p&gt;The Peel P50 - &lt;a href="https://www.youtube.com/watch?v=dJfSS0ZXYdo"&gt;as seen on Top Gear&lt;/a&gt; - claimed the title of being the
smallest production car in the world could also be seen here.&lt;/p&gt;
&lt;h1 id="under-the-queens-pier"&gt;under the Queen&amp;rsquo;s Pier&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0209_hu_fc8d79ffc946a38.jpg" alt="Under the Queen&amp;rsquo;s Pier"/&gt;&lt;/p&gt;
&lt;p&gt;The Queen&amp;rsquo;s Pier in Ramsey was built in the 1880s as a place for ships to pick up and drop off passengers. It was closed
in the 1990s due to safety concerns and remained closed for about 25 years. At the time of my visit, restoration work
was just getting started, and the pier has since reopened.&lt;/p&gt;
&lt;p&gt;Towards the bottom of the photo, you can see how rusted out the metal supports are.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0250_hu_61e24d7f017c49ed.jpg" alt="Queen&amp;rsquo;s Pier"/&gt;&lt;/p&gt;
&lt;p&gt;Another view of the Queen&amp;rsquo;s Pier, from a distance so that we may see its length.&lt;/p&gt;
&lt;h1 id="electric-rail"&gt;electric rail&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0244_hu_9134d2bc6eca73a.jpg" alt="Manx electric tramcar"/&gt;&lt;/p&gt;
&lt;p&gt;The island runs a historical electric railway, called the Manx Electric Railway. Again dating from the late 19th
century, the railway runs on 550 volts DC and features roughly 25 electric trams. It holds the title of being the the
oldest electric tram line in the world in the sense that most of its electric trams are original, some dating back over
a century.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0247_hu_ba16fce4959a3f46.jpg" alt="Tramcar insignia closeup"/&gt;&lt;/p&gt;
&lt;p&gt;A close-up of the hand-painted insignia on the side of the electric tram.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0261_hu_f9f8ae6f70ef2ea1.jpg" alt="Countryside farms"/&gt;&lt;/p&gt;
&lt;p&gt;The railway snakes along the eastern coast, providing excellent scenic views of some quieter parts of the island.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0273_hu_98e376eed1aa660a.jpg" alt="Countryside houses"/&gt;&lt;/p&gt;
&lt;h1 id="laxey-and-laxey-wheel"&gt;Laxey and Laxey Wheel&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0421_hu_8d452e0394d3049f.jpg" alt="Laxey Wheel, up close"/&gt;&lt;/p&gt;
&lt;p&gt;The electric rail eventually brought me to the village of Laxey, where there is a small station and junction. From here,
one can take another train up Snaefell Mountain, the highest peak on the island, or view some attractions in Laxey.
Pictured above is Laxey Wheel, and enormous waterwheel. It holds the title of being the largest surviving original
working waterwheel in the world, built in 1854.&lt;/p&gt;
&lt;p&gt;Laxey is a historic mining town. In the 19th and early 20th century, large amounts of lead and zinc were mined here. The
ore was washed on various washing floors - basically wide open spaces with flowing water - that still exist today.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9982_hu_a7da617d1ab9d374.jpg" alt="Laxey Wheel, from afar"/&gt;&lt;/p&gt;
&lt;p&gt;Laxey Wheel served as a water pump to deliver water to these floors and other mining operations. The wheel itself is
about 72 feet in diameter, 6 feet wide, and spins at 3 rotations per minute.&lt;/p&gt;
&lt;p&gt;The wheel is now a National Heritage site.&lt;/p&gt;
&lt;h1 id="snaefell-mountain-summit"&gt;Snaefell Mountain Summit&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0363_hu_c99d2734f3e0751c.jpg" alt="Snaefell Mountain Summit"/&gt;&lt;/p&gt;
&lt;p&gt;From Laxey, I took the electric rail up to the summit of Snaefell Mountain. There is a small restaurant at the top, but
it seemed to have been closed for some time. You could go inside in case of bad weather, but no food was available.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0352_hu_762879baa099ebff.jpg" alt="Snaefell Mountain Summit station"/&gt;&lt;/p&gt;
&lt;p&gt;The railway takes you right to the top. No hiking required!&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll be honest - taking a century-old vehicle up a mountain did seem a little scary. The railway was steep and wound
around the contours of the mountain, making working brakes absolutely critical. Looking back after some research, the
railway does have an excellent safety record, which puts my mind at ease.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0378_hu_7b5c85ebd512c013.jpg" alt="Manx electric tramcar"/&gt;&lt;/p&gt;
&lt;p&gt;An electric tram, departing.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0351_hu_53f84b9ffbbe2787.jpg" alt="Snaefell summit views"/&gt;&lt;/p&gt;
&lt;p&gt;Scenic view from the summit.&lt;/p&gt;
&lt;h1 id="calf-of-man"&gt;Calf of Man&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9817_hu_ae327d1eae77ff24.jpg" alt="Looking east from the island&amp;rsquo;s southern tip"/&gt;&lt;/p&gt;
&lt;p&gt;Later, I made my way down to the southernmost tip of the main island. Not far from shore is another island, known as the
Calf of Man. The name comes from the island&amp;rsquo;s shape; it roughly looks like a lamb calf - distinct legs, a body, and a
head section.&lt;/p&gt;
&lt;p&gt;The Calf of Man is uninhabited, but there are a few historic structures on it.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9815_hu_96808d8d44fb075b.jpg" alt="Sea wildlife"/&gt;&lt;/p&gt;
&lt;p&gt;Sea wildlife, near the Calf of Man, in an area known as Cow Harbour.&lt;/p&gt;
&lt;h1 id="hiking-to-port-of-erin"&gt;hiking to Port of Erin&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9864_hu_e4ae1c0a39f3f13.jpg" alt="Hiking trails to Port of Erin"/&gt;&lt;/p&gt;
&lt;p&gt;From the shorelines near the Calf of Man, hiking trails depart allowing you to walk either towards the east side of the
island, or the west side. I chose the west side, taking a trail that would eventually arrive at the Port of Erin.&lt;/p&gt;
&lt;p&gt;Despite being only about 3 miles long, I found the hike somewhat difficult. As you can see in the image above, the
coastline the trail follows slopes steeply towards the ocean. This made walking difficult as your ankles constantly
wanted to roll sideways down the hillside.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9832_hu_e332176943a422fb.jpg" alt="Wildlife along the trail"/&gt;&lt;/p&gt;
&lt;p&gt;Wildlife along the trail.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9829_hu_955e86de5f3d416b.jpg" alt="Trail signage"/&gt;&lt;/p&gt;
&lt;p&gt;Trail signage. &amp;ldquo;Raad Ny Foillan&amp;rdquo; - Manx for &amp;ldquo;The Way of the Gull&amp;rdquo; is the same trail seen earlier near Peel that
encircles the island. I believe this sign is marking the fork in the trail that takes you either on the trails along the
west or east side of the island. The coastline of the island meanders enough that despite the entire island being only
about 30 miles long, the trail&amp;rsquo;s length is nearly 100 miles.&lt;/p&gt;
&lt;h1 id="milners-tower"&gt;Milner&amp;rsquo;s Tower&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9869_hu_b3d4bdda2dfcf02f.jpg" alt="Milner&amp;rsquo;s Tower"/&gt;&lt;/p&gt;
&lt;p&gt;When approaching the Port of Erin, a picturesque stone tower can be seen on a hill overlooking the port&amp;rsquo;s bay. Milner&amp;rsquo;s
Tower - built atop Bradda Head - was built to honor a local businessman, William Milner, in the mid 19th century, for
his love and support for the town.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9882_hu_699550708b16ab81.jpg" alt="Milner&amp;rsquo;s Tower, closer view"/&gt;&lt;/p&gt;
&lt;p&gt;Closer view of Milner&amp;rsquo;s Tower tower. It&amp;rsquo;s tall towers and narrow footprint gives it an extremely
fairytale-like appearance.&lt;/p&gt;
&lt;h1 id="port-of-erin-beach"&gt;Port of Erin beach&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9920_hu_412adcb631a03e9a.jpg" alt="Port of Erin beach"/&gt;&lt;/p&gt;
&lt;p&gt;Port of Erin is an adorable little town, seemingly a hot spot for beach-going tourists.&lt;/p&gt;
&lt;h1 id="isle-of-man-railway"&gt;Isle of Man Railway&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9939_hu_8a345ad574bc505a.jpg" alt="Isle of Man Railway engine"/&gt;&lt;/p&gt;
&lt;p&gt;Separate from the electric railway in the north of the island, the southern half of the island is serviced by a historic
steam railway. Today, the trains run from Port of Erin to Douglas. I took this train from Port of Erin, stopped in
Castletown along the way, and eventually made it back to Douglas where I called it a day.&lt;/p&gt;
&lt;h1 id="final-race-day"&gt;final race day&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_9691_hu_6d94becbb9bb7db6.jpg" alt="Race bike with tire heaters"/&gt;&lt;/p&gt;
&lt;p&gt;The next day was the final day of racing. On the final day, the main event - The Senior TT - is run. This is the event
the island is known for.&lt;/p&gt;
&lt;p&gt;Pictured here is a bike and crew participating in the race. Just like in other motorsports, the crews keep heaters on
the bike&amp;rsquo;s tires right up until go time, as seen here. Hot tires grip the roads better, allowing racers to corner faster
and make better time.&lt;/p&gt;
&lt;h1 id="the-end"&gt;the end&lt;/h1&gt;
&lt;p&gt;This concludes my time on the Isle of Man. I stayed on the island for almost two weeks and had time to see many of the
historic and cultural sites on the island, in addition to the motorsport races. The Tourist Trophy races have been run
for over a century now, deeply intertwining the two. Learning about the island&amp;rsquo;s history and culture was horizon
broadening. As someone who grew up in a small town, the layout and scale of the Isle of Man made me feel right at home.&lt;/p&gt;
&lt;p&gt;I was very fortunate to have been visiting at a time when some of the best weather in years was rolling though. The
British Isles are famously rainy and dreary, and the Isle of Man is no exception. However, we had clear weather nearly
every single day during my stay. I recall about an hour of rain during one cloudy day, but no more.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0136_hu_1f1e83a5e515051b.jpg" alt="Me, standing by The Winkie"/&gt;&lt;/p&gt;
&lt;p&gt;Here, on the northernmost point of the island, stands a lighthouse called The Winkie. That&amp;rsquo;s me standing on it!&lt;/p&gt;
&lt;h1 id="the-author"&gt;the author&lt;/h1&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2018/06/14/isle-of-man-tt/img/IMG_0161_hu_8d1262801f0e982e.jpg" alt="The author of this blog"/&gt;&lt;/p&gt;
&lt;p&gt;The author of this blog, photographed at Jurby Junk, a sprawling &amp;ldquo;bric-a-brac&amp;rdquo; store.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;I hope you enjoyed reading about my trip. I sure enjoyed the trip itself, and writing this post. The race was amazing to
see, and staying with the locals rather than sleeping in a hotel made the trip a truly special experience I&amp;rsquo;ll
never forget.&lt;/p&gt;
&lt;p&gt;If you enjoyed my story and photos, or are planning a trip of your own, &lt;a href="https://davepedu.com/contact/"&gt;let me know&lt;/a&gt;!&lt;/p&gt;</content></item><item><title>on moving to the Bay Area and engaging with Startups</title><link>https://davepedu.com/blog/2017/07/12/on-moving-to-the-bay/</link><pubDate>Wed, 12 Jul 2017 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/blog/2017/07/12/on-moving-to-the-bay/</guid><description>&lt;p&gt;I moved to the San Francisco Bay Area almost 3 years ago now. Having grown up in a small town (~2000 people) and gone
to school in a small city (Rochester metropolitan area, New York ~1,000,000), it was not unexpectedly quite the
shocking transition.&lt;/p&gt;
&lt;p&gt;Most of my observations of difference are fairly mundane - traffic patterns are different, more timid in some ways, and
more aggressive in others. Endless cool summer sun is easy to love. So many cultures and cuisines all in one place. A
beautiful setting, and at the same time, it&amp;rsquo;s ground zero for the information technology revolution upending the world.&lt;/p&gt;</description><content>&lt;p&gt;I moved to the San Francisco Bay Area almost 3 years ago now. Having grown up in a small town (~2000 people) and gone
to school in a small city (Rochester metropolitan area, New York ~1,000,000), it was not unexpectedly quite the
shocking transition.&lt;/p&gt;
&lt;p&gt;Most of my observations of difference are fairly mundane - traffic patterns are different, more timid in some ways, and
more aggressive in others. Endless cool summer sun is easy to love. So many cultures and cuisines all in one place. A
beautiful setting, and at the same time, it&amp;rsquo;s ground zero for the information technology revolution upending the world.&lt;/p&gt;
&lt;p&gt;I saw what the Bay&amp;rsquo;s tech industry had to offer and found my niche over time. I came here to work for HP, an ancient
giant in the hard and software industry, doing web development for marketing websites. I eventually found my way into
the Startup Lottery, designing and operating critical core infrastructure for &amp;ldquo;big data&amp;rdquo; applications.&lt;/p&gt;
&lt;p&gt;Startups are generally small companies that attempt to use computers and code to tackle challenges previously thought as
too hard for such a small team. And the Lottery is the right term for how startups ebb and flow in the Bay.&lt;/p&gt;
&lt;p&gt;Every so often, a &amp;ldquo;new thing&amp;rdquo; becomes the popular &amp;ldquo;new thing&amp;rdquo; and a thousand startups pop up around it. Doing &amp;ldquo;it&amp;rdquo;
directly, supporting &amp;ldquo;it&amp;rdquo;, documenting &amp;ldquo;it&amp;rdquo;, consulting about &amp;ldquo;it&amp;rdquo;, defending from &amp;ldquo;it&amp;rdquo;, whatever &amp;ldquo;it&amp;rdquo; may be. The
Dot-Com boom in the early 2000s, Web 2 and Social media in the later 2000s, early Apps in the 2010s, Big data in the mid
2010s, the list goes on. When it looks like there is not anyone left that wants to pay any more money for the old thing,
a new thing pops up and the cycle begins anew. A handful of those startups may survive, and actually become profitable
and valuable. And the few investors and few early employees in that company reap what is left of their particular thing,
which is still substantially much, even though everyone is paying attention to the &amp;ldquo;new thing&amp;rdquo; now.&lt;/p&gt;
&lt;p&gt;Once you understand that, you can see why working for a startup in Silicon Valley is like playing the lottery. You
probably won&amp;rsquo;t, but there&amp;rsquo;s a slim chance you could pick the right company, stick with it, and be rewarded.&lt;/p&gt;
&lt;p&gt;Even if that doesn&amp;rsquo;t happen, working for a startup is rewarding in other ways too. These companies understand they are
inherently unstable, and as people generally prefer stable occupations over unstable ones, make up for it with anything
from laid-back offices with free snacks to higher salaries. And as different types of perks appeal to different people,
each startup tends to have a different personality.&lt;/p&gt;
&lt;p&gt;As these companies are usually small, each employee is often in a greater position of responsibility. Large companies
tend to let employees hyperfocus in specific areas and make slow changes involving a large number of people. Startups
have fewer employees, which means each one must manage a larger slice of the company&amp;rsquo;s footprint.&lt;/p&gt;
&lt;p&gt;In practice, this kind of environment pushes us engineers to think in terms of scale and leverage much earlier in
their careers.&lt;/p&gt;
&lt;p&gt;The only practical way to operate is to gain this leverage through automation. Tasks that might be handled manually in
an older and larger organization quickly become unsustainable. You begin to look at systems not as one-off deployments
or fixes, but as processes that must run reliably over and over again with minimal human involvement.&lt;/p&gt;
&lt;p&gt;Automation is a force multiplier: the good decisions scale, but so do the bad ones. A poorly designed process that runs
once might cause a small inconvenience. A poorly designed process that runs automatically across an entire fleet can
cause a disaster in seconds. A process that works well in isolation may fail when invoked thousands of times
simultaneously. Because of that, building automation forces a special kind of discipline. You have to research the tools
you use, think through edge cases, make predictions with limited information and understand the systems you&amp;rsquo;re
interacting with much more deeply than if you were just executing tasks by hand.&lt;/p&gt;
&lt;p&gt;Over time, that kind of work develops a particular sort of experience. In larger organizations, thinking about systems
at that scale is often the responsibility of architects or senior infrastructure teams. In a startup environment, those
responsibilities fall much earlier in a person&amp;rsquo;s career. When a small group of engineers is responsible for keeping a
large and complex system running, everyone ends up participating in the design decisions that shape how it works.&lt;/p&gt;
&lt;p&gt;That puts you in an unusual position. You&amp;rsquo;re simultaneously operating the systems, building the automation around them,
and deciding how they should evolve. The feedback loop between design and operation becomes very tight, or even
nonexistent on a bad day. You feel the consequences of your decisions immediately, which encourages you to design things
in ways that are easier to operate, monitor, repair, and repeat.&lt;/p&gt;
&lt;p&gt;It also builds a habit of intentional experimentation. When your tools can affect large systems very quickly, you learn
to test ideas in small steps. Changes get staged, rehearsed, and validated before they touch anywhere important. The
process becomes less about heroics and more about methodical iteration.&lt;/p&gt;
&lt;p&gt;In that sense, working in a startup environment isn&amp;rsquo;t just about &amp;ldquo;moving fast&amp;rdquo;. It&amp;rsquo;s about learning how to build systems
that can move fast safely. And that combination of large responsibility, heavy reliance on automation, and constant
experimentation creates a kind of practical architectural experience that would otherwise take many more years, and a
much larger organization, to acquire.&lt;/p&gt;
&lt;p&gt;And it&amp;rsquo;s fun to build and drive big toys using other people&amp;rsquo;s money.&lt;/p&gt;
&lt;p&gt;In my current role, a large part of that philosophy shows up in the tools we create and use to operate our systems. I
spend a lot of time working with tools like Ansible and SaltStack, both of which are designed to control and coordinate
large groups of machines at once. Each brings its own model for turning a small amount of human effort into changes
across an entire environment. Used well, they make it possible for our small team to operate infrastructure of
surprising scale.&lt;/p&gt;
&lt;p&gt;And honestly? All of this - the Lottery, the scale, the rewards - adds up to a whole lot of fun. The confident, but
still nervous, satisfying feeling of seeing your change take effect on exponentially more systems is pretty addicting.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/blog/2017/07/12/on-moving-to-the-bay/img/2014-09-13_13.15.13_cropped_hu_c45cd6d7157417fd.jpg" alt="Screenshot"/&gt;&lt;/p&gt;</content></item><item><title>coast to coast</title><link>https://davepedu.com/photos/2014/10/31/coast-to-coast/</link><pubDate>Thu, 30 Oct 2014 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/photos/2014/10/31/coast-to-coast/</guid><description>&lt;p&gt;In 2014, I graduated from the Rochester Institute of Technology, and shortly moved to the Bay Area, California. I drove
my car, filled with all of my possessions, from New York to California. These are some of the sights I saw along
the way.&lt;/p&gt;
&lt;h2 id="first-stop"&gt;First stop!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/2014-06-12_09.13.03_hu_3dd89eacb461be.jpg" alt="First stop!"/&gt;&lt;/p&gt;
&lt;p&gt;Our first stop was at the Indianapolis Motor Speedway Museum, where we saw the 1911 Marmon &amp;ldquo;Wasp&amp;rdquo;, winner of the first
Indianapolis 500, as well as a few other classic race cars.&lt;/p&gt;</description><content>&lt;p&gt;In 2014, I graduated from the Rochester Institute of Technology, and shortly moved to the Bay Area, California. I drove
my car, filled with all of my possessions, from New York to California. These are some of the sights I saw along
the way.&lt;/p&gt;
&lt;h2 id="first-stop"&gt;First stop!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/2014-06-12_09.13.03_hu_3dd89eacb461be.jpg" alt="First stop!"/&gt;&lt;/p&gt;
&lt;p&gt;Our first stop was at the Indianapolis Motor Speedway Museum, where we saw the 1911 Marmon &amp;ldquo;Wasp&amp;rdquo;, winner of the first
Indianapolis 500, as well as a few other classic race cars.&lt;/p&gt;
&lt;h2 id="kansas"&gt;Kansas&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5557_hu_ffa1cea3507a3f52.jpg" alt="Kansas"/&gt;&lt;/p&gt;
&lt;p&gt;&amp;hellip;Is less flat than I was led to believe, but still pretty flat. And thousands of these windmills.&lt;/p&gt;
&lt;h2 id="castle-rock-co"&gt;Castle Rock, CO&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5608_hu_7787f6b311a2a54c.jpg" alt="Castle Rock, CO"/&gt;&lt;/p&gt;
&lt;p&gt;Our third stop. An adorable town south of Denver.&lt;/p&gt;
&lt;h2 id="climbing-the-rock"&gt;Climbing the rock&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5684_hu_1c04f3d5da4ba17f.jpg" alt="Climbing the rock"/&gt;&lt;/p&gt;
&lt;p&gt;We climbed the &amp;lsquo;Castle Rock&amp;rsquo;. Great view of what was going on in town.&lt;/p&gt;
&lt;h2 id="looking-west"&gt;Looking west&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5642_hu_2964cf27992125b.jpg" alt="Looking west"/&gt;&lt;/p&gt;
&lt;p&gt;From the top of castle rock, we could clearly see the Rockies looming in the distance, snow peaked in June. We&amp;rsquo;re going over that.&lt;/p&gt;
&lt;h2 id="the-peaks"&gt;The peaks&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/2014-06-14_13.09.43_hu_877bd3a83168a2a2.jpg" alt="The peaks"/&gt;&lt;/p&gt;
&lt;p&gt;We stopped in one of the mountain towns, along our approach to the summit, for gas, near the tipping point.&lt;/p&gt;
&lt;h2 id="nature-in-the-rockies"&gt;Nature in the Rockies&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5701_hu_d80f1ac056b09791.jpg" alt="Nature in the Rockies"/&gt;&lt;/p&gt;
&lt;p&gt;Can&amp;rsquo;t beat highway rest stops with a view like this.&lt;/p&gt;
&lt;h2 id="cliff"&gt;Cliff&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5752_hu_3a238c5219bde65d.jpg" alt="Cliff"/&gt;&lt;/p&gt;
&lt;p&gt;I think this was on the west side of the Rockies.&lt;/p&gt;
&lt;h2 id="utah"&gt;Utah&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5797_hu_d5d62a593a973581.jpg" alt="Utah"/&gt;&lt;/p&gt;
&lt;p&gt;Made it into Utah. Amazing how much more dry it was. (And my awesome car!)&lt;/p&gt;
&lt;h2 id="more-utah"&gt;More Utah&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5816_hu_9e2a32a9dd6cc832.jpg" alt="More Utah"/&gt;&lt;/p&gt;
&lt;h2 id="crazy-rocks-in-utah"&gt;Crazy rocks in Utah&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5841_hu_e25ea0b843b33cd2.jpg" alt="Crazy rocks in Utah"/&gt;&lt;/p&gt;
&lt;h2 id="salt-flats-in-nevada"&gt;Salt flats in Nevada&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5933_hu_6ef345572f03080d.jpg" alt="Salt flats in Nevada"/&gt;&lt;/p&gt;
&lt;p&gt;Flats isn&amp;rsquo;t an exaggeration. Hard to walk on, too. It&amp;rsquo;s difficult like beach sand, but slippery and sticky.&lt;/p&gt;
&lt;h2 id="honda"&gt;Honda&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5937_hu_7b42d4b1a99fbe4.jpg" alt="Honda"/&gt;&lt;/p&gt;
&lt;p&gt;Another shot :-)&lt;/p&gt;
&lt;h2 id="2-days-later-in-california"&gt;2 days later, in California&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5950_hu_bdb0f449d7a6941b.jpg" alt="2 days later, in California"/&gt;&lt;/p&gt;
&lt;p&gt;Emigrant Gap&lt;/p&gt;
&lt;h2 id="southwest-of-the-bay"&gt;Southwest of the bay&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_5989_hu_68404d3bddb13742.jpg" alt="Southwest of the bay"/&gt;&lt;/p&gt;
&lt;p&gt;Looking directly at the area I&amp;rsquo;ll be living/working in!&lt;/p&gt;
&lt;h2 id="pacific-ocean"&gt;Pacific Ocean&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_6013_hu_7dfbe862cd7bdc9a.jpg" alt="Pacific Ocean"/&gt;&lt;/p&gt;
&lt;p&gt;Finally ran out of road.&lt;/p&gt;
&lt;h2 id="beach-cave"&gt;Beach Cave&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_6045_hu_92fdc4cfa821e3a3.jpg" alt="Beach Cave"/&gt;&lt;/p&gt;
&lt;h2 id="obligatory-golden-gate-photo"&gt;Obligatory Golden Gate photo&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_6220_hu_81e0ca9b4f074a19.jpg" alt="Obligatory Golden Gate photo"/&gt;&lt;/p&gt;
&lt;p&gt;You knew it was coming.&lt;/p&gt;
&lt;h2 id="learn2bridge"&gt;Learn2bridge&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_6277_hu_9d29fafef222360a.jpg" alt="Learn2bridge"/&gt;&lt;/p&gt;
&lt;h2 id="downtown-san-francisco"&gt;Downtown San Francisco&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_6309_hu_817037e2980cf137.jpg" alt="Downtown San Francisco"/&gt;&lt;/p&gt;
&lt;p&gt;Shot from Coit tower&lt;/p&gt;
&lt;h2 id="lombard-street"&gt;Lombard Street&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/IMG_6352_hu_fe42e9b4b2105897.jpg" alt="Lombard Street"/&gt;&lt;/p&gt;
&lt;p&gt;You can bet I went and drove down it after.&lt;/p&gt;
&lt;h2 id="santa-cruz"&gt;Santa Cruz&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/2014-06-17_20.58.07_hu_93acb2136fb3b5a0.jpg" alt="Santa Cruz"/&gt;&lt;/p&gt;
&lt;p&gt;South of the Bay&lt;/p&gt;
&lt;h2 id="my-new-office"&gt;My new office!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/10/31/coast-to-coast/img/2014-07-07_17.26.23_hu_290510f2e6484bd4.jpg" alt="My new office!"/&gt;&lt;/p&gt;
&lt;p&gt;Yeah buddy.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;All in all, a wonderful drive that took about a week. I was lucky enough to have my father come along with my for the
trip. It was a lot of fun, and it was great to see this beautiful country.&lt;/p&gt;</content></item><item><title>RIT Project Lead The Way Website</title><link>https://davepedu.com/projects/2014/03/30/rit-project-lead-the-way-website/</link><pubDate>Sun, 30 Mar 2014 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2014/03/30/rit-project-lead-the-way-website/</guid><description>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2014/03/30/rit-project-lead-the-way-website/img/pltw-full_hu_dc9295490c83c6b0.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;A website Project Lead The Way Website, where the Rochester Institute of Technology serves as New York State&amp;rsquo;s
National Affiliate.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140330001627/https://www.rit.edu/emcs/pltw/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</description><content>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2014/03/30/rit-project-lead-the-way-website/img/pltw-full_hu_dc9295490c83c6b0.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;A website Project Lead The Way Website, where the Rochester Institute of Technology serves as New York State&amp;rsquo;s
National Affiliate.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140330001627/https://www.rit.edu/emcs/pltw/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>RIT University Arenas Website</title><link>https://davepedu.com/projects/2014/03/28/rit-university-arenas-website/</link><pubDate>Fri, 28 Mar 2014 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2014/03/28/rit-university-arenas-website/</guid><description>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2014/03/28/rit-university-arenas-website/img/arenas-full_hu_3c6921bd65db3fa2.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;A massive Drupal website, that took us nearly two months to design and develop! It&amp;rsquo;s fully responsive, has some great
animation and attention to detail, and a good number of photos from previous events at RIT.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140722131131/https://www.rit.edu/fa/arenas/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</description><content>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2014/03/28/rit-university-arenas-website/img/arenas-full_hu_3c6921bd65db3fa2.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;A massive Drupal website, that took us nearly two months to design and develop! It&amp;rsquo;s fully responsive, has some great
animation and attention to detail, and a good number of photos from previous events at RIT.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140722131131/https://www.rit.edu/fa/arenas/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>RIT Board of Trustees Intranet Portal</title><link>https://davepedu.com/projects/2014/04/15/rit-board-of-trustees-intranet-portal/</link><pubDate>Tue, 28 Jan 2014 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2014/04/15/rit-board-of-trustees-intranet-portal/</guid><description>&lt;p&gt;The RIT Board of Trustees Intranet Portal is a CodeIgniter based web application that I designed and developed. It is an
intranet website that is used to disseminate meeting materials for the Rochester Institute of Technology&amp;rsquo;s Board of
Trustees meetings, as well as poll its members for attendance, feedback, etc.&lt;/p&gt;
&lt;p&gt;Code from this project was re-used for another project, the RIT President&amp;rsquo;s Roundtable, an advisory committee for the
President of RIT.&lt;/p&gt;</description><content>&lt;p&gt;The RIT Board of Trustees Intranet Portal is a CodeIgniter based web application that I designed and developed. It is an
intranet website that is used to disseminate meeting materials for the Rochester Institute of Technology&amp;rsquo;s Board of
Trustees meetings, as well as poll its members for attendance, feedback, etc.&lt;/p&gt;
&lt;p&gt;Code from this project was re-used for another project, the RIT President&amp;rsquo;s Roundtable, an advisory committee for the
President of RIT.&lt;/p&gt;</content></item><item><title>RIT Center for Urban Entrepreneurship Website</title><link>https://davepedu.com/projects/2014/01/28/rit-center-for-urban-entrepreneurship-website/</link><pubDate>Tue, 28 Jan 2014 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2014/01/28/rit-center-for-urban-entrepreneurship-website/</guid><description>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2014/01/28/rit-center-for-urban-entrepreneurship-website/img/cue-full_hu_fb38539a768835b1.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;Another beautiful Drupal website, this time for RIT&amp;rsquo;s Center for Urban Entrepreneurship in downtown Rochester.&lt;/p&gt;
&lt;p&gt;This one was designed in-house at &lt;a href="https://www.rit.edu/production"&gt;RIT Production Services&lt;/a&gt;, with a nice Responsive
theme for mobile phones and tablets as well.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140811062842/http://www.rit.edu/business/cue/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</description><content>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2014/01/28/rit-center-for-urban-entrepreneurship-website/img/cue-full_hu_fb38539a768835b1.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;Another beautiful Drupal website, this time for RIT&amp;rsquo;s Center for Urban Entrepreneurship in downtown Rochester.&lt;/p&gt;
&lt;p&gt;This one was designed in-house at &lt;a href="https://www.rit.edu/production"&gt;RIT Production Services&lt;/a&gt;, with a nice Responsive
theme for mobile phones and tablets as well.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140811062842/http://www.rit.edu/business/cue/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>kennedy space center, cape canaveral, florida</title><link>https://davepedu.com/photos/2014/01/17/kennedy-space-center/</link><pubDate>Fri, 17 Jan 2014 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/photos/2014/01/17/kennedy-space-center/</guid><description>&lt;p&gt;Last November, I had the opportunity to visit the Kennedy Space Center in Florida, while visiting relatives living in
the area. I had never been there before, so I went for it!&lt;/p&gt;
&lt;p&gt;I may be a tech geek, but these amazing machines fascinate me. The sheer amount of research, time, and trial-and-error
fueling these machines is simply incredible. Staring at the results of the most advanced transportation machines made by
mankind is mind boggling.&lt;/p&gt;</description><content>&lt;p&gt;Last November, I had the opportunity to visit the Kennedy Space Center in Florida, while visiting relatives living in
the area. I had never been there before, so I went for it!&lt;/p&gt;
&lt;p&gt;I may be a tech geek, but these amazing machines fascinate me. The sheer amount of research, time, and trial-and-error
fueling these machines is simply incredible. Staring at the results of the most advanced transportation machines made by
mankind is mind boggling.&lt;/p&gt;
&lt;p&gt;If you have any interested in space exploration or that sort of thing, check it out!&lt;/p&gt;
&lt;h2 id="entry"&gt;Entry&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-10.20_hu_2c34e1be72673bf3.jpg" alt="Entry"/&gt;&lt;/p&gt;
&lt;p&gt;Right at the entrance, we were greeted by an array of rockets used over the years. The specific names of all the models
escape me, but the largest one is the legendary Saturn 5 model - the most powerful machine ever built by man.&lt;/p&gt;
&lt;h2 id="motor-closeup"&gt;Motor Closeup&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-10.24_hu_6e73ff18ba58f3d.jpg" alt="Motor Closeup"/&gt;&lt;/p&gt;
&lt;p&gt;The business end of this rocket looks more like a tangled mess of tubes and wires, but its a very advanced and
complicated machine.&lt;/p&gt;
&lt;h2 id="stone-ball-skymap"&gt;Stone Ball Skymap&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-10.32_hu_dba4914157cdc8e0.jpg" alt="Stone Ball Skymap"/&gt;&lt;/p&gt;
&lt;p&gt;Instead of a boring fountain, the center had a map of the cosmos carved into a 2 ton granite sphere, suspended and
slowly rotating on a water base. With enough force you could spin it a different direction!&lt;/p&gt;
&lt;h2 id="atlantis-base"&gt;Atlantis Base&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-10.35_hu_9eb6ad38b949c88e.jpg" alt="Atlantis Base"/&gt;&lt;/p&gt;
&lt;p&gt;The solid state rockets and liquid fuel tank for the Atlantis Space shuttle, The picture doesn&amp;rsquo;t do any justice to just how massive this is.&lt;/p&gt;
&lt;h2 id="facility-panorama-click-the-full-size-image-for-a-better-view"&gt;Facility Panorama (Click the full-size image for a better view)&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-11.26_hu_8c80567222a7dd1b.jpg" alt="Facility Panorama"/&gt;&lt;/p&gt;
&lt;p&gt;A panorma with a view of several facilities. The location this was shot from was formerly a public viewing area for
space launches, but has been deemed too dangerous since then.&lt;/p&gt;
&lt;p&gt;Click the full-size image for a better view&lt;/p&gt;
&lt;p&gt;TODO not clickable right now.&lt;/p&gt;
&lt;h2 id="crawler"&gt;Crawler&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-11.52_hu_4476e3da9435a058.jpg" alt="Crawler"/&gt;&lt;/p&gt;
&lt;p&gt;One of NASA&amp;rsquo;s two land crawlers, currently being outfitted for SpaceX missions.&lt;/p&gt;
&lt;h2 id="vehicle-assembly-plant"&gt;Vehicle Assembly Plant&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-11.57_hu_2fe8971e46f84e96.jpg" alt="Vehicle Assembly Plant"/&gt;&lt;/p&gt;
&lt;p&gt;This building is where every NASA space vehicle is assembled. Again, the picture does no justice to the height of
this building.&lt;/p&gt;
&lt;h2 id="another-crawler"&gt;Another Crawler&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-12.23_hu_609663d782e390e0.jpg" alt="Another Crawler"/&gt;&lt;/p&gt;
&lt;p&gt;Another one of NASA&amp;rsquo;s land crawlers, hiding inside.&lt;/p&gt;
&lt;h2 id="seaside-bunker"&gt;Seaside Bunker&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-12.42_hu_c0b2e082b737325b.jpg" alt="Seaside Bunker"/&gt;&lt;/p&gt;
&lt;p&gt;Looking out into the Atlantic, one of the main launch platforms would have been behind me. According to our guide this
little bunker was used to house sensitive equipment for detecting electricity in the air, as lightning is a grave threat
to launches.&lt;/p&gt;
&lt;h2 id="lightning-towers"&gt;Lightning Towers&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-12.43_hu_68a52f4ebd041c75.jpg" alt="Lightning Towers"/&gt;&lt;/p&gt;
&lt;p&gt;3 lightning towers designed to direct bolts away from the launch pad that they surround.&lt;/p&gt;
&lt;h2 id="saturn-5-rocket-base"&gt;Saturn 5 Rocket Base&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-13.37_hu_a6b1e9f33ca09e93.jpg" alt="Saturn 5 Rocket Base"/&gt;&lt;/p&gt;
&lt;p&gt;The business end of a decomissioned Saturn 5. Walking the length of this rocket takes minutes! 20 tons of fuel per
minute would flow through here.&lt;/p&gt;
&lt;h2 id="saturn-5-second-stage"&gt;Saturn 5, second stage&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-13.43_hu_e47b28ba4e19429.jpg" alt="Saturn 5, second stage"/&gt;&lt;/p&gt;
&lt;h2 id="command-module"&gt;Command Module&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-13.50_hu_f7624686e0a6b3f7.jpg" alt="Command Module"/&gt;&lt;/p&gt;
&lt;h2 id="apollo-guidelines"&gt;Apollo Guidelines&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-14.37_hu_7f3f4a8a087f9ce8.jpg" alt="Apollo Guidelines"/&gt;&lt;/p&gt;
&lt;p&gt;A list of mission status and abort codes from the Apollo era. View full size to read it.&lt;/p&gt;
&lt;p&gt;TODO full size&lt;/p&gt;
&lt;h2 id="space-shuttle-atlantis"&gt;Space Shuttle Atlantis&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-14-15.53_hu_1bfcc28142a51a81.jpg" alt="Space Shuttle Atlantis"/&gt;&lt;/p&gt;
&lt;p&gt;The retired Space Shuttle Atlantis. 🇺🇸 &amp;lsquo;Murica!&lt;/p&gt;
&lt;h2 id="birds"&gt;Birds!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-17-08.04_hu_d922218703fbfa59.jpg" alt="Birds!"/&gt;&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s the last of the space pictures, I took a few quick shots of birds outside my hotel a few days later on the
same trip.&lt;/p&gt;
&lt;h2 id="a-pelican"&gt;A Pelican&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-17-08.05_hu_fbd47c66aa85a179.jpg" alt="A Pelican"/&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What you lookin&amp;rsquo; at?&amp;rdquo;&lt;/p&gt;
&lt;h2 id="lucky-shot"&gt;Lucky Shot!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2014/01/17/kennedy-space-center/img/nasa-2013-11-17-08.06_hu_24978f6f0c77118a.jpg" alt="Lucky Shot!"/&gt;&lt;/p&gt;
&lt;p&gt;A gull dive-bombing to catch a fish, at the moment of impact. Took quite a few trys to capture this!&lt;/p&gt;</content></item><item><title>RIT KGCOE Website</title><link>https://davepedu.com/projects/2013/12/01/rit-kgcoe-website/</link><pubDate>Sun, 01 Dec 2013 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2013/12/01/rit-kgcoe-website/</guid><description>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2013/12/01/rit-kgcoe-website/img/kgcoe-full_hu_3b681aa18901f5ad.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;This was actually a project I completed about a year prior, but we decided to revisit it to update the site and add
responsive design features - try the site on a smartphone, it&amp;rsquo;s excellent!&lt;/p&gt;
&lt;p&gt;The layout was designed in house and I did 100% of the development work. The old layout dated back to 2002, so it was
obvious this site needed a refresh! It&amp;rsquo;s amazing how much different the web looks, now.&lt;/p&gt;</description><content>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2013/12/01/rit-kgcoe-website/img/kgcoe-full_hu_3b681aa18901f5ad.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;This was actually a project I completed about a year prior, but we decided to revisit it to update the site and add
responsive design features - try the site on a smartphone, it&amp;rsquo;s excellent!&lt;/p&gt;
&lt;p&gt;The layout was designed in house and I did 100% of the development work. The old layout dated back to 2002, so it was
obvious this site needed a refresh! It&amp;rsquo;s amazing how much different the web looks, now.&lt;/p&gt;
&lt;p&gt;The KGCOE website was the first of a new family of websites - or a group of websites with a similar look and feel. The
layout was adapted for several more Engineering websites at RIT, including Computer Engineering and Mechanical
Engineering. These sites also share some content - Staff and facility listings, for example - and that was interesting
to put together.&lt;/p&gt;
&lt;p&gt;Overall, I&amp;rsquo;m pretty happy with how the site came out, and working with the school&amp;rsquo;s Engineering department was great!&lt;/p&gt;
&lt;p&gt;Additionally, this website &lt;a href="https://www.rit.edu/news/rit-production-services-work-honored"&gt;won a Silver Award&lt;/a&gt;, given by
&lt;a href="https://www.w3award.com/about/"&gt;The w3 Awards&lt;/a&gt; in its Best of the Web competition.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The new College of Engineering website was honored for its homepage design, the structure and navigation of the site
as well as its visual appeal. Undergoing a complete redesign in the past academic year, the site incorporates
multiple carousel images and stories of student and faculty work, separate informational sections for prospective
students and corporate partners, testimonials as well as in-depth information about majors and programs offered in the
college. Contributors for the site include: Bhalla; Bastian; &lt;strong&gt;David Pedu&lt;/strong&gt;, Web programmer; and Karen Ester,
communications specialist in the Kate Gleason College of Engineering.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Two of our Web projects were recognized by W3 last year, so it is great to get continued recognition from them this
year as well. It’s a testament to the immense talent that we have internally at RIT,” said Raman Bhalla, assistant
director, Web/IT services.&lt;/p&gt;
&lt;p&gt;- &lt;a href="https://www.rit.edu/news/websites-win-awards"&gt;RIT News&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20150608154845/http://www.rit.edu/kgcoe/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>RIT Innovative Learning Institute Website</title><link>https://davepedu.com/projects/2013/11/24/rit-innovative-learning-institute-website/</link><pubDate>Sun, 24 Nov 2013 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2013/11/24/rit-innovative-learning-institute-website/</guid><description>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2013/11/24/rit-innovative-learning-institute-website/img/ili-full_hu_e460357b016cb87a.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;The Innovative Learning Institute at RIT is a new department, under the Center for Multidisciplinary Studies branch.
The layout is very similar to the CMS website, and was also designed by &lt;a href="https://dwaiter.com/"&gt;Dumbwaiter Design&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20141222131340/http://www.rit.edu/ili/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</description><content>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2013/11/24/rit-innovative-learning-institute-website/img/ili-full_hu_e460357b016cb87a.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;The Innovative Learning Institute at RIT is a new department, under the Center for Multidisciplinary Studies branch.
The layout is very similar to the CMS website, and was also designed by &lt;a href="https://dwaiter.com/"&gt;Dumbwaiter Design&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20141222131340/http://www.rit.edu/ili/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>oktoberfest 2013</title><link>https://davepedu.com/photos/2013/10/17/oktoberfest-2013/</link><pubDate>Thu, 17 Oct 2013 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/photos/2013/10/17/oktoberfest-2013/</guid><description>&lt;p&gt;Every October, the ski resort at Whiteface Mountain has a small Oktoberfest. Traditional German music, food, beer, and
demonstrations are featured, and many local vendors come to show off their homemade crafts.&lt;/p&gt;
&lt;p&gt;This is the first time I&amp;rsquo;ve gone in many years, and the first time I went being older than 21! It&amp;rsquo;s a ton of fun and is
definitely worth checking out if you&amp;rsquo;re in the area during the skiing offseason.&lt;/p&gt;</description><content>&lt;p&gt;Every October, the ski resort at Whiteface Mountain has a small Oktoberfest. Traditional German music, food, beer, and
demonstrations are featured, and many local vendors come to show off their homemade crafts.&lt;/p&gt;
&lt;p&gt;This is the first time I&amp;rsquo;ve gone in many years, and the first time I went being older than 21! It&amp;rsquo;s a ton of fun and is
definitely worth checking out if you&amp;rsquo;re in the area during the skiing offseason.&lt;/p&gt;
&lt;p&gt;The atmosphere at these events is always awesome, it&amp;rsquo;s friendly and inviting. And I&amp;rsquo;ll never forget the angry-sounding
accordionist saying &amp;ldquo;Drink the beer, Now&amp;rdquo; in his thick accent.&lt;/p&gt;
&lt;h2 id="whiteface-lodge"&gt;Whiteface Lodge&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_01_hu_aaa645514e49b68b.jpg" alt="Whiteface Lodge"/&gt;&lt;/p&gt;
&lt;p&gt;Deck of the Whiteface Lodge, at the foot of Little Whiteface and Whiteface mountains&lt;/p&gt;
&lt;h2 id="grounds"&gt;Grounds&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_02_hu_7858051772759ecb.jpg" alt="Grounds"/&gt;&lt;/p&gt;
&lt;p&gt;Looking out over the grounds of the area, many local vendors set up tents to show off their homemade products every year.&lt;/p&gt;
&lt;h2 id="cloudsplitter-gondola"&gt;Cloudsplitter Gondola&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_06_hu_af3a7cb3b6b014e4.jpg" alt="Cloudsplitter Gondola"/&gt;&lt;/p&gt;
&lt;p&gt;The quickest way to the top of Little Whiteface!&lt;/p&gt;
&lt;h2 id="yodelers"&gt;Yodelers&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_11_hu_14e4db44b7166be7.jpg" alt="Yodelers"/&gt;&lt;/p&gt;
&lt;p&gt;A group of 3 yodelers and their alphorns, these instruments were traditionally used for communicating mountaintop to
mountaintop in the past.&lt;/p&gt;
&lt;h2 id="yodeler-show"&gt;Yodeler Show&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_13_hu_95e03ac3c59820f1.jpg" alt="Yodeler Show"/&gt;&lt;/p&gt;
&lt;p&gt;Inside the Whiteface Lodge, the Yodelers teamed up with a traditional German band, DSB die Schlauberger.&lt;/p&gt;
&lt;h2 id="traditional-accordion-player"&gt;Traditional Accordion Player&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_15_hu_90f919e98cbe8af8.jpg" alt="Traditional Accordion Player"/&gt;&lt;/p&gt;
&lt;p&gt;I really wish this photo came out better. Oh well!&lt;/p&gt;
&lt;h2 id="selfie"&gt;Selfie!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_16_hu_8dda570df83b98a3.jpg" alt="Selfie!"/&gt;&lt;/p&gt;
&lt;p&gt;This guy was awesome.&lt;/p&gt;
&lt;h2 id="up-the-cloudsplitter"&gt;Up the cloudsplitter!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_17_hu_277785de71f39b13.jpg" alt="Up the cloudsplitter!"/&gt;&lt;/p&gt;
&lt;p&gt;Can&amp;rsquo;t beat that view! This is why I love the Adirondacks.&lt;/p&gt;
&lt;h2 id="looking-down"&gt;Looking down&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_18_hu_a4c7d15de7c2e77b.jpg" alt="Looking down"/&gt;&lt;/p&gt;
&lt;p&gt;Halfway up the mountain, looking down.&lt;/p&gt;
&lt;h2 id="base-camp"&gt;Base camp&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_19_hu_f1256f0d29ce6e51.jpg" alt="Base camp"/&gt;&lt;/p&gt;
&lt;p&gt;A better view of the festivities below. The line across the picture is the arm-size cable hauling our gondola to the summit.&lt;/p&gt;
&lt;h2 id="almost-to-the-top"&gt;Almost to the top!&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_21_hu_5a9518e356eb49c9.jpg" alt="Almost to the top!"/&gt;&lt;/p&gt;
&lt;p&gt;Nearly there! And an amazing view of the surrounding mountains.&lt;/p&gt;
&lt;h2 id="yodeling"&gt;Yodeling&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_22_hu_25d1c5528785fee.jpg" alt="Yodeling"/&gt;&lt;/p&gt;
&lt;p&gt;We met our yodeling friends from earlier, they were demonstrating how sound from their alphorns could be bounced off other mountains and heard echoing. Very neat demo!&lt;/p&gt;
&lt;h2 id="whiteface"&gt;Whiteface&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_23_hu_b244cffc1f69396e.jpg" alt="Whiteface"/&gt;&lt;/p&gt;
&lt;p&gt;Facing the opposite direction as the previous photo, the view of Whiteface from Little Whiteface.&lt;/p&gt;
&lt;h2 id="alphorns"&gt;Alphorns&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_24_hu_d5e0c5a0b834b27.jpg" alt="Alphorns"/&gt;&lt;/p&gt;
&lt;p&gt;The business end of some of these horns. Looking east.&lt;/p&gt;
&lt;h2 id="locking-horns"&gt;Locking horns&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_25_hu_2f24ec2ecdd36efb.jpg" alt="Locking horns"/&gt;&lt;/p&gt;
&lt;h2 id="horn-artwork"&gt;Horn artwork&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_26_hu_28f9f71949ea2537.jpg" alt="Horn artwork"/&gt;&lt;/p&gt;
&lt;p&gt;Very pretty!&lt;/p&gt;
&lt;h2 id="trails"&gt;Trails&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_27_hu_893d3782bb3653b1.jpg" alt="Trails"/&gt;&lt;/p&gt;
&lt;p&gt;Facing north, a good view of the ski trails connecting the two mountains.&lt;/p&gt;
&lt;h2 id="summit"&gt;Summit&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_28_hu_dc1107bce43f4e79.jpg" alt="Summit"/&gt;&lt;/p&gt;
&lt;p&gt;A short distance from the gondola drop-off, the peak of Little Whiteface.&lt;/p&gt;
&lt;h2 id="tribute"&gt;Tribute&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_29_hu_82f98e2d4b2fd05.jpg" alt="Tribute"/&gt;&lt;/p&gt;
&lt;p&gt;A tribute to soldiers of a local division in WWII, a gift from Italy.&lt;/p&gt;
&lt;h2 id="olympic-ski-jumps"&gt;Olympic Ski Jumps&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_32_hu_b8c265831ebccd92.jpg" alt="Olympic Ski Jumps"/&gt;&lt;/p&gt;
&lt;p&gt;Not the best photo, but I think it came out alright considering the range was about 12 miles.&lt;/p&gt;
&lt;h2 id="olympic-bobsled-runs"&gt;Olympic Bobsled Runs&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_35_hu_70a32f9d8a1d48d3.jpg" alt="Olympic Bobsled Runs"/&gt;&lt;/p&gt;
&lt;p&gt;Another long distance shot at about 8 miles, the Olympic Bobsled run at Mt. Van Hoevenberg.&lt;/p&gt;
&lt;h2 id="lake-placid"&gt;Lake Placid&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_39_hu_9e6f18673e0aa45f.jpg" alt="Lake Placid"/&gt;&lt;/p&gt;
&lt;p&gt;Facing west, the view of Lake Placid from the mountain.&lt;/p&gt;
&lt;h2 id="ticket"&gt;Ticket&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/17/oktoberfest-2013/img/oktoberfest2013_40_hu_d20d93d5aeabd083.jpg" alt="Ticket"/&gt;&lt;/p&gt;
&lt;p&gt;My &amp;ldquo;Cannon&amp;rdquo; and my ticket.&lt;/p&gt;</content></item><item><title>RIT Center for Multidisciplinary Studies Website</title><link>https://davepedu.com/projects/2013/10/14/rit-center-for-multidisciplinary-studies-website/</link><pubDate>Mon, 14 Oct 2013 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2013/10/14/rit-center-for-multidisciplinary-studies-website/</guid><description>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2013/10/14/rit-center-for-multidisciplinary-studies-website/img/cms-full_hu_eeece988d35d0071.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;The CMS Website was created for RIT&amp;rsquo;s Center for Multidisciplenary Studies, and was graphically designed by
&lt;a href="https://dwaiter.com/"&gt;Dumbwaiter Design&lt;/a&gt; and developed by myself. It&amp;rsquo;s based on Drupal to allow the CMS staff to easily
create and post content to the website.&lt;/p&gt;
&lt;p&gt;This project was a new challenge - typically, all of our designs were created in-house. Which is very convenient, if I
need anything changed or clarification it&amp;rsquo;s a 10 second walk to talk to the designer. But, working with the CMS staff
and Dumbwaiter Design went absolutely great!&lt;/p&gt;</description><content>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2013/10/14/rit-center-for-multidisciplinary-studies-website/img/cms-full_hu_eeece988d35d0071.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;The CMS Website was created for RIT&amp;rsquo;s Center for Multidisciplenary Studies, and was graphically designed by
&lt;a href="https://dwaiter.com/"&gt;Dumbwaiter Design&lt;/a&gt; and developed by myself. It&amp;rsquo;s based on Drupal to allow the CMS staff to easily
create and post content to the website.&lt;/p&gt;
&lt;p&gt;This project was a new challenge - typically, all of our designs were created in-house. Which is very convenient, if I
need anything changed or clarification it&amp;rsquo;s a 10 second walk to talk to the designer. But, working with the CMS staff
and Dumbwaiter Design went absolutely great!&lt;/p&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140209151119/http://www.rit.edu/academicaffairs/cms/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>exploring benson mines</title><link>https://davepedu.com/photos/2013/10/01/exploring-benson-mines/</link><pubDate>Tue, 01 Oct 2013 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/photos/2013/10/01/exploring-benson-mines/</guid><description>&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Benson_Mines"&gt;Benson Mines&lt;/a&gt; is a long-abandoned iron mine near Watertown, NY.&lt;/p&gt;
&lt;p&gt;The mine was shut down in 1978 and the buildings and have been left to nature ever since. It&amp;rsquo;s a great visualization of
nature slowly reclaiming it&amp;rsquo;s land.&lt;/p&gt;
&lt;p&gt;I stopped by with a friend on a rainy day on my way back to Rochester from the Adirondacks. The rain was moderate at
times and the buildings were alive with the sound of dripping water.&lt;/p&gt;</description><content>&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Benson_Mines"&gt;Benson Mines&lt;/a&gt; is a long-abandoned iron mine near Watertown, NY.&lt;/p&gt;
&lt;p&gt;The mine was shut down in 1978 and the buildings and have been left to nature ever since. It&amp;rsquo;s a great visualization of
nature slowly reclaiming it&amp;rsquo;s land.&lt;/p&gt;
&lt;p&gt;I stopped by with a friend on a rainy day on my way back to Rochester from the Adirondacks. The rain was moderate at
times and the buildings were alive with the sound of dripping water.&lt;/p&gt;
&lt;p&gt;Without further ado, the album:&lt;/p&gt;
&lt;h2 id="entrance"&gt;Entrance&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4232_hu_7a02132a3f260706.JPG" alt="Entrance to the facility - and my car!"/&gt;&lt;/p&gt;
&lt;p&gt;Entrance to the facility - and my car!&lt;/p&gt;
&lt;h2 id="machine-shop"&gt;Machine Shop&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4146_hu_eccf140cb91a1d79.JPG" alt="Judging from the abundance of 440 volt hookups in the building, this likely was some sort of machine shop."/&gt;&lt;/p&gt;
&lt;p&gt;Judging from the abundance of 440 volt hookups in the building, this likely was some sort of machine shop.&lt;/p&gt;
&lt;h2 id="safety-for-all"&gt;Safety for All&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4149_hu_27bfc81327e3f06b.JPG" alt="Safety for All"/&gt;&lt;/p&gt;
&lt;h2 id="no-entrance"&gt;No Entrance&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4156_hu_1128b493ce2956e8.JPG" alt="Back door to the machine shop."/&gt;&lt;/p&gt;
&lt;p&gt;Back door to the machine shop.&lt;/p&gt;
&lt;h2 id="ore-silos"&gt;Ore Silos&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4160_r_hu_c2482d9226533105.jpg" alt="Rusting silo between concrete silos for holding iron ore."/&gt;&lt;/p&gt;
&lt;p&gt;Rusting silo between concrete silos for holding iron ore. It looked like there was more machinery on top of the silos that had rusted away and collapsed.&lt;/p&gt;
&lt;h2 id="overgrown"&gt;Overgrown&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4167_r_hu_81e23646b4af24f7.jpg" alt="Tree blocking a doorway."/&gt;&lt;/p&gt;
&lt;p&gt;Tree blocking a doorway.&lt;/p&gt;
&lt;h2 id="garage-door"&gt;Garage Door&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4172_hu_8987a9da77bee4f3.JPG" alt="Outside view of another building showing the decay of the area."/&gt;&lt;/p&gt;
&lt;p&gt;Outside view of another building showing the decay of the area.&lt;/p&gt;
&lt;h2 id="burned-steps"&gt;Burned Steps&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4174_hu_4f8e765c034d8f95.JPG" alt="Even older looking stairs - the mine has history back to the 1800s."/&gt;&lt;/p&gt;
&lt;p&gt;Even older looking stairs - the mine has history back to the 1800s, but this is probably not that old. The building on top of it appears to have burned, leaving behind electric wires and boxes.&lt;/p&gt;
&lt;h2 id="abandoned-excavator"&gt;Abandoned Excavator&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4175_hu_84f83db6ddb393b0.JPG" alt="Likely a Massey Ferguson 450."/&gt;&lt;/p&gt;
&lt;p&gt;&amp;hellip;With no bucket. Likely a Massey Ferguson 450.&lt;/p&gt;
&lt;h2 id="abandoned-excavators-engine"&gt;Abandoned Excavator&amp;rsquo;s Engine&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4180_hu_dfb9c7c553fb3fff.JPG" alt="Abandoned Excavator&amp;rsquo;s Engine"/&gt;&lt;/p&gt;
&lt;h2 id="machine-shop-roof"&gt;Machine Shop Roof&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4184_hu_2a2192206457fe3d.JPG" alt="Outdoor view of the first building, the roof on this side is nearly rotted through."/&gt;&lt;/p&gt;
&lt;p&gt;Outdoor view of the first building, the roof on this side is nearly rotted through. Most of the buildings were built with cinderblock walls, metal trusses, and wooden roofing.&lt;/p&gt;
&lt;h2 id="workshop"&gt;Workshop&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4199_hu_733ae363937ccadd.JPG" alt="Inside another building, some sort of workshop."/&gt;&lt;/p&gt;
&lt;p&gt;Inside another building, some sort of workshop.&lt;/p&gt;
&lt;h2 id="workers-desk"&gt;Worker&amp;rsquo;s Desk&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4201_hu_d1fb971abb21971d.JPG" alt="Worker&amp;rsquo;s Desk"/&gt;&lt;/p&gt;
&lt;h2 id="transformer-gauge"&gt;Transformer Gauge&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4208_hu_593a5a78edc36050.JPG" alt="The guts of the transformer were missing, probably stolen by copper thieves."/&gt;&lt;/p&gt;
&lt;p&gt;The guts of the transformer were missing, probably stolen by copper thieves.&lt;/p&gt;
&lt;h2 id="office-building"&gt;Office Building&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4217_hu_265fcc4ab434cdc2.JPG" alt="One of the few two-story buildings, with major fire damage inside."/&gt;&lt;/p&gt;
&lt;p&gt;One of the few two-story buildings, with major fire damage inside.&lt;/p&gt;
&lt;h2 id="another-office"&gt;Another office&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4221_hu_509592ea6c6da677.JPG" alt="Some sort of office area, completely rotted out."/&gt;&lt;/p&gt;
&lt;p&gt;Some sort of office area, completely rotted out.&lt;/p&gt;
&lt;h2 id="bathroom-and-sink"&gt;Bathroom and Sink&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4224_hu_fcbfec730b96a7ef.JPG" alt="Likely decimated by vandals."/&gt;&lt;/p&gt;
&lt;p&gt;Likely decimated by vandals.&lt;/p&gt;
&lt;h2 id="outside"&gt;Outside&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4235_hu_8296f0a256e9e42b.JPG" alt="The office/bathroom is inside this building."/&gt;&lt;/p&gt;
&lt;p&gt;The office/bathroom is inside this building, and the first building in the album is visible through the trees in the background.&lt;/p&gt;
&lt;h2 id="exit-entrance"&gt;Exit (Entrance)&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://davepedu.com/photos/2013/10/01/exploring-benson-mines/img/IMG_4239_hu_f402c4a35b19cdb6.JPG" alt="Exit (Entrance)"/&gt;&lt;/p&gt;
&lt;h3 id="2025-update"&gt;2025 Update&lt;/h3&gt;
&lt;p&gt;Benson Mines has had a complete transformation over the last couple years. The site was sold to a new owner, who
demolished almost every building, clearing the site. More recently, the site has been transferred to a new developer
who &lt;a href="https://www.adirondackexplorer.org/communities/economy/solar-developer-chosen-benson-mines/"&gt;plans to create a 12-megawatt solar energy generation facility&lt;/a&gt;!
While it appears Benson Mines&amp;rsquo; days as a mine are over, it will live on as a new and futuristic facility.&lt;/p&gt;</content></item><item><title>RIT Wildenhain Exhibition website</title><link>https://davepedu.com/projects/2012/11/04/rit-wildenhain-exhibition-website/</link><pubDate>Sun, 04 Nov 2012 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/projects/2012/11/04/rit-wildenhain-exhibition-website/</guid><description>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2012/11/04/rit-wildenhain-exhibition-website/img/wild-full_hu_fe21f055438eb95d.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;A website showcasing the work of mid century artist Frans Wildenhain, built on WordPress. Features a prominent art photo
gallery, and a WordPress blog.&lt;/p&gt;
&lt;p&gt;Additionally, this website &lt;a href="https://www.rit.edu/news/websites-win-awards"&gt;won a Silver Award&lt;/a&gt;, given by
&lt;a href="https://www.w3award.com/about/"&gt;The w3 Awards&lt;/a&gt; in its Best of the Web competition.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Frans Wildenhain Exhibition website was designed to feature the fall 2012 exhibition of mid-century modern pottery
by Bauhaus-trained ceramist Frans Wildenhain.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;The site had to be designed to attract and hold the diverse interests of an international audience,&amp;rdquo; says Bruce
Austin, professor of communication. “The efforts of the Web/IT team led to a website every bit as innovative, exciting
and dynamic as the art on exhibit.&amp;quot;&lt;/p&gt;</description><content>&lt;p&gt;&lt;img src="https://davepedu.com/projects/2012/11/04/rit-wildenhain-exhibition-website/img/wild-full_hu_fe21f055438eb95d.png" alt="Screenshot"/&gt;&lt;/p&gt;
&lt;p&gt;A website showcasing the work of mid century artist Frans Wildenhain, built on WordPress. Features a prominent art photo
gallery, and a WordPress blog.&lt;/p&gt;
&lt;p&gt;Additionally, this website &lt;a href="https://www.rit.edu/news/websites-win-awards"&gt;won a Silver Award&lt;/a&gt;, given by
&lt;a href="https://www.w3award.com/about/"&gt;The w3 Awards&lt;/a&gt; in its Best of the Web competition.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Frans Wildenhain Exhibition website was designed to feature the fall 2012 exhibition of mid-century modern pottery
by Bauhaus-trained ceramist Frans Wildenhain.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;The site had to be designed to attract and hold the diverse interests of an international audience,&amp;rdquo; says Bruce
Austin, professor of communication. “The efforts of the Web/IT team led to a website every bit as innovative, exciting
and dynamic as the art on exhibit.&amp;quot;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&amp;ldquo;These awards are a testament to the talented staff we have here at RIT,&amp;rdquo;&amp;quot; says Raman Bhalla, assistant director for
Web/IT services. In addition to Bhalla, the Web/IT team includes Megan Bastian, Harry Groover, Gage LaFleur,
Elizabeth Lamark, &lt;strong&gt;David Pedu&lt;/strong&gt; and Dan Roder.&lt;/p&gt;
&lt;p&gt;- &lt;a href="https://www.rit.edu/news/websites-win-awards"&gt;RIT News&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This website has since been decommissioned and replaced with an updated design, but my work may still be viewed
via &lt;a href="https://web.archive.org/web/20140116214235/https://www.rit.edu/cla/wild/"&gt;archive.org&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>about this website</title><link>https://davepedu.com/about-this-website/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/about-this-website/</guid><description>&lt;h1 id="content"&gt;content&lt;/h1&gt;
&lt;p&gt;Unless otherwise noted, all text, images, and other media on this website are original works. Any third-party material
is used with attribution.&lt;/p&gt;
&lt;p&gt;No content on this website was produced using Artificial Intelligence.&lt;/p&gt;
&lt;h1 id="attributions"&gt;attributions&lt;/h1&gt;
&lt;p&gt;Site generated with &lt;a href="https://github.com/gohugoio/hugo"&gt;Hugo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hugo theme adapted from &lt;a href="https://github.com/mirus-ua/hugo-theme-re-terminal"&gt;re-Terminal&lt;/a&gt; by &lt;a href="https://github.com/mirus-ua"&gt;Mirus&lt;/a&gt;.&lt;/p&gt;</description><content>&lt;h1 id="content"&gt;content&lt;/h1&gt;
&lt;p&gt;Unless otherwise noted, all text, images, and other media on this website are original works. Any third-party material
is used with attribution.&lt;/p&gt;
&lt;p&gt;No content on this website was produced using Artificial Intelligence.&lt;/p&gt;
&lt;h1 id="attributions"&gt;attributions&lt;/h1&gt;
&lt;p&gt;Site generated with &lt;a href="https://github.com/gohugoio/hugo"&gt;Hugo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hugo theme adapted from &lt;a href="https://github.com/mirus-ua/hugo-theme-re-terminal"&gt;re-Terminal&lt;/a&gt; by &lt;a href="https://github.com/mirus-ua"&gt;Mirus&lt;/a&gt;.&lt;/p&gt;</content></item><item><title>contact</title><link>https://davepedu.com/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>dave@davepedu.com (dave)</author><guid>https://davepedu.com/contact/</guid><description>&lt;p&gt;&lt;strong&gt;direct&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Email: &lt;a href="mailto:web@davepedu.com?subject=Website%20contact"&gt;web@davepedu.com&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;common&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;GitHub: &lt;a href="https://github.com/dpedu"&gt;@dpedu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;LinkedIn: &lt;a href="https://www.linkedin.com/in/davepedu"&gt;/davepedu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;𝕏 / Twitter: &lt;a href="https://twitter.com/dpedu"&gt;@dpedu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bluesky: &lt;a href="https://bsky.app/profile/davepedu.com"&gt;@davepedu.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Facebook: &lt;a href="https://www.facebook.com/dave.pedu"&gt;/dave.pedu&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;other&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Strava: &lt;a href="http://www.strava.com/athletes/751790"&gt;Link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Steam: &lt;a href="https://steamcommunity.com/id/moptop650"&gt;moptop650&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Last.fm: &lt;a href="http://www.last.fm/user/Moptop650"&gt;Moptop650&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;retired&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Google+: &lt;a href="https://web.archive.org/web/20161119133525/https://plus.google.com/101304612904185407141"&gt;Archive&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Skype: d.pedu&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;feeds&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;RSS: &lt;a href="https://davepedu.com/index.xml"&gt;Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><content>&lt;p&gt;&lt;strong&gt;direct&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Email: &lt;a href="mailto:web@davepedu.com?subject=Website%20contact"&gt;web@davepedu.com&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;common&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;GitHub: &lt;a href="https://github.com/dpedu"&gt;@dpedu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;LinkedIn: &lt;a href="https://www.linkedin.com/in/davepedu"&gt;/davepedu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;𝕏 / Twitter: &lt;a href="https://twitter.com/dpedu"&gt;@dpedu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bluesky: &lt;a href="https://bsky.app/profile/davepedu.com"&gt;@davepedu.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Facebook: &lt;a href="https://www.facebook.com/dave.pedu"&gt;/dave.pedu&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;other&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Strava: &lt;a href="http://www.strava.com/athletes/751790"&gt;Link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Steam: &lt;a href="https://steamcommunity.com/id/moptop650"&gt;moptop650&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Last.fm: &lt;a href="http://www.last.fm/user/Moptop650"&gt;Moptop650&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;retired&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Google+: &lt;a href="https://web.archive.org/web/20161119133525/https://plus.google.com/101304612904185407141"&gt;Archive&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Skype: d.pedu&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;feeds&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;RSS: &lt;a href="https://davepedu.com/index.xml"&gt;Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</content></item></channel></rss>