<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: Clueed</title><link>https://news.ycombinator.com/user?id=Clueed</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 15:30:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Clueed" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Clueed in "Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview"]]></title><description><![CDATA[
<p>I tried it with minimax 2.7 and it really didn’t like the editing tool; collapsing rather quickly to using sed to edit files.<p>I guess it makes sense that models don’t generalize perfectly to arbitrary tools but are biased to those in its training data, especially for a common operation like editing files.<p>The Gemini family might be a good pick here since it generally underperforms in agentic tasks (due to lack of training data or other reasons) and thus might not have this inherent bias towards specific tools.</p>
]]></description><pubDate>Tue, 28 Apr 2026 06:32:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47931066</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=47931066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47931066</guid></item><item><title><![CDATA[New comment by Clueed in "What Claude Code chooses"]]></title><description><![CDATA[
<p>Really interesting. The crazy changes in opus 4.6 really make me think that Anthropic is doing library-level RL. I think that is also the way forward to have 'llm-native' frameworks as a way to not get stuck in current coding practices forever. Instead of learning python 3.15, one would license a proprietary model that has been trained on python 3.15 (and the migrations) and gain the ability to generate python 3.15 code.</p>
]]></description><pubDate>Thu, 26 Feb 2026 22:17:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47172773</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=47172773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47172773</guid></item><item><title><![CDATA[New comment by Clueed in "OpenAI's new open-source model is basically Phi-5"]]></title><description><![CDATA[
<p>I found DeepSeek R1 (better for questions) and V3 (better for prose) to be very willing to discuss sex with a simple system prompt, as well as being very pleasant in articulation.
I guess, I prefer them because they are almost SOTA and very large.<p>Not through the official interface though. Needs to be hosted by a third party.
OpenRouter has a generous free tier for both.<p>I just saw that there is an abliterated version as well. Not sure how to try it though.</p>
]]></description><pubDate>Fri, 08 Aug 2025 09:33:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44835139</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=44835139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44835139</guid></item><item><title><![CDATA[New comment by Clueed in "Engine Sound Simulator"]]></title><description><![CDATA[
<p>I love his videos but all the sound demos are a a bit too much sometimes :D</p>
]]></description><pubDate>Wed, 03 Jul 2024 16:56:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=40867803</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=40867803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40867803</guid></item><item><title><![CDATA[New comment by Clueed in "SentenceTransformers: Python framework for sentence, text and image embeddings"]]></title><description><![CDATA[
<p>Not sure about the specific implementation here but the very definition of cosine similarity includes normalization. [0]<p>[0] <a href="https://en.wikipedia.org/wiki/Cosine_similarity" rel="nofollow">https://en.wikipedia.org/wiki/Cosine_similarity</a></p>
]]></description><pubDate>Sun, 07 Apr 2024 14:19:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=39960948</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=39960948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39960948</guid></item><item><title><![CDATA[New comment by Clueed in "Shadxn: An experimental CLI tool that builds upon shadcn-UI CLI"]]></title><description><![CDATA[
<p>I agree, if you don't like a key feature of a library, like tailwind-based styling which is meant to be customized, then that library is probably not for you.<p>The form component is more the exception for its complexity but forms are also very complex on the web.<p>Being a wrapper on top of Radix is kind of the point. You can't build a nice-looking MVP in an afternoon with Radix - you need one afternoon just to style every state of button - but with shadcn you can. Their experiment is to give you the ability to still spend an afternoon styling the button later  without having to hack around a complex library. Your ability to rewrite it even away from tailwind is exactly the point. Ever tried rewriting MUI to use tailwind?</p>
]]></description><pubDate>Mon, 12 Feb 2024 20:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39349736</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=39349736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39349736</guid></item><item><title><![CDATA[New comment by Clueed in "Oracle of Zotero: LLM QA of Your Research Library"]]></title><description><![CDATA[
<p>I've looked into the available options of parsing PDFs, including pypdf, which is what is being used here, a while ago and it's not good. While I haven't testing equations specifically, it think it's fair so assume that the results will be subpar especially complex ones.<p>I guess, this could be an application of the agent model. I've seen multiple LLMs recently trained specifically on LateX parsing. One model would recognize from the parsed PDF garbage that there is probably an equation there and call a different want to parse it.</p>
]]></description><pubDate>Mon, 27 Nov 2023 07:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38429366</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=38429366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38429366</guid></item><item><title><![CDATA[New comment by Clueed in "Why Tailwind CSS Won"]]></title><description><![CDATA[
<p>Another aspect is css class reuse. Inline styles are not preprocessed so each inline style is a 1:1 increase in bundle size. In large applications this can be significant. Imagine having hundreds of popups each with 50 lines of css. It adds up.</p>
]]></description><pubDate>Wed, 16 Aug 2023 10:47:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=37145164</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=37145164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37145164</guid></item><item><title><![CDATA[New comment by Clueed in "See the pitch memo that raised €105M for four-week-old startup Mistral"]]></title><description><![CDATA[
<p>I've read it like this: They differentiate themselves from OpenAI/Anthropic/other major players by being in the EU and (more) open-source; they differentiate themselves from other European competitors by being as good as OpenAI.
I think it's a fine proposition given the early market and their team, as long as this hypothesis holds true for years to come,<p>> we believe that most of the value in the emerging generative AI market will be located in the hard-to-make technology, i.e. the generative models themselves,<p>and they truly can compete with market leaders.</p>
]]></description><pubDate>Wed, 21 Jun 2023 13:19:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=36418086</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=36418086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36418086</guid></item><item><title><![CDATA[New comment by Clueed in "AirPods Pro Service Program for Sound Issues"]]></title><description><![CDATA[
<p>I don't get why nobody is talking about this. I'm starting to suspect it only effects a subset of all AirPods Pro and is covered by this replacement program even though it's not really tasted clearly.<p>AirPods Pro even compared to the the non-Pros have awful microphones.<p><a href="https://discussions.apple.com/thread/250813242" rel="nofollow">https://discussions.apple.com/thread/250813242</a></p>
]]></description><pubDate>Sat, 10 Sep 2022 01:20:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=32786745</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=32786745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32786745</guid></item><item><title><![CDATA[New comment by Clueed in "Good managers write good"]]></title><description><![CDATA[
<p>I agree. You can make a better case for “writing in a corporate context requires humility,“ e.g., someone choosing to post in public slack channel instead of talking to everyone individually.</p>
]]></description><pubDate>Tue, 19 Jul 2022 04:22:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=32147500</link><dc:creator>Clueed</dc:creator><comments>https://news.ycombinator.com/item?id=32147500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32147500</guid></item></channel></rss>