<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: covoeus</title><link>https://news.ycombinator.com/user?id=covoeus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 21 Jun 2026 13:35:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=covoeus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by covoeus in "A few words on DS4"]]></title><description><![CDATA[
<p>llama.cpp is general purpose in the sense that it supports many different model architectures. ds4 is laser focused on deepseek v4 flash, thus having a leaner codebase</p>
]]></description><pubDate>Fri, 15 May 2026 20:02:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48153129</link><dc:creator>covoeus</dc:creator><comments>https://news.ycombinator.com/item?id=48153129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48153129</guid></item><item><title><![CDATA[New comment by covoeus in "How I use my terminal"]]></title><description><![CDATA[
<p>Use `cb!` instead of `cb`:<p><pre><code>    rg --vimgrep restore_tool | vim -c cb! -
</code></pre>
You might also wanna open the quickfix list by default:<p><pre><code>    rg --vimgrep restore_tool | vim -c cb! -c copen -
</code></pre>
You can learn more about how to navigate it using `:h quickfix`.</p>
]]></description><pubDate>Tue, 24 Jun 2025 08:22:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44363967</link><dc:creator>covoeus</dc:creator><comments>https://news.ycombinator.com/item?id=44363967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44363967</guid></item><item><title><![CDATA[New comment by covoeus in "Keynote: The Problem of C++ – Klaus Iglberger [video]"]]></title><description><![CDATA[
<p>Summary:<p>Klaus argues that while it is very easy to write unsafe C++ due to language defaults, modern tools and language features, such as<p>- ranges over loops,<p>- strong types with concepts over primitives, and<p>- value semantics over references<p>provide a safe abstraction over a fast core. He also urges people to use constexpr wherever possible and write consteval tests to catch undefined behaviour at compile-time.<p>In his opinion, the "People problem" of C++ is that developers are not disciplined enough, or simply don't know any better, as even most books about C++ don't keep up with recent developments and cultural shifts.</p>
]]></description><pubDate>Tue, 29 Apr 2025 07:21:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43829564</link><dc:creator>covoeus</dc:creator><comments>https://news.ycombinator.com/item?id=43829564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43829564</guid></item><item><title><![CDATA[Keynote: The Problem of C++ – Klaus Iglberger [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=vN0U4P4qmRY">https://www.youtube.com/watch?v=vN0U4P4qmRY</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43829563">https://news.ycombinator.com/item?id=43829563</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 29 Apr 2025 07:21:05 +0000</pubDate><link>https://www.youtube.com/watch?v=vN0U4P4qmRY</link><dc:creator>covoeus</dc:creator><comments>https://news.ycombinator.com/item?id=43829563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43829563</guid></item><item><title><![CDATA[New comment by covoeus in "Hardware Acceleration of LLMs: A comprehensive survey and comparison"]]></title><description><![CDATA[
<p>Sounds similar to the GA144 chip from the inventor of Forth</p>
]]></description><pubDate>Sat, 07 Sep 2024 14:57:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41474264</link><dc:creator>covoeus</dc:creator><comments>https://news.ycombinator.com/item?id=41474264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41474264</guid></item></channel></rss>