<?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>General on Jake Worth</title><link>https://jakeworth.com/tags/general/</link><description>Recent content in General on Jake Worth</description><image><title>Jake Worth</title><url>https://jakeworth.com/twittercard.png</url><link>https://jakeworth.com/twittercard.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 19 May 2024 16:04:43 -0400</lastBuildDate><atom:link href="https://jakeworth.com/tags/general/index.xml" rel="self" type="application/rss+xml"/><item><title>RDS Breaks My Radio Clock</title><link>https://jakeworth.com/tils/rds-breaks-my-clock/</link><pubDate>Sun, 19 May 2024 16:04:43 -0400</pubDate><guid>https://jakeworth.com/tils/rds-breaks-my-clock/</guid><description>&lt;p&gt;When using radio, you might experience a strange phenomenon: the radio clock
refuses to stay correctly set. I saw this recently on a car stereo that
continued to reset its clock to an hour early for my timezone.&lt;/p&gt;
&lt;p&gt;The culprit is a system called RDS, Radio Data System. RDS allows radio
transmitters to encode their program information, station identification,
and&amp;hellip; the local time.&lt;/p&gt;
&lt;p&gt;Though I didn&amp;rsquo;t have a tool to debug the signal on hand, my theory is that a
local radio station was sending the incorrect time of 10:15 AM instead 11:15
AM. My car was read it and preferred this data. We live near the border of the
Atlantic timezone, so that&amp;rsquo;s one reason an incorrect message could have been
sent. Disabling the RDS Clock Sync feature and setting the time correctly fixed
the issue.&lt;/p&gt;</description></item><item><title>Validate CircleCI Configuration Locally</title><link>https://jakeworth.com/tils/validate-circleci-configuration-locally/</link><pubDate>Wed, 22 Jun 2022 11:18:13 -0400</pubDate><guid>https://jakeworth.com/tils/validate-circleci-configuration-locally/</guid><description>&lt;p&gt;The local environment is a great place to iterate on a CircleCI configuration.
You&amp;rsquo;ll catch errors faster than pushing to CI, and help drive a fast, iterative
configuration process.&lt;/p&gt;
&lt;p&gt;Install the &lt;a href="https://circleci.com/docs/2.0/local-cli"&gt;CircleCI CLI&lt;/a&gt; via Homebrew (or any package manager of your choice):&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ brew install circleci
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Then, in the same directory as your &lt;code&gt;.circleci/config.yml&lt;/code&gt;, run:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ circleci config validate
# Config file at .circleci/config.yml is valid
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Jira Actions Menu</title><link>https://jakeworth.com/tils/jira-actions-menu/</link><pubDate>Mon, 01 Nov 2021 14:21:29 -0400</pubDate><guid>https://jakeworth.com/tils/jira-actions-menu/</guid><description>&lt;p&gt;Jira has a hidden ticket &amp;lsquo;Actions menu&amp;rsquo; that is really helpful.&lt;/p&gt;
&lt;p&gt;When a Jira ticket is in focus, type &lt;code&gt;.&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This opens a searchable menu with &amp;lsquo;Issue actions&amp;rsquo; (&amp;lsquo;Attach&amp;rsquo;, &amp;lsquo;Link Issue&amp;rsquo;,
etc.) and &amp;lsquo;Workflow&amp;rsquo; state advancements (&amp;lsquo;To Do&amp;rsquo;, &amp;lsquo;Close&amp;rsquo;, etc.). Almost any
action you&amp;rsquo;d want to take on a ticket is there.&lt;/p&gt;</description></item><item><title>Turn off Autoformatter for New Features</title><link>https://jakeworth.com/tils/turn-off-autoformatter-for-new-features/</link><pubDate>Wed, 22 Sep 2021 12:17:38 -0400</pubDate><guid>https://jakeworth.com/tils/turn-off-autoformatter-for-new-features/</guid><description>&lt;p&gt;When developing a new feature in a brownfield app that hasn&amp;rsquo;t been subject to
consistent autoformatter treatment, turn off your autoformatter.&lt;/p&gt;
&lt;p&gt;Autoformatting is great. I advocate for it. But it can be distracting when
trying to read through your new work. The hard-won changes you make get lost in
the mix of automated changes. Once you&amp;rsquo;ve got the feature working, turn on the
autoformatter and get that automatic quality.&lt;/p&gt;
&lt;p&gt;This is a pretty niche piece of advice, but it helped me today.&lt;/p&gt;</description></item></channel></rss>