<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: pscanf</title><link>https://news.ycombinator.com/user?id=pscanf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 17:02:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pscanf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pscanf in "Suica, Japan's First IC Transit Card"]]></title><description><![CDATA[
<p>I can see how for a local this system might be better, but as a tourist I strongly prefer the tap in/tap out system, especially if I can just use my credit card.<p>I used the SBB app a few times, and it's actually very good, but it's still an "app experience". First, I need to set it up (download, login, add payment method), for which I need an internet connection (which I might not have as soon as I enter the country). Then, every time I need to purchase a ticket I need to open the app and figure out how to do what I need to.<p>Tapping in and out is superior in my view, even though I might end up overpaying a bit (though I'm probably still paying much less than what I'd pay in Switzerland :D ).</p>
]]></description><pubDate>Fri, 28 Aug 2026 08:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49476037</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=49476037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49476037</guid></item><item><title><![CDATA[New comment by pscanf in "The user is visibly frustrated"]]></title><description><![CDATA[
<p>Author here. I definitely agree that communicating well is a prerequisite to getting decent results. On the other hand:<p>1. Even if you communicate perfectly, there's no guarantee that the LLM will "behave as instructed" and as you imagined it to. Indeed, the frustration often comes from the fact that you've said something as clear as day, yet the agent takes another path.<p>2. Part of the value of coding agents is exactly that you don't need to lay it all out perfectly for them. I mean, if I need to give the LLM every little implementation detail, I might as well write the code. Of course, I don't expect it to work off of "I want nice app make money", but I do expect some "intelligence" in figuring out the missing pieces.</p>
]]></description><pubDate>Tue, 26 May 2026 10:04:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48277501</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=48277501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48277501</guid></item><item><title><![CDATA[New comment by pscanf in "Migrating from Go to Rust"]]></title><description><![CDATA[
<p>> Every sentence says something. Every sentence is important and holds its weight. [...] Also, it makes the post harder (and more boring) to read.<p>I actually prefer that style of writing! (When it's not AI-generated ofc.) And I also try to use it in my technical blog posts. I usually re-read my drafts asking myself: "Does the reader actually care about this? Is this sentence adding something or is it just fluff?"<p>And actually I feel like AI text usually produces <i>more</i> fluff, or anyway I notice it more, but I see how it can make the result "robotic and boring".</p>
]]></description><pubDate>Mon, 25 May 2026 06:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48263983</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=48263983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48263983</guid></item><item><title><![CDATA[New comment by pscanf in "We are retiring our bug bounty program"]]></title><description><![CDATA[
<p>We sorely need a way to reliably detect AI slop, but unfortunately it doesn't seem possible and it's just getting harder and harder.<p>Last month I tried my hand at finding a way to tell whether an OSS project is slop or not, based on the amount of "human attention" it received vs the amount of code it contains. The idea is that a 100k LOC project which received 3 days' worth of attention from a human is most certainly slop.<p>The approach doesn't work very well, though¹, mostly because it's hard to gauge the amount of attention that was given. If I see one commit with +3000 LOC, I can assume it's AI-generated, but maybe you're just the type of dev that commits infrequently.<p>Maybe we need some sort of "proof of human attention" for digital artifacts, that guarantees that a human spent X time working on it.<p>¹ I wrote about it here <a href="https://pscanf.com/s/352/" rel="nofollow">https://pscanf.com/s/352/</a></p>
]]></description><pubDate>Fri, 15 May 2026 14:35:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48149197</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=48149197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48149197</guid></item><item><title><![CDATA[Can We Measure Software Slop? An Experiment]]></title><description><![CDATA[
<p>Article URL: <a href="https://pscanf.com/s/352/">https://pscanf.com/s/352/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47865741">https://news.ycombinator.com/item?id=47865741</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 22 Apr 2026 16:19:18 +0000</pubDate><link>https://pscanf.com/s/352/</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47865741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47865741</guid></item><item><title><![CDATA[New comment by pscanf in "Show HN submissions tripled and now mostly share the same vibe-coded look"]]></title><description><![CDATA[
<p>I recently ran an experiment where I tried to use _quantitative signals_ (and not _qualitative_ ones) to tell whether something is vibe-coded or not.<p>My idea was that, if I see that your project is growing 10k LOC per week and you're the only developer working on it, it's most likely vibe-coded.<p>I analyzed some open-source projects, but unfortunately it turns out not to be so clear cut. It's relatively easy to estimate the growth rate of a project, but figuring out how much time developers worked on it is very error prone, which results in both false positives and false negatives.<p>I wrote a post about it (<a href="https://pscanf.com/s/352/" rel="nofollow">https://pscanf.com/s/352/</a>) if you're interested in the details.</p>
]]></description><pubDate>Wed, 22 Apr 2026 16:07:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47865611</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47865611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47865611</guid></item><item><title><![CDATA[Show HN: Slop-O-Meter, an experimental tool to detect slopware projects]]></title><description><![CDATA[
<p>Article URL: <a href="https://slop-o-meter.dev/">https://slop-o-meter.dev/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47833379">https://news.ycombinator.com/item?id=47833379</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Apr 2026 12:35:39 +0000</pubDate><link>https://slop-o-meter.dev/</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47833379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47833379</guid></item><item><title><![CDATA[New comment by pscanf in "Git commands I run before reading any code"]]></title><description><![CDATA[
<p>I just finished¹ building an experimental tool that tries to figure out if a repo is slopware or not just by looking at it's git history (plus some GitHub activity data).<p>The takeaway from my experiment is that you can really tell a lot by how / when / what people commit, but conclusions are very hard to generalize.<p>For example, I've also stumbled upon the "merge vs squash" issue, where squashes compress and mostly hide big chunks of history, so drawing conclusions from a squashed commit is basically just wild guessing.<p>(The author of course has also flagged this. But I just wanted to add my voice: yeah, careful to generalize.)<p>¹ Nothing is ever finished.</p>
]]></description><pubDate>Wed, 08 Apr 2026 12:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47689445</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47689445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47689445</guid></item><item><title><![CDATA[New comment by pscanf in "r/programming bans all discussion of LLM programming"]]></title><description><![CDATA[
<p>Yeah, maybe it's that, though I still wouldn't expect someone to categorize the post as blogspam, even if they just glance at it. (At least according to my definition of blogspam, but I guess each has their own.) But yes, pragmatically I should probably remove the disclaimer.</p>
]]></description><pubDate>Thu, 02 Apr 2026 14:41:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47615175</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47615175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47615175</guid></item><item><title><![CDATA[New comment by pscanf in "r/programming bans all discussion of LLM programming"]]></title><description><![CDATA[
<p>I gave up on r/programming after an article I wrote (thoughtfully, without AI, even though the content might not have been super interesting) got mod-slapped with a stickied comment "This content is low quality, stolen, blogspam, or clearly AI generated".<p>Ironically, that comment was added three months <i>after</i> I posted the article, when it was nowhere near the front page anymore, in a clearly automated and AI-driven review.<p>Still salty about it.</p>
]]></description><pubDate>Thu, 02 Apr 2026 06:39:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47610750</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47610750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47610750</guid></item><item><title><![CDATA[New comment by pscanf in "Improving personal tax filing with Claude CLI and Obsidian"]]></title><description><![CDATA[
<p>Oh, interesting, I didn't know about this project, thanks for sharing!<p>I tried to implement something like this for the search functionality, but ended up going with "old school" lexical search instead.<p>Mostly because, in my experimentation, vector search didn't perform significantly better, and in some case it performed worse. All the while being much more expensive on several fronts: indexing time (which also requires either an API or a ~big local model), storage, search time, and implementation complexity.<p>And Superego's agent actually does quite well with the lexical search tool. The model usually tries a few different queries in parallel, which approximates a bit semantic search.</p>
]]></description><pubDate>Mon, 30 Mar 2026 17:58:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47577583</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47577583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47577583</guid></item><item><title><![CDATA[New comment by pscanf in "Improving personal tax filing with Claude CLI and Obsidian"]]></title><description><![CDATA[
<p>> The intention of this is to reduce hallucination on information extraction, right?<p>Correct.<p>> Also, how do you convert your docs / information into JSON documents?<p>Right now you have to add it yourself to the database. The idea is that you use Superego as the software in which you record your expenses / income / whatever, so the data is naturally there already.<p>But I'm also working on an "import from csv/json/etc" feature, where you drop in a file and the AI maps the info it contains to the collections you have in the database.</p>
]]></description><pubDate>Mon, 30 Mar 2026 15:11:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47575327</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47575327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47575327</guid></item><item><title><![CDATA[New comment by pscanf in "Improving personal tax filing with Claude CLI and Obsidian"]]></title><description><![CDATA[
<p>The problem with using markdown for this is that it's unstructured, so when the LLM does calculations on it, extracting data is error prone, you're never sure what exactly gets extracted, and it's then a hassle to verify (like the author had to do).<p>In my app Superego (<a href="https://github.com/superegodev/superego" rel="nofollow">https://github.com/superegodev/superego</a>, shameless plug) I use structured JSON documents precisely for this reason, because with a well-defined schema the LLM can write TypeScript functions that must compile. This doesn't guarantee correctness, of course, but it actually goes a long way.<p>But doing my taxes was a use case I hadn't considered, and it's actually pretty neat! I'll be trying it myself next month (though I'm not looking forward to it).</p>
]]></description><pubDate>Sat, 28 Mar 2026 20:08:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47557771</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47557771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47557771</guid></item><item><title><![CDATA[New comment by pscanf in "Dobase – Open-source, self-hosted workspace with installable tools"]]></title><description><![CDATA[
<p>That would simplify things, but in my opinion that is still too high a hurdle. I'm all about privacy and FOSS, but I don't self-host anything (except for my personal website).<p>I wish that more apps would instead move the logic to the client and use files on file syncing services as databases. Taking tasks as an example, if a task board were just a file, I could share it with you on Dropbox / Drive / whatever we both use, and we wouldn't need a dedicated backend at all.<p>The approach has limitations (conflict resolution, authorization, and latency are the big ones), but it is feasible and actually completely fine for lots of apps.</p>
]]></description><pubDate>Fri, 27 Mar 2026 08:44:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47540316</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47540316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47540316</guid></item><item><title><![CDATA[New comment by pscanf in "GitHub appears to be struggling with measly three nines availability"]]></title><description><![CDATA[
<p>I only use GitHub (and actions) for personal open-source projects, so I can't really complain because I'm getting everything for free¹. But even for those projects I recently had to (partially) switch actions to a paid solution² because GitHub's runners were randomly getting stuck for no discernible reason.<p>¹ Glossing over the "what they're getting in return" part.
² <a href="https://www.warpbuild.com/">https://www.warpbuild.com/</a></p>
]]></description><pubDate>Mon, 23 Mar 2026 13:04:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47488940</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47488940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47488940</guid></item><item><title><![CDATA[New comment by pscanf in "LotusNotes"]]></title><description><![CDATA[
<p>Ah yeah, I understand now. And I also agree with the quote then! (Though it does change the nature of the job, and it's not terribly enjoyable...)</p>
]]></description><pubDate>Thu, 19 Mar 2026 20:17:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47445319</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47445319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47445319</guid></item><item><title><![CDATA[New comment by pscanf in "LotusNotes"]]></title><description><![CDATA[
<p>> your methodology would seem to be a reasonable approach/response to get the benefits of this and to shield against the detriments<p>If you're referring to the sandboxing / isolation of each app, I agree. Plus, the user can change the app quite easily, so if when they spot a bug, they can tell the agent to fix it (and cross their fingers!).<p>> ensure that a human developer understands the code before committing<p>Just to clarify: for Superego's app there's no human developer oversight, though. At least for the ones the user self-creates. Obviously the user will check that the app they just made works, but they might not spot subtle bugs. I employ some strategies to _decrease the likelihood of bugs_ (I wrote a bit about it here <a href="https://pscanf.com/s/351/" rel="nofollow">https://pscanf.com/s/351/</a>, if you're interested), but of course only formal verification would ensure there aren't any.</p>
]]></description><pubDate>Thu, 19 Mar 2026 15:32:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47441200</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47441200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47441200</guid></item><item><title><![CDATA[New comment by pscanf in "LotusNotes"]]></title><description><![CDATA[
<p>Yeah, I agree, though it wants to be slightly provocative as well: it's all about you, your data, your software, your rights.</p>
]]></description><pubDate>Thu, 19 Mar 2026 07:43:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47436134</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47436134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47436134</guid></item><item><title><![CDATA[New comment by pscanf in "LotusNotes"]]></title><description><![CDATA[
<p>Correct. Admittedly, graphic design <i>is not even my passion</i>, so there's probably lots of room for improvement. But at this point I've grown accustomed to the friendly face. :D</p>
]]></description><pubDate>Thu, 19 Mar 2026 07:41:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47436120</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47436120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47436120</guid></item><item><title><![CDATA[New comment by pscanf in "LotusNotes"]]></title><description><![CDATA[
<p>Yes! That's more or less the angle I'm going for. I mean, I don't aim just yet for Emacs-levels of malleability, but at least for something where you can create some useful day to day personal tools.</p>
]]></description><pubDate>Thu, 19 Mar 2026 07:35:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47436074</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47436074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47436074</guid></item></channel></rss>