<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: IanCal</title><link>https://news.ycombinator.com/user?id=IanCal</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 25 May 2026 22:17:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=IanCal" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by IanCal in "Open source Kanban desktop app that runs parallel agents on every card"]]></title><description><![CDATA[
<p>> No developer or SaaS should be needed to make them understand tasks are checked out when you start work and contain instructions and when you are done you move the ticket to DONE.<p>However jira, trello, linear and basecamp <i>are</i> all SaaS. Then when you create a ticket, what starts the agent? Linear has integrations however that either needs codex/github running things (another SaaS) or you need to do your own agent setup.<p>This is a replacement for jira/etc for a project, rather than an addon.</p>
]]></description><pubDate>Mon, 25 May 2026 13:25:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48266570</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48266570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266570</guid></item><item><title><![CDATA[New comment by IanCal in "My two-part desk setup"]]></title><description><![CDATA[
<p>A few scattered thoughts but a board with decoration or art of a similar size could be a nice cover, the other (more building required) would be to look if there’s a way you can fold down/away the monitor when not in use.</p>
]]></description><pubDate>Sat, 23 May 2026 18:04:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48249762</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48249762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48249762</guid></item><item><title><![CDATA[New comment by IanCal in "The last six months in LLMs in five minutes"]]></title><description><![CDATA[
<p>Are we a long way away?<p><a href="https://chatgpt.com/share/e/6a0bf28b-e198-8012-9a88-c777d965e525" rel="nofollow">https://chatgpt.com/share/e/6a0bf28b-e198-8012-9a88-c777d965...</a></p>
]]></description><pubDate>Tue, 19 May 2026 05:18:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48189466</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48189466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48189466</guid></item><item><title><![CDATA[New comment by IanCal in "I don't think AI will make your processes go faster"]]></title><description><![CDATA[
<p>Also things like improving devx - nicer log analysis, speeding up test suites, auto handing some CI failures, improving scripting, tooling etc.</p>
]]></description><pubDate>Mon, 18 May 2026 09:49:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48177362</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48177362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48177362</guid></item><item><title><![CDATA[New comment by IanCal in "I don't think AI will make your processes go faster"]]></title><description><![CDATA[
<p>I wouldn’t discount the value of moving small tasks away from developers, nor the value of fast cheap prototypes.<p>Product owners can very quickly get, for many problems, an interactive demo without coding. For lots of problems this can be somewhere from a static html page which shows the interactions to a hacked in feature that lets them actually test if it solves the customer need and try several variations before handing over much more concrete specs of what they want to happen. So much time is lost between getting an idea from someone’s head to code to use to then find out it wasn’t communicated well and then finally that the idea didn’t help anyway and we want it in a different way.<p>Yes yes I know someone is about to say that now there’s pressure to push the prototype out but that’s an organisational level problem that existed anyway.<p>And small problems can much faster to solve as well, or even move away from devs. Often people just need some text changed somewhere or html putting together, or some basic code for analysis. They could understand the logic, but the task of writing it from scratch and how to run things may be too much - now you don’t need to prioritise work for a dev to get some sql written and they can spend their time on the larger more software engineering level problems.</p>
]]></description><pubDate>Mon, 18 May 2026 08:37:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48176876</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48176876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48176876</guid></item><item><title><![CDATA[New comment by IanCal in "I don't think AI will make your processes go faster"]]></title><description><![CDATA[
<p>They can ask, they can do a back and forth and they can write documentation to be used from that point onwards and write it in a common style and structure.<p>These are language models, being able to talk through something with them and have them extract some information is what they excel at. Given that you’d probably get a halfway decent result with a literal fixed set of questions (an Eliza level docbot) gpt 5.5 is going to nail that as a task.</p>
]]></description><pubDate>Mon, 18 May 2026 08:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48176813</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48176813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48176813</guid></item><item><title><![CDATA[New comment by IanCal in "Frontier AI has broken the open CTF format"]]></title><description><![CDATA[
<p>Fizzbuzz is such an incredibly simple problem if you can’t do it I struggle to see how you’d be able to complete any task that requires very basic reasoning and very basic coding knowledge. And if an AI system can do those parts, what am I getting for spending tens of thousands of pounds per year by hiring a person who can’t? Wouldn’t I just tag codex on the tickets?<p>I’m not talking about gotcha level stuff here where the first time it didn’t compile because of a bracket or anything, or even first time wrong. They couldn’t do Fizzbuzz in a language of their choice, at all.<p>Those that could were always annoyed at having to do such things because how could someone coming for a contract position not be able to do this? Without seeing what a filter it really was.</p>
]]></description><pubDate>Sat, 16 May 2026 12:31:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48159631</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48159631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48159631</guid></item><item><title><![CDATA[New comment by IanCal in "Frontier AI has broken the open CTF format"]]></title><description><![CDATA[
<p>Can’t say you’re wrong but the last anecdote describes many I’ve had to review for jobs long before LLMs. Fizzbuzz is a classic thing that shockingly many devs genuinely cannot do, even at home.</p>
]]></description><pubDate>Sat, 16 May 2026 09:52:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48158620</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48158620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48158620</guid></item><item><title><![CDATA[New comment by IanCal in "Frontier AI has broken the open CTF format"]]></title><description><![CDATA[
<p>But the article is arguing it is broken. That’s the point. You can disagree but that’s very much that the author is writing about, not a curiosity, and that it’s these top models that are not custom security models.</p>
]]></description><pubDate>Sat, 16 May 2026 09:50:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48158607</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48158607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48158607</guid></item><item><title><![CDATA[New comment by IanCal in "Frontier AI has broken the open CTF format"]]></title><description><![CDATA[
<p>They can be incredible. One on one teaching with an infinitely patient teacher who can generate interactive problems on the fly, for dollars a month? Wild. A year of paid ChatGPT would pay for about 9 hours of cheap tutoring here.</p>
]]></description><pubDate>Sat, 16 May 2026 09:09:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48158363</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48158363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48158363</guid></item><item><title><![CDATA[New comment by IanCal in "Frontier AI has broken the open CTF format"]]></title><description><![CDATA[
<p>If it helps I understand the second much better and feels less clickbaity and includes more info. I do agree with the points you made about the confusion although I find frontier a term used in this area a lot, “frontier AI models have” would probably resolve that.</p>
]]></description><pubDate>Sat, 16 May 2026 09:02:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48158332</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48158332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48158332</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>Good lord. Yes, people adding the content is important. What is the social component bringing people there? I’m repeatedly asking and you’re never covering this. Please try and actually read what I’m saying and engage with that because at no point are you covering the question I’m asking. I am not asking why people use GitHub. I am asking why there needs to be a single central place everyone goes, like social networks, because the vast majority of interaction is so focused within projects that if they were all isolated and you had one sso provider I’m not sure what you’d lose (and this is the extreme case).<p>I find repos because of search engines, links from project pages, links from package managers, hn, all external sources. If it’s from linked issues that’s user generated and can easily link off site (and often do).<p>Are you following users and finding repos like that by seeing that they commit to? Having GitHub recommend repos?</p>
]]></description><pubDate>Sat, 16 May 2026 06:42:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48157473</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48157473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48157473</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>That’s literally the thing I called out as being cross repo, auth.</p>
]]></description><pubDate>Fri, 15 May 2026 12:06:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48147584</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48147584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48147584</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>They have those features but those aren’t decentralisation issues, as far as I’d understand the term, but those already can be done elsewhere right now. They’re purely tied to one repo really, it’s only the user accounts that I can see being more of a cross repo concern.<p>And global search but I don’t feel like that even really works.</p>
]]></description><pubDate>Fri, 15 May 2026 12:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48147571</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48147571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48147571</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>Lots of those aren't centralisation/decentralisation issues though - codespaces, actions, issue tracking, multiple users, all that is repo/org level.</p>
]]></description><pubDate>Thu, 14 May 2026 17:17:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48138273</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48138273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48138273</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>I know git doesn't do this by itself, but then we're not talking about github vs raw git - perhaps that's where you're confused by what I'm saying.<p>All these other services have what you're talking about, and the only cross-repo/org work I can see here is:<p>* Aligned accounts (person X on one service is person Y on github), if you want that continuity across services<p>* Forking<p>And the whole forking/branching/merging side <i>is</i> handled by raw git.<p>That's why I've been asking what githubs huge <i>centralisation</i> gets us. It has a UI and features that are useful, great, those exist in other projects too, so what is the stickiness?</p>
]]></description><pubDate>Thu, 14 May 2026 17:14:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48138218</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48138218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48138218</guid></item><item><title><![CDATA[New comment by IanCal in "Claude for Small Business"]]></title><description><![CDATA[
<p>> Remember last month when Anthropic was like: no, we're not going to refund you even though we admit we're in the wrong for anti-competitively burning credits?<p>I'm quite sure at the time that they said they wouldn't give compensation, not that they wouldn't refund them.</p>
]]></description><pubDate>Thu, 14 May 2026 11:24:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48133897</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48133897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48133897</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>I'm not sure how to make it clearer. I do not understand what the "social" component of github is that people are using so heavily that it's a big thing to break from and requires huge centralisation, that it is the "most important aspect of the platform". I said that I assume I am missing something because I don't see much that really ties all these things together, and nothing like the network effects of, say, X or facebook.<p>All you've pointed to is devs working together and people filing bugs. All that requires is auth, no? Is that it? Is an SSO button really this enormous hurdle?<p>> It's just the same thing,<p>Saying dropbox is irrelevant because <i>all end users</i> could just "build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem." is not the same as saying "what is the social aspect of github?".<p>Closer is what I've argued elsewhere, which is that multiple different hosts running (something like) gitea selling cloud based storage as a service would be extremely close to github for end users. And it would be identical for what you've talked about wouldn't it?<p>> you both are ignoring how important convenience is.<p>The convenience of <i>what</i>, specifically? Not having to click an SSO button on a new website?</p>
]]></description><pubDate>Thu, 14 May 2026 11:23:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48133889</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48133889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48133889</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>Although that only requires a centralised host <i>per repo</i>.</p>
]]></description><pubDate>Thu, 14 May 2026 06:02:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48131642</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48131642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48131642</guid></item><item><title><![CDATA[New comment by IanCal in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>Totally different thing, and if you don’t want to engage don’t, this is simply rude.</p>
]]></description><pubDate>Thu, 14 May 2026 05:59:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48131623</link><dc:creator>IanCal</dc:creator><comments>https://news.ycombinator.com/item?id=48131623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48131623</guid></item></channel></rss>