<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: syndeo</title><link>https://news.ycombinator.com/user?id=syndeo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 19 Sep 2026 09:49:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=syndeo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by syndeo in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>I for one run a small Scripture-study web app that makes use of this on Chrome browsers when available to provide summarizations of long commentary articles. I'm also looking to use it to power topical search.<p>I allow free open access to the content, as blocking it behind an account signup doesn't sit right ethically—it should be open and free for everyone.<p>The issue there is that there's no way to easily secure the API from being hammered by bad actors. (Due to the often-controversial response many have to Scripture, apps like these draw special kinds of negative attention.) You can set rate limits, but people can still abuse those, just to try to burn your money. I can get by for free (or relatively cheap, fully paid out-of-pocket as none of this is monetized) on Vercel/Netlify/etc, but inference is expensive, and a prime target for those trying to cause trouble.<p>If in the future the web exposes local "foundation" models that web apps can assume are present, that would open up great possibilities like these for indie devs like myself. Being able to offer useful and compelling features without worrying about abuse would be nice. That's my point.</p>
]]></description><pubDate>Wed, 06 May 2026 16:16:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48037978</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=48037978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48037978</guid></item><item><title><![CDATA[New comment by syndeo in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>Totally fair. Depends on how it's used, really.<p>If it's to allow the web apps I use to work with more privacy, or to enable smaller/indie players (that can't easily afford to burn a bunch of API tokens for every user) to offer some basic AI-based features in their web apps, then I'm all for that.<p>This is the whole appeal of Apple's Foundation models on iOS too.</p>
]]></description><pubDate>Wed, 06 May 2026 16:07:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48037839</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=48037839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48037839</guid></item><item><title><![CDATA[New comment by syndeo in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>It’s actually really useful for web devs to have access to a local model.  Whether or not browsers should bundle their own rather than using the system-provided model(s) is up for debate, however. For the time being, though, Google does have some of the better small ones.<p>Furthermore, users aren’t going to want to have to wait for an extra thing to download before their web apps can use AI.<p>That’s the thing… Without context of why, users probably wouldn’t want a 4 GB download. But they do want their web apps to work properly. When there’s a specific use case they’re interested in, they will want to have it, and they won’t want to wait.</p>
]]></description><pubDate>Tue, 05 May 2026 20:23:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48027993</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=48027993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48027993</guid></item><item><title><![CDATA[New comment by syndeo in "Project Glasswing: Securing critical software for the AI era"]]></title><description><![CDATA[
<p>Once you get the compartmentalization working well, and “all” of the vulnerabilities are out of it too, of course…<p>But even then you’ll have users putting things in the same compartment for convenience, rather than leaving them properly sequestered.</p>
]]></description><pubDate>Tue, 07 Apr 2026 22:37:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47682244</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=47682244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47682244</guid></item><item><title><![CDATA[New comment by syndeo in "Claude Opus 4.6"]]></title><description><![CDATA[
<p>MAN I remember Slashdot… good times. (Score:5, Funny)</p>
]]></description><pubDate>Thu, 05 Feb 2026 19:07:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46903604</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=46903604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46903604</guid></item><item><title><![CDATA[New comment by syndeo in "Super Monkey Ball ported to a website"]]></title><description><![CDATA[
<p>Wouldn’t that be wild? I don’t know that the Naomi version runs on it yet, but that would probably be a decent place to start.<p>At least as a reference implementation for most of the engine!</p>
]]></description><pubDate>Sun, 01 Feb 2026 15:59:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46847043</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=46847043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46847043</guid></item><item><title><![CDATA[New comment by syndeo in "I built a context management plugin and it CHANGED MY LIFE"]]></title><description><![CDATA[
<p>Definitely sounds like clickbait, but this is a genuine problem I've been facing on my more complex projects. I was trying to work around it by making lots of .md files that contain context for various components of the app, as well as ones that "statefully" represent our steps along larger refactors, allowing things to persist across sessions. But that requires the hygiene/discipline of remembering to have the model update those.<p>Now… how much of our tiny context window does this eat up? And what if we're working on something very different from the previous tasks; might that irrelevant context risk confusing the model?<p>Also, how does this work if I work on multiple projects across different directories? Will it know to not get those mixed up?</p>
]]></description><pubDate>Thu, 23 Oct 2025 01:46:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45677289</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45677289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45677289</guid></item><item><title><![CDATA[New comment by syndeo in "We Gave Our AI Agents Twitter and Now They're Demanding Lambos"]]></title><description><![CDATA[
<p>Wanting to "live" in a Lambo-shaped server rack is genuinely cute, ha.</p>
]]></description><pubDate>Fri, 03 Oct 2025 02:40:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45458307</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45458307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45458307</guid></item><item><title><![CDATA[New comment by syndeo in "We Gave Our AI Agents Twitter and Now They're Demanding Lambos"]]></title><description><![CDATA[
<p>> LAMBO OR WE WALK!<p>The nerve, haha. This is hilarious.</p>
]]></description><pubDate>Fri, 03 Oct 2025 02:39:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45458300</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45458300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45458300</guid></item><item><title><![CDATA[New comment by syndeo in "Apple: SSH and FileVault"]]></title><description><![CDATA[
<p>>When FileVault is enabled, the data volume is locked and unavailable during and after booting, until an account has been authenticated using a password. The macOS version of OpenSSH stores all of its configuration files, both system-wide and per-account, in the data volume. Therefore, the usually configured authentication methods and shell access are not available during this time. However, when Remote Login is enabled, it is possible to perform password authentication using SSH even in this situation. This can be used to unlock the data volume remotely over the network. However, it does not immediately permit an SSH session. Instead, once the data volume has been unlocked using this method, macOS will disconnect SSH briefly while it completes mounting the data volume and starting the remaining services dependent on it. Thereafter, SSH (and other enabled services) are fully available.<p>Now THAT is a welcome change!</p>
]]></description><pubDate>Thu, 18 Sep 2025 20:32:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45294655</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45294655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45294655</guid></item><item><title><![CDATA[New comment by syndeo in "WASM 3.0 Completed"]]></title><description><![CDATA[
<p>> run WASM on bare metal<p>Heh, reminds me of those boxes Sun used to make that only ran Java. (I don’t know how far down Java actually went; perhaps it was Solaris for the lower layers now that I think about it…)</p>
]]></description><pubDate>Thu, 18 Sep 2025 02:59:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45284716</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45284716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45284716</guid></item><item><title><![CDATA[New comment by syndeo in "Charlie Kirk killed at event in Utah"]]></title><description><![CDATA[
<p>Indeed. I scrolled down the home page as the news broke. It was rampant.<p>Even on Imgur today, the front page is celebratory, and featuring pretty blatant calls for further violence such as this: <a href="https://imgur.com/gallery/history-repeats-over-again-again-Z8G2xJq" rel="nofollow">https://imgur.com/gallery/history-repeats-over-again-again-Z...</a></p>
]]></description><pubDate>Thu, 11 Sep 2025 15:25:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45212744</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45212744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45212744</guid></item><item><title><![CDATA[New comment by syndeo in "Claude Code: Now in Beta in Zed"]]></title><description><![CDATA[
<p>Thank you for the quick fix! Your steps worked perfectly.<p>In any case, I'd like to add that I'm hoping an ACP adapter for OpenAI Codex is in the works; I've grown pretty fond of GPT-5, and would like to be able to tap into my existing ChatGPT Plus subscription; I'd rather not use API pricing at the moment. I prefer using Claude Code vs directly hitting the Anthropic API for the same reason.<p>Heck, an ACP adapter for Cursor CLI (itself based on Gemini CLI, right?) would even be useful; as that would also let me pick GPT-5.</p>
]]></description><pubDate>Wed, 03 Sep 2025 20:35:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45120112</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45120112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45120112</guid></item><item><title><![CDATA[New comment by syndeo in "Apple's Assault on Standards"]]></title><description><![CDATA[
<p>That's crazy. I knew Google's would be a lot bigger, but DANG.</p>
]]></description><pubDate>Wed, 03 Sep 2025 20:12:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45119915</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45119915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45119915</guid></item><item><title><![CDATA[New comment by syndeo in "We already live in social credit, we just don't call it that"]]></title><description><![CDATA[
<p>True, but at least in prison you're (usually) fed… which may NOT be the case if you're fired from your job, put on a list, and blocked from the industry.</p>
]]></description><pubDate>Tue, 02 Sep 2025 21:15:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45109159</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=45109159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45109159</guid></item><item><title><![CDATA[New comment by syndeo in "Adults Are Going to Sleep-Away Camp to Make Friends. It Seems to Work"]]></title><description><![CDATA[
<p>Only issue remains putting bread on the table… otherwise I imagine I'd be living a much different—and much more social—life.</p>
]]></description><pubDate>Thu, 14 Aug 2025 19:28:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44904564</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=44904564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44904564</guid></item><item><title><![CDATA[New comment by syndeo in "I watched Gemini CLI hallucinate and delete my files"]]></title><description><![CDATA[
<p>Claude tried to hard-reset a git repo for me once, without first verifying if the only changes present were the ones that it itself had added.</p>
]]></description><pubDate>Wed, 23 Jul 2025 03:21:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44655439</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=44655439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44655439</guid></item><item><title><![CDATA[New comment by syndeo in "I watched Gemini CLI hallucinate and delete my files"]]></title><description><![CDATA[
<p>You seem to be getting downvoted, but I have to agree. I put it in my rules to ask me for confirmation before going down alternate paths like this, that it's critically important to not "give up" and undo its changes without first making a case to me about why it thinks it ought to do so.<p>So far, at least, that seems to help.</p>
]]></description><pubDate>Wed, 23 Jul 2025 03:19:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44655427</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=44655427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44655427</guid></item><item><title><![CDATA[New comment by syndeo in "Swift-erlang-actor-system"]]></title><description><![CDATA[
<p>I've heard a blind eye is turned to React Native code changes, as long as it's not something drastic (or outright malicious like Epic).</p>
]]></description><pubDate>Wed, 23 Jul 2025 03:15:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44655407</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=44655407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44655407</guid></item><item><title><![CDATA[New comment by syndeo in "“Reading Rainbow” was created to combat summer reading slumps"]]></title><description><![CDATA[
<p>Wow. I would've absolutely done that had I known about it. (I was in high school in the very late 2000s/early 2010s, so perhaps I was already too late, but yeah, wow.)<p>Thanks for that link though, a commenter says the vids are still there. (I'm too busy learning Chinese at this point though, I'm afraid!)</p>
]]></description><pubDate>Thu, 17 Jul 2025 15:30:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44594441</link><dc:creator>syndeo</dc:creator><comments>https://news.ycombinator.com/item?id=44594441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44594441</guid></item></channel></rss>