<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: tlhunter</title><link>https://news.ycombinator.com/user?id=tlhunter</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 13:06:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tlhunter" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tlhunter in "Pixel Watch 5"]]></title><description><![CDATA[
<p>I like how the footnotes are all broken. Like the repairability footnote links to charging. Lots of money was spent making that website.</p>
]]></description><pubDate>Wed, 12 Aug 2026 21:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49278500</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=49278500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49278500</guid></item><item><title><![CDATA[New comment by tlhunter in "Proving a human wrote something"]]></title><description><![CDATA[
<p>I had a similar idea for take-home tests for software interviews. Run a bash script to commit all changes in a repo every 5 seconds. The candidate then submits a tarball of the git repo.<p><pre><code>  #!/usr/bin/env bash
  while true; do
    git add -A
    if ! git diff --cached --quiet; then
      git commit -m "$(date --iso-8601=seconds)"
    fi
    sleep 5
  done</code></pre></p>
]]></description><pubDate>Fri, 24 Jul 2026 21:57:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49042099</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=49042099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49042099</guid></item><item><title><![CDATA[New comment by tlhunter in "My USB Drive Has a Hidden Encrypted Vault"]]></title><description><![CDATA[
<p>I want something like this in a keyboard: a completely hidden drive that the OS cannot see until I type in a certain string of characters (password) to activate it with a separate string of characters to deactivate it.</p>
]]></description><pubDate>Tue, 21 Jul 2026 22:30:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48999250</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=48999250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48999250</guid></item><item><title><![CDATA[New comment by tlhunter in "Your 'app' could have been a webpage (so I fixed it for you)"]]></title><description><![CDATA[
<p>I just want icons that I can click from my home screen (eg PWA).</p>
]]></description><pubDate>Thu, 16 Jul 2026 02:13:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48929634</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=48929634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48929634</guid></item><item><title><![CDATA[New Android security setting spots bad networks and fake cell towers]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.zdnet.com/article/android-security-setting-spots-bad-networks-and-fake-cell-towers-how-to-enable/">https://www.zdnet.com/article/android-security-setting-spots-bad-networks-and-fake-cell-towers-how-to-enable/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48791942">https://news.ycombinator.com/item?id=48791942</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Jul 2026 07:10:12 +0000</pubDate><link>https://www.zdnet.com/article/android-security-setting-spots-bad-networks-and-fake-cell-towers-how-to-enable/</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=48791942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48791942</guid></item><item><title><![CDATA[New comment by tlhunter in "Web Browsers on PDAS"]]></title><description><![CDATA[
<p>Title should read "Web Browsers on PDAs", in case you're confused like I was.</p>
]]></description><pubDate>Sun, 21 Jun 2026 13:23:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48618770</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=48618770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48618770</guid></item><item><title><![CDATA[New comment by tlhunter in "Cheese Paper: a text editor specifically designed for writing"]]></title><description><![CDATA[
<p>I'm a fan of Manuskript on Linux. It's similar but has more features and, IMO, looks better: <a href="https://www.theologeek.ch/manuskript/" rel="nofollow">https://www.theologeek.ch/manuskript/</a></p>
]]></description><pubDate>Sun, 31 May 2026 02:17:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48342481</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=48342481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48342481</guid></item><item><title><![CDATA[Green card seekers must leave U.S. to apply, Trump administration says]]></title><description><![CDATA[
<p><a href="https://www.uscis.gov/newsroom/news-releases/us-citizenship-and-immigration-services-will-grant-adjustment-of-status-only-in-extraordinary" rel="nofollow">https://www.uscis.gov/newsroom/news-releases/us-citizenship-...</a><p><a href="https://www.uscis.gov/sites/default/files/document/memos/PM-602-0199-AdjustmentOfStatusAndDiscretion-20260521.pdf" rel="nofollow">https://www.uscis.gov/sites/default/files/document/memos/PM-...</a> [pdf]<p><a href="https://twitter.com/DHSgov/status/2057817233200418837" rel="nofollow">https://twitter.com/DHSgov/status/2057817233200418837</a>, <a href="https://xcancel.com/DHSgov/status/2057817233200418837" rel="nofollow">https://xcancel.com/DHSgov/status/2057817233200418837</a><p><a href="https://www.bbc.com/news/articles/cgrpz4l1klgo" rel="nofollow">https://www.bbc.com/news/articles/cgrpz4l1klgo</a><p><a href="https://www.washingtonpost.com/immigration/2026/05/22/new-rule-requires-most-green-card-applicants-apply-outside-us/" rel="nofollow">https://www.washingtonpost.com/immigration/2026/05/22/new-ru...</a>, <a href="https://archive.is/yi2cX" rel="nofollow">https://archive.is/yi2cX</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48241890">https://news.ycombinator.com/item?id=48241890</a></p>
<p>Points: 1129</p>
<p># Comments: 1990</p>
]]></description><pubDate>Fri, 22 May 2026 21:27:12 +0000</pubDate><link>https://www.nytimes.com/2026/05/22/us/politics/green-card-changes-trump.html</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=48241890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48241890</guid></item><item><title><![CDATA[New comment by tlhunter in "They Live (1988) inspired Adblocker"]]></title><description><![CDATA[
<p>My personal tagline, "I came here to kick ass, build web applications, and chew bubble gum. And I'm all out of gum." came from this movie.</p>
]]></description><pubDate>Tue, 12 May 2026 04:00:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48104048</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=48104048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48104048</guid></item><item><title><![CDATA[RFC: Oden: The Server-First, JavaScript-Esque Runtime]]></title><description><![CDATA[
<p>Article URL: <a href="https://rfchub.com/phobos/rfc5-oden-the-server-first-javascript-esque-runtime">https://rfchub.com/phobos/rfc5-oden-the-server-first-javascript-esque-runtime</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47904198">https://news.ycombinator.com/item?id=47904198</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 25 Apr 2026 20:11:42 +0000</pubDate><link>https://rfchub.com/phobos/rfc5-oden-the-server-first-javascript-esque-runtime</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47904198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47904198</guid></item><item><title><![CDATA[New comment by tlhunter in "Google Flow Music"]]></title><description><![CDATA[
<p>I hate how these tools ask me to type in some long prompt and then once I finish they tell me that I need to make an account.</p>
]]></description><pubDate>Sat, 25 Apr 2026 02:46:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47898168</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47898168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47898168</guid></item><item><title><![CDATA[New comment by tlhunter in "The Utopia of the Family Computer"]]></title><description><![CDATA[
<p>I actually found the LLM-generated image more annoying than the LLM-generated prose.</p>
]]></description><pubDate>Fri, 17 Apr 2026 17:38:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47808468</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47808468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47808468</guid></item><item><title><![CDATA[New comment by tlhunter in "DOJ wants to scrap Watergate-era rule that makes presidential records public"]]></title><description><![CDATA[
<p><a href="https://archive.is/jHfOe" rel="nofollow">https://archive.is/jHfOe</a></p>
]]></description><pubDate>Fri, 10 Apr 2026 19:28:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47722567</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47722567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47722567</guid></item><item><title><![CDATA[DOJ wants to scrap Watergate-era rule that makes presidential records public]]></title><description><![CDATA[
<p>Article URL: <a href="https://theintercept.com/2026/04/09/trump-documents-library-presidential-records-act/">https://theintercept.com/2026/04/09/trump-documents-library-presidential-records-act/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47722566">https://news.ycombinator.com/item?id=47722566</a></p>
<p>Points: 264</p>
<p># Comments: 69</p>
]]></description><pubDate>Fri, 10 Apr 2026 19:28:09 +0000</pubDate><link>https://theintercept.com/2026/04/09/trump-documents-library-presidential-records-act/</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47722566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47722566</guid></item><item><title><![CDATA[New comment by tlhunter in "“Your frustration is the product”"]]></title><description><![CDATA[
<p>> No print publication on the planet does this. The print editions of the very same publications — The New York Times, The Guardian, The Wall Street Journal, The Atlantic, The New Yorker — don’t do anything like this.<p>Ehh... I cancelled my SF Chronicle subscription a year ago. Since then I've received a dozen predatory phone calls and just add many letters. Plus when you do have the subscription they alter prices on you like a cable TV provider. So in some ways print is better than web but in other ways it's worse.</p>
]]></description><pubDate>Thu, 19 Mar 2026 16:32:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47442063</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47442063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47442063</guid></item><item><title><![CDATA[New comment by tlhunter in "Ask HN: How do you deal with people who trust LLMs?"]]></title><description><![CDATA[
<p>Article?</p>
]]></description><pubDate>Thu, 19 Mar 2026 04:07:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47434827</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47434827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47434827</guid></item><item><title><![CDATA[New comment by tlhunter in "Ask HN: Most beautiful personal blog UI you have ever seen?"]]></title><description><![CDATA[
<p>Mine is pretty cool looking: <a href="https://thomashunter.name/posts/2026-02-26-alpaka-elements-tech-case-camera-bag" rel="nofollow">https://thomashunter.name/posts/2026-02-26-alpaka-elements-t...</a></p>
]]></description><pubDate>Mon, 09 Mar 2026 02:41:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47304274</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47304274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47304274</guid></item><item><title><![CDATA[New comment by tlhunter in "Layoffs at Block"]]></title><description><![CDATA[
<p>Jack couldn't be bothered to use capital letters in his last layoff email either.</p>
]]></description><pubDate>Thu, 26 Feb 2026 22:48:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47173176</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47173176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47173176</guid></item><item><title><![CDATA[My experience building a Node.js Native Module using an LLM]]></title><description><![CDATA[
<p>Article URL: <a href="https://thomashunter.name/posts/2026-02-17-generating-a-node-native-module-with-an-llm">https://thomashunter.name/posts/2026-02-17-generating-a-node-native-module-with-an-llm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47061585">https://news.ycombinator.com/item?id=47061585</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 18 Feb 2026 14:53:43 +0000</pubDate><link>https://thomashunter.name/posts/2026-02-17-generating-a-node-native-module-with-an-llm</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47061585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47061585</guid></item><item><title><![CDATA[New comment by tlhunter in "Zed editor switching graphics lib from blade to wgpu"]]></title><description><![CDATA[
<p>Hopefully this will get momentum scrolling working.</p>
]]></description><pubDate>Fri, 13 Feb 2026 16:56:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47004868</link><dc:creator>tlhunter</dc:creator><comments>https://news.ycombinator.com/item?id=47004868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47004868</guid></item></channel></rss>