<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: mrlowlevel</title><link>https://news.ycombinator.com/user?id=mrlowlevel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 23 Sep 2026 02:09:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mrlowlevel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mrlowlevel in "Unreal Agent"]]></title><description><![CDATA[
<p>i have found agents to be excellent at using CLIs, which are fractal-like. i built this reddit ads api cli and my agent immediately starting introspecting it in a "drill deeper" manner:<p><a href="https://github.com/genei-Ltd/reddit-ads-cli" rel="nofollow">https://github.com/genei-Ltd/reddit-ads-cli</a></p>
]]></description><pubDate>Tue, 22 Sep 2026 22:45:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49809332</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=49809332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49809332</guid></item><item><title><![CDATA[New comment by mrlowlevel in "No AI Co-Authors. A Manifesto"]]></title><description><![CDATA[
<p>Ironic this website has AI written all over it.</p>
]]></description><pubDate>Tue, 23 Jun 2026 21:37:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48651813</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=48651813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48651813</guid></item><item><title><![CDATA[New comment by mrlowlevel in "`satisfies` is my favorite TypeScript keyword (2024)"]]></title><description><![CDATA[
<p>We have this nifty util in our codebase:<p>```ts<p>/*<p>* A function that asserts that a value is never.<p>* Useful for exhaustiveness checks in switch statements.<p>*/<p>export function assertNever(x: never): never {<p><pre><code>  // eslint-disable-next-line @typescript-eslint/restrict-template-expressions

  throw new Error(`Unexpected object: ${x}`)
</code></pre>
}<p>```</p>
]]></description><pubDate>Sun, 23 Nov 2025 15:51:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46024431</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=46024431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46024431</guid></item><item><title><![CDATA[New comment by mrlowlevel in "I use Cursor daily - here's how I avoid the garbage parts"]]></title><description><![CDATA[
<p>Do any of these tools use the rich information from the AST to pull in context? Coupled with semantic search for entry points into the AST, it feels like you could do a lot…</p>
]]></description><pubDate>Wed, 12 Mar 2025 10:49:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43341815</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=43341815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43341815</guid></item><item><title><![CDATA[New comment by mrlowlevel in "Does current AI represent a dead end?"]]></title><description><![CDATA[
<p>> Their fundamental issues (black box + hallucinations)<p>Aren’t humans also black boxes that suffer from hallucinations?<p>E.g. for hallucinations: engineers make dumb mistakes in their code all the time, normal people will make false assertions about geopolitical, scientific and other facts all the time. c.f. The Dunning Kruger effect.<p>And black box because you can only interrogate the system at its interface (usually voice or through written words / pictures)</p>
]]></description><pubDate>Fri, 27 Dec 2024 21:32:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42526233</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=42526233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42526233</guid></item><item><title><![CDATA[New comment by mrlowlevel in "How to <execute high level action via CLI>"]]></title><description><![CDATA[
<p>A 15 minute side project I cooked up on a late Monday night.<p>Fun examples:<p>```<p><pre><code>  howto git:(main) howto "print hello world" | sh
  hello world

  howto git:(main) howto "rebase changes from a branch B onto main that was branched off from a branch A that has now been squashed into main"
  git checkout B && git rebase --onto main A B

  howto git:(main) howto "update macos"
  softwareupdate --all --install --restart

  howto git:(main) howto "list all direct non-empty child directories in current directory, each directory on a new line with no additional details" | sh
  target
  .git
  src
</code></pre>
```</p>
]]></description><pubDate>Tue, 15 Oct 2024 00:25:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41843690</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=41843690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41843690</guid></item><item><title><![CDATA[How to <execute high level action via CLI>]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/adri1wald/howto">https://github.com/adri1wald/howto</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41843689">https://news.ycombinator.com/item?id=41843689</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 15 Oct 2024 00:25:28 +0000</pubDate><link>https://github.com/adri1wald/howto</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=41843689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41843689</guid></item><item><title><![CDATA[New comment by mrlowlevel in "How many legs do ten elephants have, if two of them are legless?"]]></title><description><![CDATA[
<p>GPT-4 (note I do have specific instructions in my settings which push the model towards step-by-step reasoning)<p>To calculate the number of legs for ten elephants, considering that two of them are legless, we first need to know the standard number of legs on an elephant, which is four. Then, we subtract the missing legs for the legless elephants.<p>- Normal elephants have 4 legs.
- Legless elephants have 0 legs.<p>If we have 10 elephants in total, and 2 of them are legless, this means 8 elephants have all their legs. The calculation would be:<p>- \( 8 \text{ elephants} \times 4 \text{ legs/elephant} = 32 \text{ legs} \) for the elephants with all their legs.
- \( 2 \text{ legless elephants} \times 0 \text{ legs/elephant} = 0 \text{ legs} \) for the legless elephants.<p>Adding these together gives the total number of legs. Let's calculate this.<p>The total number of legs for ten elephants, where two of them are legless, would be 32 legs.</p>
]]></description><pubDate>Mon, 25 Dec 2023 22:17:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=38766706</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=38766706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38766706</guid></item><item><title><![CDATA[New comment by mrlowlevel in "Launch HN: Turion Space (YC S21) – Space debris removal and satellite servicing"]]></title><description><![CDATA[
<p>Unless of course the maneuver takes a significant part of a year</p>
]]></description><pubDate>Thu, 05 Aug 2021 13:37:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=28073542</link><dc:creator>mrlowlevel</dc:creator><comments>https://news.ycombinator.com/item?id=28073542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28073542</guid></item></channel></rss>