<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: LeicaLatte</title><link>https://news.ycombinator.com/user?id=LeicaLatte</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 20:07:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=LeicaLatte" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by LeicaLatte in "Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone"]]></title><description><![CDATA[
<p>My setup is very similar.<p>After you log in you can unlock keychain by running this command<p>‘security unlock-keychain’</p>
]]></description><pubDate>Tue, 06 Jan 2026 23:54:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46520637</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=46520637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46520637</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Pakistani newspaper mistakenly prints AI prompt with the article"]]></title><description><![CDATA[
<p>Completion API is only half the product. Teams integrate these tools into production with nothing but policy documents between them & incidents. The guardrail system does not exist for a reason. No business model. No investors. No revenue stream.<p>Tesla didn't just build FSD. They had to build a verification layer: driver cameras, steering sensors, attention alerts. That parallel software makes autopilot road ready.</p>
]]></description><pubDate>Wed, 12 Nov 2025 18:47:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45904169</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45904169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45904169</guid></item><item><title><![CDATA[New comment by LeicaLatte in "The terminal of the future"]]></title><description><![CDATA[
<p>Instead of reinventing terminals, what if we standardized on structured data exchange between CLI tools (like JSON/msgpack) and let terminal emulators render it intelligently? The backwards compatibility problem that nixpulvis mentions is real - any "terminal of the future" needs to run existing tools well first while gradually enabling richer experiences.</p>
]]></description><pubDate>Wed, 12 Nov 2025 17:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45903345</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45903345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45903345</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Pakistani newspaper mistakenly prints AI prompt with the article"]]></title><description><![CDATA[
<p>A simple "END OF ARTICLE" delimiter in prompts might prevent most of these embarrassing slips.</p>
]]></description><pubDate>Wed, 12 Nov 2025 17:50:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45903266</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45903266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45903266</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Yann LeCun to depart Meta and launch AI startup focused on 'world models'"]]></title><description><![CDATA[
<p>Great timing - launching right as the transformer bubble might be peaking.</p>
]]></description><pubDate>Wed, 12 Nov 2025 17:48:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45903223</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45903223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45903223</guid></item><item><title><![CDATA[New comment by LeicaLatte in "YouTube addresses lower view counts which seem to be caused by ad blockers"]]></title><description><![CDATA[
<p>YouTube's messaging is the more frustrating part about all this. Panic might drive more creators toward direct monetization, that might just be the better net outcome.</p>
]]></description><pubDate>Wed, 17 Sep 2025 17:04:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45278482</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45278482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45278482</guid></item><item><title><![CDATA[New comment by LeicaLatte in "UUIDv47: Store UUIDv7 in DB, emit UUIDv4 outside (SipHash-masked timestamp)"]]></title><description><![CDATA[
<p>Mobile apps often sort by creation time in the UI (chat messages, activity feeds). Since clients only see the masked version, there might be a need to expose a separate timestamp field.</p>
]]></description><pubDate>Wed, 17 Sep 2025 16:42:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45278192</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45278192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45278192</guid></item><item><title><![CDATA[New comment by LeicaLatte in "How People Use ChatGPT [pdf]"]]></title><description><![CDATA[
<p>I think the 73% non-work usage ratio will flip again within 2-3 years, but not because consumer usage shrinks. As AI becomes embedded in workflows through APIs the "work" category is set to expand dramatically.</p>
]]></description><pubDate>Tue, 16 Sep 2025 03:18:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45257684</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45257684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45257684</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Claude’s memory architecture is the opposite of ChatGPT’s"]]></title><description><![CDATA[
<p>Curious about the interaction between this memory behavior and fine-tuning. If the base model has these emergent memory patterns, how do they transfer or adapt when we fine-tune for specific domains?<p>Has anyone experimented with deliberately structuring prompts to take advantage of these memory patterns?</p>
]]></description><pubDate>Thu, 11 Sep 2025 21:20:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45216233</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45216233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45216233</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Behind the scenes of Bun Install"]]></title><description><![CDATA[
<p>Liking the package management from first principles as a systems-level optimization problem rather than file scripting. resembling a database engine - dependency aware task scheduling, cache locality, sys call overhead - they are all there.</p>
]]></description><pubDate>Thu, 11 Sep 2025 21:15:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45216185</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45216185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45216185</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Launch HN: Bitrig (YC S25) – Build Swift apps on your iPhone"]]></title><description><![CDATA[
<p>Very cool. I would probably build this using SDUI server driven abstractions. Curious if you considered that approach to build bitrig or parts of it.</p>
]]></description><pubDate>Thu, 28 Aug 2025 01:18:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45047224</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45047224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45047224</guid></item><item><title><![CDATA[New comment by LeicaLatte in "I Am An AI Hater"]]></title><description><![CDATA[
<p>I just hate arrays.</p>
]]></description><pubDate>Wed, 27 Aug 2025 20:37:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45044881</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=45044881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45044881</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Claudia – Desktop companion for Claude code"]]></title><description><![CDATA[
<p>Loving all these Claude Code as a Platform products. Hope Anthropic doesn't ban them once they become popular citing some vague TOS violation.</p>
]]></description><pubDate>Sun, 17 Aug 2025 22:03:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44935325</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=44935325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44935325</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Ask HN: What Pocket alternatives did you move to?"]]></title><description><![CDATA[
<p>bookmarking is such a lightweight task (like vpn), compute and storage wise, there is no reason to not self host it. many nice solutions out there, i personally use wallabag. its gets many things right.</p>
]]></description><pubDate>Fri, 18 Jul 2025 04:34:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44601228</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=44601228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44601228</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Apple Intelligence Foundation Language Models Tech Report 2025"]]></title><description><![CDATA[
<p>This isn’t the Apple I remember. Product integration falls apart at every seam, but don’t worry—we’ve got plenty of impressive technical documentation to compensate. I’m sure Jobs would be thrilled to see his ‘it just works’ philosophy replaced with ‘it barely works, but here’s a 50-page PDF explaining why.</p>
]]></description><pubDate>Fri, 18 Jul 2025 04:28:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44601204</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=44601204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44601204</guid></item><item><title><![CDATA[New comment by LeicaLatte in "ChatGPT agent: bridging research and action"]]></title><description><![CDATA[
<p>The video replay thing was the only cool thing in that demo.</p>
]]></description><pubDate>Fri, 18 Jul 2025 04:16:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44601151</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=44601151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44601151</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Anthropic tightens usage limits for Claude Code without telling users"]]></title><description><![CDATA[
<p>Customers are always chasing the next big thing in this space. As a programmer who’s worked on mobile UIs and backends using CC, I can say the appeal isn’t really the model itself—it’s the form factor. It’s a decent product, but hardly groundbreaking or essential.</p>
]]></description><pubDate>Fri, 18 Jul 2025 04:14:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44601139</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=44601139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44601139</guid></item><item><title><![CDATA[New comment by LeicaLatte in "Builder.ai Collapses: $1.5B 'AI' Startup Exposed as 'Indians'"]]></title><description><![CDATA[
<p>Do things that don’t scale taken to another level :)</p>
]]></description><pubDate>Tue, 03 Jun 2025 21:30:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44174955</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=44174955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44174955</guid></item><item><title><![CDATA[New comment by LeicaLatte in "iOS Kindle app now has a ‘get book’ button after changes to App Store rules"]]></title><description><![CDATA[
<p>Add that external payment button and watch my app magically disappear from search results.<p>Sure, they changed the rules on paper, but who's policing their algorithm? Nobody. They can tank my keywords overnight and call it "normal fluctuation."<p>FAANG will be fine, but indies? Gentle reminder that ASO funnels have no customer support. Might just suddenly "stop working."<p>Anyone else afraid to pull the trigger on this?</p>
]]></description><pubDate>Wed, 07 May 2025 03:26:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43911974</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=43911974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43911974</guid></item><item><title><![CDATA[New comment by LeicaLatte in "GPT-4.1 in the API"]]></title><description><![CDATA[
<p>i've recently set claude 3.7 as the default option for customers when they start new chats in my app. this was a recent change, and i'm feeling good about it. supporting multiple providers can be a nightmare for customer service, especially when it comes to billing and handling response quality queries. with so many choices from just one provider, it simplifies things significantly. curious about how openai manages customer service internally.</p>
]]></description><pubDate>Mon, 14 Apr 2025 20:24:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43685918</link><dc:creator>LeicaLatte</dc:creator><comments>https://news.ycombinator.com/item?id=43685918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43685918</guid></item></channel></rss>