<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: _1tem</title><link>https://news.ycombinator.com/user?id=_1tem</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 19 Apr 2026 07:50:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=_1tem" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by _1tem in "Launch HN: Simplex (YC S24) – Browser automation platform for developers"]]></title><description><![CDATA[
<p>Security conscious domain. We do automations on behalf of our clients and they don't want credentials stored. "Handling" 2FA automatically is completely unacceptable, it breaks the entire point of the 2FA security model. Besides, login sometimes involves out-of-band 2FA methods including phone number.</p>
]]></description><pubDate>Fri, 03 Oct 2025 04:25:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45458977</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45458977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45458977</guid></item><item><title><![CDATA[New comment by _1tem in "Launch HN: Simplex (YC S24) – Browser automation platform for developers"]]></title><description><![CDATA[
<p>What about hybrid automations or human-in-the-loop flows? We have automations where the human starts by logging in, then hands over to the agent. Some parts may even be Puppeteer automated. This also means the session may be long running, typically for months at a time and the agent needs to notify the human again if they get logged out. None of the existing browser automation platforms I have tried make this easy or cost effective, so we are currently trying to build our own. Would love to consider Simplex if this is solved.</p>
]]></description><pubDate>Thu, 02 Oct 2025 17:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45452473</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45452473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45452473</guid></item><item><title><![CDATA[New comment by _1tem in "TigerBeetle is a most interesting database"]]></title><description><![CDATA[
<p>Sounds awesome but can I use it like a regular database for my Laravel/Rails/Django app?</p>
]]></description><pubDate>Wed, 01 Oct 2025 15:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45439168</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45439168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45439168</guid></item><item><title><![CDATA[New comment by _1tem in "Building the heap: racking 30 petabytes of hard drives for pretraining"]]></title><description><![CDATA[
<p>And not just any video data, they specifically mentioned screen recordings for agentic computer uses. A very specific kind of video. My guess is they have a partnership with someone like Rewind.ai</p>
]]></description><pubDate>Wed, 01 Oct 2025 15:43:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45439097</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45439097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45439097</guid></item><item><title><![CDATA[New comment by _1tem in "BrowserPod: In-browser full-stack environments for IDEs and Agents via WASM"]]></title><description><![CDATA[
<p>I wonder if this would enable the truly "serverless" application I've been thinking about. Imagine shipping a whole Rails/Laravel/Wordpress app to the user to be run in their browser with sqlite. Technically you would only need a CDN to distribute the app.</p>
]]></description><pubDate>Tue, 30 Sep 2025 17:34:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45428538</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45428538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45428538</guid></item><item><title><![CDATA[New comment by _1tem in "Show HN: Sculptor – A UI for Claude Code"]]></title><description><![CDATA[
<p>It's not clear to me what a "container" and "pairing" is in this context. What if my application is not dockerized? Can Claude Code execute tests by itself in the context of the container when not paired? This requires all the dependencies, database, etc. - do they all share the same database? Running full containerized applications with many versions of Postgres at the same time sounds very heavy for a dev laptop. But if you don't isolate the database across parallel agents that means you have to worry about database conflicts, which sounds nasty.<p>In general I'm not even sure if the extra cognitive overload of agent multiplexing would save me time in the long run. I think I still prefer to work on one task at a time for the sake of quality and thoroughness.<p>However the feature I was most looking forward to is a mobile integration to check the agent status while away from keyboard, from my phone.</p>
]]></description><pubDate>Tue, 30 Sep 2025 17:18:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45428284</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45428284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45428284</guid></item><item><title><![CDATA[New comment by _1tem in "Selling Lemons"]]></title><description><![CDATA[
<p>People who want the Good Stuff in life acquire taste and expertise or rely on the opinion of trusted people who have taste and expertise. It's always been like this. Otherwise acquiring the Good Stuff is a matter of random chance.</p>
]]></description><pubDate>Tue, 30 Sep 2025 16:42:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45427790</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45427790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45427790</guid></item><item><title><![CDATA[New comment by _1tem in "Comprehension debt: A ticking time bomb of LLM-generated code"]]></title><description><![CDATA[
<p>This is not just for LLM code. This is for any code that is written by anyone except yourself. A new engineer at Google, for example, cannot hit the ground running and make significant changes to the Google algorithm without months of "comprehension debt" to pay off.<p>However, code that is well-designed by humans tends to be easier to understand than LLM spaghetti.</p>
]]></description><pubDate>Tue, 30 Sep 2025 11:37:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45424256</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45424256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45424256</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>I, as an engineer, absolutely support keeping private APIs private in order to preserve the performance of products. This is a good policy decision and a good engineering decision. Allowing others to build products on top of private APIs creates false user expectations. The user doesn't know the difference between a public or private API, they just expect their devices to work properly. If you allow a private API to be abused, then third parties may create crappy products (such as fake AirPods) which will ruin the battery life and security of Apple devices. The user doesn't know who to blame, Apple or the third party. It is absolutely within Apple's rights to protect their private APIs from misuse in order to preserve security and performance of their products for all users. The user is free to choose a different brand if they want interoperability. I, as an Apple user, want security and performance, not interoperability. If I wanted interoperability I would choose Android. The EU has no right to force Apple to become crappier like Android.</p>
]]></description><pubDate>Mon, 29 Sep 2025 14:09:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45414042</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45414042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45414042</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>In order to build a high performance product you have to control all of the API surfaces. Apple devices battery life would suffer if any shoddily written third party device could operate with crappy drivers for it.</p>
]]></description><pubDate>Mon, 29 Sep 2025 05:39:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45410622</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45410622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45410622</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>It’s about the fact that opening your API limits your own engineering capabilities. A device with an open API has a different security and performance profile.<p>So Apple has to sabotage their own devices performance and security to let other people use it. The EU has no business in this.<p>If Apple provided public APIs for their products their own mobile devices battery life and security would be worse due to crappy third party integrations. Apple achieves high performance experiences precisely because that is a ENGINEERING REQUIREMENT to build high quality products.</p>
]]></description><pubDate>Mon, 29 Sep 2025 05:34:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45410608</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45410608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45410608</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>The 25% number you quoted is for the entire European market including Russia and the Middle East not just the EU. Actual EU market is around 7%.<p>Anyway the point is, Apple lost 0 market share even after they pulled out.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:44:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406790</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406790</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>The Russian market is not tiny, it is literally the largest economy in Europe with the highest GDP per capita for 2025 when adjusted for PPP. It is also has the highest population in Europe.<p>If they can pull out of Russia and lose nothing why can’t they pull out of the EU?</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:32:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406685</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406685</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>Despite Apple’s exit from Russia after the 2022 invasion, StatCounter data shows iOS share actually rose from ~27.5% in Aug 2021 to ~32% in 2025 in Russia.<p>If Apple left the EU they would lose nothing.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:25:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406627</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406627</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>If we want to see what the actual impact on Apple’s market share would be if they pulled out of the EU market, consider Russia as a case study. Since Apple pulled out of Russia in 2022, the market share of iOS devices has remained steady and even slightly increased. Russia is comparatively poor, Apple would lose nothing if they pulled out of the EU because consumers would simply travel to other countries to buy.<p>Here’s a comparison of iOS share in Russia (mobile OS) between August 2025 vs August 2021, using StatCounter data:<p>• August 2025: iOS ~ 31.97 %<p>• August 2021: In 2021, the iOS share in Russia was about 27.52 % (for mobile OS) per StatCounter’s data.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:20:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406588</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406588</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>Few die hards? We have an actual case study: Russia. Apple does not sell in Russia anymore but market share has increased.<p>Here’s a comparison of iOS share in Russia (mobile OS) between August 2025 vs August 2023, using StatCounter data:
 • August 2025: iOS ~ 31.97 %   
 • August 2023: iOS ~ 27 % (approximately) — StatCounter’s historical data shows iOS had around 26-28 % share in Russia in mid-2023<p>So between August 2023 and August 2025, iOS’s share in Russia appears to have increased by about 4–6 percentage points (from ~27% → ~32%).</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:17:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406559</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406559</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>> It's trivial to get the same performance.<p>It’s literally impossible to build realtime audio apps with ultra low latency on Android. People have been trying for decades. Not trivial at all.<p>Microsoft and Google and open source devs have tried to build something as good as a MacBook Pro for decades and failed. Because the extremely high performance and polished experience comes from the highly integrated hardware and software stack that only Apple has. Precisely because it is not interoperable. I as an engineer prefer to support fewer devices and make the experience with those few devices better rather than support lots of devices and integrations but crappily.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:10:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406509</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406509</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>Evidence: Open source devs and Google and Microsoft have been trying to build MacBook Pro laptop performance for decades and failed. The entire performance advantage of Apple products is due to their tightly controlled integration of the hardware and
software stack.<p>Apple consumers have come to expect this level of quality from Apple products. It is unreasonable for the EU to demand interoperability with other products when the very thing that makes Apple products work well depends on tight integrations that are not interoperable.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406465</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406465</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>It’s not about ease of implementation. It’s impossible to build Apple Silicon level of quality in power to watt performance or realtime audio apps over public APIs. Just look at how open source devs failed to fix battery issues with Framework Laptops or build realtime audio over Android. You can’t get Apple quality performance over a public api.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406429</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406429</guid></item><item><title><![CDATA[New comment by _1tem in "Apple threatens to stop selling iPhones in the EU"]]></title><description><![CDATA[
<p>You might not have an emotional connection but lots of Apple consumers love their devices</p>
]]></description><pubDate>Sun, 28 Sep 2025 17:56:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406393</link><dc:creator>_1tem</dc:creator><comments>https://news.ycombinator.com/item?id=45406393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406393</guid></item></channel></rss>