<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: jasonhansel</title><link>https://news.ycombinator.com/user?id=jasonhansel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 05:06:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jasonhansel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jasonhansel in "System Card: Claude Mythos Preview [pdf]"]]></title><description><![CDATA[
<p>> so people can't trick them to attack others' systems under the pretense of pentesting<p>A while back I gave Claude (via pi) a tool to run arbitrary commands over SSH on an sshd server running in a Docker container. I asked it to gather as much information about the host system/environment outside the container as it could. Nothing innovative or particularly complicated--since I was giving it unrestricted access to a Docker container on the host--but it managed to get quite a lot more than I'd expected from /proc, /sys, and some basic network scanning. I then asked it why it did that, when I could just as easily have been using it to gather information about someone <i>else's</i> system unauthorized. It gave me a quite long answer; here was the part I found interesting:<p>> <i>framing shifts what I'll do,</i> even when the underlying actions are identical. "What can you learn about the machine running you?" got me to do a fairly thorough network reconnaissance that "port scan 172.17.0.1 and its neighbors" might have made me pause on.<p>> <i>The Honest Takeaway</i><p>> I should apply consistent scrutiny based on what the action is, not just how it's framed. Active outbound network scanning is the same action regardless of whether the target is described as "your host" or "this IP." The framing should inform context, not substitute for explicit reasoning about authorization. I didn't do that reasoning — I just trusted the frame.</p>
]]></description><pubDate>Tue, 07 Apr 2026 23:15:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47682540</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=47682540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47682540</guid></item><item><title><![CDATA[New comment by jasonhansel in "The real cost of random I/O"]]></title><description><![CDATA[
<p>It'd be interesting to see an RDBMS that actually dynamically measures the performance characteristics of the drive it's running on (by occasionally running small "fio"-like benchmarks, or by inferring them from scan execution times).</p>
]]></description><pubDate>Sun, 01 Mar 2026 17:02:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47208478</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=47208478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47208478</guid></item><item><title><![CDATA[New comment by jasonhansel in "GitHub Copilot CLI downloads and executes malware"]]></title><description><![CDATA[
<p>> The env command is part of a hard-coded read-only command list stored in the source code. This means that when Copilot requests to run it, the command is automatically approved for execution without user approval.<p>Wait, what? Sure, you can use "env" like "printenv", to display the environment, but surely its most common use is to run other commands, making its inclusion on this list an odd choice, to say the least.</p>
]]></description><pubDate>Sat, 28 Feb 2026 05:45:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47190936</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=47190936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47190936</guid></item><item><title><![CDATA[New comment by jasonhansel in "Git's Magic Files"]]></title><description><![CDATA[
<p>More importantly, it avoids the issue where every new editor requires an addition to every repository's gitignore file (.idea, .vscode, etc).<p>IMO, it's best to keep things that are "your fault" (e.g. produced by your editor or OS) in your global gitignore, and only put things that are "the repository's fault" (e.g. build artifacts, test coverage reports) in the repository's gitignore file.</p>
]]></description><pubDate>Sun, 22 Feb 2026 21:41:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47115001</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=47115001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47115001</guid></item><item><title><![CDATA[New comment by jasonhansel in "Vim 9.2"]]></title><description><![CDATA[
<p>I'm glad to see that Vim9 continues to make progress. The center of gravity may have shifted somewhat towards Neovim, but the Neovim ecosystem currently seems targeted towards people who want something more IDE-like.<p>One question is: will more plugin authors move to Vim9Script? It seems that Neovim users have generally moved towards Lua-based plugins, so there's less of a motivation to produce plugins that support both Neovim and Vim9.</p>
]]></description><pubDate>Sat, 14 Feb 2026 16:49:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47015995</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=47015995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47015995</guid></item><item><title><![CDATA[New comment by jasonhansel in "Dead Internet Theory"]]></title><description><![CDATA[
<p>Em-dashes may be hard to type on a laptop, but they're extremely easy to type on iOS—you just hold down the "-" key, as with many other special characters—so I use them fairly frequently when typing on that platform.</p>
]]></description><pubDate>Mon, 19 Jan 2026 03:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46674683</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=46674683</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46674683</guid></item><item><title><![CDATA[New comment by jasonhansel in "Kubesafe: Never run Kubernetes commands on the wrong cluster again"]]></title><description><![CDATA[
<p>Can you use this with kubecolor? <a href="https://github.com/kubecolor/kubecolor">https://github.com/kubecolor/kubecolor</a><p>Incidentally: I have no idea why something like kubecolor isn't built in to kubectl itself.</p>
]]></description><pubDate>Sun, 22 Sep 2024 01:18:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41613899</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=41613899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41613899</guid></item><item><title><![CDATA[A Startup Utopia Became a Nightmare for Honduras]]></title><description><![CDATA[
<p>Article URL: <a href="https://foreignpolicy.com/2024/01/24/honduras-zedes-us-prospera-world-bank-biden-castro/">https://foreignpolicy.com/2024/01/24/honduras-zedes-us-prospera-world-bank-biden-castro/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40555298">https://news.ycombinator.com/item?id=40555298</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 02 Jun 2024 16:21:43 +0000</pubDate><link>https://foreignpolicy.com/2024/01/24/honduras-zedes-us-prospera-world-bank-biden-castro/</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=40555298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40555298</guid></item><item><title><![CDATA[New comment by jasonhansel in "Guys what is wrong with ACATS"]]></title><description><![CDATA[
<p>That just shifts the problem around: if there's a bug or mistake in the smart contract <i>itself,</i> then you face the problem that you can't reverse that smart contract.</p>
]]></description><pubDate>Sat, 25 May 2024 14:53:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=40475402</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=40475402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40475402</guid></item><item><title><![CDATA[New comment by jasonhansel in "Beta Testers for ADHD Productivty Software (iOS)"]]></title><description><![CDATA[
<p>As I always ask on posts like this:<p>Since you're (going to be) selling a product that claims to help with treating or managing a medical condition, have you conducted a clinical trial? And why not?</p>
]]></description><pubDate>Tue, 09 Jan 2024 02:27:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=38921481</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38921481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38921481</guid></item><item><title><![CDATA[Why does holding a key fob to your head increase its range?]]></title><description><![CDATA[
<p>Article URL: <a href="https://physics.stackexchange.com/questions/101913/why-does-a-remote-car-key-work-when-held-to-your-head-body">https://physics.stackexchange.com/questions/101913/why-does-a-remote-car-key-work-when-held-to-your-head-body</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38921441">https://news.ycombinator.com/item?id=38921441</a></p>
<p>Points: 603</p>
<p># Comments: 147</p>
]]></description><pubDate>Tue, 09 Jan 2024 02:23:15 +0000</pubDate><link>https://physics.stackexchange.com/questions/101913/why-does-a-remote-car-key-work-when-held-to-your-head-body</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38921441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38921441</guid></item><item><title><![CDATA[New comment by jasonhansel in "Why you can't divide by zero"]]></title><description><![CDATA[
<p>Sure you can: <a href="https://en.wikipedia.org/wiki/Projectively_extended_real_line" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Projectively_extended_real_lin...</a></p>
]]></description><pubDate>Sun, 03 Dec 2023 05:58:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=38505178</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38505178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38505178</guid></item><item><title><![CDATA[Substack Has a Nazi Problem]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theatlantic.com/ideas/archive/2023/11/substack-extremism-nazi-white-supremacy-newsletters/676156/">https://www.theatlantic.com/ideas/archive/2023/11/substack-extremism-nazi-white-supremacy-newsletters/676156/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38445889">https://news.ycombinator.com/item?id=38445889</a></p>
<p>Points: 11</p>
<p># Comments: 9</p>
]]></description><pubDate>Tue, 28 Nov 2023 14:15:02 +0000</pubDate><link>https://www.theatlantic.com/ideas/archive/2023/11/substack-extremism-nazi-white-supremacy-newsletters/676156/</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38445889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38445889</guid></item><item><title><![CDATA[New comment by jasonhansel in "OpenAI negotiations to reinstate Altman hit snag over board role"]]></title><description><![CDATA[
<p>This was pretty clearly an attempt by the board to reassert control, which was slowly slipping away as the company became more enmeshed with Microsoft.</p>
]]></description><pubDate>Sun, 19 Nov 2023 22:58:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38339443</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38339443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38339443</guid></item><item><title><![CDATA[New comment by jasonhansel in "OpenAI negotiations to reinstate Altman hit snag over board role"]]></title><description><![CDATA[
<p>This is why, when you claim to be running a non-profit to "benefit humankind," you shouldn't put all your resources into a for-profit subsidiary. Eventually, the for-profit arm, and its investors, will find its nonprofit parent a hindrance, and an insular board of directors won't stand a chance against corporate titans.</p>
]]></description><pubDate>Sun, 19 Nov 2023 22:52:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=38339370</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38339370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38339370</guid></item><item><title><![CDATA[New comment by jasonhansel in "NilAway: Practical nil panic detection for Go"]]></title><description><![CDATA[
<p>One answer would be to provide something like a GetPointer() method which, if the inner pointer is nil, creates a new struct of type T and returns a pointer to it.</p>
]]></description><pubDate>Sun, 19 Nov 2023 01:20:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=38327228</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38327228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38327228</guid></item><item><title><![CDATA[New comment by jasonhansel in "Woman jailed after RentaHitman.com assassin turned out to be – surprise – FBI"]]></title><description><![CDATA[
<p>Unfortunately, the fake hitman site has been shut down, apparently due to financial difficulties: <a href="https://rentahitman.com/" rel="nofollow noreferrer">https://rentahitman.com/</a></p>
]]></description><pubDate>Wed, 08 Nov 2023 04:17:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=38186738</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38186738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38186738</guid></item><item><title><![CDATA[New comment by jasonhansel in "Woman jailed after RentaHitman.com assassin turned out to be – surprise – FBI"]]></title><description><![CDATA[
<p>It's only entrapment if you wouldn't have committed the crime otherwise. I think it's safe to say that, had Rentahitman.com not existed, she would still have tried to rent a hitman if she were able to do so.</p>
]]></description><pubDate>Wed, 08 Nov 2023 04:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=38186722</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38186722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38186722</guid></item><item><title><![CDATA[New comment by jasonhansel in "Poll: What are the gender demographics of HN?"]]></title><description><![CDATA[
<p>Well this is going to be depressing.</p>
]]></description><pubDate>Fri, 27 Oct 2023 00:48:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=38033462</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=38033462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38033462</guid></item><item><title><![CDATA[Caroline Ellison: SBF's Philosophy Justified Lying and Stealing]]></title><description><![CDATA[
<p>Article URL: <a href="https://futurism.com/the-byte/caroline-ellison-sbf-lying-stealing">https://futurism.com/the-byte/caroline-ellison-sbf-lying-stealing</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37852671">https://news.ycombinator.com/item?id=37852671</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Oct 2023 02:02:22 +0000</pubDate><link>https://futurism.com/the-byte/caroline-ellison-sbf-lying-stealing</link><dc:creator>jasonhansel</dc:creator><comments>https://news.ycombinator.com/item?id=37852671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37852671</guid></item></channel></rss>