<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>jacktams.co.uk - Blog</title>
	<atom:link href="http://jack.sh/feed/" rel="self" type="application/rss+xml"/>
	<link>https://jack.sh</link>
	<description>jacktams.co.uk - The home of Jack Tams an opinionated techie and mac user. A blog of reviews, opinions and thinking toward the future.</description>
	<lastBuildDate>Mon, 26 Feb 2024 21:18:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
<site xmlns="com-wordpress:feed-additions:1">124055857</site>	<item>
		<title>Unifi Talk : Gamma SIP Trunks</title>
		<link>https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/</link>
					<comments>https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Mon, 26 Feb 2024 21:18:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=3884</guid>

					<description><![CDATA[Unifi recently (and finally) brought Unifi Talk to UK shores, having an ISDN2 PBX that is almost 2 decades old it seemed like the perfect opportunity to upgrade. One small snag, Unifi isn&#8217;t currently supporting number porting to their Talk service for the UK. Our current provided offers a SIP Trunk service supported by Gamma &#8230; <p class="link-more"><a href="https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/" class="more-link">Continue reading<span class="screen-reader-text"> "Unifi Talk : Gamma SIP Trunks"</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>Unifi recently (and finally) brought Unifi Talk to UK shores, having an ISDN2 PBX that is almost 2 decades old it seemed like the perfect opportunity to upgrade. </p>



<p>One small snag, Unifi isn&#8217;t currently supporting number porting to their Talk service for the UK. </p>



<p>Our current provided offers a SIP Trunk service supported by Gamma &#8211; so Unifi Talk is just SIP how hard can it be&#8230;</p>



<p>Talk is essentially Freeswitch behind a UI and Unifi goodness, so its a reasonably well documented and understood system, and can support practically any SIP provider you&#8217;d care to imagine. </p>



<p>Talk configures two scopes internal and external. </p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="784" data-attachment-id="3887" data-permalink="https://jack.sh/network_diagram_gamma_unifi/" data-orig-file="https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-scaled.jpeg" data-orig-size="2560,1960" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="network_diagram_gamma_unifi" data-image-description="" data-image-caption="" data-medium-file="https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-300x230.jpeg" data-large-file="https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-1024x784.jpeg" src="https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-1024x784.jpeg" alt="" class="wp-image-3887" srcset="https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-1024x784.jpeg 1024w, https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-300x230.jpeg 300w, https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-768x588.jpeg 768w, https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-1536x1176.jpeg 1536w, https://cdn.jack.sh/uploads/2024/02/network_diagram_gamma_unifi-4-2048x1568.jpeg 2048w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure>



<p>Internal listens on port 5060, and External can listen on a registered port or when Static Signaling is enabled port 6767</p>



<p>Gamma has a couple of interesting requirements:</p>



<ul class="wp-block-list">
<li>Uses Static IP as &#8220;Auth&#8221;</li>



<li>Uses Fixed Port 5060 signaling.</li>
</ul>



<p>This presents the first problem, we can&#8217;t simply port forward 5060 from the internet to 5060 internally as Talk will treat that SIP traffic as internal and the ACL will block it. </p>



<p>We instead need to move the traffic with a firewall rule, taking external traffic on 5060 and forward it to 6767 (the static signaling port) with that completed we also need to allow Internet In traffic for that local forward. </p>



<h2 class="wp-block-heading">Configuration</h2>



<p><strong>Step 1) Setup Port Forwarding Rules from Gamma Provided IP ranges</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6.png"><img decoding="async" width="1024" height="362" data-attachment-id="3888" data-permalink="https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/msedge_l8z6uilzv6/" data-orig-file="https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6.png" data-orig-size="1547,547" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="msedge_l8z6uIlzV6" data-image-description="" data-image-caption="" data-medium-file="https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6-300x106.png" data-large-file="https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6-1024x362.png" src="https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6-1024x362.png" alt="" class="wp-image-3888" style="width:778px;height:auto" srcset="https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6-1024x362.png 1024w, https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6-300x106.png 300w, https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6-768x272.png 768w, https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6-1536x543.png 1536w, https://cdn.jack.sh/uploads/2024/02/msedge_l8z6uIlzV6.png 1547w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></figure></div>


<ol class="wp-block-list"></ol>



<p><strong>Step 2) Configure FW Rules</strong></p>



