<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>Thu, 23 Apr 2026 01:22:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pscanf" rel="self" type="application/rss+xml"></atom:link><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: 1</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><item><title><![CDATA[New comment by pscanf in "LotusNotes"]]></title><description><![CDATA[
<p>I'm building an app that is, in a way, a modern take on Lotus Notes (<a href="https://github.com/superegodev/superego" rel="nofollow">https://github.com/superegodev/superego</a>), and I couldn't feel this more:<p>> It is hard, today, to explain exactly what Lotus Notes was.<p>Whenever I try to explain what it does to a non-tech person, I'm met with confused looks that make me quickly give up and mumble something like "It's for techies and data nerds". I think to myself "they're not my target audience".<p>But I actually would like them to be, at some point. In the 90s "the generality and depth of its capabilities meant that it was also just plain hard to use", but now LLMs lower a lot the barrier to entry, so I think there <i>can</i> be a renaissance of such malleable¹ platforms.<p>Of course, the user still needs to "know what they need" and see software as something that <i>can</i> be configured and shaped to their needs which, with "digital literacy" decreasing, might be a bigger obstacle than I think.<p>¹ <a href="https://www.inkandswitch.com/malleable-software" rel="nofollow">https://www.inkandswitch.com/malleable-software</a></p>
]]></description><pubDate>Thu, 19 Mar 2026 05:13:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47435229</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47435229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47435229</guid></item><item><title><![CDATA[New comment by pscanf in "Edge.js: Run Node apps inside a WebAssembly sandbox"]]></title><description><![CDATA[
<p>Very cool project!<p>Question regarding the pluggable js engine: I have an electron app where I'm currently using QuickJS to run LLM-generated code. Would edge.js be able (theoretically) to use electron's v8 to get a "sanboxed within electron" execution environment?</p>
]]></description><pubDate>Tue, 17 Mar 2026 21:21:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418493</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47418493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418493</guid></item><item><title><![CDATA[New comment by pscanf in "GPT‑5.4 Mini and Nano"]]></title><description><![CDATA[
<p>Oh, interesting perspective. I'm Italian, but from an Alpine valley not far from Austria, so I don't know what I should prefer. :D<p>But joking aside, putting it like that I'd think I'd prefer the German/Codex way of doing things, yet I'm in camp Claude. But I've always worked better with teammates that balance my fastidiousness, so maybe that's my answer.</p>
]]></description><pubDate>Tue, 17 Mar 2026 21:05:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418307</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47418307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418307</guid></item><item><title><![CDATA[New comment by pscanf in "GPT‑5.4 Mini and Nano"]]></title><description><![CDATA[
<p>> They act like terribly arrogant agents<p>Oh I feel that. I sometimes ask ChatGPT for "a review, pull no punches" of something I'm writing, and my god, the answers <i>really</i> get on my nerves! (They do make some useful points sometimes, though.)<p>> On a final note: when building agentic applications, I used to prefer GPT (a year ago), but I can't stand it now. Robotic, mechanic, constantly mis-using tools. I reach for Sonnet/Opus if I want competence and adherence to prompt, coupled with an impeccable use of tools. I reach for Gemini (mostly flash models) if I want an acceptable experience at a fraction of the price and latency.<p>Yeah, this has been almost exactly my experience as well.</p>
]]></description><pubDate>Tue, 17 Mar 2026 20:52:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418118</link><dc:creator>pscanf</dc:creator><comments>https://news.ycombinator.com/item?id=47418118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418118</guid></item></channel></rss>