Say what the empty board drew, not how many members exist - #1972
Merged
Conversation
Die Kopfzeile über der Seite („Ihre wäre die erste und stünde allein oben") sagte nur die Überschrift noch einmal und ist weg. Statt einer Gesamtzahl verfügbarer Mitglieder steht jetzt über den Karten, was tatsächlich dort steht: zwölf zufällig gezogene Accounts. Zufällig ist dabei die Sache und nicht die Formulierung, denn eine Rangfolge zeigte jedem Besucher dieselben Gesichter, solange niemand seinen Status ändert; entsprechend zieht open_to_offers/2 jetzt per random() und die frühere Fensterzahl fällt mit der Gesamtzahl weg. Diesen Text hat ein KI-Agent in meinem Namen geschrieben. Ich weiß, dass das problematisch ist. Claude-Session: https://claude.ai/code/session_01GmvDFKimQ4gGpSV97ckumc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #1971, on Stefan's wording. Two things go: the subline over the
page ("Yours would be the first, and it would stand at the top on its own"),
which only repeated the heading, and the total ("N members have said they are
available"). In its place the block says what is actually under it — "12 random
vutuv accounts that are open to offers."
"Random" is the substance, not the phrasing: a ranking shows every visitor the
same faces until somebody changes their status, so
Accounts.open_to_offers/2now draws with
random()(once per mount, not per render) and the window countbehind the old total is gone with it. The agent siblings carry the drawn people
and no total either, for the same reason: a sample can only vouch for its own
rows.
Entry point:
/jobswith no posting,VutuvWeb.JobBoardLive. Hot deploy.An AI agent wrote this text in my name. I know that is problematic.
https://claude.ai/code/session_01GmvDFKimQ4gGpSV97ckumc