<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: wanderingmind</title><link>https://news.ycombinator.com/user?id=wanderingmind</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 05 Sep 2026 07:13:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wanderingmind" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wanderingmind in "I were 17, I'd learn how to build LLMs from scratch"]]></title><description><![CDATA[
<p>I like the hacking spirit suggestion. But my disagreement is the specificity of it. The suggestion here seems more inline with not tinkering and hacking but first principles learning typical of science and math curriculum. What made hacking radios and JS cool was the short feedback loops to see the progress you made. Unfortunately for LLMs starting from scratch doesnt give a good feedback loop on improvement, although starting from pre-trained model to quantising, fine-tuning might be more aligned with the hacking culture</p>
]]></description><pubDate>Tue, 25 Aug 2026 02:56:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49428564</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=49428564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49428564</guid></item><item><title><![CDATA[New comment by wanderingmind in "Don't Paste the AI, please"]]></title><description><![CDATA[
<p>This is excellent. Would love to see the rest of the principles of AI usage.</p>
]]></description><pubDate>Thu, 20 Aug 2026 12:08:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49373496</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=49373496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49373496</guid></item><item><title><![CDATA[New comment by wanderingmind in "How I use LLMs to learn complex topics"]]></title><description><![CDATA[
<p>Good to know other people who get migrane reading LLMs dense prose. I started reading books again recently, since everything online is polluted by LLM prose. What i realise, is that a human author, especially a teacher understands the learning pathways of new learners, they motivate the learning, and start from simplest concepts (a spherical cow), and then building all the complexities.  This helps us to emphasize on most important concepts, while throwing away unnecessary complexities. While reading LLM prose is like reading a research article, that is written to an expert in the area, that talks about bleeding edge, with full of jargons, caveats, that just is not conducive to the learning process for a new learner.</p>
]]></description><pubDate>Mon, 10 Aug 2026 00:31:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49237838</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=49237838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49237838</guid></item><item><title><![CDATA[New comment by wanderingmind in "NASA figured out how to keep its Voyager 2 probe running for another year"]]></title><description><![CDATA[
<p>A slight tangent here is a technical deep dive on Voyager 1 fixing a memory corruption error in 2023 by hand 15 billion miles away. Blows my mind of the reverse engineering done to achieve this
<a href="https://www.youtube.com/watch?v=YcUycQoz0zg" rel="nofollow">https://www.youtube.com/watch?v=YcUycQoz0zg</a></p>
]]></description><pubDate>Sat, 08 Aug 2026 04:51:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218987</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=49218987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218987</guid></item><item><title><![CDATA[New comment by wanderingmind in "Why do we think we understand the world more than we actually do?"]]></title><description><![CDATA[
<p>100 percent can relate on the relentless curiosity of a child. I was dumbfounded yesterday by this  question -> if cars go at high speed, and breaks stop it suddenly, how come the friction doesn't generate enough heat to start a spark?</p>
]]></description><pubDate>Tue, 28 Jul 2026 05:10:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49079623</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=49079623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49079623</guid></item><item><title><![CDATA[New comment by wanderingmind in "Show HN: I mapped every US golf course"]]></title><description><![CDATA[
<p>This is supercool. But I have a tangential question. I see projects like this built on top of OSM for different use cases. Does this data gets contributed back to OSM. A lot of them seems hobby projects, so it's hard to maintain long term, but the data is quite useful and could be used beyond the lifetime of these projects if they can be contributed back to OSM somehow.</p>
]]></description><pubDate>Sun, 26 Jul 2026 10:08:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49056484</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=49056484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49056484</guid></item><item><title><![CDATA[New comment by wanderingmind in "Ask HN: Is anyone experimenting with different ways of using LLMs for coding?"]]></title><description><![CDATA[
<p>Looks like my approach is as old school as it gets. For complex piece of work, the only way to be in flow for me is when I'm driving the engagement. I start with a high level requirement and a high level design plan to achieve it. I also provide constraints that needs to be satisfied (efficiency, performance, cost, scale etc) and write it all into a markdown document and ask LLMs to review it, find blindspots and refine it until I can get a detailed design for that phase.<p>Then I pass that to another LLM provider to review and check for any bloat that can be cut or blindspots that need to be addressed.<p>Finally I get a test plan to help me test different components directly and in debug mode. I then ask LLMs to implement in stages where I can test them in small components as possible.<p>I think I end up spending more time (easily  2x) than hand rolling. But the upside is the design is more thought out compared to hand rolled code. It has fewer accidental complexities and I have a clear mental model of the entire design that can also be shared to others through the document</p>
]]></description><pubDate>Fri, 03 Jul 2026 22:12:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48780615</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=48780615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48780615</guid></item><item><title><![CDATA[New comment by wanderingmind in "Oomwoo, an open-source robot vacuum you build yourself"]]></title><description><![CDATA[
<p>Assuming you live in a crazy big house (1000 m2), it cleaned your house 74000 times. Given S5 was released 8 years ago, even approximating it to 10, that's 20 times a day. I can imagine it taking about an hour to do one clean run. Jesus, did it ever stop cleaning</p>
]]></description><pubDate>Thu, 02 Jul 2026 07:06:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48757597</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=48757597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48757597</guid></item><item><title><![CDATA[New comment by wanderingmind in "TOP500 at ISC’26: We have a New Number 1 Supercomputer"]]></title><description><![CDATA[
<p>My sense is you only submit if you are in the business of selling  supercomputing cluster (IBM, Cray). If you are a consumer or build to consume internally, you would care less.</p>
]]></description><pubDate>Mon, 29 Jun 2026 07:26:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48715946</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=48715946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48715946</guid></item><item><title><![CDATA[New comment by wanderingmind in "What Apple and Google are doing to push notifications"]]></title><description><![CDATA[
<p>The default must be pull, unless opt in for push. At the moment I would like notifications once a day or once a week for most apps. But instead I ha e turned it off completely, because of the push abuse. If I can configure to pull all the notifications on a predetermined cycle, it makes my life even better</p>
]]></description><pubDate>Wed, 27 May 2026 23:16:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48302086</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=48302086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48302086</guid></item><item><title><![CDATA[New comment by wanderingmind in "A fundamental principle of aeronautical engineering has been overturned"]]></title><description><![CDATA[
<p>The actual paper: <a href="https://www.cambridge.org/core/journals/journal-of-fluid-mechanics/article/dmr-effect-on-drag-reduction-of-a-streamlined-body-measured-by-magnetic-suspension-and-balance-system/0E3FF950CCC66DEFCBA3D3DCD36CE2B6" rel="nofollow">https://www.cambridge.org/core/journals/journal-of-fluid-mec...</a></p>
]]></description><pubDate>Mon, 25 May 2026 11:27:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48265630</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=48265630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265630</guid></item><item><title><![CDATA[The Human Body's Hidden Pathways]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nytimes.com/interactive/2026/05/11/magazine/interstitium-anatomy-acupuncture-medicine.html">https://www.nytimes.com/interactive/2026/05/11/magazine/interstitium-anatomy-acupuncture-medicine.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48105315">https://news.ycombinator.com/item?id=48105315</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 12 May 2026 07:34:18 +0000</pubDate><link>https://www.nytimes.com/interactive/2026/05/11/magazine/interstitium-anatomy-acupuncture-medicine.html</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=48105315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105315</guid></item><item><title><![CDATA[New comment by wanderingmind in "Good developers learn to program. Most courses teach a language"]]></title><description><![CDATA[
<p>This, we learn natural language like English first before we can use it to express ideas, argue for or against those ideas with evidence. The problem is not teaching a programming language, the problem is stopping there and not teaching how to use it to solve real problems.</p>
]]></description><pubDate>Sat, 02 May 2026 02:16:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47982696</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47982696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47982696</guid></item><item><title><![CDATA[New comment by wanderingmind in "Where the goblins came from"]]></title><description><![CDATA[
<p>Humanity has been using steel for over a millenia, however it's only in the past 100 years or so we have a good understanding of how carbon interacts with iron at an atomic level to create the strength characteristics that makes it useful. Based on this argument, we should not have used steel, until we had a complete first principles understanding.</p>
]]></description><pubDate>Thu, 30 Apr 2026 10:07:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47960350</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47960350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47960350</guid></item><item><title><![CDATA[New comment by wanderingmind in "Before GitHub"]]></title><description><![CDATA[
<p>To add salt to the wound: <a href="https://killedbygoogle.com/" rel="nofollow">https://killedbygoogle.com/</a></p>
]]></description><pubDate>Wed, 29 Apr 2026 03:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943744</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47943744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943744</guid></item><item><title><![CDATA[New comment by wanderingmind in "To my students"]]></title><description><![CDATA[
<p>No disrespect to the person, but this seems to be written by someone who has spent their life in academic bubble, without having to deal with people and entities with diverging interests and the impact of time on any decisions. I'm sure many artists will love to spend more time perfecting their art, based on their subjective interests. However, if they prioritize that, without understanding what their customer wants, they will go bankrupt. Nourish your interests through your hobbies. If they align with money making capability, you are one of the lucky few. For a significant majority, they do not align.</p>
]]></description><pubDate>Tue, 28 Apr 2026 01:03:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47929280</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47929280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47929280</guid></item><item><title><![CDATA[New comment by wanderingmind in "Sabotaging projects by overthinking, scope creep, and structural diffing"]]></title><description><![CDATA[
<p>Technical feedback yes, but always reject any career feedback from your advisor since the data shows it's unlikely a good model for future career success</p>
]]></description><pubDate>Sat, 25 Apr 2026 06:38:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47899249</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47899249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47899249</guid></item><item><title><![CDATA[New comment by wanderingmind in "YouTube users get option to set their Shorts time limit to zero minutes"]]></title><description><![CDATA[
<p>No, it doesn't the easiest way is to always use it in Firefox and use the following uBlock filters<p><a href="https://github.com/i5heu/ublock-hide-yt-shorts" rel="nofollow">https://github.com/i5heu/ublock-hide-yt-shorts</a></p>
]]></description><pubDate>Thu, 16 Apr 2026 01:59:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47787768</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47787768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47787768</guid></item><item><title><![CDATA[New comment by wanderingmind in "Project Glasswing: Securing critical software for the AI era"]]></title><description><![CDATA[
<p>Its not, if you dont trust Anthropic, I hope you trust Daniel Steinberg of curl, who has said AI has gotten really good at detecting bugs and vulnerabilities. Here is his LinkedIN post
<a href="https://www.linkedin.com/posts/danielstenberg_hackerone-activity-7446667043996725249-ZhEU" rel="nofollow">https://www.linkedin.com/posts/danielstenberg_hackerone-acti...</a></p>
]]></description><pubDate>Wed, 08 Apr 2026 00:49:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47683288</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47683288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47683288</guid></item><item><title><![CDATA[New comment by wanderingmind in "Project Glasswing: Securing critical software for the AI era"]]></title><description><![CDATA[
<p>So Mozilla is not part of this consortium, i'm guessing for deliberate reasons to make safari and chrome the default browsers. I don't think Firefox can survive the upcoming attacks, without robust support from foundational AI providers to secure the browser.</p>
]]></description><pubDate>Wed, 08 Apr 2026 00:43:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47683243</link><dc:creator>wanderingmind</dc:creator><comments>https://news.ycombinator.com/item?id=47683243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47683243</guid></item></channel></rss>