<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: ihowlatthemoon</title><link>https://news.ycombinator.com/user?id=ihowlatthemoon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 25 Jun 2026 02:48:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ihowlatthemoon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ihowlatthemoon in "The Xteink X4 E-Ink Reader"]]></title><description><![CDATA[
<p>Thank you. I'm not the biggest fan of the Crosspoint web interface, so I'll definitely give this a try.</p>
]]></description><pubDate>Wed, 24 Jun 2026 18:45:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48664116</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=48664116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48664116</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "The Xteink X4 E-Ink Reader"]]></title><description><![CDATA[
<p>Go for the X4. Neither supports USB file transfer, so having USB-C charging is convenient without additional things to worry about. Bigger screen is also better if you're a fast reader. The faster you read, the more your reading speed is limited by the page turn speed.</p>
]]></description><pubDate>Wed, 24 Jun 2026 18:44:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48664099</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=48664099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48664099</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "The Xteink X4 E-Ink Reader"]]></title><description><![CDATA[
<p>Not the commenter you were replying to, but I have both a Kindle and a X4. No, it does not, but searching for a unique enough phrase (just two or three words) on the current page gets you there fast enough.</p>
]]></description><pubDate>Wed, 24 Jun 2026 18:41:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48664052</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=48664052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48664052</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving"]]></title><description><![CDATA[
<p>35B-A3B means it's a MoE model with 35B total parameters but with only 3B active at once. The one I use is the 27B dense model. Usually, dense models give better responses, but are slower than the MoE. With your 4090, you should be able to get about 50 tok/s with the dense model, which is more than enough for practical use.<p>If you want to keep using the same model, these settings worked for me.<p>llama-server -ngl 99 -c 262144 -fa on --cache-type-k q4_0 --cache-type-v q4_0 --host 0.0.0.0 --sleep-idle-seconds 300 -m Qwen3.5-35B-A3B-UD-Q4_K_XL.gguf<p>For the harness, I use pi (<a href="https://pi.dev/" rel="nofollow">https://pi.dev/</a>). And sometimes, I use the Roo Code plugin for VS Code. (<a href="https://roocode.com/" rel="nofollow">https://roocode.com/</a>)<p>I prefer simplicity in my tooling, so I can understand them easier. But you might have better luck with other harnesses.</p>
]]></description><pubDate>Tue, 21 Apr 2026 10:36:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47846962</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=47846962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47846962</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving"]]></title><description><![CDATA[
<p>I run a setup similar to yours and I've had the best results with Qwen3.5 27B. Specifically the Q4_K_M variant. <a href="https://unsloth.ai/docs/models/qwen3.5">https://unsloth.ai/docs/models/qwen3.5</a><p>I use llama-server that comes with llama.cpp instead of using ollama. Here are the exact settings I use.<p>llama-server -ngl 99 -c 192072 -fa on --cache-type-k q4_0 --cache-type-v q4_0 --host 0.0.0.0 --sleep-idle-seconds 300 -m Qwen3.5-27B-Q4_K_M.gguf</p>
]]></description><pubDate>Tue, 21 Apr 2026 04:34:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47844560</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=47844560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47844560</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Make Tmux Pretty and Usable (2024)"]]></title><description><![CDATA[
<p>Maybe you could try this - <a href="https://github.com/tmux-plugins/tmux-yank" rel="nofollow">https://github.com/tmux-plugins/tmux-yank</a></p>
]]></description><pubDate>Mon, 13 Apr 2026 15:48:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47753771</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=47753771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47753771</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Gumroad’s source is available"]]></title><description><![CDATA[
<p>Original discussion thread here: <a href="https://news.ycombinator.com/item?id=2406614">https://news.ycombinator.com/item?id=2406614</a></p>
]]></description><pubDate>Fri, 04 Apr 2025 10:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43580314</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=43580314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43580314</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "1TB microSD cards"]]></title><description><![CDATA[
<p>Just in case you thought it might be a good idea to order that aliexpress thing, it's terrible. <a href="https://www.youtube.com/watch?v=3frnBoqqI_Q" rel="nofollow">https://www.youtube.com/watch?v=3frnBoqqI_Q</a></p>
]]></description><pubDate>Tue, 26 Feb 2019 16:59:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=19256053</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=19256053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19256053</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Show HN: Teleport: Simple command line app tutorial written in Haskell"]]></title><description><![CDATA[
<p>This is brilliant. Added immediately. It's something I never realized I needed until I found out about it. Thank you.</p>
]]></description><pubDate>Fri, 23 Dec 2016 04:27:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=13242828</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=13242828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13242828</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Amazon’s Ambition to Compete Directly with UPS and FedEx"]]></title><description><![CDATA[
<p>You aren't. That's why the "web" link below the title exists.</p>
]]></description><pubDate>Thu, 29 Sep 2016 05:20:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=12603431</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=12603431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12603431</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "WhatsApp – Opting out of new terms doesn’t stop Facebook taking information"]]></title><description><![CDATA[
<p>If you've granted contacts permission to the Facebook app, it could've identified using the phone number.</p>
]]></description><pubDate>Sun, 28 Aug 2016 13:31:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=12376426</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=12376426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12376426</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "New batteries could make phones, drones, and electric cars last twice as long"]]></title><description><![CDATA[
<p>You mean like the Moto Z and the Z force? Z has a 2600mAh battery and is thinner. Z force has a 3500mAh battery for a 1.8mm addition of thickness. Motorola has done this before with the Droid Maxx.</p>
]]></description><pubDate>Fri, 19 Aug 2016 16:37:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=12321312</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=12321312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12321312</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Oculus Rift is Shipping"]]></title><description><![CDATA[
<p>As with any new technology, the adult entertainment industry has already embraced VR. [1][2]<p>Links obviously VERY NSFW.
[1] <a href="http://naughtyamericavr.com/" rel="nofollow">http://naughtyamericavr.com/</a>
[2] <a href="https://virtualrealporn.com/" rel="nofollow">https://virtualrealporn.com/</a></p>
]]></description><pubDate>Mon, 28 Mar 2016 23:26:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=11378301</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=11378301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11378301</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Gogs – Go Git Service"]]></title><description><![CDATA[
<p>Previous discussion <a href="https://news.ycombinator.com/item?id=9210978" rel="nofollow">https://news.ycombinator.com/item?id=9210978</a></p>
]]></description><pubDate>Mon, 28 Mar 2016 13:45:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=11374195</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=11374195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11374195</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "XKCD's StackSort Implemented in a Vim Regex"]]></title><description><![CDATA[
<p>This already exists. [1] Except it uses Bing search instead of Stackoverflow.<p>[1] <a href="https://blogs.msdn.microsoft.com/visualstudio/2014/02/17/introducing-bing-code-search-for-c/" rel="nofollow">https://blogs.msdn.microsoft.com/visualstudio/2014/02/17/int...</a></p>
]]></description><pubDate>Fri, 18 Mar 2016 06:16:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=11310232</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=11310232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11310232</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Apple Introduces the iPhone 6S and iPhone 6S Plus"]]></title><description><![CDATA[
<p>From what I see, Sony is the only manufacturer currently offering a high end phone at a smaller size with the Xperia Compact line. Still 5 inches tall though.</p>
]]></description><pubDate>Wed, 09 Sep 2015 19:48:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=10193979</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=10193979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10193979</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "The New Linode Cloud: SSDs, Double RAM and much more"]]></title><description><![CDATA[
<p>VPSBench result:<p>Before<p>-------<p><pre><code>  CPU model:  Intel(R) Xeon(R) CPU           L5520  @ 2.27GHz
  Number of cores: 8
  CPU frequency:  2266.788 MHz
  Total amount of RAM: 988 MB
  Total amount of swap: 255 MB
  System uptime:   8 days, 12:03,
  I/O speed:  69.9 MB/s
  Bzip 25MB: 8.96s
  Download 100MB file: 47.2MB/s
</code></pre>
After<p>------<p><pre><code>  CPU model:  Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
  Number of cores: 2
  CPU frequency:  2800.086 MHz
  Total amount of RAM: 1993 MB
  Total amount of swap: 255 MB
  System uptime:   2 min,
  I/O speed:  638 MB/s
  Bzip 25MB: 5.10s
  Download 100MB file: 146MB/s
</code></pre>
Test: <a href="https://github.com/mgutz/vpsbench" rel="nofollow">https://github.com/mgutz/vpsbench</a></p>
]]></description><pubDate>Thu, 17 Apr 2014 16:33:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=7604601</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=7604601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7604601</guid></item><item><title><![CDATA[New comment by ihowlatthemoon in "Intel Announces Xeon Phi Co-Processors"]]></title><description><![CDATA[
<p>Looks like Intel is trying to attack the CUDA/Stream market. I'm curious to see how NVidia and ATI will respond.</p>
]]></description><pubDate>Tue, 19 Jun 2012 09:59:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=4131010</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=4131010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=4131010</guid></item><item><title><![CDATA[Is code art?]]></title><description><![CDATA[
<p>Article URL: <a href="http://janithl.blogspot.com/2012/04/code.html">http://janithl.blogspot.com/2012/04/code.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=3888380">https://news.ycombinator.com/item?id=3888380</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Apr 2012 09:52:38 +0000</pubDate><link>http://janithl.blogspot.com/2012/04/code.html</link><dc:creator>ihowlatthemoon</dc:creator><comments>https://news.ycombinator.com/item?id=3888380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3888380</guid></item></channel></rss>