<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: leoncos</title><link>https://news.ycombinator.com/user?id=leoncos</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 07 Jun 2026 20:29:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=leoncos" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by leoncos in "LLMs are eroding my software engineering career and I don't know what to do"]]></title><description><![CDATA[
<p>The last sentence in the article is correct:<p>"Maybe I should consider transforming my woodworking hobby into a profession."<p>As an AI optimist, I think all forced labor should eventually be done by AI. People can then spend their time pursuing their own hobbies. Just as many people still play Go after AlphaGo appeared, because they genuinely love the game.<p>In the future, coding may return to being an art form. People will no longer focus on utility alone, but instead on the enjoyment of the process of writing code itself.</p>
]]></description><pubDate>Sun, 07 Jun 2026 13:05:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48434421</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=48434421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48434421</guid></item><item><title><![CDATA[New comment by leoncos in "Do women’s mate preferences change across the ovulatory cycle? (2014) [pdf]"]]></title><description><![CDATA[
<p>Many behaviors are determined by hormones. Men are no exception. When calm, men tend to prefer intellectual women, but when they're impulsive after drinking in a bar, they prefer sexy women.</p>
]]></description><pubDate>Sat, 06 Jun 2026 12:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48424111</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=48424111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48424111</guid></item><item><title><![CDATA[New comment by leoncos in "Azure Linux Desktop"]]></title><description><![CDATA[
<p>Great work! I really hope it can be designed to be agent-friendly. The current CodeX/Claude code sandbox functionality is very limited; it would be wonderful to use this as a sandbox.</p>
]]></description><pubDate>Sat, 06 Jun 2026 09:51:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48423217</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=48423217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48423217</guid></item><item><title><![CDATA[New comment by leoncos in "Social Cache Busting"]]></title><description><![CDATA[
<p>Yes, I realize how easily language can be manipulated.<p>For example, when some people in high positions enjoy privileges, politicians will defend them by talking about their contributions, and the topic shifts from privileges to contributions. Similarly, when a few bad people emerge from a certain ethnic group, politicians will constantly emphasize these few bad people to negate the entire ethnic group and call for action against the group. The most crucial factors should be whether contributions and privileges are commensurate, and the degree of correlation between the ethnic group and individual events. But nobody discusses this.</p>
]]></description><pubDate>Sat, 06 Jun 2026 09:39:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48423142</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=48423142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48423142</guid></item><item><title><![CDATA[New comment by leoncos in "Download cash counter and help me"]]></title><description><![CDATA[
<p>Maybe you should put it in SHOW HN</p>
]]></description><pubDate>Sat, 06 Jun 2026 08:22:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48422675</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=48422675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48422675</guid></item><item><title><![CDATA[New comment by leoncos in "OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision"]]></title><description><![CDATA[
<p>When I use Codex/Claude to complete a computer vision task, such as extracting assets from an image, OpenCV is their default solution. However, I believe that using YOLO and other methods is outdated. The best solution now is to directly use Nano Banana or other AI image models. A paper has proven that image generation models can perform most CV tasks well. I believe the new OpenCV should become a wrapper for VLM or AI image models.</p>
]]></description><pubDate>Sat, 06 Jun 2026 08:09:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48422596</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=48422596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48422596</guid></item><item><title><![CDATA[New comment by leoncos in "Social Cache Busting"]]></title><description><![CDATA[
<p>Some politicians are impeccable; if you ask them thorny questions like scandals, they always throw out a new question to change the topic.</p>
]]></description><pubDate>Sat, 06 Jun 2026 07:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48422532</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=48422532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48422532</guid></item><item><title><![CDATA[Show HN: AI ASMR Voice – Text to ASMR Voice Generator]]></title><description><![CDATA[
<p>I am building a small text-to-speech model specifically tuned for ASMR and relaxation content.<p>Most TTS models are designed for clarity and energy. To get that specific "tingles" effect, I fine-tuned this model on a dataset of ASMR recordings to capture the breathiness, whispering, and soft dynamics that standard models usually filter out.<p>Currently, the control is text-only (no speed or pitch sliders yet), but there is an interesting emergent behavior:<p>Because of the training data, the model sometimes "hallucinates" or generates ambient background sounds—like crackling fire, ocean waves, or soft static—along with the voice, depending on the context of the text you input. It’s not a background track mixer; the model is actually generating these sounds as part of the audio output.<p>I put up a simple web demo to test it out. I'd love to hear what you think about the voice texture and if you encounter any interesting ambient generations.<p>Check it out here: <a href="https://www.aiasmrvoice.com/en" rel="nofollow">https://www.aiasmrvoice.com/en</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46895026">https://news.ycombinator.com/item?id=46895026</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Feb 2026 02:48:05 +0000</pubDate><link>https://www.aiasmrvoice.com/en</link><dc:creator>leoncos</dc:creator><comments>https://news.ycombinator.com/item?id=46895026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46895026</guid></item></channel></rss>