<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: emptiestplace</title><link>https://news.ycombinator.com/user?id=emptiestplace</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 20:42:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=emptiestplace" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by emptiestplace in "Interview with Jeff Atwood, Co-Founder of Stack Overflow"]]></title><description><![CDATA[
<p>I had to think about this for a minute because the abstraction levels idea is very appealing, but ultimately I think this comparison is specious and misses the core issue entirely.<p>XY problem is a communication and problem-solving anti-pattern where someone has already decided on an approach and is just asking about implementation details, rather than being open to potentially better solutions that might emerge if they just explained wtf they are trying to do first. Framing it as different abstraction levels obscures this real issue and incorrectly suggests it's just a natural variation in thinking styles rather than a specific mistake in problem-solving approach.</p>
]]></description><pubDate>Sun, 26 Jan 2025 01:56:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=42826969</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42826969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42826969</guid></item><item><title><![CDATA[New comment by emptiestplace in "Chatbox: Cross-platform desktop client for ChatGPT, Claude and other LLMs"]]></title><description><![CDATA[
<p>Sorry, I was mistaken about having used LiteLLM - this is the one I was using: <a href="https://github.com/wangxj03/ai-cookbook.git">https://github.com/wangxj03/ai-cookbook.git</a>, and you can see the hardcoded shit here: <a href="https://github.com/wangxj03/ai-cookbook/blob/main/anthropic-webui/src/chat.py">https://github.com/wangxj03/ai-cookbook/blob/main/anthropic-...</a> - it does not actually restrict anything though, and like I said, I noticed it was getting slow when it was sending 100-200K token requests.<p>Also, it's pretty easy to find unresolved bugs related to openwebui not handling context length parameters correctly - I believe I actually read something from the author saying that this parameter is effectively disabled (for non-local LLMs maybe?).</p>
]]></description><pubDate>Sun, 26 Jan 2025 01:19:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42826784</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42826784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42826784</guid></item><item><title><![CDATA[New comment by emptiestplace in "Chatbox: Cross-platform desktop client for ChatGPT, Claude and other LLMs"]]></title><description><![CDATA[
<p>I think that's probably the shim I was referring to - it has hardcoded context length, but it is either implemented incorrectly, Anthropic ignores it, or maybe it's on openwebui to manage the window and it just isn't? Not sure. I found it kept getting slow, so I was starting new conversations to work around that.  Eventually I got suspicious and checked - I'd burned through almost $100 within a few hours.<p>LibreChat isn't as nice in some areas, but it's much more efficient in this regard.</p>
]]></description><pubDate>Sat, 25 Jan 2025 08:19:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42820307</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42820307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42820307</guid></item><item><title><![CDATA[New comment by emptiestplace in "Chatbox: Cross-platform desktop client for ChatGPT, Claude and other LLMs"]]></title><description><![CDATA[
<p>Needs some usability testing - I suspect even five minutes of watching a non-technical user trying to use it would be very illuminating. UI is unintuitive throughout. Consider, one of the most frequent actions you will ever do in this type of app is start a new conversation, and here it is represented by a little button near the bottom of the sidebar where you might look for 'Settings' - apparently collapsing the sidebar is much more important. Tiny text, low contrast text, confusing collapsing/expanding sections, lack of whitespace and/or colour to differentiate message pair halves, confusing hover actions for copy, no floating or bottom of code block copy button... I'm pretty sure configuring API keys was weird for some reason as well, but I can't remember what it was.</p>
]]></description><pubDate>Sat, 25 Jan 2025 08:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42820281</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42820281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42820281</guid></item><item><title><![CDATA[New comment by emptiestplace in "Chatbox: Cross-platform desktop client for ChatGPT, Claude and other LLMs"]]></title><description><![CDATA[
<p>LibreChat is probably the one you want to compare to - Claude is not supported by OpenWebUI, and the shim will cost you dearly in terms of tokens.</p>
]]></description><pubDate>Sat, 25 Jan 2025 06:23:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42819882</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42819882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42819882</guid></item><item><title><![CDATA[New comment by emptiestplace in "Chatbox: Cross-platform desktop client for ChatGPT, Claude and other LLMs"]]></title><description><![CDATA[
<p>There is very little I find more frustrating than software that could so easily be nice to use but isn't.</p>
]]></description><pubDate>Sat, 25 Jan 2025 06:21:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=42819876</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42819876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42819876</guid></item><item><title><![CDATA[New comment by emptiestplace in "Susctl CVE-2024-54507: A particularly 'sus' sysctl in the XNU kernel"]]></title><description><![CDATA[
<p>To inspire more of the same.</p>
]]></description><pubDate>Fri, 24 Jan 2025 01:13:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42809644</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42809644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42809644</guid></item><item><title><![CDATA[New comment by emptiestplace in "DHS removes all members of cyber security advisory boards, halts investigations"]]></title><description><![CDATA[
<p>> We don’t need the military-industrial complex<p>I hope you realize that part isn't going anywhere any time soon.</p>
]]></description><pubDate>Wed, 22 Jan 2025 09:58:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42791062</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42791062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42791062</guid></item><item><title><![CDATA[New comment by emptiestplace in "Interview with Jeff Atwood, Co-Founder of Stack Overflow"]]></title><description><![CDATA[
<p>> Not everything is an XY problem<p>Pretty close, though.</p>
]]></description><pubDate>Wed, 22 Jan 2025 08:13:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42790333</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42790333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42790333</guid></item><item><title><![CDATA[New comment by emptiestplace in "Moving on from React, a year later"]]></title><description><![CDATA[
<p>It's back, but the nice thing is it's 10x more complicated now!</p>
]]></description><pubDate>Wed, 22 Jan 2025 07:54:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42790213</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42790213</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42790213</guid></item><item><title><![CDATA[New comment by emptiestplace in "David Lynch has died"]]></title><description><![CDATA[
<p>Season 3 is so great it easily eclipses the first two, despite my pretty strong nostalgia-bias. It's like the first two were just a warm-up - and we needed the 25 years just to prepare ourselves for what he really wanted to do.</p>
]]></description><pubDate>Fri, 17 Jan 2025 03:36:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42733825</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42733825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42733825</guid></item><item><title><![CDATA[New comment by emptiestplace in "Test-driven development with an LLM for fun and profit"]]></title><description><![CDATA[
<p>We've had failed projects since long before LLMs. I think there is a tendency for people to gloss over this (3.) regardless, but working with an LLM it tends to become obvious much more quickly, without investing tens/hundreds of person-hours. I know it's not perfect, but I find a lot of the things people complain about would've been a problem either way - especially when people think they are going to go from 'hello world' to SaaS-billionaire in an hour.<p>I think mastery of the problem domain is still important, and until we have effectively infinite context windows (that work perfectly), you will need to understand how and when to refactor to maximize quality and relevance of data in context.</p>
]]></description><pubDate>Thu, 16 Jan 2025 21:42:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42731292</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42731292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42731292</guid></item><item><title><![CDATA[New comment by emptiestplace in "GPT-4o with scheduled tasks (jawbone) is available in beta"]]></title><description><![CDATA[
<p>I love the questioning my sanity before I've completely opened my eyes part. It's like a jump start to my day.</p>
]]></description><pubDate>Wed, 15 Jan 2025 02:35:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42706668</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42706668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42706668</guid></item><item><title><![CDATA[New comment by emptiestplace in "GPT-4o with scheduled tasks (jawbone) is available in beta"]]></title><description><![CDATA[
<p><a href="https://www.theverge.com/2025/1/9/24340238/apple-iphone-alarm-broken-timing-failed" rel="nofollow">https://www.theverge.com/2025/1/9/24340238/apple-iphone-alar...</a></p>
]]></description><pubDate>Tue, 14 Jan 2025 23:52:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42705576</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42705576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42705576</guid></item><item><title><![CDATA[New comment by emptiestplace in "Scientist discover that AI has developed an uncanny human-like ability"]]></title><description><![CDATA[
<p>> Consequently, for an LLM to predict the next word in a sentence generated by a human, it must model these processes.<p>No.</p>
]]></description><pubDate>Tue, 14 Jan 2025 15:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42698542</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42698542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42698542</guid></item><item><title><![CDATA[New comment by emptiestplace in "Pagecord: Publish your writing effortlessly from your inbox"]]></title><description><![CDATA[
<p>What could go wrong?</p>
]]></description><pubDate>Sun, 12 Jan 2025 06:30:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42671701</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42671701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42671701</guid></item><item><title><![CDATA[New comment by emptiestplace in "Sam Altman's sister files lawsuits against Sam alleging sexual abuse"]]></title><description><![CDATA[
<p>> I believe everything Annie says here.<p>How is this relevant?</p>
]]></description><pubDate>Wed, 08 Jan 2025 03:23:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42630554</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42630554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42630554</guid></item><item><title><![CDATA[New comment by emptiestplace in "Refurb Weekend: Atari Stacy"]]></title><description><![CDATA[
<p>I think they removed it.</p>
]]></description><pubDate>Mon, 06 Jan 2025 14:50:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42611003</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42611003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42611003</guid></item><item><title><![CDATA[New comment by emptiestplace in "Parasitic worms 'manipulate' mantises onto asphalt roads, say researchers"]]></title><description><![CDATA[
<p>I appreciate harm reduction but I think any such 'perfect' drug would lead to dehydration / starvation deaths, or at least a lot more people living on the streets.</p>
]]></description><pubDate>Sat, 04 Jan 2025 20:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=42597421</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42597421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42597421</guid></item><item><title><![CDATA[New comment by emptiestplace in "Most people don't care about quality"]]></title><description><![CDATA[
<p>Excellent joke explanation!</p>
]]></description><pubDate>Thu, 02 Jan 2025 14:16:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42574582</link><dc:creator>emptiestplace</dc:creator><comments>https://news.ycombinator.com/item?id=42574582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42574582</guid></item></channel></rss>