https://winnick.io
HASH 13ccf0a75b1817c86cdd3dddbe75d892
This item was proven by @zak on 2023-04-24T15:19:06+00:00.
Evidence
This is a copy of the web page retrieved on 2023-04-24T15:19:06+00:00. Show the proof snippet.
<!DOCTYPE html>
<html><head>
<meta name="generator" content="Hugo 0.91.2">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>
Zak Winnick
</title>
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://winnick.io/feed.xml" rel="alternate" type="application/rss+xml" title="Zak Winnick">
<link href="https://winnick.io/podcast.xml" rel="alternate" type="application/rss+xml" title="Podcast">
<link rel="alternate" type="application/json" title="Zak Winnick" href="https://winnick.io/feed.json">
<link rel="EditURI" type="application/rsd+xml" href="https://winnick.io/rsd.xml">
<link rel="stylesheet" type="text/css" href="/assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/assets/css/icons.css">
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css">
<link rel="stylesheet" type="text/css" href="/custom.css">
<link rel="me" href="https://micro.blog/zak">
<link rel="me" href="https://twitter.com/ZakWinnick">
<link rel="me" href="https://github.com/ZakWinnick">
<link rel="me" href="https://instagram.com/ZakWinnick">
<link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth">
<link rel="token_endpoint" href="https://micro.blog/indieauth/token">
<link rel="micropub" href="https://micro.blog/micropub">
<link rel="microsub" href="https://micro.blog/microsub">
<link rel="webmention" href="https://micro.blog/webmention">
<link rel="subscribe" href="https://micro.blog/users/follow">
<link href="https://fonts.googleapis.com/css?family=Bree+Serif|Lato:100,100i,300,300i,400,400i,700,700i|Source+Code+Pro:300,400,500,700" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/jquery@1.12.4/dist/jquery.min.js"></script>
<script type="text/javascript" src="/assets/bigfoot/dist/bigfoot.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/bigfoot/dist/bigfoot-number.css">
<script type="text/javascript">
$.bigfoot();
</script>
<link rel="stylesheet" href="/img-gallery.css">
<link rel="stylesheet" href="/css/bookshelf.css">
<link rel="stylesheet" href="/navlist.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css">
<script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lite-youtube-embed/0.2.0/lite-yt-embed.js"></script>
<script>
document.addEventListener('DOMContentLoaded', (event) => {
const posts = [...document.getElementsByClassName("post-content")].forEach(p => {
const links = [...p.getElementsByTagName('a')]
links.forEach(l => {
if (!l.href) return
l.href.includes('youtube.com') || l.href.includes('youtu.be')
const matches = l.href.match(/(http:|https:)?(\/\/)?(www\.)?(youtube.com|youtu.be)\/(watch|embed)?(\?v=|\/)?(\S+)?/)
const ytId = matches ? matches[7] : null
const article = l.closest('.post-content')
if (ytId && article) {
const video = document.createElement('lite-youtube')
video.setAttribute('videoid', ytId)
video.setAttribute('playlabel', l.innerText)
article.appendChild(video)
}
})
})
})
</script>
<style>
lite-youtube {
background-color: #000;
position: relative;
display: block;
contain: content;
background-position: center center;
background-size: cover;
cursor: pointer;
max-width: 720px;
margin-bottom: 10px;
}
lite-youtube::before {
content: '';
display: block;
position: absolute;
top: 0;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
background-position: top;
background-repeat: repeat-x;
height: 60px;
padding-bottom: 50px;
width: 100%;
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube::after {
content: "";
display: block;
padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 0;
}
lite-youtube > .lty-playbtn {
display: block;
width: 68px;
height: 48px;
position: absolute;
cursor: pointer;
transform: translate3d(-50%, -50%, 0);
top: 50%;
left: 50%;
z-index: 1;
background-color: transparent;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
filter: grayscale(100%);
transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
filter: none;
}
lite-youtube.lyt-activated {
cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
opacity: 0;
pointer-events: none;
}
.lyt-visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
</style>
</head>
<body class="">
<header class="main-header">
<div class="h-card main-header-content">
<h1 class=" blog-title">
<a class="u-url p-name" href="/">
Zak Winnick
</a>
</h1>
<h2 class="p-note blog-description">Follow <a href="https://micro.blog/zak">@zak on Micro.blog</a>.</h2>
</div>
<div class="nav">
<a class="nav- " role="presentation" href="/subscribe/">Subscribe</a>
<a class="nav- " role="presentation" href="/about/">About</a>
<a class="nav- " role="presentation" href="/archive/">Archive</a>
<a class="nav- " role="presentation" href="/books/">Currently Reading</a>
<a class="nav- " role="presentation" href="/now/">Now</a>
<a class="nav- " role="presentation" href="/on-this-day/">On This Day</a>
<a class="nav- " role="presentation" href="/photos/">Photos</a>
<a class="nav- " role="presentation" href="/youtube/">YouTube</a>
<a class="nav- " role="presentation" href="/tweets/">Tweets</a>
<a class="nav- " role="presentation" href="/feeds/">Feeds</a>
</div>
</header>
<main class="content" role="main">
<div class="extra-pagination">
<nav class="pagination" role="navigation">
</nav>
</div>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2023/04/24/proof.html"></a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p><a href="https://proven.lol/b1a524">Proof</a></p>
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2023/04/24/proof.html"><time class="post-date">April 24, 2023</time></a>
</footer>
</article>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2023/04/23/greg-howard.html">Greg Howard</a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p>Ever since I heard you play the <a href="https://www.stick.com/">Chapman Stick</a> on, my all-time favorite Dave Matthews Band song, <a href="https://open.spotify.com/track/1om1Avyyn1emEctjwvR7Ms?si=c4e2b6bfba74403d">The Dreaming Tree</a>, I knew this was the instrument I wanted to learn the most.</p>
<p>Over the following years, thank you for being a friend, and someone for me to ask all the questions when I was learning to play. Thank you for licensing “<a href="https://open.spotify.com/track/5IVc2q2tD06xC7lXF1zI8t?si=aab9638082f04df4">Big Meadows</a>” to me for a little project I was working on in Austin. Thank you for being an inspiration for me and a countless number of Stick players around the world.</p>
<p>Pancreatic cancer is a bitch, and it’s terrible that we lost you to it.</p>
<p>RIP Greg Howard. You were one in a Googolplex.</p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/RCXjEIQANes" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen="" title="YouTube Video"></iframe>
</div>
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2023/04/23/greg-howard.html"><time class="post-date">April 23, 2023</time></a>
</footer>
</article>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2023/04/15/beautiful-day-for.html"></a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p>Beautiful day for Mets baseball. I’ve now seen them play in 8 parks around the country. Of course, they beat the A’s 3-2.</p>
<p>It was a good day…</p>
<img src="https://cdn.uploads.micro.blog/29963/2023/643cc90b25.jpg" width="600" height="450" alt="">
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2023/04/15/beautiful-day-for.html"><time class="post-date">April 15, 2023</time></a>
</footer>
</article>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2023/04/08/way-more-happy.html"></a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p>Way more happy than I should be to have my <a href="https://www.breville.com/us/en/products/espresso/bes990.html">Breville Oracle Touch</a> back from repair.</p>
<p>I almost forgot what a good cup of home brewed coffee tasted like.</p>
<img src="https://zak.micro.blog/uploads/2023/58b8180ee0.jpg" width="600" height="450" alt="">
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2023/04/08/way-more-happy.html"><time class="post-date">April 08, 2023</time></a>
</footer>
</article>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2023/03/28/fog-over-the.html"></a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p>Fog over the northern Santa Rosa valley, getting on an <a href="https://aveloair.com">Avelo</a> flight to Burbank a couple of weeks ago.</p>
<p>(Also testing the new upload feature in the <a href="https://micro.blog">Micro.blog</a> beta.</p>
<img src="https://zak.micro.blog/uploads/2023/247b3a15ce.jpg" width="600" height="450" alt="">
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2023/03/28/fog-over-the.html"><time class="post-date">March 28, 2023</time></a>
</footer>
</article>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2023/03/26/armstrong-redwoods-state.html"></a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p>Spent the day at <a href="https://www.parks.ca.gov/?page_id=450">Armstrong Redwoods State Natural Reserve</a>. It was incredible, and surprisingly peaceful.</p>
<p><a href="https://zak.micro.blog/uploads/2023/035015b1c1.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/035015b1c1.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
<a href="https://zak.micro.blog/uploads/2023/52a676073b.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/52a676073b.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
<a href="https://zak.micro.blog/uploads/2023/1e36417d6c.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/1e36417d6c.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
<a href="https://zak.micro.blog/uploads/2023/3bf10a3b4b.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/3bf10a3b4b.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
<a href="https://zak.micro.blog/uploads/2023/8ff582b660.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/8ff582b660.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
<a href="https://zak.micro.blog/uploads/2023/f87de2ef7b.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/f87de2ef7b.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
<a href="https://zak.micro.blog/uploads/2023/cca76ddda1.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/cca76ddda1.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
<a href="https://zak.micro.blog/uploads/2023/8383b9852e.jpg" class="glightbox" data-gallery="f9aa26b9b68fd4484f4203622e09b6f0">
<img src="https://zak.micro.blog/uploads/2023/8383b9852e.jpg" style="border-radius: 5px; max-width: 100%" alt="">
</a>
</p>
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2023/03/26/armstrong-redwoods-state.html"><time class="post-date">March 26, 2023</time></a>
</footer>
</article>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2023/02/15/the-rare-moment.html">LA Kings Fanfest 2023</a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p>The rare moment I’m in front of a camera.</p>
<p>Totally worth it to meet my favorite LA Kings player, Pheonix Copley (he’s the starting goalie, and yes…that’s how he spells his name).</p>
<p>This was at the 2023 Kings Fan Fest at the Microsoft Theater (across the street from Staples Cen…I mean Crypto.com Arena).</p>
<img src="https://zak.micro.blog/uploads/2023/f6c70c2033.jpg" width="450" height="600" alt="">
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2023/02/15/the-rare-moment.html"><time class="post-date">February 15, 2023</time></a>
</footer>
</article>
<article class="h-entry post">
<header class="post-header">
<h2 class="p-name post-title"><a href="/2022/10/13/day-in-the.html"></a></h2>
</header>
<section class="p-summary post-excerpt">
<p>
</p><p>Day in the Life.</p>
<p>LA Kings v. Seattle Kraken @ Crypto.com Arena. 8:37p PDT.</p>
<img src="https://zak.micro.blog/uploads/2022/0033498a67.jpg" width="600" height="450" alt="">
<p></p>
</section>
<footer class="post-meta">
<a class="u-author h-card" href="/"></a>
<a class="read-more" href="/2022/10/13/day-in-the.html"><time class="post-date">October 13, 2022</time></a>
</footer>
</article>
<nav class="pagination" role="navigation">
</nav>
</main>
<footer class="site-footer">
<section class="rss"><a class="subscribe-button icon-feed" href="/feed.xml"></a></section>
<section class="copyright">© 2023 SurfChaos Media </section>
</footer>
</body></html>