<?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>NYC on Chris Rants at Clouds</title>
    <link>https://chris.funderburg.me/tags/nyc/</link>
    <description>Recent content in NYC on Chris Rants at Clouds</description>
    <image>
      <title>Chris Rants at Clouds</title>
      <url>https://chris.funderburg.me/me.jpg</url>
      <link>https://chris.funderburg.me/me.jpg</link>
    </image>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Wed, 21 Aug 2024 15:39:02 +0100</lastBuildDate>
    <atom:link href="https://chris.funderburg.me/tags/nyc/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>21/Aug/2024 - New York City - 5th Trip</title>
      <link>https://chris.funderburg.me/posts/2024/08/21/new-york-city-v5/</link>
      <pubDate>Wed, 21 Aug 2024 15:39:02 +0100</pubDate>
      <guid>https://chris.funderburg.me/posts/2024/08/21/new-york-city-v5/</guid>
      <description>An extra long weekend in New York City with good shopping, HMRC issues, and my weekly updates</description>
      <content:encoded><![CDATA[<h2 id="spent-a-long-weekend-in-new-york-city">Spent a long Weekend in New York City</h2>
<p>On Wednesday evening after work, the missus, myself, and our youngest daughter
packed up and drove to our usual over-nighter hotel near Heathrow.  And on
Thursday morning we hopped a quick Virgin Atlantic flight to JFK. Premium
Economy, as frankly, my arse isn&rsquo;t as padded as it used to be and cheap seats
are bloody uncomfortable.</p>
<p>A good number of hours later, we landed, grabbed an Uber, and found ourselves
comfortably at our hotel in midtown Manhattan - practically in the shadow of the
Empire State Building.  As I note, this is our 5th trip to NYC, and the 5th to
Midtown.  I was hoping to stay in Brooklyn but for some reason we just haven&rsquo;t
managed it yet.</p>
<p><img alt="empire" loading="lazy" src="/posts/2024/08/21/empire.jpg"></p>
<p>It ended up being a great stay nevertheless.  New York is always the same:
dirty, loud, expensive, tasty, and wonderful. We&rsquo;re always there to eat good
food, pick up snacks, get some Mio water enhancers, do some shopping, and see
the sights, and in all of that it was a success.</p>
<p><img alt="scrapers" loading="lazy" src="/posts/2024/08/21/scrapers.jpg"></p>
<p>The missus and I finally managed to walk the <a href="https://www.thehighline.org/visit/" target="_blank" >High Line</a>,
and visit <a href="https://littleisland.org/" target="_blank" >Little Island</a>.  I bloody <strong>loved</strong> them! It would be great to do that again in different
seasons so if any company would like me to work in NY for a few weeks, hit me up!</p>
<p><img alt="highline" loading="lazy" src="/posts/2024/08/21/highline.jpg">
<img alt="littledude" loading="lazy" src="/posts/2024/08/21/littledude.jpg">
<img alt="redtree" loading="lazy" src="/posts/2024/08/21/redtree.jpg"></p>
<p>We got some excellent pizza slices, visited a Red Lobster (<a href="https://www.forbes.com/sites/walterloeb/2024/05/20/why-red-lobster-closes-93-restaurants/" target="_blank" >before they all
vanish!</a>),
and went to a place my daughter recommended called <a href="https://www.thejinny.com/" target="_blank" >The Jin</a>
as I was craving Kimchi.</p>
<p>Shopping-wise, I ended up grabbing some Carhartt shorts from <a href="https://davesnewyork.com/" target="_blank" >Daves NYC</a>,
a sexy <a href="https://www.peakdesign.com/products/everyday-backpack?variant=29743300804652" target="_blank" >Peak Design Everyday Backpack</a>
as recommended by Cassidy Williams <a href="https://cassidoo.co/post/traveling-techie/" target="_blank" >here</a>,
and a matching <a href="https://www.peakdesign.com/collections/pouches-cubes/products/tech-pouch?variant=33179389886541" target="_blank" >Tech Pouch</a>.</p>
<p>I <em>wanted</em> to replace my iPad Pro with the M4 model whist there, as it would
have been cheaper in U.S.A dollars, but alas, Best Buy sucked and their staff
were such ass-hats it put me off.</p>
<p><img alt="butterfly" loading="lazy" src="/posts/2024/08/21/butterfly.jpg"></p>
<h2 id="his-majestys-revenue-and-customs-issues">His Majesty&rsquo;s Revenue and Customs Issues</h2>
<p>Whist I was away, I spotted an email that caused me no end of stress. HMRC was
chasing me for overdue corporation tax despite me already setting up a payment
arrangement.  My bill for last year was about £14k but due to being &ldquo;between
contracts&rdquo; for 3 months, I couldn&rsquo;t just pay it all at once so I sorted that out
before we left.</p>
<p>Spoke to them this morning, and surprisingly, they admitted that whoever I spoke
to about it, hadn&rsquo;t set it all up properly at all!  It was luckily all in the
notes though, so she got it handled and I was polite and thankful.</p>
<p>That said, it&rsquo;s NOT the thing you want to deal with on vacation.</p>
<h2 id="some-deeply-obscure-technical-advice">Some Deeply Obscure Technical Advice</h2>
<p>If your using templates in Terraform, along with ArgoCD and/or FluxCD, along
with pre-commit hooks that fix things like whitespace issus and end-of-file
markers, <strong>don&rsquo;t</strong> use a <code>chomp()</code> on the text.</p>
<p>The chomp will strip the end-of-file marker, pre-commit will put it back, Flux will
detect the file&rsquo;s changed so will regenerate it and try to force it back into
main branch, which will require the repo branch to be unprotected.  Then the
next person or CI/CD running the pre-commit will start the whole process over
again.</p>
<h2 id="what-else-thoughts-and-blogs-and-workflow">What Else? Thoughts and Blogs and Workflow.</h2>
<ul>
<li>
<p>Webmentions, despite being such an old technology, aren&rsquo;t easy to implement.
Soooo much bother.</p>
</li>
<li>
<p>That said, no normal human can do ActivityPub.  It&rsquo;s not built with the
slightest concept of &ldquo;ease-of-use&rdquo;.</p>
</li>
<li>
<p>Here are some new blogs I&rsquo;m adding to my RSS feeds.  I&rsquo;ll get them into the
<a href="/blogroll" >blogroll</a> and OPML file today:</p>
<ol>
<li><a href="https://ames.world/" target="_blank" >Ian Ames</a> - (<a href="https://ames.world/index.xml" target="_blank" >RSS</a>)</li>
<li><a href="https://ovyerus.com/" target="_blank" >Ovyerus</a> - (<a href="https://ovyerus.com/rss.xml" target="_blank" >RSS</a>)</li>
<li><a href="https://lewisdale.dev/blog/" target="_blank" >LD</a> - (<a href="https://lewisdale.dev/rss.xml" target="_blank" >RSS</a>)</li>
</ol>
<p>In particular, that last one had a <a href="https://lewisdale.dev/post/updating-my-obsidian-setup/" target="_blank" >fascinating article</a> regarding Obsidian that
I&rsquo;m still looking at as I want to improve my Obsidian workflow.</p>
</li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
