<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: daemonk</title><link>https://news.ycombinator.com/user?id=daemonk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 13:18:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=daemonk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by daemonk in "Bambu Lab is abusing the open source social contract"]]></title><description><![CDATA[
<p>I don't disagree with Bambu from an operational standpoint, but disagree with their handling of this.<p>They are offering a cloud infrastructure that allows users to remote control the printer via their software. If they don't want users to use a non-approved software to access their cloud, they should just build auth around it and explicitly tell people that. The accessibility for users to utilize the printer without going through official software and cloud is a whole other can of worms of course.<p>This whole fiasco could have been avoided by not being so confrontational, giving their user base ideological ammo.</p>
]]></description><pubDate>Tue, 12 May 2026 15:57:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48110106</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=48110106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48110106</guid></item><item><title><![CDATA[New comment by daemonk in "The revenge of the data scientist"]]></title><description><![CDATA[
<p>I have a data science/engineering background. From my perspective, using AI is like mining the solution space for optimality. The solution space is the combinatorics of the billions of parameters and their cardinalities. You try to narrow down the search space with your prompt and hopefully guide your mining with more semantic-based heuristics towards your optimal solution.<p>You might hit a local maxima or go down a blind path. I tend to completely start my code base from scratch every week. I would make things more generic, remove unnecessary complexity, or add new features. And hope that can move me past the local maxima.</p>
]]></description><pubDate>Wed, 01 Apr 2026 22:27:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47607345</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=47607345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47607345</guid></item><item><title><![CDATA[New comment by daemonk in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>I AI coded an entire platform for my work. It works great for me. I also recognize that this is not something I want to make into a commercial product because it was so easy that there's just no value.<p>I think this might be more of an comment on software as a business than AI not coding good apps.</p>
]]></description><pubDate>Tue, 24 Mar 2026 19:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47507790</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=47507790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47507790</guid></item><item><title><![CDATA[New comment by daemonk in "1M context is now generally available for Opus 4.6 and Sonnet 4.6"]]></title><description><![CDATA[
<p>Yeah this is the simpler and also effective strategy. A lot of people are building sophisticated AST RAG models. But you really just need to ask Claude to generally build a semantic index for each large-ish piece of code and re-use it when getting context.<p>You have to make sure the semantic summary takes up significantly less tokens than just reading the code or its just a waste of token/time.<p>Then have a skill that uses git version logs to perform lazy summary cache when needed.</p>
]]></description><pubDate>Sat, 14 Mar 2026 17:28:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47378955</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=47378955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47378955</guid></item><item><title><![CDATA[New comment by daemonk in "Anthropic Cowork feature creates 10GB VM bundle on macOS without warning"]]></title><description><![CDATA[
<p>Just write a Claude OS already.</p>
]]></description><pubDate>Mon, 02 Mar 2026 17:37:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47221218</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=47221218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47221218</guid></item><item><title><![CDATA[New comment by daemonk in "If AI writes code, should the session be part of the commit?"]]></title><description><![CDATA[
<p>I did this in the beginning and realized I never went back to it. I think we have to learn to embrace the chaos. We can try to place a couple of anchors in the search space by having Claude summarize the code base every once in a while, but I am not sure if even that is necessary. The code it writes is git versioned and is probably enough to go on.</p>
]]></description><pubDate>Mon, 02 Mar 2026 02:53:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47213312</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=47213312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47213312</guid></item><item><title><![CDATA[New comment by daemonk in "We do not think Anthropic should be designated as a supply chain risk"]]></title><description><![CDATA[
<p>Were there any discussion from either company about giving government access to consumer data from the the consumer product?</p>
]]></description><pubDate>Sun, 01 Mar 2026 16:23:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47208101</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=47208101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47208101</guid></item><item><title><![CDATA[New comment by daemonk in "AI Made Writing Code Easier. It Made Being an Engineer Harder"]]></title><description><![CDATA[
<p>It's a different skillset and way of thinking. Engineers tend to think vertically deep on technical problems. With AI, you have to think horizontally broad and vertically up on the architectural problem. The trick is to be comfortable relegating the details to AI.<p>One concrete example of this realization was when I was researching how to optimize my claude code environment with agents, skills, etc. I read a lot of technical documents on how these supplemental plugins work and how to create them. After an hour of reading through all this, I realized I could just ask Claude to optimize the environment for me given the project context. So I did, and it was able to point out plugins, skills, agents that I can install or create. I gave it permission to create them and it all worked out.<p>This was a case of where I should not think more technically deeper, but at a more "meta" level to define the project enough for Claude to figure out how to optimize the environment. Whether that gave real gains is another question of course. But I have anecdotally observed faster results and less token usage due context caching and slightly more tools-directed prompts.</p>
]]></description><pubDate>Sun, 01 Mar 2026 16:17:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47208024</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=47208024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47208024</guid></item><item><title><![CDATA[New comment by daemonk in "Invention of DNA "page numbers" opens up possibilities for the bioeconomy"]]></title><description><![CDATA[
<p>Pretty cool technique using complementary overhangs and toehold sequences to generate a 3-way heteroduplex, ligate knick, and then remove barcode duplex.<p>They don't give much details on how the barcode duplex is removed though. I guess ultimately the barcode duplex strands can just be melted off and the ligated strand can be used to template off of.<p>If this can be made into an easy to use kit, can really make vector generation much easier and hopefully not locked into proprietary systems.<p>I can imagine a company that bioinformatically generates libraries of common long oligos with corresponding barcode and allow end-users to select oligos to modularly ligate together in a one pot reaction. Cool stuff.</p>
]]></description><pubDate>Fri, 06 Feb 2026 19:03:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46916755</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=46916755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46916755</guid></item><item><title><![CDATA[New comment by daemonk in "SparkFun Officially Dropping AdaFruit due to CoC Violation"]]></title><description><![CDATA[
<p>I am unsure of the impact of this to the regular consumer as this seems like a pretty niche area. But it's kinda shitty that interpersonal relationships of two companies are impacting their customers negatively.<p>The onus is not up to public opinion or customer politics to resolve your schoolyard differences. We just want to buy your products and not get loaded with baggage. We don't owe you loyalty on top of the price we paid you for the product.<p>It's a bad look for the parties involved.</p>
]]></description><pubDate>Wed, 14 Jan 2026 17:13:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46618808</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=46618808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46618808</guid></item><item><title><![CDATA[New comment by daemonk in "The great software quality collapse or, how we normalized catastrophe"]]></title><description><![CDATA[
<p>It reeks a bit of tech self importance. From an overall business context, you balance time/effort vs short/long term reward and design or fix things when you need to.<p>There are many dials to manipulate in a business to make it more efficient. And not all businesses are tech startups. Software, fortunately or unfortunately, has a lot of room to be inefficient due to cheap hardware as long as it gets the job done in a lot of industries.<p>I have a technical background as a data scientist and developer. If I look back 5-10 years ago, I can definitely recognize my bias towards over-engineering and premature perfectionism. Identifying that sweet spot between over-designing and unplanned failure is key.</p>
]]></description><pubDate>Thu, 09 Oct 2025 15:55:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45529460</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=45529460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45529460</guid></item><item><title><![CDATA[New comment by daemonk in "Ants that seem to defy biology – They lay eggs that hatch into another species"]]></title><description><![CDATA[
<p>So the queen can lay 3 types: hybrid female, Ibiricus male, structor male. Did they do karyotyping? Is it actually that the queen somehow removed its own genetic material from the nuclei or does it somehow get silenced when the M. structor genetic material is present in the nuclei (which is interesting by itself). Perhaps some kind of complex imprinting is happening.</p>
]]></description><pubDate>Fri, 19 Sep 2025 17:10:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45304018</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=45304018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45304018</guid></item><item><title><![CDATA[New comment by daemonk in "Scientists may have found a way to eliminate chromosome linked to Down syndrome"]]></title><description><![CDATA[
<p>The haplotype phasing strategy is the key method here. The phasing method is described in a previous paper: <a href="https://www.nature.com/articles/s10038-022-01049-6" rel="nofollow">https://www.nature.com/articles/s10038-022-01049-6</a></p>
]]></description><pubDate>Fri, 25 Jul 2025 00:05:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44677866</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=44677866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44677866</guid></item><item><title><![CDATA[New comment by daemonk in "Compression culture is making you stupid and uninteresting"]]></title><description><![CDATA[
<p>I think this sentiment has probably been echoed through the ages.<p>It feels like there's an assumption that we've reached some kind of a complexity ceiling and compressing complexity below us will just make us dumb? What if we've black-boxed complexity below us so we can explore more complexity above us?<p>Maybe the argument is that the rate of compressing complexity below us is faster than expanding the complexity space above us? And the result is that it makes us run out of knowledge of digest and explore? Perhaps the answer to that is to make people more curious to go out and explore the complexity above us so we can generate that knowledge.</p>
]]></description><pubDate>Tue, 22 Jul 2025 16:36:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44649574</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=44649574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44649574</guid></item><item><title><![CDATA[New comment by daemonk in "So you wanna build an aging company"]]></title><description><![CDATA[
<p>It might not be the mainstream on HN, but most popular polls I've seen show similar trends of a lesser proportion of people wanting to live longer, citing the same societal collapse concerns. In any case, whether something is espoused by the majority or the minority doesn't really add much weight.<p>I don't think there is an "anti-aging agenda". Not everything needs to be seen through the lens of an ideological movement. But I do think that there is an unhealthy persistent cynicism underneath the current popular culture. This cynicism makes people not want to be optimistic/idealistic in fear of being wrong or looking naive. I am not suggesting we should all tint our lenses rose colored, but I do think allowing people to expand their optimistic ceiling is warranted; especially when it is so easy to imagine a dystopic future currently.<p>Nonetheless, I thoroughly enjoyed your sardonic reply.</p>
]]></description><pubDate>Mon, 07 Jul 2025 22:36:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44495297</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=44495297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44495297</guid></item><item><title><![CDATA[New comment by daemonk in "So you wanna build an aging company"]]></title><description><![CDATA[
<p>This isn't an unpopular opinion. I would argue this is the mainstream argument.<p>I think all medical advances benefit the wealthy first and then becomes more affordable over time.<p>The term "aging" seems to trigger a lot of people and lead to philosophizing over the importance and morality of death. They are important topics to discuss, but I also think it is worthwhile to also hear out the optimist perspectives rather than the endless dystopic cynicism we hear on the daily basis.</p>
]]></description><pubDate>Mon, 07 Jul 2025 18:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44493184</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=44493184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44493184</guid></item><item><title><![CDATA[New comment by daemonk in "MCP is the coming of Web 2.0 2.0"]]></title><description><![CDATA[
<p>At a higher level, MCP seems wants to enforce a standard where no standard exists. I get that the low level technical implementation allows AI to utilize these tools.<p>But there doesn't seem to be any standardization or method in how to describe the tool to the AI so that it can utilize it well. And I guess part of the power of AI is that you shouldn't need to standardize that? But shouldn't there at least be some way to describe the tool's functionality in natural language or give some context to the tool?</p>
]]></description><pubDate>Fri, 23 May 2025 17:13:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44074610</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=44074610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44074610</guid></item><item><title><![CDATA[New comment by daemonk in "Mitochondria Are More Than Powerhouses–They're the Motherboard of the Cell"]]></title><description><![CDATA[
<p>Learning biology is a great insight to how humans think about complex systems. We tend to utilize a reductionist and engineering approach to figure out how things work. This is a perfectly valid approach when building up a complex system from knowable individual parts.<p>But when analyzing a complex biological system, we tend to make analogies to our own engineered components (motherboards, power sources, circuits). There are definitely a lot of similarities and it is a great way to understand one facet of the system. But it can also sometimes make us lose sight of the intertwining relationships among all of these parts through evolution.<p>The analogy of our genome to an informational blueprint is one of the best examples of the multi-faceted nature of biology. While the sequence of bases contained within DNA (primary structure) is informational, the complex structures the molecule itself (chromatin structure) also have mechanistic purposes.<p>We build engineered components to be controllable and independent so we can better assess how the system is working. However, that is not an explicit goal with biology. Biological "components" settle into the best form for the given environment over time even if it creates a potential "mess" of connections and relationships.<p>I think this is also why biology takes a long time to "sink in" while learning compared to other technical fields. It's very easy to over-train your mental biological model on one facet of the system and lose sight of the others.<p>It is not uncommon to see the same terminology used in very different ways in various sub-fields of biology. Gene Ontology is also a great example of this as people have found there are biases associated with what the originator lab is studying at the time. Genes with pleiotropic function will tend to get assigned function that's more relevant to what the lab is interested in.<p>Sometimes I wonder if we are really equipped to navigate it and understand it. Maybe AI/computation is really the only way to try to have a holistic view of the complexities. Perhaps trying to understand biology with our biological brain has inherent limitations like a piece of software trying to understand the hardware it resides in.</p>
]]></description><pubDate>Wed, 21 May 2025 17:48:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44054128</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=44054128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44054128</guid></item><item><title><![CDATA[New comment by daemonk in "Supabase raises $200M Series D at $2B valuation"]]></title><description><![CDATA[
<p>I don’t think we are going to agree on this.<p>At the end of the day we are really just disagreeing on how seriously we should take AI-ification of software engineering.<p>I take a lighter stance that it’s mostly harmless and has a lot of educational positives. I guess you foresee a lot of potential harm.<p>I do appreciate people who are willing to be the canary in the coal mine. I just find that a lot of the criticism appears to be more gatekeeping than legitimate worries.</p>
]]></description><pubDate>Wed, 23 Apr 2025 01:00:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43767709</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=43767709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43767709</guid></item><item><title><![CDATA[New comment by daemonk in "Supabase raises $200M Series D at $2B valuation"]]></title><description><![CDATA[
<p>Sure. But it's not really about you. I wouldn't break into someone's house and tell them they painted their house an uninformed color.<p>If something sucks or won't scale, it will sort itself out in the market.</p>
]]></description><pubDate>Tue, 22 Apr 2025 22:05:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43766754</link><dc:creator>daemonk</dc:creator><comments>https://news.ycombinator.com/item?id=43766754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43766754</guid></item></channel></rss>