<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Stuff on zacharyc</title>
    <link>https://www.zacharyc.com/categories/stuff/</link>
    <description>Recent content in Stuff on zacharyc</description>
    <image>
      <title>zacharyc</title>
      <url>https://www.zacharyc.com/papermod-cover.png</url>
      <link>https://www.zacharyc.com/</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 13 Jul 2021 14:37:15 -0400</lastBuildDate>
    <atom:link href="https://www.zacharyc.com/categories/stuff/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Pete&#39;s Pirate Life</title>
      <link>https://www.zacharyc.com/2021/07/13/petes-pirate-life/</link>
      <pubDate>Tue, 13 Jul 2021 14:37:15 -0400</pubDate>
      <guid>https://www.zacharyc.com/2021/07/13/petes-pirate-life/</guid>
      <description>&lt;p&gt;A while ago, I got into watching some YouTube creators, one of my favorite being &lt;a href=&#34;https://www.youtube.com/user/caseyneistat&#34;&gt;Casey Neistat&lt;/a&gt;. Through my constant watching, I discovered one of his friends &lt;a href=&#34;https://www.petermckinnon.com&#34;&gt;Peter McKinnon&lt;/a&gt;. I don’t know what it is about Peter, but I have a love and hate relationship with his work. His videos are sometimes cool and cover cool things, but oftentimes they are just about obvious editing things or things that Peter himself enjoys. He takes a long time to get to a point that could be covered sooner. Peter’s product shots are very much touched up. Very little of it feels genuine and real. But his style is on point in my book. His love for coffee mirrors my own, and his desire to see the beauty and be joyous is something I strive for.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>A while ago, I got into watching some YouTube creators, one of my favorite being <a href="https://www.youtube.com/user/caseyneistat">Casey Neistat</a>. Through my constant watching, I discovered one of his friends <a href="https://www.petermckinnon.com">Peter McKinnon</a>. I don’t know what it is about Peter, but I have a love and hate relationship with his work. His videos are sometimes cool and cover cool things, but oftentimes they are just about obvious editing things or things that Peter himself enjoys. He takes a long time to get to a point that could be covered sooner. Peter’s product shots are very much touched up. Very little of it feels genuine and real. But his style is on point in my book. His love for coffee mirrors my own, and his desire to see the beauty and be joyous is something I strive for.</p>
<p>So for various reasons, sometimes I will watch a Peter video and often times I’ll skip it. The same with his instagram, until I discovered <a href="https://www.instagram.com/petespiratelife/">Pete’s Pirate Life</a>. This one collection of photos and products fits into what I love about Peter while keeping me away from some of the stuff I don’t. Through this instagram, Peter shows dark little corners of his life in striking photography. He also does these things called “Drops” whereby he sells fun products. Many of them are overpriced, but the limited nature of the drop makes me pretty excited to collect items. It works on me. To the best of my knowledge, no one has really put together a list of the products he releases with information on what they are and how to make your own or do something like it. I’m going to attempt to do that. Check out my product page on <a href="https://zacharyc.com/projects-page/petes-pirate-life-treasure-list/">Pete’s Pirate Life</a>.</p>
<p><em>Photos are from Pete’s Instagram. Not my own work.</em></p>
]]></content:encoded>
    </item>
    <item>
      <title>Sleeping your Mac with a Microsoft Ergo 4000 Keyboard</title>
      <link>https://www.zacharyc.com/2010/10/25/sleeping-your-mac-with-a-microsoft-ergo-4000-keyboard/</link>
      <pubDate>Mon, 25 Oct 2010 21:27:04 -0400</pubDate>
      <guid>https://www.zacharyc.com/2010/10/25/sleeping-your-mac-with-a-microsoft-ergo-4000-keyboard/</guid>
      <description>&lt;p&gt;One of my friends, who will remain nameless for the purpose of this discussion, convinced me start playing around with a &lt;a href=&#34;http://www.amazon.com/gp/product/B000A6PPOK?ie=UTF8&amp;amp;tag=zacharycohen-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B000A6PPOK&#34;&gt;Microsoft Natural Ergo Keyboard 4000&lt;/a&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.assoc-amazon.com/e/ir?t=zacharycohen-20&amp;l=as2&amp;o=1&amp;a=B000A6PPOK&#34;&gt;. I got one at work, then I bought one for the home and I’ve been pretty happy with it. There are just a couple of things missing from my standard mac keyboard.&lt;/p&gt;
