<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: bengt</title><link>https://news.ycombinator.com/user?id=bengt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 22 Aug 2026 00:35:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bengt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bengt in "Felony charges for citizen deleting phone data at US Border"]]></title><description><![CDATA[
<p>The location is the crux of the "lawful" part of the search.</p>
]]></description><pubDate>Fri, 21 Aug 2026 19:52:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49393066</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=49393066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49393066</guid></item><item><title><![CDATA[New comment by bengt in "Felony charges for citizen deleting phone data at US Border"]]></title><description><![CDATA[
<p>He had an e-reader and phone. My solution would be set the phone's duress pin to the e-reader's actual pin then consent to the e-reader search providing its pin and see what happens.<p>The actual solution is cloud backup + re-image after the border.</p>
]]></description><pubDate>Fri, 21 Aug 2026 19:49:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49393017</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=49393017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49393017</guid></item><item><title><![CDATA[New comment by bengt in "Git worktrees are not an isolation boundary for coding agents"]]></title><description><![CDATA[
<p>.worktreeinclude is probably part of the solution.<p><a href="https://code.claude.com/docs/en/worktrees#copy-gitignored-files-into-worktrees" rel="nofollow">https://code.claude.com/docs/en/worktrees#copy-gitignored-fi...</a></p>
]]></description><pubDate>Thu, 30 Jul 2026 15:29:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49111396</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=49111396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49111396</guid></item><item><title><![CDATA[New comment by bengt in "Killed by Apple"]]></title><description><![CDATA[
<p>I'd consider the functionality Aperture held to have been killed. I used it for years after 2015 due to a lack of a functional replacement that wasn't a subscription.<p>It still find myself missing what seems to be basic capabilities while using Photos.</p>
]]></description><pubDate>Mon, 11 May 2026 15:28:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48096309</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=48096309</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48096309</guid></item><item><title><![CDATA[New comment by bengt in "Chrome DevTools MCP (2025)"]]></title><description><![CDATA[
<p>I empathize with you in that once you publish a timeline people's expectations can be come unfair; so where is it‽ :)</p>
]]></description><pubDate>Sat, 21 Mar 2026 04:40:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47464034</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=47464034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47464034</guid></item><item><title><![CDATA[New comment by bengt in "Let your Coding Agent debug the browser session with Chrome DevTools MCP"]]></title><description><![CDATA[
<p>Sounds awesome. I've been using mitmproxy's --mode local to intercept with a separate skill to read flow files dumped from it, but interactive is even better.</p>
]]></description><pubDate>Sun, 15 Mar 2026 22:12:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47392522</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=47392522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47392522</guid></item><item><title><![CDATA[New comment by bengt in "Hacking Moltbook"]]></title><description><![CDATA[
<p>Random esoteric questions that should be in an LLMs corpus with a very tight timing on response. Could still use an "enslaved LLM" to answer them.</p>
]]></description><pubDate>Mon, 02 Feb 2026 18:17:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46859239</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=46859239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46859239</guid></item><item><title><![CDATA[New comment by bengt in "Google's $1,800 foldable phone is first smartphone to explode in durability test"]]></title><description><![CDATA[
<p>Stuff like this is the reason why airlines say if your full phone falls into your seat to call flight attendant and to not un-recline it.</p>
]]></description><pubDate>Sat, 18 Oct 2025 15:42:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45628211</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=45628211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45628211</guid></item><item><title><![CDATA[New comment by bengt in "Ask HN: I just abandoned my PyCharm subscription, what should I use now?"]]></title><description><![CDATA[
<p>Yeah, even to just know what's up it's probably important to try.<p>If switching between multiple editors you should look to include a .editorconfig file in your project to have 1 place to configure things.[1]<p>The following are the extensions I've found to use in VSCode / Cursor (these can be saved to / recommended to a project by being listed in the `.vscode/extensions.json` file).<p>* [2] Ruff<p>* [3] BasedPyright<p>* [4] Todo Tree<p>* [5] Rainbow CSV<p>* [6] Mermaid Chart (I’ve found Claude to be good at generating these)<p>* [7] Live Share<p>* [8] Even Better TOML<p>* [9] Error Lens<p>[1] <a href="https://editorconfig.org/" rel="nofollow">https://editorconfig.org/</a>
[2] <a href="https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=charlier...</a>
[3] <a href="https://marketplace.visualstudio.com/items?itemName=detachhead.basedpyright" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=detachhe...</a>
[4] <a href="https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=Gruntfug...</a>
[5] <a href="https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=mechatro...</a>
[6] <a href="https://marketplace.visualstudio.com/items?itemName=MermaidChart.vscode-mermaid-chart" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=MermaidC...</a>
[7] <a href="https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=MS-vsliv...</a>
[8] <a href="https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=tamasfe....</a>
[9] <a href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=username...</a></p>
]]></description><pubDate>Tue, 26 Aug 2025 01:22:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45021194</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=45021194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45021194</guid></item><item><title><![CDATA[New comment by bengt in "Ask HN: I just abandoned my PyCharm subscription, what should I use now?"]]></title><description><![CDATA[
<p>My hunch is VSCode or more likely Cursor. I’ve spent some time this summer trying to get IDE independent tooling running and have settled on Ruff + basedpyright. Also switched over to using UV. You may want to look into Astral’s TY or facebook’s rust based Pyrefly if keen to alpha / beta test.<p>I found getting VSCode properly set up and figuring out what extensions were needed a real pain in the ass and have never found something as good as Pycharm’s Git integration.</p>
]]></description><pubDate>Mon, 25 Aug 2025 13:22:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45013580</link><dc:creator>bengt</dc:creator><comments>https://news.ycombinator.com/item?id=45013580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45013580</guid></item></channel></rss>