Viewing profile — MoreQARespect
MoreQARespect
HN member- Joined
- Mon, Apr 17, 2023, 3:15 PM UTC
- HN karma
- 606
- Public activity
- 203 items
- HN profile
- View on Hacker News ↗
About MoreQARespect
No profile information was provided.
Recent public activity
-
comment
Comment #48712891
>This is the problem: your judgement is biased. You think it was a good idea, but in reality, you have no real idea if it was or not. My judgement is based upon my experience tryin…
-
comment
Comment #48711636
It's predicting that you will predict wrong frequently enough to make it not worthwhile predicting at all. I apply the same logic at slots: the way to win is not to play. >Creating…
-
comment
Comment #48711163
>Building speculative structure can be a forcing function to establish requirements Sure, if you're doing it as a spike but if you're not throwing the code away then it functions a…
-
comment
Comment #48710975
YAGNI is simply a tacit recognition that you can't predict the future with any reasonable level of certainty. The reason it is controversial is that some devs truly believe that th…
-
comment
Comment #48679721
This study seems to be mainly about the value of vibe coded tests and not at all about TDD. Perhaps unsurprisingly it found that vibe coded tests suck. As a card carrying member of…
-
comment
Comment #48679693
yes, there is some yak shaving necessary to make writing tests possible. There is often a tension between delivering fast and high quality/bug free and what is necessary for medica…
-
comment
Comment #48679333
Iterate on the design til the snapshots look the way the design team wants. That's just an extended red where you get feedback from elsewhere.
-
comment
Comment #48679310
Um, show the snapshot to a designer? When it feels right, lock in the snapshot ("green") and then move on to refactor. Or, probably more likely a group of snapshots.
-
comment
Comment #48677422
snapshot test driven development again. i already wrote a similar answer in response to your other comment. it follows the definition of TDD and it works really well (with some cav…
-
comment
Comment #48677293
https://hitchdev.com/hitchstory/approach/snapshot-test-drive... set up a rendering profile and preconditions that generates a minimal snippet of images/video using a predefined GPU…
-
comment
Comment #48675668
That is a flaw with unit tests written at far too low a level, not with TDD. You would have the same problem if you wrote tests like that after the code. TDD has no opinion about t…
-
comment
Comment #47995534
The problem with gherkin is that it was a badly designed language. The general idea of "readable specification language" was an inspired one but it failed on execution - it has gna…
-
comment
Comment #47994712
Yes, except a test can be turing complete - i.e. code. An executable spec like gherkin or hitchstory is config - it has no loops or conditionals. There are a number of rarely recog…
-
comment
Comment #47543377
Ive almost never worked on a project where there was the right number of QAs who were doing the right thing. Usually there either arent any in which case bugs get missed or there a…
-
comment
Comment #47542974
Really? The best people I worked with were never QA. Moreover, the best QAs would almost always try to be not QA - to shift into a better respected and better paid field. I wish it…
-
comment
Comment #47488673
I never said he was "truly independent" nor meant to imply it. Nonetheless it looks like he was both willing and able to push back on a good deal of the AI stupidity raining down f…
-
comment
Comment #47488148
It operated with an independent CEO for a long while. When I saw his interview: https://thenewstack.io/github-ceo-on-why-well-still-need-hum... i thought "oh, there is some semblan…
-
comment
Comment #47439873
This makes much more sense as an zoom-buys-keybase style acquihire. I bet within a month the astral devs will be on new projects. Bundling codex with uv isnt going to meaningfully …
-
comment
Comment #47439743
any of them.
-
comment
Comment #47437311
Putting LLMs on a pedestal is very much in vogue these days.
-
comment
Comment #47437234
Humans have the ability to retrospect, push back on a faulty spec, push back on an unclarified spec, do experiments, make judgement calls and build tools and processes to account f…
-
comment
Comment #47380749
I've been trying to push people to use hitchstory or similar to generate docs from specification tests precisely to avoid that redundancy but most people just look blankly at it an…
-
comment
Comment #47106063
Youve been able to hire a dirt cheap Indian or fillipino living on poverty wages in those countries to knock out cheap crap for a long time.
- comment
-
comment
Comment #47066511
This is all good advice.