<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
  <channel>
    <title>Tom Dalling</title>
    <link>https://www.tomdalling.com/?utm_source=rss&amp;utm_medium=rss</link>
    <atom:link href="https://www.tomdalling.com/blog/tagged/random-stuff/feed/" rel="self" type="application/rss+xml"/>
    <description>Web &amp; software developer</description>
    <language>en</language>
    <generator>Tom Dalling's fingertips</generator>
    <sy:updatePeriod>daily</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Goblin Dot Business</title>
      <link>https://www.tomdalling.com/blog/goblin-dot-business/?utm_source=rss&amp;utm_medium=rss</link>
      <description><![CDATA[<p>Business Goblin (left) is a character created by friend and colleague Matthew
Grey (right). Originally drawn for an internal presentation, he represents
greedy unscrupulous businesses selling fake AI hype without the ability to
follow through on their promises. After the presentation, Business Goblin took
on a bit of a life of his own, appearing around the office as a life-sized
coreflute cutout.</p>

<p>Recently, after a couple of Friday evening beers, a small group of collegues and
I asked the question: what if you could email Business Goblin and he actually
emailed you back? I happened to be looking for an LLM-related side project, and
so 24 hours later <a href="https://goblin.business/">https://goblin.business/</a> was up and
running.</p>

<p>Send him an email and see what he has to say.</p>
]]></description>
      <pubDate>Mon, 18 May 2026 00:00:00 -0000</pubDate>
      <category><![CDATA[Miscellaneous]]></category>
      <category><![CDATA[AI]]></category>
      <guid isPermaLink="false">com.tomdalling.blog.goblin-dot-business</guid>
    </item>
    <item>
      <title>Feedback Is Literally A Gift</title>
      <link>https://www.tomdalling.com/blog/feedback-is-a-gift/?utm_source=rss&amp;utm_medium=rss</link>
      <description><![CDATA[<p>Feedback is a gift.</p>

<p>Some gifts are little treats for you to consume. Think of a box of chocolates.
You enjoy them and then they’re gone, but you remember the thought that was put
into them.</p>

<p>Sometimes gifts are utilitarian, like getting socks for Christmas. They are not
the most exciting thing to receive, but you kind of need them as part of your
normal day-to-day life, and you’ll get use out of them.</p>
]]></description>
      <pubDate>Sat, 15 Mar 2025 00:00:00 -0000</pubDate>
      <category><![CDATA[Miscellaneous]]></category>
      <guid isPermaLink="false">com.tomdalling.blog.feedback-is-a-gift</guid>
    </item>
    <item>
      <title>Context, Costs, and Benefits</title>
      <link>https://www.tomdalling.com/blog/context-costs-and-benefits/?utm_source=rss&amp;utm_medium=rss</link>
      <description><![CDATA[<p>When is “measure twice, cut once” bad advice?</p>

<p>One of my hobbies is complaining about the tendency of software developers to view choices as binary, moralistic decisions.
Measuring twice is obviously correct, and anyone who doesn’t do it is an unprofessional, evil wood waster.
Either that or double measurers are a bunch of know-nothing shysters selling snake oil for exorbitant consulting fees.
This black-and-white thinking is a mental shortcut that many animals take,
but sometimes it’s nice to apply a little more intellectual rigour than a Pomeranian.</p>

<p>I’d like us to think less in terms of <em>right</em> and <em>wrong</em> when it comes to technical decisions,
and think more in terms of <em>context</em>, <em>costs</em> and <em>benefits</em>.</p>
]]></description>
      <pubDate>Wed, 20 Jul 2022 00:00:00 -0000</pubDate>
      <category><![CDATA[Bleet]]></category>
      <category><![CDATA[Miscellaneous]]></category>
      <guid isPermaLink="false">com.tomdalling.blog.context-costs-and-benefits</guid>
    </item>
    <item>
      <title>Bleeting For Fun And Profit</title>
      <link>https://www.tomdalling.com/blog/bleeting-for-fun-and-profit/?utm_source=rss&amp;utm_medium=rss</link>
      <description><![CDATA[<p>Today I want to coin the term <em>bleet</em>. It’s a type of short-form
writing somewhere between a blog post and a tweet.</p>
]]></description>
      <pubDate>Sat, 31 Oct 2020 00:00:00 -0000</pubDate>
      <category><![CDATA[Miscellaneous]]></category>
      <guid isPermaLink="false">com.tomdalling.blog.bleeting-for-fun-and-profit</guid>
    </item>
    <item>
      <title>What's Stopping You From Coding Like This?</title>
      <link>https://www.tomdalling.com/blog/whats-stopping-you-from-coding-like-this/?utm_source=rss&amp;utm_medium=rss</link>
      <description><![CDATA[<p>I made a <a href="https://gist.github.com/tomdalling/2540a1c785d51da2bf0d57164bd26d96">quick-and-dirty Ruby script</a> that animates the <a href="https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile#contributions-calendar">GitHub
contributions calendar</a>, for the express purpose of making this
satirical video:</p>

<figure class="youtube">
  <iframe src="https://www.youtube.com/embed/5wbtCyZTbTU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</figure>
]]></description>
      <pubDate>Wed, 23 Sep 2020 00:00:00 -0000</pubDate>
      <category><![CDATA[Miscellaneous]]></category>
      <guid isPermaLink="false">com.tomdalling.blog.whats-stopping-you-from-coding-like-this</guid>
    </item>
    <item>
      <title>Using Git For Hacky Archive Deduplication</title>
      <link>https://www.tomdalling.com/blog/using-git-for-hacky-archive-deduplication/?utm_source=rss&amp;utm_medium=rss</link>
      <description><![CDATA[<p>Have you ever wished that <code>tar</code> or <code>zip</code> would deduplicate files when creating
an archive? Well here’s a hacky solution using <a href="http://git-scm.com/">git</a>.</p>
]]></description>
      <pubDate>Sat, 12 Jan 2013 00:00:00 -0000</pubDate>
      <category><![CDATA[Miscellaneous]]></category>
      <guid isPermaLink="false">980 http://tomdalling.com/?p=980</guid>
    </item>
  </channel>
</rss>
