<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://gregghz.com/feed.xml" rel="self" type="application/atom+xml" /><link href="http://gregghz.com/" rel="alternate" type="text/html" /><updated>2019-02-23T16:13:14-08:00</updated><id>http://gregghz.com/feed.xml</id><title type="html">Tech Notes</title><subtitle>Simple technical notes about AWS, Emacs, Scala, and other technology I use regularly.</subtitle><entry><title type="html">Buffer Expose</title><link href="http://gregghz.com/emacs/2019/02/23/buffer-expose.html" rel="alternate" type="text/html" title="Buffer Expose" /><published>2019-02-23T00:00:00-08:00</published><updated>2019-02-23T00:00:00-08:00</updated><id>http://gregghz.com/emacs/2019/02/23/buffer-expose</id><content type="html" xml:base="http://gregghz.com/emacs/2019/02/23/buffer-expose.html">&lt;p&gt;I stumbled across a new Emacs buffer switching mode called
&lt;a href=&quot;https://github.com/clemera/buffer-expose&quot;&gt;buffer-expose&lt;/a&gt;. Instead of
a text list of possible buffers it will show you a thumbnail of open
buffers with the ability to select a buffer with the mouse or
keyboard. It’s a pretty nice way to navigate when you roughly know the
content of the buffer you’re looking for but can’t remember the name
of the buffer.&lt;/p&gt;</content><author><name></name></author><summary type="html">I stumbled across a new Emacs buffer switching mode called buffer-expose. Instead of a text list of possible buffers it will show you a thumbnail of open buffers with the ability to select a buffer with the mouse or keyboard. It’s a pretty nice way to navigate when you roughly know the content of the buffer you’re looking for but can’t remember the name of the buffer.</summary></entry><entry><title type="html">Do Not Track</title><link href="http://gregghz.com/privacy/2019/02/16/do-not-track.html" rel="alternate" type="text/html" title="Do Not Track" /><published>2019-02-16T11:27:29-08:00</published><updated>2019-02-16T11:27:29-08:00</updated><id>http://gregghz.com/privacy/2019/02/16/do-not-track</id><content type="html" xml:base="http://gregghz.com/privacy/2019/02/16/do-not-track.html">&lt;p&gt;The &lt;a href=&quot;https://allaboutdnt.com/&quot;&gt;Do Not Track&lt;/a&gt; cookie is designed to
limit what websites track and share about your online behaviors. This
website will always honor Do Not Track. See &lt;a href=&quot;/about/&quot;&gt;About&lt;/a&gt; for more info about what is currently done to
limit tracking.&lt;/p&gt;

&lt;p&gt;Google Analytics is in use but is guraded with the following
Javascript so that it will not load if you have set the Do Not Track
Cookie:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-js&quot; data-lang=&quot;js&quot;&gt;&lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;window&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;doNotTrack&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;===&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;1&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;||&lt;/span&gt;
  &lt;span class=&quot;nb&quot;&gt;navigator&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;doNotTrack&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;===&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;1&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;||&lt;/span&gt;
  &lt;span class=&quot;nb&quot;&gt;navigator&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;doNotTrack&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;===&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;yes&quot;&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;||&lt;/span&gt;
  &lt;span class=&quot;nb&quot;&gt;navigator&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nx&quot;&gt;msDoNotTrack&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;===&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;1&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;))&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;
  &lt;span class=&quot;c1&quot;&gt;// GA code here&lt;/span&gt;
&lt;span class=&quot;p&quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;</content><author><name></name></author><summary type="html">The Do Not Track cookie is designed to limit what websites track and share about your online behaviors. This website will always honor Do Not Track. See About for more info about what is currently done to limit tracking.</summary></entry></feed>