<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: wilj</title><link>https://news.ycombinator.com/user?id=wilj</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 22 Jun 2026 22:48:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wilj" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wilj in "There is minimal downside to switching to open models"]]></title><description><![CDATA[
<p>> I know open models have gotten quite good in many tasks such as coding or composition, but are there any that can access the internet and retrieve data like ChatGPT, Claude, etc can?<p>The things you describe are just tool calling, they're a feature of whatever harness you use. Use OpenCode, pi.dev, or maki.sh with any of the open models.<p>> I do have to admit I have recently begun wishing I could pay five dollars a month for a "just answer the fucking question" plan that would give me results without the guardrails and without the constant simpering and ego-stroking. I keep finding myself going a quick evaluation of "is it faster for me to skim search results myself or to construct an elaborate narrative to make an AI give me a real answer".<p>You can do most of this with some system prompts added to whatever agent you're using. You can do it from the settings on the claude/chatgpt websites too. (minus the no-guardrails thing)</p>
]]></description><pubDate>Mon, 22 Jun 2026 02:45:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48625016</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=48625016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48625016</guid></item><item><title><![CDATA[New comment by wilj in "Having your insulin pump die while you're on vacation"]]></title><description><![CDATA[
<p>There are a number of places you can get an online prescription for a CPAP/APAP, and they're not that expensive to buy outright.<p>I was able to get a new prescription for < $100, and bought a new APAP for about $600, no new sleep study required.</p>
]]></description><pubDate>Sun, 31 May 2026 19:51:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48349120</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=48349120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48349120</guid></item><item><title><![CDATA[New comment by wilj in "Cloudflare Flagship"]]></title><description><![CDATA[
<p>This is exactly what stops me from using them for real work. I love their free tier for my hobby stuff.</p>
]]></description><pubDate>Wed, 27 May 2026 01:22:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48288276</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=48288276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48288276</guid></item><item><title><![CDATA[New comment by wilj in "Space Cadet Pinball on Linux"]]></title><description><![CDATA[
<p>My first time using NT 4, I was setting up a bunch of machines that needed babysitting, and Space Cadet Pinball got me through a lot of long, boring nights.<p>I've thought back throughout my career to how lucky I was, it kept me from going crazy. Thank you!</p>
]]></description><pubDate>Sun, 10 May 2026 18:10:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48086359</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=48086359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48086359</guid></item><item><title><![CDATA[New comment by wilj in "Gemini API File Search is now multimodal"]]></title><description><![CDATA[
<p>I just cancelled my Gemini subscription yesterday. I have a big private fork of OpenCode, and I did it the wrong way to start with, so I couldn't pull from upstream.<p>So I put together a plan for refactoring it, step by step, with tests, etc. After literally 8 solid days of fighting with Gemini 3 Pro, I still couldn't pull it off.<p>I gave GPT 5.5 a chance with the same prompt, plans, and repo. I'm not sure how long it took, but when I checked in on it a few hours later it was done. All tests passed, everything exactly how I'd asked, and better (it made some improvements).</p>
]]></description><pubDate>Sun, 10 May 2026 07:02:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48081647</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=48081647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48081647</guid></item><item><title><![CDATA[New comment by wilj in "Is my blue your blue?"]]></title><description><![CDATA[
<p>This is awesome! I have a slight case of tritanopia in one eye and it was neat to see the difference. My boundary is bluer by 59% in one eye and 87% in the other. It tracks with what I would have expected.</p>
]]></description><pubDate>Mon, 27 Apr 2026 21:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47927802</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47927802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47927802</guid></item><item><title><![CDATA[New comment by wilj in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>I've got to do some cleanup before sharing (yay vibe coding) but the big things I've changed so far:<p>1) Curated a set of models I like and heavily optimized all possible settings, per agent role and even per skill (had to really replumb a lot of stuff to get it as granular as I liked)<p>2) Ported from sqlite to postgresql, with heavily extended schema. I generate embeddings for everything, so every aspect of my stack is a knowledge graph that can be vector searched. Integrated with a memory MCP server and auditing tools so I can trace anything that happens in the stack/cluster back to an agent action and even thinking that was related to the action. It really helps refine stuff.<p>3) Tight integration of Gitea server, k3s with RBAC (agents get their own permissions in the cluster), every user workspace is a pod running opencode web UI behind Gitea oauth2.<p>4) Codified structure of `/projects/<monorepo>/<subrepos>` with simpler browserso non-technical family members can manage their work easier (agents handle all the management and there are sidecars handling all gitops transparent to the user)<p>5) Transparent failover across providers with cooldown by making model definitions linked lists in the config, so I can use a handful of subscriptions that offer my favorite models, and fail over from one to the next as I hit quota/rate limits. This has really cut my bill down lately, along with skipping OpenRouter for my favorite models and going direct to Alibaba and Xiaomi so I can tailor caching and stuff exactly how I want.<p>6) Integrated filebrowser, a fork of the Milkdown Crepe markdown editor, and codemirror editor so I don't even need an IDE anymore. I just work entirely from OpenCode web UI on whatever device is nearest at the moment. I added support for using Gemma 4 local on CPU from my phone yesterday while waiting in line at a store yesterday.<p>Those are the big ones off the top of my head. Im sure there's more. I've probably made a few hundred other changes, it just evolves as I go.</p>
]]></description><pubDate>Thu, 23 Apr 2026 21:18:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47882192</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47882192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47882192</guid></item><item><title><![CDATA[New comment by wilj in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>My biggest problem with CC as a harness is that I can't trust "Plan" mode. Long running sessions frequently start bypassing plan mode and executing, updating files and stuff, without permission, while still in plan mode. And the only recovery seems to be to quit and reload CC.<p>Right now my solution is to run CC in tmux and keep a 2nd CC pane with /loop watching the first pane and killing CC if it detects plan mode being bypassed. Burning tokens to work around a bug.</p>
]]></description><pubDate>Thu, 23 Apr 2026 20:19:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47881287</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47881287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47881287</guid></item><item><title><![CDATA[New comment by wilj in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>I'm 3 weeks into switching from CC to OpenCode, and in some ways it is far superior to CC right out of the box, and I've maybe burned $200 in tokens to make a private fork that is my ultimate development and personal agent platform. Totally worth it.<p>Still use CC at work because team standards, but I'd take my OpenCode stack over it any day.</p>
]]></description><pubDate>Thu, 23 Apr 2026 20:14:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47881207</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47881207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47881207</guid></item><item><title><![CDATA[New comment by wilj in "Open Source Isn't Dead"]]></title><description><![CDATA[
<p>It varies from project to project, but applications benefit a lot more than libraries. When I de-lib a normal express app it might add a few hundred lines of code and a few thousand new tests, but if I de-lib an library then depends on how ancient it is. The older the library is, the higher the chances that most of what it needs is built-in to the standard library.</p>
]]></description><pubDate>Thu, 16 Apr 2026 16:28:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47795821</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47795821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47795821</guid></item><item><title><![CDATA[New comment by wilj in "Open Source Isn't Dead"]]></title><description><![CDATA[
<p>I literally have a Claude Code skill called "/delib" that takes takes in any nodejs project/library and converts it to a dependency-less project only using the standard library.<p>It started as a what-if joke, but it's turned out to be amazing. So yeah, npmjs.com is just reference site for me now, and node_modules stays tiny.<p>And the output is honestly superior. I end up with smaller projects, clean code, and a huge suite of property-based tests from the refactor process. And it's fully automatic.</p>
]]></description><pubDate>Wed, 15 Apr 2026 17:25:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47782253</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47782253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47782253</guid></item><item><title><![CDATA[New comment by wilj in "StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)"]]></title><description><![CDATA[
<p>Sorry for late reply, but yeah that's how my workflow looks, but I'm also more just leaning on MiMo V2 Pro now, it's fast, and cheap enough. And I'm using OpenCode.</p>
]]></description><pubDate>Mon, 06 Apr 2026 08:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47658143</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47658143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47658143</guid></item><item><title><![CDATA[New comment by wilj in "StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)"]]></title><description><![CDATA[
<p>I'm about 2 days into transitioning, using MiMo V2 Pro in place of Opus and MiniMax M2.7 in place of Sonnet.<p>I'm finding that the extra "hand holding" that MiMo and MiniMax need isn't really "extra." The Anthropic models happily agree to a plan and then do something else entirely way too often.<p>With MiMo and MiniMax I'm just spreading the attention throughout the day instead of big spikes of frustration figuring out where Claude went off the rails.</p>
]]></description><pubDate>Thu, 02 Apr 2026 10:35:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47612497</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=47612497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47612497</guid></item><item><title><![CDATA[New comment by wilj in "Spongebob-CLI – Watch classic spongebob from the terminal"]]></title><description><![CDATA[
<p><a href="https://github.com/trakBan/spongebob-cli/blob/eac7eded094a483495ac855cebadf1e168ee5b78/spongebob-cli#L45" rel="nofollow">https://github.com/trakBan/spongebob-cli/blob/eac7eded094a48...</a></p>
]]></description><pubDate>Sun, 13 Feb 2022 11:47:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=30321095</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=30321095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30321095</guid></item><item><title><![CDATA[New comment by wilj in "Ultra Wide Monitors – A pain in the neck? (2020)"]]></title><description><![CDATA[
<p>I use the same setup with i3wm  (Regolith desktop) and love it.</p>
]]></description><pubDate>Sat, 07 Aug 2021 12:05:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=28097956</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=28097956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28097956</guid></item><item><title><![CDATA[New comment by wilj in "Defining Transformative Justice"]]></title><description><![CDATA[
<p>This seems to have a lot in common with our restorative justice program: <a href="https://www.connectionfirst.org/" rel="nofollow">https://www.connectionfirst.org/</a><p>We operate as a diversion program with our local department of juvenile justice, and I would definitely describe the process as transformative.<p>From the financial perspective alone, our local law enforcement has seen a 6:1 return on investment on restorative practices.  The value of all the changed lives is immeasurable.</p>
]]></description><pubDate>Sun, 01 Aug 2021 13:06:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=28026007</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=28026007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28026007</guid></item><item><title><![CDATA[New comment by wilj in "Just bought Usernames.com"]]></title><description><![CDATA[
<p>Keycloak-as-a-Service<p>I can build it for you if you like.</p>
]]></description><pubDate>Mon, 21 Jun 2021 23:28:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=27585910</link><dc:creator>wilj</dc:creator><comments>https://news.ycombinator.com/item?id=27585910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27585910</guid></item></channel></rss>