<figure class="wp-block-image size-large"><a href="https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq.png"><img decoding="async" width="1024" height="665" data-attachment-id="3889" data-permalink="https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/a5zrvtgyzq/" data-orig-file="https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq.png" data-orig-size="1301,845" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="A5ZRvTgyzq" data-image-description="" data-image-caption="" data-medium-file="https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq-300x195.png" data-large-file="https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq-1024x665.png" src="https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq-1024x665.png" alt="" class="wp-image-3889" srcset="https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq-1024x665.png 1024w, https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq-300x195.png 300w, https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq-768x499.png 768w, https://cdn.jack.sh/uploads/2024/02/A5ZRvTgyzq.png 1301w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></figure>



<p><strong>Step 3) Enable Static Signalling</strong></p>



<p>Gamma doesn&#8217;t support registration, or allow inbound ports to be easily change we therefore need a fixed port to forward. Handily Static Signaling exists.</p>



<figure class="wp-block-image size-large"><a href="https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR.png"><img loading="lazy" decoding="async" width="1024" height="685" data-attachment-id="3892" data-permalink="https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/r63eeudmbr/" data-orig-file="https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR.png" data-orig-size="1220,816" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="r63EEUdMbR" data-image-description="" data-image-caption="" data-medium-file="https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR-300x201.png" data-large-file="https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR-1024x685.png" src="https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR-1024x685.png" alt="" class="wp-image-3892" srcset="https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR-1024x685.png 1024w, https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR-300x201.png 300w, https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR-768x514.png 768w, https://cdn.jack.sh/uploads/2024/02/r63EEUdMbR.png 1220w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></figure>



<p><strong>Step 4) Configure Unifi Talk SIP Provider</strong></p>



<figure class="wp-block-image size-large"><a href="https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y.png"><img loading="lazy" decoding="async" width="1024" height="719" data-attachment-id="3890" data-permalink="https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/wrpmlct95y/" data-orig-file="https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y.png" data-orig-size="1268,890" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="wRPMLcT95y" data-image-description="" data-image-caption="" data-medium-file="https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y-300x211.png" data-large-file="https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y-1024x719.png" src="https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y-1024x719.png" alt="" class="wp-image-3890" srcset="https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y-1024x719.png 1024w, https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y-300x211.png 300w, https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y-768x539.png 768w, https://cdn.jack.sh/uploads/2024/02/wRPMLcT95y.png 1268w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></figure>



<p><strong>Step 5) Test</strong></p>



