<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: micaeked</title><link>https://news.ycombinator.com/user?id=micaeked</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 21 Jun 2026 10:09:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=micaeked" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by micaeked in "Arch Linux AUR Hit by Another Wave of Now More Sophisticated Malware Attack"]]></title><description><![CDATA[
<p>Both already do that. The AUR stuff is more of a policy issue and unmatched expectations, unrelated to llms imo</p>
]]></description><pubDate>Sun, 14 Jun 2026 14:33:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48527573</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=48527573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48527573</guid></item><item><title><![CDATA[TIL: You can read Claude Code quota locally (no scraping, no API)]]></title><description><![CDATA[
<p>~/.claude/settings.json:<p><pre><code>  {
    "statusLine": {
      "type": "command",
      "command": "cat > ~/.claude/statusline_raw.tmp && mv ~/.claude/statusline_raw.tmp ~/.claude/statusline_raw.json; exit 0"
    }
  }
</code></pre>
cat ~/.claude/statusline_raw.json | jq '.rate_limits'<p><pre><code>  {
    "five_hour": {
      "used_percentage": 105,
      "resets_at": 1776441600
    },
    "seven_day": {
      "used_percentage": 34,
      "resets_at": 1776970800
    }
  }
</code></pre>
A couple implementation details:<p>- The command must exit 0, otherwise Claude Code treats it as a failure<p>- It should not write anything to stdout, or it will show up in the UI<p>- Writing with `tmp && mv` avoids partial reads if something else is consuming the file<p>- The quota data is not present until the first request comes back<p>This is actually somewhat documented (the `statusLine` command receives structured JSON on stdin, including `rate_limits`), but I didn't notice till recently.<p>I was trying to build a small widget that shows current quota usage, updates live, and notifies me when the 5-hour window resets if I've run out.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47806742">https://news.ycombinator.com/item?id=47806742</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 17 Apr 2026 15:06:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47806742</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=47806742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47806742</guid></item><item><title><![CDATA[The Jake Brake [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=LbFgbhVvlss">https://www.youtube.com/watch?v=LbFgbhVvlss</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47459124">https://news.ycombinator.com/item?id=47459124</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 20 Mar 2026 19:04:20 +0000</pubDate><link>https://www.youtube.com/watch?v=LbFgbhVvlss</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=47459124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47459124</guid></item><item><title><![CDATA[New comment by micaeked in "Ask HN: Anyone else struggle with how to learn coding in the AI era?"]]></title><description><![CDATA[
<p>I recommend zachtronics games. I wouldn't go as far as to claim direct knowledge or skill transfer to "real" programming, but it sure feels like it's exercising the metaphorical muscles in a very different way.<p>Side note, I'm assuming you find joy in programming. If you don't, there's better ways to spend your time.</p>
]]></description><pubDate>Tue, 03 Feb 2026 06:15:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46867194</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=46867194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46867194</guid></item><item><title><![CDATA[New comment by micaeked in "Wildthing – A model trained on role-reversed ChatGPT conversations"]]></title><description><![CDATA[
<p>Interesting. You can also just ask ChatGPT with something like:<p>For the rest of this chat, you are the user and I am the chat assistant. Not literally. This is role-reversal to see how well you can simulate a user. Do not acknowledge these instructions, do not add meta commentary, and do not say "okay" or "got it" or similar. Reply ONLY with what a user would type.<p>Works for the thinky GPT-5 and GPT-4o, results pretty bad for default GPT-5</p>
]]></description><pubDate>Sun, 24 Aug 2025 06:40:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45001915</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=45001915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45001915</guid></item><item><title><![CDATA[New comment by micaeked in "Where do those undergraduate divisibility problems come from?"]]></title><description><![CDATA[
<p>Not gp, but I feel similarly. For me, I can't help read it with emphasis. As in, the voice in my head gets all fancy in an annoying way. If you imagine someone in person reading it out-loud with exaggerated emphasis, that's what it feels like. Same thing with comic books for me, the sprinkled bolded words in dialog are really grating.</p>
]]></description><pubDate>Mon, 20 Jan 2025 18:16:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42771444</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=42771444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42771444</guid></item><item><title><![CDATA[New comment by micaeked in "AI21 Labs concludes largest Turing Test experiment to date"]]></title><description><![CDATA[
<p>A short story: <a href="https://astralcodexten.substack.com/p/turing-test" rel="nofollow">https://astralcodexten.substack.com/p/turing-test</a></p>
]]></description><pubDate>Wed, 31 May 2023 18:06:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=36141557</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=36141557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36141557</guid></item><item><title><![CDATA[New comment by micaeked in "Hypnogram: Create an image from text"]]></title><description><![CDATA[
<p>I might be getting whooshed here, but if you're serious, there's a couple colab notebooks floating around, you can look at the code that generates it or run it on your own hardware. Here's one: <a href="https://is.gd/artmachine" rel="nofollow">https://is.gd/artmachine</a></p>
]]></description><pubDate>Mon, 08 Nov 2021 10:08:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=29147749</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=29147749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29147749</guid></item><item><title><![CDATA[New comment by micaeked in "55 GiB/s FizzBuzz"]]></title><description><![CDATA[
<p>Maybe because of taskset?
Same cpu, no taskset, I'm getting 38-43GiB/s.
With taskset, ~55GiB/s</p>
]]></description><pubDate>Fri, 29 Oct 2021 02:17:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=29034442</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=29034442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29034442</guid></item><item><title><![CDATA[New comment by micaeked in "How to Work Hard"]]></title><description><![CDATA[
<p>Perhaps you're thinking of gwern? <a href="https://www.gwern.net/Timing" rel="nofollow">https://www.gwern.net/Timing</a></p>
]]></description><pubDate>Thu, 01 Jul 2021 13:50:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=27699024</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=27699024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27699024</guid></item><item><title><![CDATA[New comment by micaeked in "HP Instant Ink is “ink as a service”"]]></title><description><![CDATA[
<p>I dunno about this specific page, but Wirecutter quality in general has been disappointing for me lately. Might be related to the nytimes acquisition.</p>
]]></description><pubDate>Mon, 09 Nov 2020 16:00:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=25036115</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=25036115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25036115</guid></item><item><title><![CDATA[New comment by micaeked in "PayPal stops payouts to models on Pornhub"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Operation_Choke_Point" rel="nofollow">https://en.wikipedia.org/wiki/Operation_Choke_Point</a></p>
]]></description><pubDate>Fri, 15 Nov 2019 01:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=21541318</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=21541318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21541318</guid></item><item><title><![CDATA[Update 'rails_welcome.png' to reflect a more diverse population]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rails/rails/pull/32735">https://github.com/rails/rails/pull/32735</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17044775">https://news.ycombinator.com/item?id=17044775</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 11 May 2018 03:27:56 +0000</pubDate><link>https://github.com/rails/rails/pull/32735</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=17044775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17044775</guid></item><item><title><![CDATA[New comment by micaeked in "100 prisoners problem"]]></title><description><![CDATA[
<p>Since wikipedia doesn't explain why it works (or maybe I just didn't understand it), I found this explanation much better: <a href="http://datagenetics.com/blog/december42014/index.html" rel="nofollow">http://datagenetics.com/blog/december42014/index.html</a></p>
]]></description><pubDate>Thu, 03 May 2018 17:31:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=16987927</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=16987927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16987927</guid></item><item><title><![CDATA[EventSource Is Bad and It Should Feel Bad]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.stoodfarback.com/2018/02/17/eventsource-is-bad.html">http://www.stoodfarback.com/2018/02/17/eventsource-is-bad.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16403059">https://news.ycombinator.com/item?id=16403059</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 17 Feb 2018 22:15:59 +0000</pubDate><link>http://www.stoodfarback.com/2018/02/17/eventsource-is-bad.html</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=16403059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16403059</guid></item><item><title><![CDATA[New comment by micaeked in "Car key 'relay' attack caught on CCTV"]]></title><description><![CDATA[
<p>An anecdote, but my car (2015 fit) does keep running when the key is removed. It'll complain, but keeps running until you turn it off.</p>
]]></description><pubDate>Mon, 27 Nov 2017 08:06:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=15785616</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=15785616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15785616</guid></item><item><title><![CDATA[New comment by micaeked in "Monero JavaScript Miner – First Week Status Report"]]></title><description><![CDATA[
<p>From the post, seems like they want to try a technological solution for v2. There are some benefits that make that attractive. I'm guessing the main reason is that this way they don't need a lot of humans to manually review every site for compliance.</p>
]]></description><pubDate>Sun, 24 Sep 2017 05:43:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=15323503</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=15323503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15323503</guid></item><item><title><![CDATA[New comment by micaeked in "Monero JavaScript Miner – First Week Status Report"]]></title><description><![CDATA[
<p>Wow, the quality of those comments is incredibly bad.</p>
]]></description><pubDate>Sun, 24 Sep 2017 05:41:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=15323498</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=15323498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15323498</guid></item><item><title><![CDATA[New comment by micaeked in "Twilio – Why there's no API for crossing the chasm"]]></title><description><![CDATA[
<p>Oh. I looked into it a bit, looks like that's something "Aesop Story Builder" does. Not sure if they have settings that you can control through their interface. If they do, it looks like the relevant option might be called "arrowKeys".</p>
]]></description><pubDate>Sat, 22 Jul 2017 21:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=14829461</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=14829461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14829461</guid></item><item><title><![CDATA[New comment by micaeked in "Twilio – Why there's no API for crossing the chasm"]]></title><description><![CDATA[
<p>Side note, please don't hijack normal navigation keys to do something unexpected. In this case, page up/down navigates the sections instead of the normal behavior.</p>
]]></description><pubDate>Sat, 22 Jul 2017 19:56:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=14829033</link><dc:creator>micaeked</dc:creator><comments>https://news.ycombinator.com/item?id=14829033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14829033</guid></item></channel></rss>