&lt;p&gt;Firstly, on my old computer, I used to be able to hit the a keyboard combination to get my machine to sleep. I believe it was something like Cmd – Shft – Eject. Well, the Microsoft keyboard doesn’t have Eject. So I’m out of luck there. It does, however, have a set of buttons reserved for favorites. So I decided to code up a little AppleScript and bind it to one of these keys. Here’s the script, and I just saved it as an editable application. Then you can go into the preference pane for the keyboard and assign the whichever key you want to this script. Good luck.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>One of my friends, who will remain nameless for the purpose of this discussion, convinced me start playing around with a <a href="http://www.amazon.com/gp/product/B000A6PPOK?ie=UTF8&amp;tag=zacharycohen-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000A6PPOK">Microsoft Natural Ergo Keyboard 4000</a><img loading="lazy" src="http://www.assoc-amazon.com/e/ir?t=zacharycohen-20&l=as2&o=1&a=B000A6PPOK">. I got one at work, then I bought one for the home and I’ve been pretty happy with it. There are just a couple of things missing from my standard mac keyboard.</p>
<p>Firstly, on my old computer, I used to be able to hit the a keyboard combination to get my machine to sleep. I believe it was something like Cmd – Shft – Eject. Well, the Microsoft keyboard doesn’t have Eject. So I’m out of luck there. It does, however, have a set of buttons reserved for favorites. So I decided to code up a little AppleScript and bind it to one of these keys. Here’s the script, and I just saved it as an editable application. Then you can go into the preference pane for the keyboard and assign the whichever key you want to this script. Good luck.</p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span><span class="lnt">2
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl">tell application &#34;finder&#34; sleep
</span></span><span class="line"><span class="cl">end tell
</span></span></code></pre></td></tr></table>
</div>
</div>]]></content:encoded>
    </item>
    <item>
      <title>Halloween Stuff</title>
      <link>https://www.zacharyc.com/2010/10/25/halloween-stuff/</link>
      <pubDate>Mon, 25 Oct 2010 15:52:17 -0400</pubDate>
      <guid>https://www.zacharyc.com/2010/10/25/halloween-stuff/</guid>
      <description>&lt;p&gt;I got up this morning and started looking through facebook. I got upset that so many people had carved pumpkins this past weekend, but I had not. For the record, I’m not a huge pumpkin guy. Carving one involves getting your hands dirty which has never been one of my strong suits. Anyway, so I decided to make on in &lt;a href=&#34;http://www.bohemiancoding.com/sketch&#34;&gt;Sketch&lt;/a&gt;. Here is draft one, and the source file for you to play with. It’s yours to do whatever with.&lt;br&gt;
&lt;a href=&#34;https://www.zacharyc.com/assets/img/2010/10/Pumpkin.png?ssl=1&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.zacharyc.com/assets/img/2010/10/Pumpkin.png?resize=300%2C214&amp;ssl=1&#34; title=&#34;Pumpkin&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I got up this morning and started looking through facebook. I got upset that so many people had carved pumpkins this past weekend, but I had not. For the record, I’m not a huge pumpkin guy. Carving one involves getting your hands dirty which has never been one of my strong suits. Anyway, so I decided to make on in <a href="http://www.bohemiancoding.com/sketch">Sketch</a>. Here is draft one, and the source file for you to play with. It’s yours to do whatever with.<br>
<a href="https://www.zacharyc.com/assets/img/2010/10/Pumpkin.png?ssl=1"><img loading="lazy" src="https://www.zacharyc.com/assets/img/2010/10/Pumpkin.png?resize=300%2C214&ssl=1" title="Pumpkin"></a></p>
<p>And here’s the source:<br>
<a href="https://zacharyc.com/wp-content/uploads/2010/10/Pumpkin.zip">Pumpkin</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>OmniGraffle Calendar Template</title>
      <link>https://www.zacharyc.com/2008/10/01/omnigraffle-calendar-template/</link>
      <pubDate>Wed, 01 Oct 2008 16:07:51 -0400</pubDate>
      <guid>https://www.zacharyc.com/2008/10/01/omnigraffle-calendar-template/</guid>
      <description>&lt;p&gt;I was searching the web and while I found many specific instances of calendars for various different programs, I didn’t really find a generic template that I could reuse again and again, so I made one. The colors are set up to be orange and white because that is the colors of team I coach, but it can easily be changed.&lt;/p&gt;
&lt;p&gt;I choose &lt;a href=&#34;http://www.omnigroup.com/omnigraffle&#34;&gt;OmniGraffle&lt;/a&gt; because it is probably my most favorite drawing program. If you own a Mac, you should get a copy of this program.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I was searching the web and while I found many specific instances of calendars for various different programs, I didn’t really find a generic template that I could reuse again and again, so I made one. The colors are set up to be orange and white because that is the colors of team I coach, but it can easily be changed.</p>
<p>I choose <a href="http://www.omnigroup.com/omnigraffle">OmniGraffle</a> because it is probably my most favorite drawing program. If you own a Mac, you should get a copy of this program.</p>
<p><a href="https://zacharyc.com/wp-content/uploads/2008/10/calendartemplate.graffle">Calendar Template OmniGraffle</a></p>
<p>Since you might be on your mac right now, here is a PDF preview:<br>
<a href="https://zacharyc.com/wp-content/uploads/2008/10/calendartemplate.pdf">Calendar Template Preview</a></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
