<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: cwt137</title><link>https://news.ycombinator.com/user?id=cwt137</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 20:12:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cwt137" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Google's TurboQuant offers LLMs up to 6x compression]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/ai/2026/03/google-says-new-turboquant-compression-can-lower-ai-memory-usage-without-sacrificing-quality/">https://arstechnica.com/ai/2026/03/google-says-new-turboquant-compression-can-lower-ai-memory-usage-without-sacrificing-quality/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47521741">https://news.ycombinator.com/item?id=47521741</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Mar 2026 19:05:01 +0000</pubDate><link>https://arstechnica.com/ai/2026/03/google-says-new-turboquant-compression-can-lower-ai-memory-usage-without-sacrificing-quality/</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=47521741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47521741</guid></item><item><title><![CDATA[New comment by cwt137 in "Understanding Neural Network, Visually"]]></title><description><![CDATA[
<p>This visualizations reminds me of the 3blue1brown videos.</p>
]]></description><pubDate>Fri, 06 Feb 2026 18:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46916080</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=46916080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46916080</guid></item><item><title><![CDATA[New comment by cwt137 in "Asteroids the size of 22 penguins to pass Earth this weekend (2023)"]]></title><description><![CDATA[
<p>There is a big difference between an Emperor penguin and a Galapagos penguin. They should of used a different measure.</p>
]]></description><pubDate>Fri, 23 Jan 2026 18:54:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46736259</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=46736259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46736259</guid></item><item><title><![CDATA[Rust (language) at Volvo Cars [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=vBofCW8j70A">https://www.youtube.com/watch?v=vBofCW8j70A</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46611516">https://news.ycombinator.com/item?id=46611516</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 14 Jan 2026 02:22:21 +0000</pubDate><link>https://www.youtube.com/watch?v=vBofCW8j70A</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=46611516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46611516</guid></item><item><title><![CDATA[New comment by cwt137 in "We replaced H.264 streaming with JPEG screenshots (and it worked better)"]]></title><description><![CDATA[
<p>Everyone talks about Websockets for pushing real time data to the browser. This article highlights some of its drawbacks. I use Server Sent Events (SSE) instead. A lot of the problems the author of the article faced are solved with SSE. Also, SSE scales way better than polling all the time.</p>
]]></description><pubDate>Wed, 24 Dec 2025 12:53:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46375158</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=46375158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46375158</guid></item><item><title><![CDATA[New comment by cwt137 in "I built my own CDN with Varnish and Nginx"]]></title><description><![CDATA[
<p>I wonder if in the future the author will investigate Anycast. This is the big feature that competes with the big CDN.</p>
]]></description><pubDate>Thu, 11 Sep 2025 16:27:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45213437</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=45213437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45213437</guid></item><item><title><![CDATA[New comment by cwt137 in "CATL launches LFP battery with 470 miles range and 10-minute charging"]]></title><description><![CDATA[
<p>I didn't see anything in the article about battery capacity or the density. This (with the other info in the article) would tell us if this is groundbreaking or not.</p>
]]></description><pubDate>Mon, 08 Sep 2025 23:53:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45175666</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=45175666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45175666</guid></item><item><title><![CDATA[New comment by cwt137 in "Ollama and gguf"]]></title><description><![CDATA[
<p>It is not true that Ollama doesn't use llama.cpp anymore. They built their own library, which is the default, but also really far from being feature complete. If a model is not supported by their library, they  fall back to llama.cpp. For example, there is a group of people trying to get the new IBM models working with Ollama [1]. Their quick/short term solution is to bump the version of llama.cpp included with Ollama to a newer version that has support. And then at a later time, add support in Ollama's library.<p>1) <a href="https://github.com/ollama/ollama/issues/10557" rel="nofollow">https://github.com/ollama/ollama/issues/10557</a></p>
]]></description><pubDate>Tue, 12 Aug 2025 00:15:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44870939</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=44870939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44870939</guid></item><item><title><![CDATA[New comment by cwt137 in "How to Build a Smartwatch: Picking a Chip [video]"]]></title><description><![CDATA[
<p>This is the first in a series of posts exploring how to build a smartwatch in 2025!</p>
]]></description><pubDate>Wed, 14 May 2025 17:24:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43987058</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=43987058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43987058</guid></item><item><title><![CDATA[How to Build a Smartwatch: Picking a Chip [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=umQ39BhcyMM">https://www.youtube.com/watch?v=umQ39BhcyMM</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43987057">https://news.ycombinator.com/item?id=43987057</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 14 May 2025 17:24:04 +0000</pubDate><link>https://www.youtube.com/watch?v=umQ39BhcyMM</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=43987057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43987057</guid></item><item><title><![CDATA[New comment by cwt137 in "Bamba: An open-source LLM that crosses a transformer with an SSM"]]></title><description><![CDATA[
<p>Not always true! Your statement is only true when the running clock's speed is the same as time. Thus, regular time and the clock's time will never meet.<p>If the clock is running faster than regular time, it will at point catch up to regular time and thus be correct for a split second. If the clock is slower than regular time, regular time will catch up to the clock and the clock will be right for a split second.</p>
]]></description><pubDate>Wed, 30 Apr 2025 00:08:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43839603</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=43839603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43839603</guid></item><item><title><![CDATA[New comment by cwt137 in "User-defined Order in SQL (2018)"]]></title><description><![CDATA[
<p>A lot of things presented in this article reminded me of the same things that were in Joe Celko's “Trees and Hierarchies in SQL” book <a href="https://www.oreilly.com/library/view/joe-celkos-trees/9781558609204/" rel="nofollow">https://www.oreilly.com/library/view/joe-celkos-trees/978155...</a></p>
]]></description><pubDate>Tue, 13 Aug 2024 16:40:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=41237043</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=41237043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41237043</guid></item><item><title><![CDATA[New comment by cwt137 in "Show HN: I made a tool to HTTPS your localhost"]]></title><description><![CDATA[
<p>This product seems similar to Ngrok and some other solutions. How does this product differentiate itself from everyone else?</p>
]]></description><pubDate>Sun, 21 Jul 2024 15:42:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41025877</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=41025877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41025877</guid></item><item><title><![CDATA[New comment by cwt137 in "Mathematical Optimization for Cargo Ships"]]></title><description><![CDATA[
<p>Just last week I was looking into OptaPlanner [1] and MiniZinc [2]. OptaPlanner even has a real-time/continuous optimization mode. There are a whole bunch of other solutions, but these were the most interesting to me.<p>I wonder why Google didn't just go with an off the shelf solution and integrate it instead of building their own solution?<p>[1] <a href="https://www.optaplanner.org/" rel="nofollow">https://www.optaplanner.org/</a>
[2] <a href="https://www.minizinc.org/" rel="nofollow">https://www.minizinc.org/</a></p>
]]></description><pubDate>Thu, 06 Jun 2024 01:15:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=40592416</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=40592416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40592416</guid></item><item><title><![CDATA[New comment by cwt137 in "Bridges in the US are threaten by truck drivers relying on GPS meant for cars"]]></title><description><![CDATA[
<p>I hate articles that talk negatively about GPS when they really mean navigation software. GPS allows you to determine where you are. Navigation software tells you where to go.<p>Two examples: GPS does not spy on you and tracks your every movement. But the navigation software might. GPS doesn’t tell you to go down the wrong road. But the navigation software might. Etc.</p>
]]></description><pubDate>Fri, 05 Apr 2024 00:45:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39937566</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=39937566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39937566</guid></item><item><title><![CDATA[New comment by cwt137 in "Raspberry Pi is manufacturing 70K Raspberry Pi 5s per week"]]></title><description><![CDATA[
<p>I was thinking the same thing, that they got their information from Jeff</p>
]]></description><pubDate>Mon, 15 Jan 2024 04:33:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=38997491</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=38997491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38997491</guid></item><item><title><![CDATA[New comment by cwt137 in "How to store your app's entire state in the url"]]></title><description><![CDATA[
<p>A few years ago, I worked on an app where some of the state was kept in the session and some was on the url as GET params. We ran into an issue where some browsers would only accept urls that were less than 1024 chars long. Is that still an issue today?</p>
]]></description><pubDate>Mon, 09 Jan 2023 19:47:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=34315031</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=34315031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34315031</guid></item><item><title><![CDATA[New comment by cwt137 in "Ladybird: A new cross-platform browser project"]]></title><description><![CDATA[
<p>I've been watching his videos too for the last 6mo or so. If you like them, you should watch his friend's videos on SerenityOS as well, Linus Groh [1]. He does a lot of stuff on LibJS and LibWeb libraries. I think he is the lead developer for those because every month when Andreas does the monthly summary video of changes in the OS, he defers to Linus to talk about the browser changes.<p>1) <a href="https://www.youtube.com/channel/UC84u7JhM9EIAYzyjdf6cBbA" rel="nofollow">https://www.youtube.com/channel/UC84u7JhM9EIAYzyjdf6cBbA</a></p>
]]></description><pubDate>Mon, 12 Sep 2022 14:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=32810591</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=32810591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32810591</guid></item><item><title><![CDATA[New comment by cwt137 in "Time for Army Corps of Engineers to investigate moving water West?"]]></title><description><![CDATA[
<p>> the biggest challenge would be the right of way and litigation<p>I totally agree. I live in SoCal and there are some infrastructure projects that took forever (ie creating the I105 and finish connecting the I210), or will probably never get completed (ie. finish connecting the I710 and California High Speed Rail) all because of right of way issues and lots of law suits.</p>
]]></description><pubDate>Mon, 01 Aug 2022 14:56:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=32306834</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=32306834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32306834</guid></item><item><title><![CDATA[New comment by cwt137 in "Rogers Canada, please fix the damn internet in Canada"]]></title><description><![CDATA[
<p>The word you are looking for is “oligopoly”. This is when a small set of firms has a monopoly on something.</p>
]]></description><pubDate>Sun, 10 Jul 2022 05:44:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32042169</link><dc:creator>cwt137</dc:creator><comments>https://news.ycombinator.com/item?id=32042169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32042169</guid></item></channel></rss>