<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: Juminuvi</title><link>https://news.ycombinator.com/user?id=Juminuvi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 08 May 2026 17:53:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Juminuvi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Juminuvi in "Natural Language Autoencoders: Turning Claude's Thoughts into Text"]]></title><description><![CDATA[
<p>I've only read this blog and not the paper so maybe they go into more detail there and someone can correct me, but they frequently bring up the model's ability to detect or at least the model activations hint it can predict when it's being tested. I can't help but wonder, as they build these larger and larger models, where they could be getting "clean" training data, untainted by all these types of blog posts and the massive numbers of conversations they spawn? If the models ingest data like that wouldn't it make sense they'd be inclined to have more activations attuned to questions they appear adversarial?</p>
]]></description><pubDate>Thu, 07 May 2026 23:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48056617</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=48056617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48056617</guid></item><item><title><![CDATA[New comment by Juminuvi in "WSL Manager"]]></title><description><![CDATA[
<p>I think the UI is pretty slick but agree having a TUI option as well would be awesome. Everything in wsl management (import, export, register, compact, etc) can be done with shell commands I believe so a tiny performant TUI might be a straight forward thing for op to add in the future though.</p>
]]></description><pubDate>Sun, 08 Mar 2026 20:03:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47300806</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=47300806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47300806</guid></item><item><title><![CDATA[New comment by Juminuvi in "Agentic Engineering Patterns"]]></title><description><![CDATA[
<p>Very much agree with the idea of red/green TDD and have seen really good results during agentic coding. I've found adding a linting step in between increases efficiency as well and fails a bit faster. So it becomes..<p>Test fail -> implement -> linter -> test pass<p>Another idea I've thought about using is docs driven development. So the instructions might look like..<p>Write doc for feat/bug > test fail > implement > lint > test pass</p>
]]></description><pubDate>Wed, 04 Mar 2026 13:25:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47247078</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=47247078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47247078</guid></item><item><title><![CDATA[New comment by Juminuvi in "Don't make me talk to your chatbot"]]></title><description><![CDATA[
<p>100% agree. Hopefully etiquette will catch up if enough folks talk about this.<p>Side note, the number of comments here from people who clearly didn’t read the article is impressive</p>
]]></description><pubDate>Wed, 04 Mar 2026 01:13:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47241689</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=47241689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47241689</guid></item><item><title><![CDATA[New comment by Juminuvi in "Mistral releases Devstral2 and Mistral Vibe CLI"]]></title><description><![CDATA[
<p>I know you say you don't use the paid apis, but renting a gpu is something I've been thinking about and I'd be really interested in knowing how this compares with paying by the token. I think gpt-oss-120b is 0.10/input 0.60/output per million tokens in azure. In my head this could go a long way but I haven't used gpt oss agentically long enough to really understand usage. Just wondering if you know/be willing to share your typical usage/token spend on that dedicated hardware?</p>
]]></description><pubDate>Wed, 10 Dec 2025 02:36:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46213375</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=46213375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46213375</guid></item><item><title><![CDATA[New comment by Juminuvi in "Windows-Use: an AI agent that interacts with Windows at GUI layer"]]></title><description><![CDATA[
<p>I noticed something similar. I asked it extract a guid from an image and it wrote a python script to run ocr against it...and got it wrong. Prompting a bit more seemed to finally trigger it to use it's native image analysis but I'm not sure what the trick was.</p>
]]></description><pubDate>Fri, 12 Sep 2025 22:58:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45227723</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=45227723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45227723</guid></item><item><title><![CDATA[New comment by Juminuvi in "Updates to Consumer Terms and Privacy Policy"]]></title><description><![CDATA[
<p>I always assumed the folks who intentionally do this either work for the company, are associated with the company, or are in some way part of q/a pilot user group.</p>
]]></description><pubDate>Thu, 28 Aug 2025 20:49:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=45056880</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=45056880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45056880</guid></item><item><title><![CDATA[New comment by Juminuvi in "Show HN: shortcommand – Easily run a set of commands quickly using a YAML file"]]></title><description><![CDATA[
<p>Neat project! I use a tool called taskfile.dev for managing tasks like this in projects but I've always thought it would be nice to have a more global tool like this.<p>Right now what I do is write functions and add them to my profile but this leads to adding helper code to do stuff like handle errors, handle vars, printing out index of commends with documentation, etc. This makes my profile just messy so I think a tool like this could come in handy.</p>
]]></description><pubDate>Tue, 16 Aug 2022 00:00:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=32477389</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=32477389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32477389</guid></item><item><title><![CDATA[New comment by Juminuvi in "Mental illness, mass shootings, and the politics of American firearms (2015)"]]></title><description><![CDATA[
<p>> Sure, they could try. And the Supreme Court would strike down the law they pass.<p>Isn't the balance to this that congress and the executive branch can restructure the courts? Eg. add justices, set term limits, etc.</p>
]]></description><pubDate>Thu, 26 May 2022 13:22:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=31518005</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=31518005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31518005</guid></item><item><title><![CDATA[New comment by Juminuvi in "Microsoft begins showing an anti-Firefox ad in the Windows 10 start menu"]]></title><description><![CDATA[
<p>I think the article just sited an anecdotal example from one user who had Firefox installed. Maybe others with Chrome see Chrome instead? Or maybe ms is trying to play nice with Google to make edge chromium development easier.</p>
]]></description><pubDate>Mon, 10 Feb 2020 14:27:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=22289352</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=22289352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22289352</guid></item><item><title><![CDATA[New comment by Juminuvi in "Microsoft begins showing an anti-Firefox ad in the Windows 10 start menu"]]></title><description><![CDATA[
<p>Don't they? Don't they push out new apps which get installed and pinned to the Mac dock after almost every other update without asking first? I could be mistaken, I don't use macs every day.</p>
]]></description><pubDate>Mon, 10 Feb 2020 14:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=22289311</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=22289311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22289311</guid></item><item><title><![CDATA[New comment by Juminuvi in "Microsoft begins showing an anti-Firefox ad in the Windows 10 start menu"]]></title><description><![CDATA[
<p>I think pretty much. If you have a PC that has ever have any form of activated windows on it in the past it should activate a windows 10 install. So this would prob only exclude people building on new hardware which are considered oem anyway.</p>
]]></description><pubDate>Mon, 10 Feb 2020 14:21:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=22289289</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=22289289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22289289</guid></item><item><title><![CDATA[New comment by Juminuvi in "Ask HN: What's your favorite elegant/beautiful algorithm?"]]></title><description><![CDATA[
<p>Interesting! I knew that med school applicants were accepted on some sort of ranking and matching process but didn't realize there was a real algorithm behind it. This, or one similar, seems to be what's behind it.</p>
]]></description><pubDate>Wed, 17 Oct 2018 12:43:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=18238383</link><dc:creator>Juminuvi</dc:creator><comments>https://news.ycombinator.com/item?id=18238383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18238383</guid></item></channel></rss>