<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: lkjdsklf</title><link>https://news.ycombinator.com/user?id=lkjdsklf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 09:40:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lkjdsklf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lkjdsklf in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>The people i know that use local models just end up with both.<p>The local models don’t really compete with the flagship labs for most tasks<p>But there are things you may not want to send to them for privacy reasons or tasks where you don’t want to use tokens from your plan with whichever lab. Things like openclaw use a ton of tokens and most of the time the local models are totally fine for it (assuming you find it useful which is a whole different discussion)</p>
]]></description><pubDate>Thu, 16 Apr 2026 14:59:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47794119</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47794119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47794119</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Show HN: I built a Cargo-like build tool for C/C++"]]></title><description><![CDATA[
<p>Also, for better or worse, cmake is pretty much the "standard" for C/C++ these days.<p>Fighting the standard often creates it's own set of problems and nightmares that just aren't worth it. Especially true in C++ where yhou often have to integrate with other projects and their build systems. Way easier if you just use cmake like everyone else.<p>Even the old hold outs, boost and google open source, now use cmake for their open source stuff.</p>
]]></description><pubDate>Fri, 10 Apr 2026 02:05:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712742</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47712742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712742</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Show HN: I built a Cargo-like build tool for C/C++"]]></title><description><![CDATA[
<p>We use physical hardware at work, but it's still not the way you build/deploy unless it's for a workstation/laptop type thing.<p>If you're deploying the binary to more than one machine, you quickly run into issues where the CPUs are different and you would need to rebuild for each of them. This is feasible if you have a couple of machines that you generally upgrade together, but quickly falls apart at just slightly more than 2 machines.</p>
]]></description><pubDate>Fri, 10 Apr 2026 01:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712522</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47712522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712522</guid></item><item><title><![CDATA[New comment by lkjdsklf in "I decompiled the White House's new app"]]></title><description><![CDATA[
<p>What? They listed a very specific complaint about the content.</p>
]]></description><pubDate>Sun, 29 Mar 2026 03:49:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47560245</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47560245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47560245</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Vatican Rebukes Peter Thiel's Antichrist Lectures in Rome"]]></title><description><![CDATA[
<p>This is about the most accurate description of many of the "thought leaders" in the tech industry I've ever read.</p>
]]></description><pubDate>Sun, 22 Mar 2026 14:51:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47478124</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47478124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47478124</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Codegen is not productivity"]]></title><description><![CDATA[
<p>> I think it would typically have taken you longer.<p>That's actually highly doubtful to me.<p>Tons of studies and writing about how reading and debugging code is <i>wildly</i> more time consuming than writing it. That time goes up even more when you're not the one that wrote the code in the first place. It's why we've spent decades on how to write readable/maintainable code.<p>So either all this shit about reading/maintaining code being difficult was lies and we've spent decades wasting our time or AIs can <i>only</i> improve productivity if you stop verifying/debugging code.<p>So I find it very unlikely that it would have taken more than a couple hours to just write it the first time.</p>
]]></description><pubDate>Sun, 15 Mar 2026 17:42:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47389776</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47389776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47389776</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Google closes deal to acquire Wiz"]]></title><description><![CDATA[
<p>The same way mediocre men have been elevated for thousands of years.<p>A combination of being in the right place at the right time and connections to people with money</p>
]]></description><pubDate>Wed, 11 Mar 2026 19:24:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47340019</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47340019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47340019</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Practical Guide to Bare Metal C++"]]></title><description><![CDATA[
<p>Templates don’t have to be complicated.<p>Just very basic type substitution is one of the most useful uses of templates and is useful in pretty much all software<p>They’re also useful when you can’t use virtual dispatch. Concepts help a lot in making that tolerable.<p>Sure they can get stupid complicated and ugly as hell, but you don’t have to do that. Even their basic form is very useful<p>That said, RAII is probably the must useful thing</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:27:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324583</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47324583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324583</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>>  assuming they do the research and know what they are doing.<p>This is the assumption that has almost always failed and thus has lead to the banning of AI code altogether in a lot of projects.</p>
]]></description><pubDate>Tue, 10 Mar 2026 13:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47322795</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47322795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47322795</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>They do not.<p>At my company, I use them all the time with the fancy models and everything. Preplanning does not solve the problem they're describing.<p>When claude is doing a complex task, it will regularly lose track of the rules (in either the .rules stuff or CLAUDE.md) and break conventions.<p>It follows it <i>most</i> of the time, but not <i>all</i> of the time.</p>
]]></description><pubDate>Tue, 10 Mar 2026 13:01:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47322698</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47322698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47322698</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>But all work isn't done by LLMs at the moment and we can't be sure that it will be so the question is ridiculous.<p>Maybe one day it will be.. And then people can reevaluate their stance then. Until that time, it's entirely reasonable to hold the position that you just don't<p>This is especially true with how LLM generated code may affect licensing and other things. There's a lot of unknowns there and it's entirely reasonable to not want to risk your projects license over some contributions.<p>I use them all the time at work because, rightly or wrongly, my company has decided that's the direction they want to go.<p>For open source, I'm not going to make that choice for them. If they explicitly allow for LLM generated code, then I'll use it, but if not I'm not going to assume that the project maintainers are willing to deal with the potential issues it creates.<p>For my own open source projects, I'm not interested in using LLM generated code. I mostly work on open source projects that I enjoy or in a specific area that I want to learn more about. The fact that it's functional software is great, but is only one of many goals of the project. AI generated code runs counter to all the other goals I have.</p>
]]></description><pubDate>Tue, 10 Mar 2026 12:42:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47322487</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47322487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47322487</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Is legal the same as legitimate: AI reimplementation and the erosion of copyleft"]]></title><description><![CDATA[
<p>> There already are LLMs with open weights that are better at code than state of the art closed source models from a year ago.<p>A year ago, the "state of the art" models were total turds. So this isn't exactly good news<p>Not to mention the performance of local LLMs makes them utterly unusable unless you have multiple tens of thousands to invest in hardware (and that was before the recent price spike). If you're using commodity hardware, they're just awful to use.</p>
]]></description><pubDate>Tue, 10 Mar 2026 00:35:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47317741</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47317741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317741</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Helix: A post-modern text editor"]]></title><description><![CDATA[
<p>I have similar types of bindings. I just found a keyboard that can use ZMK. There's quite a few out there.<p>ZMK (or it's free software cousin QMK) are super flexible and you can create lots of custom behaviors for keys (tap/hold behaviors, double press, layering, etc...). It takes some time and effort to learn how to set it all up. Some of the more complicated behaviors require using their dsl for mapping the keys instead of their GUI editor. Considering the ridiculous amount of hours I spend at my computer using a keyboard, I felt it was worth the investment in learning.</p>
]]></description><pubDate>Sat, 07 Mar 2026 23:39:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47292579</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47292579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47292579</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Ki Editor - an editor that operates on the AST"]]></title><description><![CDATA[
<p>It’s still some time in the 2000s and will be for the next 974 years</p>
]]></description><pubDate>Sat, 07 Mar 2026 18:29:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47290170</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47290170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47290170</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Claude Code Remote Control"]]></title><description><![CDATA[
<p>tmux/screen is literally less work to use than this thing.<p>You need to learn to type less than a dozen total characters including the command.<p>Not to mention a lot of terminals automatically integrate with tmux so you don’t have to do anything but open the terminal.<p>Sure, different tools for different people. And if you want to use a new fangled triangular wheel they just invented, no one’s going to stop you<p>It’s still a triangular wheel at the end of the day</p>
]]></description><pubDate>Wed, 25 Feb 2026 16:33:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47153818</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47153818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47153818</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Silicon Valley can't import talent like before. So it's exporting jobs"]]></title><description><![CDATA[
<p>That's great. They should do that then. They're not providing value to the US economy at that point. They're purely extracting value from it. They should leave.<p>Of course, in reality, they never actually leave because the vast majority of their profits is from the American economy.</p>
]]></description><pubDate>Mon, 23 Feb 2026 23:43:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47130710</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47130710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47130710</guid></item><item><title><![CDATA[New comment by lkjdsklf in "AIs can generate near-verbatim copies of novels from training data"]]></title><description><![CDATA[
<p>These kinds of thought exercises are so tortured.<p>No one is memorizing a book for the purpose of regurgitating it to someone that wants to read it without paying for it.<p>It's a thought experiment that only works if you don't think about it.</p>
]]></description><pubDate>Mon, 23 Feb 2026 17:37:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47125639</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47125639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47125639</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Silicon Valley can't import talent like before. So it's exporting jobs"]]></title><description><![CDATA[
<p>The author is a tech writer from india.<p>It wouldn't make any sense for them to call it offshoring.</p>
]]></description><pubDate>Mon, 23 Feb 2026 17:26:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47125468</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47125468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47125468</guid></item><item><title><![CDATA[New comment by lkjdsklf in "Silicon Valley can't import talent like before. So it's exporting jobs"]]></title><description><![CDATA[
<p>I don't think anyone believes they're entitled to them.<p>However, in my opinion, if these companies want to continue to enjoy preferable tax treatment and the deregulated environment the US provides them, then they should be expected to hire people in the US to drive the US economy.<p>If they're not going to do that, then we (meaning the Government both state and federal) should stop incentivizing them. Why would we give government contracts to a company that's offshoring jobs? Why would we give them tax breaks? Why would we leave their markets largely unregulated?<p>The US Government should incentivize and support companies that are providing value residents of the US. As these companies move to offshoring (and other similar policies), they become economically extractive and the government should no longer support and enable such behavior.</p>
]]></description><pubDate>Mon, 23 Feb 2026 17:17:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47125320</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=47125320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47125320</guid></item><item><title><![CDATA[New comment by lkjdsklf in "My iPhone 16 Pro Max produces garbage output when running MLX LLMs"]]></title><description><![CDATA[
<p>Here i was, like an idiot, thinking it was moon light</p>
]]></description><pubDate>Mon, 02 Feb 2026 05:38:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46852806</link><dc:creator>lkjdsklf</dc:creator><comments>https://news.ycombinator.com/item?id=46852806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46852806</guid></item></channel></rss>