<p>That should be all that is required, if you have one way audio confirm port forwarding and Internet Local rules are properly configured. </p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2024/02/26/unifi-talk-gamma-sip-trunks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3884</post-id>	</item>
		<item>
		<title>The Zen Diaries Of Garry Shandling</title>
		<link>https://jack.sh/2018/04/02/the-zen-diaries-of-garry-shandling/</link>
					<comments>https://jack.sh/2018/04/02/the-zen-diaries-of-garry-shandling/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Mon, 02 Apr 2018 12:34:06 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1931</guid>

					<description><![CDATA[When Garry Shandling passed away in 2016, he was widely remembered as a top stand-up comic and the star of two of the most innovative sitcoms in TV history. But to those who knew him, the “real” Garry Shandling was a far more complex person. Now, Judd Apatow has created a remarkable portrait of this &#8230; <p class="link-more"><a href="https://jack.sh/2018/04/02/the-zen-diaries-of-garry-shandling/" class="more-link">Continue reading<span class="screen-reader-text"> "The Zen Diaries Of Garry Shandling"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="The Zen Diaries of Garry Shandling (2018) Official Trailer | HBO" width="525" height="295" src="https://www.youtube.com/embed/paerP97n4aA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<blockquote><p>When Garry Shandling passed away in 2016, he was widely remembered as a top stand-up comic and the star of two of the most innovative sitcoms in TV history. But to those who knew him, the “real” Garry Shandling was a far more complex person. Now, Judd Apatow has created a remarkable portrait of this iconic comedian in the four-and-a-half-hour documentary The Zen Diaries of Garry Shandling.</p></blockquote>
<p><a href="https://www.sky.com/new-search/the-zen-diaries-of-garry-shandling-dbc70673-3264-4945-aa26-bdbefb7c0e20?q=garry%20shandling">Sky Atlantic: The Zen Diaries Of Garry Shandling</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2018/04/02/the-zen-diaries-of-garry-shandling/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1931</post-id>	</item>
		<item>
		<title>Lost in Light.</title>
		<link>https://jack.sh/2017/12/27/lost-in-light/</link>
					<comments>https://jack.sh/2017/12/27/lost-in-light/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Wed, 27 Dec 2017 16:42:20 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1919</guid>

					<description><![CDATA[Most of us live under heavily light polluted skies and some have never even seen the Milky Way. We take the skies for granted and are rather lost in our busy lives without much care for the view of the stars.]]></description>
										<content:encoded><![CDATA[<p><span class="embed-youtube" style="text-align:center; display: block;"><iframe loading="lazy" class="youtube-player" width="525" height="296" src="https://www.youtube.com/embed/doHVMJnuvDA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span></p>
<blockquote><p>Most of us live under heavily light polluted skies and some have never even seen the Milky Way. We take the skies for granted and are rather lost in our busy lives without much care for the view of the stars.</p></blockquote>
<p><span class="embed-youtube" style="text-align:center; display: block;"><iframe loading="lazy" class="youtube-player" width="525" height="296" src="https://www.youtube.com/embed/j2hNaT56FUY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/12/27/lost-in-light/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1919</post-id>	</item>
		<item>
		<title>Blade Runner: Future Noir</title>
		<link>https://jack.sh/2017/10/20/blade-runner-future-noir/</link>
					<comments>https://jack.sh/2017/10/20/blade-runner-future-noir/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Fri, 20 Oct 2017 17:51:36 +0000</pubDate>
				<category><![CDATA[film]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1874</guid>

					<description><![CDATA[Blade Runner was the first film to take the thematic elements of classic film noir and bring them into a sci-fi, dystopian future. This video analyzes those elements and examines why the private detective of classic film noir is the perfect fit for the world of Blade Runner. YT: Lessons from the Screenplay]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="Blade Runner — Constructing a Future Noir" width="525" height="295" src="https://www.youtube.com/embed/_tbvMzqk3F4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<blockquote><p>Blade Runner was the first film to take the thematic elements of classic film noir and bring them into a sci-fi, dystopian future. This video analyzes those elements and examines why the private detective of classic film noir is the perfect fit for the world of Blade Runner.</p></blockquote>
<p><a href="https://www.youtube.com/channel/UCErSSa3CaP_GJxmFpdjG9Jw" rel="noopener" target="_blank">YT: Lessons from the Screenplay</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/10/20/blade-runner-future-noir/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1874</post-id>	</item>
		<item>
		<title>Hans Zimmer Dunkirk – Shepard Tone</title>
		<link>https://jack.sh/2017/07/31/hans-zimmer-dunkirk-shepard-tone/</link>
					<comments>https://jack.sh/2017/07/31/hans-zimmer-dunkirk-shepard-tone/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Mon, 31 Jul 2017 17:26:34 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1859</guid>

					<description><![CDATA[A Shepard tone, named after Roger Shepard, is a sound consisting of a superposition of sine waves separated by octaves. When played with the bass pitch of the tone moving upward or downward, it is referred to as the Shepard scale. This creates the auditory illusion of a tone that continually ascends or descends in &#8230; <p class="link-more"><a href="https://jack.sh/2017/07/31/hans-zimmer-dunkirk-shepard-tone/" class="more-link">Continue reading<span class="screen-reader-text"> "Hans Zimmer Dunkirk &#8211; Shepard Tone"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="The sound illusion that makes Dunkirk so intense" width="525" height="295" src="https://www.youtube.com/embed/LVWTQcZbLgY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<blockquote><p>A Shepard tone, named after Roger Shepard, is a sound consisting of a superposition of sine waves separated by octaves. When played with the bass pitch of the tone moving upward or downward, it is referred to as the Shepard scale. This creates the auditory illusion of a tone that continually ascends or descends in pitch, yet which ultimately seems to get no higher or lower.</p></blockquote>
<p><a href="https://en.wikipedia.org/wiki/Shepard_tone" target="_blank">https://en.wikipedia.org/wiki/Shepard_tone</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/07/31/hans-zimmer-dunkirk-shepard-tone/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1859</post-id>	</item>
		<item>
		<title>Megamouth Shark</title>
		<link>https://jack.sh/2017/07/29/megamouth-shark/</link>
					<comments>https://jack.sh/2017/07/29/megamouth-shark/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Sat, 29 Jul 2017 16:30:08 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1857</guid>

					<description><![CDATA[When scientists first discovered the megamouth shark in 1976 off the coast of Hawaii, it struck them as so bizarre that, to classify it, they created an entirely new genus and family. Today, little is still known about the shark save for the fact that it has a large gaping mouth, which is indeed, very &#8230; <p class="link-more"><a href="https://jack.sh/2017/07/29/megamouth-shark/" class="more-link">Continue reading<span class="screen-reader-text"> "Megamouth Shark"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><iframe allowfullscreen width='640' height='300' src='//assets.ngeo.com/modules-video/latest/assets/ngsEmbeddedVideo.html?guid=0000015d-7fb8-d1cb-a7fd-fffd1ac70000' frameborder='0' scrolling='no'></iframe></p>
<blockquote><p>
When scientists first discovered the megamouth shark in 1976 off the coast of Hawaii, it struck them as so bizarre that, to classify it, they created an entirely new genus and family.</p>
<p>Today, little is still known about the shark save for the fact that it has a large gaping mouth, which is indeed, very mega.
</p></blockquote>
<p><a href="http://news.nationalgeographic.com/2017/07/rare-megamouth-shark-sighting-video-spd/" target="_blank">http://news.nationalgeographic.com/2017/07/rare-megamouth-shark-sighting-video-spd/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/07/29/megamouth-shark/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1857</post-id>	</item>
		<item>
		<title>Benjamin Zander: The transformative power of classical music.</title>
		<link>https://jack.sh/2017/07/22/benjamin-zander-the-transformative-power-of-classical-music/</link>
					<comments>https://jack.sh/2017/07/22/benjamin-zander-the-transformative-power-of-classical-music/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Sat, 22 Jul 2017 08:42:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1850</guid>

					<description><![CDATA[Benjamin Zander has two infectious passions: classical music, and helping us all realize our untapped love for it &#8212; and by extension, our untapped love for all new possibilities, new experiences, new connections.]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="The transformative power of classical music | Benjamin Zander | TED" width="525" height="295" src="https://www.youtube.com/embed/r9LCwI5iErE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<blockquote><p>Benjamin Zander has two infectious passions: classical music, and helping us all realize our untapped love for it &#8212; and by extension, our untapped love for all new possibilities, new experiences, new connections.</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/07/22/benjamin-zander-the-transformative-power-of-classical-music/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1850</post-id>	</item>
		<item>
		<title>The Meaning in the Music: Hans Zimmer and Time</title>
		<link>https://jack.sh/2017/06/03/the-meaning-in-the-music-hans-zimmer-and-time/</link>
					<comments>https://jack.sh/2017/06/03/the-meaning-in-the-music-hans-zimmer-and-time/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Sat, 03 Jun 2017 09:43:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1845</guid>

					<description></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="The Meaning in the Music: Hans Zimmer and Time" src="https://player.vimeo.com/video/193995233?dnt=1&amp;app_id=122963" width="525" height="294" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write"></iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/06/03/the-meaning-in-the-music-hans-zimmer-and-time/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1845</post-id>	</item>
		<item>
		<title>Next Week Tom Stuker Will Fly His 18 Millionth Mile on United Airlines</title>
		<link>https://jack.sh/2017/04/22/next-week-tom-stuker-will-fly-his-18-millionth-mile-on-united-airlines/</link>
					<comments>https://jack.sh/2017/04/22/next-week-tom-stuker-will-fly-his-18-millionth-mile-on-united-airlines/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Sat, 22 Apr 2017 10:50:12 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1822</guid>

					<description><![CDATA[In 2009 he was flying 700,000 miles per year. Last year he hit 17 million flown, which would mean 7 million in 5 years or 1.4 million per year — twice his earlier pace. That would be 3835 miles per day which would require flying literally a third of the hours in each year. Source: &#8230; <p class="link-more"><a href="https://jack.sh/2017/04/22/next-week-tom-stuker-will-fly-his-18-millionth-mile-on-united-airlines/" class="more-link">Continue reading<span class="screen-reader-text"> "Next Week Tom Stuker Will Fly His 18 Millionth Mile on United Airlines"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://jack.sh/?attachment_id=1823" rel="attachment wp-att-1823"><img loading="lazy" decoding="async" data-attachment-id="1823" data-permalink="https://jack.sh/2017/04/22/next-week-tom-stuker-will-fly-his-18-millionth-mile-on-united-airlines/airplane-1300x724/" data-orig-file="https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724.jpg" data-orig-size="1300,724" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Airplane" data-image-description="" data-image-caption="" data-medium-file="https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724-300x167.jpg" data-large-file="https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724-1024x570.jpg" src="https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724.jpg" alt="" width="1300" height="724" class="aligncenter size-full wp-image-1823" srcset="https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724.jpg 1300w, https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724-300x167.jpg 300w, https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724-768x428.jpg 768w, https://cdn.jack.sh/uploads/2017/04/Airplane-1300x724-1024x570.jpg 1024w" sizes="auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a></p>
<blockquote><p>In 2009 he was flying 700,000 miles per year. Last year he hit 17 million flown, which would mean 7 million in 5 years or 1.4 million per year — twice his earlier pace. That would be 3835 miles per day which would require flying literally a third of the hours in each year.</p></blockquote>
<p>Source: <a href="http://viewfromthewing.boardingarea.com/2017/04/19/next-week-tom-stuker-will-fly-18-millionth-mile-united-airlines/" target="_blank">Next Week Tom Stuker Will Fly His 18 Millionth Mile on United Airlines</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/04/22/next-week-tom-stuker-will-fly-his-18-millionth-mile-on-united-airlines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1822</post-id>	</item>
		<item>
		<title>Liquid Nitrogen to the rescue: How to fix a 230kV oil filled electricity cable.</title>
		<link>https://jack.sh/2017/04/21/liquid-nitrogen-to-the-rescue-how-to-fix-a-230kv-oil-filled-electricity-cable/</link>
					<comments>https://jack.sh/2017/04/21/liquid-nitrogen-to-the-rescue-how-to-fix-a-230kv-oil-filled-electricity-cable/#respond</comments>
		
		<dc:creator><![CDATA[Jack]]></dc:creator>
		<pubDate>Fri, 21 Apr 2017 10:50:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://jack.sh/?p=1817</guid>

					<description><![CDATA[This is still one of my favourite mad engineering stories on the web. How to fix a 230kV oil filled electricity cable with Liquid Nitrogen. It turns out they have a problem with an underground wire. Not just any wire but a 230 KV, many-hundred-amp, 10 mile long coax cable. It shorted out. (Lotta watts!) &#8230; <p class="link-more"><a href="https://jack.sh/2017/04/21/liquid-nitrogen-to-the-rescue-how-to-fix-a-230kv-oil-filled-electricity-cable/" class="more-link">Continue reading<span class="screen-reader-text"> "Liquid Nitrogen to the rescue: How to fix a 230kV oil filled electricity cable."</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://jack.sh/?attachment_id=1818" rel="attachment wp-att-1818"><img loading="lazy" decoding="async" data-attachment-id="1818" data-permalink="https://jack.sh/2017/04/21/liquid-nitrogen-to-the-rescue-how-to-fix-a-230kv-oil-filled-electricity-cable/scattergood_steam_plant3/" data-orig-file="https://cdn.jack.sh/uploads/2017/04/Scattergood_Steam_Plant3.jpg" data-orig-size="720,492" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Scattergood_Steam_Plant3" data-image-description="" data-image-caption="" data-medium-file="https://cdn.jack.sh/uploads/2017/04/Scattergood_Steam_Plant3-300x205.jpg" data-large-file="https://cdn.jack.sh/uploads/2017/04/Scattergood_Steam_Plant3.jpg" src="https://cdn.jack.sh/uploads/2017/04/Scattergood_Steam_Plant3.jpg" alt="" width="720" height="492" class="aligncenter size-full wp-image-1818" srcset="https://cdn.jack.sh/uploads/2017/04/Scattergood_Steam_Plant3.jpg 720w, https://cdn.jack.sh/uploads/2017/04/Scattergood_Steam_Plant3-300x205.jpg 300w" sizes="auto, (max-width: 720px) 100vw, 720px" /></a><br />
This is still one of my favourite mad engineering stories on the web. How to fix a 230kV oil filled electricity cable with Liquid Nitrogen.</p>
<blockquote><p>It turns out they have a problem with an underground wire. Not just any wire but a 230 KV, many-hundred-amp, 10 mile long coax cable. It shorted out. (Lotta watts!) It feeds (fed) power from the Scattergood Steam Plant in El Segundo to a distribution center near Bundy and S.M. Blvd.</p>
<p>To complicate matters the cable consists of a copper center conductor living inside a 16 inch diameter pipe filled with a pressurized oil dielectric. Hundreds of thousands of gallons live in the entire length of pipe. Finding the fault was hard enough. But having found it they still have a serious problem. They can&#8217;t afford to drain the whole pipeline &#8211; the old oil (contaminated by temporary storage) would have to be disposed of and replaced with new (pure) stuff which they claim takes months to order (in that volume). The cost of oil replacement would be gigantic given that it is special stuff. They also claimed the down time is costing the costing LA $13,000 per hour. How to fix it and fast?</p>
<p>That&#8217;s where the LN-2 comes in. An elegant solution if you ask me. They dig holes on both sides (20-30 feet each way) of the fault, wrap the pipe with giant (asbestos-looking) blankets filled with all kind of tubes and wires, feed LN-2 through the tubes, and *freeze* the oil. Viola! Programmable plugs! The faulty section is drained, sliced, the bad stuff removed, replaced, welded back together, topped off, and the plugs are thawed. I was amazed.</p></blockquote>
<p>Source: <a href="https://www.jwz.org/blog/2002/11/engineering-pornography/" target="_blank">engineering pornography</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://jack.sh/2017/04/21/liquid-nitrogen-to-the-rescue-how-to-fix-a-230kv-oil-filled-electricity-cable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1817</post-id>	</item>
	</channel>
</rss>