<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: going_north</title><link>https://news.ycombinator.com/user?id=going_north</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 12:28:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=going_north" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by going_north in "The Overcomplexity of the Shadcn Radio Button"]]></title><description><![CDATA[
<p>You can get a lot closer with only small modifications:<p><pre><code>    input[type="radio"] {
      appearance: none;
      margin: 0;
      width: 25px;
      height: 25px;
      background: white;
      border-radius: 50%;
      display: inline-grid;
      place-content: center;
      box-shadow: 0 2px 10px color(display-p3 0 0 0/0.5);

      &::before {
        content: "";
        width: 11px;
        height: 11px;
        border-radius: 50%;
      }

      &:checked::before {
        background: color(display-p3 0.383 0.317 0.702);
      }
    }
</code></pre>
Here's a link to a codepen so you can see what it looks like without rendering it yourself: <a href="https://codepen.io/erikaja/pen/RNRVMyB" rel="nofollow">https://codepen.io/erikaja/pen/RNRVMyB</a></p>
]]></description><pubDate>Tue, 20 Jan 2026 08:42:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46689411</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=46689411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46689411</guid></item><item><title><![CDATA[New comment by going_north in "Vercel CEO meets with Netanyahu to discuss AI education"]]></title><description><![CDATA[
<p>I've been happy with both Render and fly.io</p>
]]></description><pubDate>Tue, 30 Sep 2025 10:38:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45423925</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=45423925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45423925</guid></item><item><title><![CDATA[New comment by going_north in "Fuck up my site – Turn any website into beautiful chaos"]]></title><description><![CDATA[
<p>I clicked through all of the Chrome and Google warnings, but now even my national ISP has blocked the site.</p>
]]></description><pubDate>Fri, 29 Aug 2025 06:42:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45060962</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=45060962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45060962</guid></item><item><title><![CDATA[80% of Norwegian Public Sector to Use Chainsaws by End of Year, Government Says]]></title><description><![CDATA[
<p>Article URL: <a href="https://eaj.no/posts/public-sector-chainsaws/">https://eaj.no/posts/public-sector-chainsaws/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44898661">https://news.ycombinator.com/item?id=44898661</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 14 Aug 2025 10:01:15 +0000</pubDate><link>https://eaj.no/posts/public-sector-chainsaws/</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=44898661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44898661</guid></item><item><title><![CDATA[New comment by going_north in "Fingerjigger"]]></title><description><![CDATA[
<p>Typing speed tests are always fun. I enjoy <a href="https://monkeytype.com/" rel="nofollow">https://monkeytype.com/</a></p>
]]></description><pubDate>Wed, 13 Aug 2025 11:59:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44887371</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=44887371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44887371</guid></item><item><title><![CDATA[New comment by going_north in "Why Elixir? Common misconceptions"]]></title><description><![CDATA[
<p>Chiming in to recommend it too! The policies are really good too, for instance this is one from our code base:<p><pre><code>    policy action(:invite_user) do
      forbid_unless actor_attribute_equals(:role, :admin)
      authorize_if {App.Checks.OnlyAllowedRoles, roles: [:student, :parent]}
    end
</code></pre>
And what's nice is that these policies apply for both the API and the frontend code without having to do anything extra :)</p>
]]></description><pubDate>Thu, 24 Jul 2025 07:42:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44668047</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=44668047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44668047</guid></item><item><title><![CDATA[A little Slack notifier in Elixir]]></title><description><![CDATA[
<p>Article URL: <a href="https://eaj.no/posts/slack-messages-in-elixir/">https://eaj.no/posts/slack-messages-in-elixir/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44644708">https://news.ycombinator.com/item?id=44644708</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 22 Jul 2025 08:58:41 +0000</pubDate><link>https://eaj.no/posts/slack-messages-in-elixir/</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=44644708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44644708</guid></item><item><title><![CDATA[Upcoming deprecation of GitHub Command Palette feature preview]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.blog/changelog/2025-07-15-upcoming-deprecation-of-github-command-palette-feature-preview/">https://github.blog/changelog/2025-07-15-upcoming-deprecation-of-github-command-palette-feature-preview/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44602640">https://news.ycombinator.com/item?id=44602640</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 18 Jul 2025 09:02:00 +0000</pubDate><link>https://github.blog/changelog/2025-07-15-upcoming-deprecation-of-github-command-palette-feature-preview/</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=44602640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44602640</guid></item><item><title><![CDATA[Developer marketing is show and tell]]></title><description><![CDATA[
<p>Article URL: <a href="https://buttondown.com/blog/developer-marketing-is-show-and-tell">https://buttondown.com/blog/developer-marketing-is-show-and-tell</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44097332">https://news.ycombinator.com/item?id=44097332</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 26 May 2025 13:38:24 +0000</pubDate><link>https://buttondown.com/blog/developer-marketing-is-show-and-tell</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=44097332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44097332</guid></item><item><title><![CDATA[New comment by going_north in "Ash Framework – Model your domain, derive the rest"]]></title><description><![CDATA[
<p>Nice, thanks for the writeup! A small heads up, Phoenix is listed twice in the tech stack section.</p>
]]></description><pubDate>Wed, 14 May 2025 15:08:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43985455</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=43985455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43985455</guid></item><item><title><![CDATA[New comment by going_north in "Air Traffic Control"]]></title><description><![CDATA[
<p>The RSS feed is another good option!</p>
]]></description><pubDate>Tue, 13 May 2025 22:32:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43978487</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=43978487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43978487</guid></item><item><title><![CDATA[Publish your designs on the web with Figma Sites]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.figma.com/blog/introducing-figma-sites/">https://www.figma.com/blog/introducing-figma-sites/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43923665">https://news.ycombinator.com/item?id=43923665</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 08 May 2025 06:41:28 +0000</pubDate><link>https://www.figma.com/blog/introducing-figma-sites/</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=43923665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43923665</guid></item><item><title><![CDATA[New comment by going_north in "Tariffs Killed Arduboy"]]></title><description><![CDATA[
<p>It looks like a miniature gaming system (like a GameBoy) that also lets you make your own games and upload them to the device: <a href="https://www.arduboy.com/" rel="nofollow">https://www.arduboy.com/</a></p>
]]></description><pubDate>Wed, 07 May 2025 17:38:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43918551</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=43918551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43918551</guid></item><item><title><![CDATA[New comment by going_north in "Everything is Ghibli"]]></title><description><![CDATA[
<p>Maybe torturing the metaphor, but building a road up the mountain often ruins the view.</p>
]]></description><pubDate>Tue, 01 Apr 2025 12:53:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43546219</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=43546219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43546219</guid></item><item><title><![CDATA[The Perils of Default Arguments in Python]]></title><description><![CDATA[
<p>Article URL: <a href="https://eaj.no/posts/the-perils-of-default-arguments-in-python/">https://eaj.no/posts/the-perils-of-default-arguments-in-python/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43340979">https://news.ycombinator.com/item?id=43340979</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 12 Mar 2025 08:31:59 +0000</pubDate><link>https://eaj.no/posts/the-perils-of-default-arguments-in-python/</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=43340979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43340979</guid></item><item><title><![CDATA[New comment by going_north in "[dead]"]]></title><description><![CDATA[
<p>This seems like a non-story to me. Once you post a code repo on the public internet, and especially on a site as prolific as GitHub, you should treat everything in there as public information.<p>> Dror said that Lasso reached out to all affected companies who were “severely affected” by the data exposure and advised them to rotate or revoke any compromised keys.<p>If the "companies affected" have any idea what they are doing all of the exposed tokens and the like would have been rotated a long time ago.</p>
]]></description><pubDate>Wed, 26 Feb 2025 14:17:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43183775</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=43183775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43183775</guid></item><item><title><![CDATA[New comment by going_north in "Outlook Tone Detection doesn't like "python script from hell""]]></title><description><![CDATA[
<p>One of the replies captures my thoughts quite well:<p>> "Email apps tone policing people" is quite high on my dystopian tech nightmare list.</p>
]]></description><pubDate>Fri, 22 Nov 2024 14:15:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42213982</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=42213982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42213982</guid></item><item><title><![CDATA[New comment by going_north in "Tailwind CSS v4.0 Beta 1"]]></title><description><![CDATA[
<p>CSS first configuration is a good change! It seems like it would makes it easier to combine tailwind with regular CSS files which still uses the same design tokens. This is useful e.g. when creating a site with a component architecture where the components are styled with CSS, but some of the content comes from CSS or markdown.</p>
]]></description><pubDate>Fri, 22 Nov 2024 09:33:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=42212410</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=42212410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42212410</guid></item><item><title><![CDATA[New comment by going_north in "OpenZFS deduplication is good now and you shouldn't use it"]]></title><description><![CDATA[
<p>It's because of this element in one of the final sections [1]:<p><pre><code>    <code>kstat.zfs.<pool>.misc.ddt_stats_<checksum></code>
</code></pre>
Typesetting code on a narrow screen is tricky!<p>[1] <a href="https://despairlabs.com/blog/posts/2024-10-27-openzfs-dedup-is-good-dont-use-it/#thats-a-lot-anything-else" rel="nofollow">https://despairlabs.com/blog/posts/2024-10-27-openzfs-dedup-...</a></p>
]]></description><pubDate>Thu, 31 Oct 2024 07:09:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=42004177</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=42004177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42004177</guid></item><item><title><![CDATA[New comment by going_north in "Pakistani court sentences man to death for social media post"]]></title><description><![CDATA[
<p>This kind of thinking is very dangerous.</p>
]]></description><pubDate>Mon, 01 Jul 2024 12:21:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=40845052</link><dc:creator>going_north</dc:creator><comments>https://news.ycombinator.com/item?id=40845052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40845052</guid></item></channel></rss>