<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hardware on traviscj/blog</title>
    <link>https://traviscj.com/blog/tags/hardware/</link>
    <description>Recent content in Hardware on traviscj/blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 23 May 2019 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://traviscj.com/blog/tags/hardware/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>macos log command</title>
      <link>https://traviscj.com/blog/post/2019-05-23-macos_log_command/</link>
      <pubDate>Thu, 23 May 2019 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2019-05-23-macos_log_command/</guid>
      <description>&lt;p&gt;My work laptop has been randomly shutting itself off.&#xA;I came across &lt;a href=&#34;TODO&#34;&gt;this&lt;/a&gt; stackoverflow post, it said to run&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;log show &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  --predicate &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;eventMessage contains &amp;#34;Previous shutdown cause&amp;#34;&amp;#39;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  --last 24h&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;which, for me, returns&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;risksys  ➜ log show --predicate &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;eventMessage contains &amp;#34;Previous shutdown cause&amp;#34;&amp;#39;&lt;/span&gt; --last 24h&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Filtering the log data using &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;composedMessage CONTAINS &amp;#34;&lt;/span&gt;Previous shutdown cause&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Skipping info and debug messages, pass --info and/or --debug to include.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Timestamp                       Thread     Type        Activity             PID    TTL&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;2019-05-23 11:29:01.874486-0700 0xaf       Default     0x0                  &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;      &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;    kernel: &lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;AppleSMC&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt; Previous shutdown cause: -128&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;2019-05-23 11:44:49.786722-0700 0xaf       Default     0x0                  &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;      &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;    kernel: &lt;span style=&#34;color:#f92672&#34;&gt;(&lt;/span&gt;AppleSMC&lt;span style=&#34;color:#f92672&#34;&gt;)&lt;/span&gt; Previous shutdown cause: -128&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;--------------------------------------------------------------------------------------------------------------------&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Log      - Default:          2, Info:                0, Debug:             0, Error:          0, Fault:          &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Activity - Create:           0, Transition:          0, Actions:           &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This, combined with these &lt;a href=&#34;https://georgegarside.com/blog/macos/shutdown-causes/&#34;&gt;MacOS Shutdown Causes&lt;/a&gt; paints a pretty bleak picture: I&amp;rsquo;ve got RAM issues :-(&lt;/p&gt;</description>
    </item>
    <item>
      <title>big-ish personal storage</title>
      <link>https://traviscj.com/blog/post/2018-04-25-big-ish_personal_storage/</link>
      <pubDate>Wed, 25 Apr 2018 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2018-04-25-big-ish_personal_storage/</guid>
      <description>&lt;p&gt;I was curious what it would cost to have something like 5-30TB of storage space on hand.&#xA;The obvious choices are between buying some hard drives and paying for an S3 bucket or something.&lt;/p&gt;&#xA;&lt;p&gt;The amazon costs are pretty straightforward: you pick a region, they tell you the cost.&#xA;Starting with their &lt;a href=&#34;https://aws.amazon.com/s3/pricing/&#34;&gt;pricing table&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;aws = [&#xA;    {&amp;quot;level&amp;quot;: &amp;quot;standard&amp;quot;, &amp;quot;c_millidollars&amp;quot;: 23},&#xA;    {&amp;quot;level&amp;quot;: &amp;quot;infrequent&amp;quot;, &amp;quot;c_millidollars&amp;quot;: 12.5},&#xA;    {&amp;quot;level&amp;quot;: &amp;quot;one_zone&amp;quot;, &amp;quot;c_millidollars&amp;quot;: 10},&#xA;    {&amp;quot;level&amp;quot;: &amp;quot;glacier&amp;quot;, &amp;quot;c_millidollars&amp;quot;: 4}&#xA;]&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;we can say&lt;/p&gt;</description>
    </item>
    <item>
      <title>inspired by magicmirror</title>
      <link>https://traviscj.com/blog/post/2016-01-02-inspired_by_magicmirror/</link>
      <pubDate>Sat, 02 Jan 2016 18:45:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2016-01-02-inspired_by_magicmirror/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been really inspired by the &lt;a href=&#34;https://github.com/MichMich/MagicMirror&#34;&gt;MagicMirror&lt;/a&gt; project.&#xA;The basic idea is getting a piece of mirror glass and putting a monitor and computer behind it, then having a status page show some pertinent information about the day (like weather, calendar, news, etc).&#xA;So it looks like a regular mirror, but when you look closely, it shows the extra information.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;d like to put one in the bedroom to replace our tall mirror.&#xA;That&amp;rsquo;ll be pretty cool, but it requires a bit of extra thought because&#xA;our magicmirror setup would replace a tall and skinny mirror, so we&amp;rsquo;ll probably just want a monitor behind the &lt;em&gt;top&lt;/em&gt; part of the mirror.&#xA;That will require some extra bracing to hold the monitor up in the frame.&#xA;I&amp;rsquo;ll need to think about that a while.&lt;/p&gt;</description>
    </item>
    <item>
      <title>recent projects - sous vide, hydroponic pump, and another table</title>
      <link>https://traviscj.com/blog/post/2015-11-17-recent_projects_sous_vide_hydroponic_pump_and_another_table/</link>
      <pubDate>Tue, 17 Nov 2015 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2015-11-17-recent_projects_sous_vide_hydroponic_pump_and_another_table/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been working on a few fun projects recently.&lt;/p&gt;&#xA;&lt;p&gt;First: I built a &lt;a href=&#34;http://www.instructables.com/id/Sous-vide-cooker-for-less-than-40/&#34;&gt;temperature controller&lt;/a&gt; out of a crock pot and a cheap import temperature controller. It looks like this:&lt;/p&gt;&#xA;&lt;p&gt;![temperature controller top]({{ site.baseurl }}/assets/temperature_controller_top_s.jpg)&lt;/p&gt;&#xA;&lt;p&gt;![temperature controller bottom]({{ site.baseurl }}/assets/temperature_controller_bottom_s.jpg)&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve used it to cook eggs and steak. Both turned out great! Here&amp;rsquo;s the only shots I got of the steak:&lt;/p&gt;&#xA;&lt;p&gt;![steak vacuum sealed]({{ site.baseurl }}/assets/steak_vacuum_sealed_s.jpg)&#xA;![steak cooking]({{ site.baseurl }}/assets/steak_cooking_s.jpg)&lt;/p&gt;&#xA;&lt;p&gt;Next, I&amp;rsquo;ve put together another refinement of the hydroponic tomato setup we have in our living room. Also, just realized I haven&amp;rsquo;t added the backposts about it yet. Allison and I started three tomato plants back in May:&lt;/p&gt;</description>
    </item>
    <item>
      <title>carputer brainstorming ideas</title>
      <link>https://traviscj.com/blog/post/2015-06-07-carputer_brainstorming_ideas/</link>
      <pubDate>Sun, 07 Jun 2015 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2015-06-07-carputer_brainstorming_ideas/</guid>
      <description>&lt;p&gt;As much as I enjoy driving, radio almost always annoys me.&#xA;There&amp;rsquo;s a couple of particularly terrible stations and commercials around, but even the least objectionable of the&#xA;pack really bother me.&#xA;The focus did come with an auxiliary stereo input plug, which we have used extensively, but even that seems to have some shortcomings.&#xA;In particular, one of the things I really miss about the radio approach is just that I don&amp;rsquo;t really need to think that much about it &amp;ndash; it is just there while I&amp;rsquo;m driving around.&#xA;Starting up spotify after I&amp;rsquo;ve started off isn&amp;rsquo;t safe or prudent.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ditching the consumer grade wireless router</title>
      <link>https://traviscj.com/blog/post/2014-01-24-ditching_the_consumer_grade_wireless_router/</link>
      <pubDate>Fri, 24 Jan 2014 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2014-01-24-ditching_the_consumer_grade_wireless_router/</guid>
      <description>&lt;p&gt;My fiancée and I both spend a fair bit of time working from home, so we notice downtime almost immediately. We had a &lt;a href=&#34;http://www.netgear.com/home/products/networking/wifi-routers/WNDR3400.aspx&#34;&gt;NETGEAR WNDR3400&lt;/a&gt; which periodically disconnected one or the other of us, or just didn&amp;rsquo;t seem very zippy anymore. I was originally considering a top-of-the-line router, such as an &lt;a href=&#34;https://www.apple.com/airport-extreme/&#34;&gt;Airport Extreme&lt;/a&gt;, a &lt;a href=&#34;http://www.amazon.com/NETGEAR-Nighthawk-AC1900-Gigabit-Router/dp/B00F0DD0I6&#34;&gt;NETGEAR Nighthawk AC1900&lt;/a&gt;, or an &lt;a href=&#34;http://www.amazon.com/RT-AC66U-Dual-Band-Wireless-AC1750-Gigabit-Router/dp/B008ABOJKS/ref=dp_ob_title_ce&#34;&gt;ASUS RT-AC66U&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I had been looking into alternatives for a while, and decided to pull the trigger on the following setup:&lt;/p&gt;</description>
    </item>
    <item>
      <title>digital photography</title>
      <link>https://traviscj.com/blog/post/2012-03-29-digital_photography/</link>
      <pubDate>Thu, 29 Mar 2012 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2012-03-29-digital_photography/</guid>
      <description>&lt;p&gt;Recently I&amp;rsquo;ve decided to dedicate a slight bit of time to get a bit better at taking pictures.&#xA;I&amp;rsquo;d always wanted to get a truly nice camera, and the opportunity presented itself, so I decided to go for it and bought a Nikon D5100 DSLR.&#xA;I also ended up getting a complete steal on the Nikon 55-200mm DX VR lens, which was pretty awesome.&#xA;&lt;a href=&#34;http://content.photojojo.com/tutorials/project-365-take-a-photo-a-day/&#34;&gt;Project 365&lt;/a&gt; would be a great move from here, since I&amp;rsquo;m certainly no photographer, but it&amp;rsquo;s been fun just learning about it all the ins and outs and how it all works together.&#xA;In any case, I did start a &lt;a href=&#34;http://www.flickr.com/photos/drtraviscj/&#34;&gt;Flickr: drtraviscj&lt;/a&gt; account which I&amp;rsquo;ll be posting stuff.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TiVo Router Project</title>
      <link>https://traviscj.com/blog/post/2009-03-01-tivo_router_project/</link>
      <pubDate>Sun, 01 Mar 2009 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2009-03-01-tivo_router_project/</guid>
      <description>&lt;p&gt;My girlfriend&amp;rsquo;s TiVo only has an ethernet port. Well, technically, it only has a USB port. We went looking for a TiVo compatible Wifi adapter but were less than successful. We did manage to find a USB-ethernet converter at Fry&amp;rsquo;s Electronics, though. But this means it requires a machine there to bridge from Wireless to the wired port, which is a bit of a hassle on her Windows Vista laptop(though, honestly, what isn&amp;rsquo;t a pain in Vista? &amp;lt;/soapbox&amp;gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Computer Ressurection and Elastic Cloud Experimentation</title>
      <link>https://traviscj.com/blog/post/2008-11-29-computer_ressurection_and_elastic_cloud_experimentation/</link>
      <pubDate>Sat, 29 Nov 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-11-29-computer_ressurection_and_elastic_cloud_experimentation/</guid>
      <description>&lt;p&gt;I was home on Thanksgiving Break with Sharvil, and we decided to revive some old computers. Partly I&amp;rsquo;d like to experiment with some clustering stuff without incurring CPU time at the AMATH department or Teragrid stuff I&amp;rsquo;m likely gonna be working on soon with Shea-Brown&amp;rsquo;s neuroscience research. So, it turns out I resurrected about 5-6 old computers(final tally is still waiting on the number of successful Xubuntu installs on them, among other practical issues(where the hell am I going to put six computers&amp;hellip;?): The very first computer I built(a P3 450), P3 700, Dual P2 266, a couple of AMD64 3200&amp;rsquo;s, and a Sony Vaio P3 733. The cool thing is that the neuron spiking models are basically embarassingly parallel(well, each run isn&amp;rsquo;t necesarily, but from what I&amp;rsquo;ve gathered so far, we&amp;rsquo;re looking for averages over a bunch of them. So, sweet! Again, this would be terrible for actual research, especially against something like TG or even Amazon&amp;rsquo;s EC2&amp;ndash;which is another thing I really need to check out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Happy Birthday to Me, Pt. 2</title>
      <link>https://traviscj.com/blog/post/2008-10-28-happy_birthday_to_me_pt_2/</link>
      <pubDate>Tue, 28 Oct 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-10-28-happy_birthday_to_me_pt_2/</guid>
      <description>&lt;p&gt;As always, a picture&amp;rsquo;s worth a thousand words:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;osx_upgraded_memory.png&#34; alt=&#34;upgrade to 4gb&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>A few more exotic uses for older hardware</title>
      <link>https://traviscj.com/blog/post/2008-10-22-a_few_more_exotic_uses_for_older_hardware/</link>
      <pubDate>Wed, 22 Oct 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-10-22-a_few_more_exotic_uses_for_older_hardware/</guid>
      <description>&lt;p&gt;There are tons of posts on the internet about what to do with older computers. In general, they say some of the same things: Linux/Firewall, Media Server, and &amp;lsquo;BitTorrent Box&amp;rsquo;. (Incidentally, the lattermost somewhat confuses me. I guess people want to download files on a separate machine in case it has viruses or whatever&amp;hellip; but if you&amp;rsquo;re using bit torrent so much that it&amp;rsquo;s worth having a separate box for, you&amp;rsquo;re probably still gonna be upset if a virus takes it out. Or you could just use antivirus or an alternative OS. But I digress.) Anyways, for the uses I&amp;rsquo;ll outline here I&amp;rsquo;m going to assume that you (at least roughly) fit into the prototype of &amp;lsquo;I have a pretty decent computer sitting around that never really gets used.&amp;rsquo; In my case, I tend to upgrade and want to keep the old one around because it&amp;rsquo;s still a pretty decent computer, but want to use the newer one for bigger and better things. Like reading xkcd and refreshing google news over and over again. Heh.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPhone 2.0 - Impressions and Favorites</title>
      <link>https://traviscj.com/blog/post/2008-08-05-iphone_2.0_-_impressions_and_favorites/</link>
      <pubDate>Tue, 05 Aug 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-08-05-iphone_2.0_-_impressions_and_favorites/</guid>
      <description>&lt;p&gt;I know that about every other iPhone owner has posted to their blog about this and almost a month ago already, but I’ll throw my own take into the mix.&lt;/p&gt;&#xA;&lt;p&gt;I originally planned on waiting a while before installing the second major revision of the iPhone software, but Sharvil tried it almost immediately and told me that I needed to give it a shot. So, I finally upgraded it, and have not been disappointed. Some highlights:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Skeletool CX</title>
      <link>https://traviscj.com/blog/post/2008-06-21-skeletool_cx/</link>
      <pubDate>Sat, 21 Jun 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-06-21-skeletool_cx/</guid>
      <description>&lt;p&gt;So, I finally got fed up with never having a screwdriver when I needed it unexpectedly. Perhaps this was due to the recent MacGyver watching binge, but either way, I’m calling it excess frustration. It seems like it always throws me off when I’m trying to do something at work or at a friend’s house to their computer or… whatever. I had started to carry my little red Swiss Army knife a while back, and it came in handy at least a couple of times a day, so I decided it was probably worth further investment to get one with a real screwdriver on it.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
