Viewing profile — pscanf
pscanf
HN member- Joined
- Wed, May 14, 2014, 12:16 PM UTC
- HN karma
- 285
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About pscanf
Recent public activity
-
comment
Comment #48277501
Author here. I definitely agree that communicating well is a prerequisite to getting decent results. On the other hand: 1. Even if you communicate perfectly, there's no guarantee t…
-
comment
Comment #48263983
> Every sentence says something. Every sentence is important and holds its weight. [...] Also, it makes the post harder (and more boring) to read. I actually prefer that style of w…
-
comment
Comment #48149197
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. Last month I tried my hand at finding a way to …
- story
-
comment
Comment #47865611
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. My idea was that, if I see tha…
- story
-
comment
Comment #47689445
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). The takea…
-
comment
Comment #47615175
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, …
-
comment
Comment #47610750
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 commen…
-
comment
Comment #47577583
Oh, interesting, I didn't know about this project, thanks for sharing! I tried to implement something like this for the search functionality, but ended up going with "old school" l…
-
comment
Comment #47575327
> The intention of this is to reduce hallucination on information extraction, right? Correct. > Also, how do you convert your docs / information into JSON documents? Right now you …
-
comment
Comment #47557771
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 ext…
-
comment
Comment #47540316
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). I wi…
-
comment
Comment #47488940
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 t…
-
comment
Comment #47445319
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...)
-
comment
Comment #47441200
> your methodology would seem to be a reasonable approach/response to get the benefits of this and to shield against the detriments If you're referring to the sandboxing / isolatio…
-
comment
Comment #47436134
Yeah, I agree, though it wants to be slightly provocative as well: it's all about you, your data, your software, your rights.
-
comment
Comment #47436120
Correct. Admittedly, graphic design is not even my passion , so there's probably lots of room for improvement. But at this point I've grown accustomed to the friendly face. :D
-
comment
Comment #47436074
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 …
-
comment
Comment #47435229
I'm building an app that is, in a way, a modern take on Lotus Notes ( https://github.com/superegodev/superego ), and I couldn't feel this more: > It is hard, today, to explain exac…
-
comment
Comment #47418493
Very cool project! 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 (theoretica…
-
comment
Comment #47418307
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 But joking aside, putting it like that I'd think …
-
comment
Comment #47418118
> They act like terribly arrogant agents Oh I feel that. I sometimes ask ChatGPT for "a review, pull no punches" of something I'm writing, and my god, the answers really get on my …
-
comment
Comment #47417961
Ah OK sorry, I misinterpreted. But yes, I double checked one case and I am indeed setting the parameter explicitly (defaulting to medium effort). But no luck. It feels like the mod…
-
comment
Comment #47417072
> I've had such the opposite experience Yeah, I've actually heard many other people swear by the GPTs / Codex. I wonder what factors make one "click" with a model and not with anot…