<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: lallysingh</title><link>https://news.ycombinator.com/user?id=lallysingh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 16:02:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lallysingh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lallysingh in "Ask HN: GitHub employees what's going on? Why?"]]></title><description><![CDATA[
<p>Probably contention on databases.</p>
]]></description><pubDate>Tue, 18 Aug 2026 18:31:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49350328</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=49350328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49350328</guid></item><item><title><![CDATA[New comment by lallysingh in "Kimi-K3 on HuggingFace"]]></title><description><![CDATA[
<p>This is essentially guaranteed.  There are lots of useful smaller models that we should be able to run locally.  Over time they'll be more and more capable and require less API usage.</p>
]]></description><pubDate>Mon, 27 Jul 2026 15:01:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49070673</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=49070673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49070673</guid></item><item><title><![CDATA[New comment by lallysingh in "Neither GCC nor Clang are compliant with standard C++"]]></title><description><![CDATA[
<p>You're getting downvoted because your argument is cosmetic, egotistical, and useless.  Can you give an objective separation between design flaws and engineering details?  One that has zero ambiguity: if I give 100 engineers your criteria and then ask them to categorize 100 different points against it, would give exactly the same results?  And would that distinction actually correlate to a historical analysis of programming languages' effects on software project success metrics?<p>No, because the entire distinction falls apart pretty quickly into "shit I like to discuss and care about" and "shit I don't care about and don't want to talk about."<p>Systems programming lives and dies by the details you want to ignore.  The economics of large software production are mildly affected by language design. But weaknesses there are easily overcome with engineering practices and additional tooling.  Almost every complaint about C++ safety I've ever heard hasn't been a problem for me for decades, because I know what libraries, practices, and tools solve those problems.  But I've yet to work with another language - and I've programmed in a shit-ton of languages - that gets out of the way as well as C++ when I want to systems-program.  Even C.  C is strictly lower level, but its lack of abstraction facilities gets in the way more than some of the modern numerical-type-safety stuff of C++ does.</p>
]]></description><pubDate>Sun, 19 Jul 2026 20:59:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48971617</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48971617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48971617</guid></item><item><title><![CDATA[New comment by lallysingh in "Neither GCC nor Clang are compliant with standard C++"]]></title><description><![CDATA[
<p>I've tried it, and no. Honestly C++ gets so many complaints partially because so many people use it. It deserves a lot of it.<p>I just finished my work on a 2.5 yr rust project that was very low-level.  The problems I had with it were that the language and library designs will always be behind the current state of the art in performance.  Hardware and systems APIs change quickly, and they can shift the optimal design decisions easily for different workloads.  E.g. chiplets on your CPUs can change where you want to put your io_urings, their workers, and any relevant sq_poll threads.  Your NIC's DMA/TLS facilities can change your memory pool policies - do you want zero-copy APIs, or is the copy required anyways because of all the CPU-local work you have to do?  Do you preallocate and feed giant buffers to register with the io_uring, or do you need to share your memory pool with the rest of the application?  Do you use a single mutex for the pool, a hierarchy between thread-local and global?  Do you also use a chiplet-local allocator?<p>What's nice about C++ is that your fight isn't against the language and runtime.  They don't care what your situation is. They'll work.  You do have to assemble it, and other languages make some assemblies a lot easier to do.<p>Yes Rust and its libraries are getting better.  But so's C++.</p>
]]></description><pubDate>Sun, 19 Jul 2026 20:47:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48971547</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48971547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48971547</guid></item><item><title><![CDATA[New comment by lallysingh in "Kimi K3: Open Frontier Intelligence"]]></title><description><![CDATA[
<p>Unless you spend 5min googling and see that you can do zero retention via AWS Bedrock.</p>
]]></description><pubDate>Thu, 16 Jul 2026 18:47:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48938580</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48938580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48938580</guid></item><item><title><![CDATA[New comment by lallysingh in "SpaceX Is Buying Cursor"]]></title><description><![CDATA[
<p>In a competitive environment, it's precisely that.  An improvement in product A takes customers from B and C.</p>
]]></description><pubDate>Tue, 16 Jun 2026 13:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48554957</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48554957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48554957</guid></item><item><title><![CDATA[New comment by lallysingh in "Nvidia RTX Spark"]]></title><description><![CDATA[
<p>Apple and Steam have been successfully applying pressure for years.  Who's willfully staying behind at this point?</p>
]]></description><pubDate>Mon, 01 Jun 2026 23:49:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48364077</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48364077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48364077</guid></item><item><title><![CDATA[New comment by lallysingh in "KDE at 30"]]></title><description><![CDATA[
<p>All the development action went to the web.  Dolphin's still pretty awesome.</p>
]]></description><pubDate>Mon, 01 Jun 2026 16:49:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48359346</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48359346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48359346</guid></item><item><title><![CDATA[New comment by lallysingh in "United Airlines 767 returns to Newark after Bluetooth name sparks alert"]]></title><description><![CDATA[
<p>This was a teenager.  Then again, there's a whole line of bluetooth speakers called "SoundBomb."  And lots and lots more products named "Boom" (still, yes) in some way.  There isn't any need for this to be anything more than a reasonable name for a speaker.</p>
]]></description><pubDate>Mon, 01 Jun 2026 01:15:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48351568</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48351568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48351568</guid></item><item><title><![CDATA[New comment by lallysingh in "Show HN: Freenet, a peer-to-peer platform for decentralized apps"]]></title><description><![CDATA[
<p>Should've called the new one Freenet 2 or Freenet NT.</p>
]]></description><pubDate>Thu, 21 May 2026 23:50:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48230199</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48230199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48230199</guid></item><item><title><![CDATA[New comment by lallysingh in "Googlebook"]]></title><description><![CDATA[
<p>This is just chromeos+Gemini</p>
]]></description><pubDate>Tue, 12 May 2026 20:22:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48113993</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48113993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48113993</guid></item><item><title><![CDATA[New comment by lallysingh in "Googlebook"]]></title><description><![CDATA[
<p>I use AI regularly to consider new looks.  Just have it render someone like me in different outfits.  Super useful.</p>
]]></description><pubDate>Tue, 12 May 2026 20:22:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48113979</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=48113979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48113979</guid></item><item><title><![CDATA[New comment by lallysingh in "Alberta startup sells no-tech tractors for half price"]]></title><description><![CDATA[
<p>I think this has all suddenly shifted with high-quality programming AIs available.  How difficult is this to implement with Claude?</p>
]]></description><pubDate>Wed, 22 Apr 2026 22:42:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47870249</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47870249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47870249</guid></item><item><title><![CDATA[New comment by lallysingh in "John Ternus to become Apple CEO"]]></title><description><![CDATA[
<p>Windows isn't a useful base of comparison anymore.  They really stopped trying years ago.</p>
]]></description><pubDate>Mon, 20 Apr 2026 23:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47842257</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47842257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47842257</guid></item><item><title><![CDATA[New comment by lallysingh in "OpenAI's fall from grace as investors race to Anthropic"]]></title><description><![CDATA[
<p>It's been working great for me.  I haven't seen any changes.</p>
]]></description><pubDate>Mon, 06 Apr 2026 01:11:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47655747</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47655747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47655747</guid></item><item><title><![CDATA[New comment by lallysingh in "The Reason Windows Hate Is Exploding: It's the End of Personal Computing [video]"]]></title><description><![CDATA[
<p>Did we have the same PC?!</p>
]]></description><pubDate>Fri, 27 Mar 2026 12:02:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47541677</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47541677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47541677</guid></item><item><title><![CDATA[New comment by lallysingh in "The Reason Windows Hate Is Exploding: It's the End of Personal Computing [video]"]]></title><description><![CDATA[
<p>Didn't MS also do OS/2 early on?  Didn't they bill IBM by line of code?<p>I can't say much about Solaris, I used it - much later - on sparc and amd64.<p>I can say that I was writing 16 bit windows apps in '95, including drivers and VxDs, and Win 3.1 was a piece of garbage inside and out.</p>
]]></description><pubDate>Fri, 20 Mar 2026 14:09:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47454770</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47454770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47454770</guid></item><item><title><![CDATA[New comment by lallysingh in "Full Disclosure: A Third (and Fourth) Azure Sign-In Log Bypass Found"]]></title><description><![CDATA[
<p>I don't know why you'd believe they've ever been capable of putting out quality software.<p>A bug in the software is a bug in the process, and the process is the job of leadership.  They've never cared about software quality.  They'll put out lots of books about it, lots of talks, lots of claims.  But they won't actually put out quality software.  It's not in their DNA, never was.<p>It's not their size nor their age that makes this hard for them.  Plenty of larger, older companies put out better product ever day.  It's just them.  Someone in each size class is the best, and someone else is the worst.  MS has been the worst the entire time.</p>
]]></description><pubDate>Fri, 20 Mar 2026 14:06:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47454715</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47454715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47454715</guid></item><item><title><![CDATA[New comment by lallysingh in "The Reason Windows Hate Is Exploding: It's the End of Personal Computing [video]"]]></title><description><![CDATA[
<p>I had to restore my son's desktop PC last night from a USB stick.  It didn't even have drivers for graphics over 800x600 or the wifi card.  I was flabbergasted.  It's windows 11, 2026, a 6-month old PC.  I genuinely don't know how someone could sell something this awful with a straight face.<p>Windows was only ever better than DOS, by the same vendor.  It's been awful compared to any competitor it's ever had.  Really.  I don't see a non-gaslighting argument for Windows anywhere.</p>
]]></description><pubDate>Fri, 20 Mar 2026 13:24:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47454174</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47454174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47454174</guid></item><item><title><![CDATA[New comment by lallysingh in "Apple's MacBook Neo makes repairs easier and cheaper than other MacBooks"]]></title><description><![CDATA[
<p>Yeah, I mean I'm looking at frameworks/thinkpads on one side and chromebooks on the other.
Not charging up to $440 (!) for a keyboard isn't a great act of engineering or generosity.  This has been ridiculous for a very, very long time.  Being less ridiculous isn't worth celebrating.  The goal markers have moved so damned much.<p>Compare to a thinkpad keyboard FRU.  They have fluid drains and still cost $99 for a top-end laptop.  My daughter's chromebook keyboard replacement at school was $16.</p>
]]></description><pubDate>Thu, 12 Mar 2026 18:41:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47355291</link><dc:creator>lallysingh</dc:creator><comments>https://news.ycombinator.com/item?id=47355291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47355291</guid></item></channel></rss>