<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: paulbjensen</title><link>https://news.ycombinator.com/user?id=paulbjensen</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Jul 2026 02:27:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=paulbjensen" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by paulbjensen in "AWS: Inaccurate Estimated Billing Data – $1.7 billion"]]></title><description><![CDATA[
<p>AWS revenue for 2025 was $128.7 billion, so I'd say probably a bug.</p>
]]></description><pubDate>Fri, 17 Jul 2026 11:47:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48946156</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48946156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48946156</guid></item><item><title><![CDATA[New comment by paulbjensen in "New York City to ban deceptive subscription practices"]]></title><description><![CDATA[
<p>Fantastic, this is brilliant.<p>I have tried to cancel a newspaper subscription in the UK a few times, which is only possible by telephone, and they have a serious churn-reduction program in place where I end up getting a major discount on the subscription.</p>
]]></description><pubDate>Sat, 11 Jul 2026 07:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48869822</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48869822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48869822</guid></item><item><title><![CDATA[New comment by paulbjensen in "How version control will evolve for the agent boom"]]></title><description><![CDATA[
<p>> Our hypothesis is simple: session logs are now the most important artifact in software development, and should be stored alongside the code itself in the repository.<p>Pi.dev has a feature where you can export the session as a html file and look at it later. I foresee that potentially you could store this in the same Git repository and get the benefit of reviewing how a particular code change came about during a session with an agent.<p>I guess the next step would be having the coding agent save that session context automatically in a folder in the git repository rather than requiring a human to export it.<p>This startup also seems to be operating in a similar space to tangled.org - moving code repos into a decentralised hosting environment.</p>
]]></description><pubDate>Thu, 09 Jul 2026 13:35:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48845616</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48845616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48845616</guid></item><item><title><![CDATA[New comment by paulbjensen in "Programmers need to start meditating"]]></title><description><![CDATA[
<p>I’m talking about CI pipelines where you have:<p>- Unit tests
- End to End testing with Cucumber and Puppeteer (or Playwright these days)
- Code Coverage analysis
- Lint and formatting checks
- Tools like knit to remove unused code
- Security checking tools like Synk and Socket
- Size checking<p>If you look at what those tools do, they automate aspects of reviewing PRs. The question then becomes - what still gets done manually, and are there ways to automate that.</p>
]]></description><pubDate>Mon, 06 Jul 2026 11:07:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48803093</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48803093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48803093</guid></item><item><title><![CDATA[New comment by paulbjensen in "Programmers need to start meditating"]]></title><description><![CDATA[
<p>Meditation is great, but there might also be other options available when it comes to dealing with the effects of context switching.<p>For me, I find the Pomodoro technique really effective, but there's a key caveat, which is that you try to focus on one thing at a time (which flies in the face of using multiple AI agents working on x number of things at the same time).<p>Another angle to explore is how much of the process of software development that we do manually can we automate, particularly the parts that still require human input (like code reviews). That may also help with reducing the cognitive load.</p>
]]></description><pubDate>Sun, 05 Jul 2026 12:51:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48793909</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48793909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48793909</guid></item><item><title><![CDATA[New comment by paulbjensen in "macOS Tahoe update breaks using external display in clamshell mode"]]></title><description><![CDATA[
<p>Update: Running this in the terminal works:<p>sudo pmset -a disablesleep 1<p>And if you want to revert that, run this:<p>sudo pmset -a disablesleep 0</p>
]]></description><pubDate>Sat, 27 Jun 2026 19:49:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48701128</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48701128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48701128</guid></item><item><title><![CDATA[New comment by paulbjensen in "macOS Tahoe update breaks using external display in clamshell mode"]]></title><description><![CDATA[
<p>I've just run into this issue. At first I thought that there was something wrong with the cable or the power, but now stumbled on this thread.<p>Laptop: 13" MacBook Pro, M1 processor, 2020 edition
Display: Apple Studio Display</p>
]]></description><pubDate>Sat, 27 Jun 2026 19:46:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48701108</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48701108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48701108</guid></item><item><title><![CDATA[macOS Tahoe update breaks using external display in clamshell mode]]></title><description><![CDATA[
<p>Article URL: <a href="https://discussions.apple.com/thread/256305994?sortBy=rank">https://discussions.apple.com/thread/256305994?sortBy=rank</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48701095">https://news.ycombinator.com/item?id=48701095</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 27 Jun 2026 19:44:46 +0000</pubDate><link>https://discussions.apple.com/thread/256305994?sortBy=rank</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48701095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48701095</guid></item><item><title><![CDATA[New comment by paulbjensen in "LastPass notifies users of yet another data breach"]]></title><description><![CDATA[
<p>Once more onto the breach…</p>
]]></description><pubDate>Thu, 25 Jun 2026 13:08:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48672777</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48672777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48672777</guid></item><item><title><![CDATA[New comment by paulbjensen in "Deno Desktop"]]></title><description><![CDATA[
<p>Actually, this would be amazing for distributing web games as apps for Steam or online purchase. I am going to give it a try.</p>
]]></description><pubDate>Mon, 22 Jun 2026 10:54:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48628482</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48628482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48628482</guid></item><item><title><![CDATA[New comment by paulbjensen in "TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed)"]]></title><description><![CDATA[
<p>Great game, loved taking a peak behind the scenes and seeing it was using HTML5 canvas.<p>Will buy the game later on, especially as it's only $5 - I guess that's a latte in the US these days?</p>
]]></description><pubDate>Tue, 16 Jun 2026 11:08:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48553399</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48553399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48553399</guid></item><item><title><![CDATA[New comment by paulbjensen in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>Recently I got AI to help make a script to convert a CSV dump of trading activity on a trading platform for uploading into another stock trading analysis platform.<p>Later on, I managed to crunch the numbers in the script, and realised I could dump them out and display them in a dashboard alongside the trade activity. So I built that too,<p>An excel spreadsheet could have done the same job as the dashboard, but the script for conversion was greatly aided by the AI tool. The work otherwise would have been a bit of manual coding and back-and-forth testing.</p>
]]></description><pubDate>Tue, 09 Jun 2026 13:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48460842</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48460842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48460842</guid></item><item><title><![CDATA[New comment by paulbjensen in "AI is slowing down"]]></title><description><![CDATA[
<p>I find it nuts that I can use Claude Code for $20pm - I imagine that won't last forever but have to say it is great value for money.<p>So when I see monthly budgets in the thousands for developers at some larger companies, I'm curious to learn how they are managing to spend that kind of figure: how much code/documentation are they feeding into their prompts, are they using agent orchestration systems to make the code factory run 24/7, and how much value is coming out the other end versus before?<p>And, if they are pouring thousands into LLMs per developer, have they considered looking at alternatives like having LLMs running locally on own hardware with their own agent harness?<p>Those are the kind of questions I'd love to ask - I just wonder how much stuff is truly cutting edge and how much might be wasteful?</p>
]]></description><pubDate>Mon, 08 Jun 2026 19:28:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48450358</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48450358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48450358</guid></item><item><title><![CDATA[New comment by paulbjensen in "Ask HN: What was your "oh shit" moment with GenAI?"]]></title><description><![CDATA[
<p>I would say the first time I did “vibe coding”, when I tried Claude Code with Zed’s agent integration in January this year.<p>I wanted to see if I could build an image editor for isometric graphics using HTML5 canvas, Svelte, Vite, and the. Rather than do all of the skeleton code setup, I figured “why not try and see if Claude can build the app scaffolding?”.<p>I gave it a prompt and watched it produce the scaffold, along with a few features I outlined in the prompt.<p>When I booted the app and saw that the features worked and that there had been an element of design to the layout, that was my mind-blown moment. In a period of about 45 minutes, I added some features and had a basic MVP at the end. I walked back home stunned.<p>That app is available for free at <a href="https://babspixel.com" rel="nofollow">https://babspixel.com</a></p>
]]></description><pubDate>Fri, 05 Jun 2026 21:06:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48418284</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48418284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48418284</guid></item><item><title><![CDATA[New comment by paulbjensen in "Accidentally deleted subscriptions for chat integrations (Slack and MS Teams)"]]></title><description><![CDATA[
<p>Anyone who deletes Microsoft Teams deserves a raise.</p>
]]></description><pubDate>Fri, 05 Jun 2026 19:44:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48417228</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48417228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48417228</guid></item><item><title><![CDATA[New comment by paulbjensen in "Malicious npm packages detected across Red Hat Cloud Services"]]></title><description><![CDATA[
<p>Looks like RedHat got compromised by a Black Hat…</p>
]]></description><pubDate>Mon, 01 Jun 2026 13:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48356917</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48356917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48356917</guid></item><item><title><![CDATA[New comment by paulbjensen in "Danish Pension Blacklists SpaceX over 'Catastrophic Governance'"]]></title><description><![CDATA[
<p>The Financial Times' Unhedged Podcast covered the SpaceX IPO recently and highlighted the same issues that the Danish pension fund raised concerns about.<p><a href="https://www.ft.com/content/a401b0c0-fcc0-4bae-9f57-e8d5c0957a70" rel="nofollow">https://www.ft.com/content/a401b0c0-fcc0-4bae-9f57-e8d5c0957...</a></p>
]]></description><pubDate>Sat, 30 May 2026 11:57:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48335246</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48335246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48335246</guid></item><item><title><![CDATA[New comment by paulbjensen in "SimCity 3k in 4k (2025)"]]></title><description><![CDATA[
<p>Another factor was that although both SimCity 3k and SimCity 4 both had a maximum of 256x256 tiles for their cities, the scale was different.<p>A SimCity 3000 tile edge was equivalent to 64m, whereas in SimCity 4 it was 16m. The scale of the city in SimCity 3000 was bigger as a result.<p>Hoping to test this principle of largest possible map sizes out soon.</p>
]]></description><pubDate>Wed, 27 May 2026 21:03:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48300653</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48300653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48300653</guid></item><item><title><![CDATA[New comment by paulbjensen in "Cloudflare Flagship"]]></title><description><![CDATA[
<p>Gold-plated booleans-as-a-service</p>
]]></description><pubDate>Wed, 27 May 2026 07:06:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48290726</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48290726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48290726</guid></item><item><title><![CDATA[New comment by paulbjensen in "Incident with Actions and Pages"]]></title><description><![CDATA[
<p>CircleCI right now <a href="https://gifrific.com/mick-mccarthy-stares-at-camera-and-smiles/" rel="nofollow">https://gifrific.com/mick-mccarthy-stares-at-camera-and-smil...</a></p>
]]></description><pubDate>Tue, 26 May 2026 16:14:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48281762</link><dc:creator>paulbjensen</dc:creator><comments>https://news.ycombinator.com/item?id=48281762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48281762</guid></item></channel></rss>