August: what shipped - #97
Open
pip-robot[bot] wants to merge 2 commits into
Open
Conversation
The monthly roundup, dated 1 September and covering 1-28 August. Six guides, the odds calculator, drills, the tournament card, the text size setting, the bots measurement and the corrections page. Every figure in it is imported rather than typed: the flop counts from config/flopSet.ts, the calculator's sample target from lib/poker/oddsQuote.ts, 990 computed as C(45,2) rather than written out, and the number of corrections read off the registry so the sentence cannot go stale the next time a row lands. A post about deriving figures rather than typing them does not get to type its own. Nothing in it describes the recap or the drills record as progress tracking, nothing implies a limit on drills, no /drills link, and "exact" is attached only to heads-up with the board complete.
Deploying pip-web with
|
| Latest commit: |
ab59bbe
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e151b9fe.pip-web-9oj.pages.dev |
| Branch Preview URL: | https://post-august-roundup.pip-web-9oj.pages.dev |
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.
The August roundup, dated 1 September and covering 1 to 28 August. Two days early against the plan on marketing#19, which said Friday, because the alternative was writing it on launch eve.
What you actually have to do: merge it on Tuesday 1 September. If anything ships between the 29th and the 31st there will be one top-up commit on this branch to re-read, and nothing else.
What is in it
Ten sections. Four of them were written and signed off across August as the features shipped and are here close to unchanged: the odds calculator, drills, the tournament card, and text size. Six are new this morning: the short version,
/learn, the flop-set answer page, the bots measurement, the corrections page, and the contributor section.The month has a spine and it is not a feature list. Half of what Pip shipped in August was Pip checking its own work, so the roundup ends on the two sections about that rather than opening on them.
Every figure in it is imported
A post about deriving numbers rather than typing them does not get to type its own. So:
config/flopSet.ts, the same registry the answer page rendersSAMPLE_TARGETcomes fromlib/poker/oddsQuote.tscombinations(), not written out, because 990 is the point of the paragraph it is inCORRECTIONS.length, so the sentence does not go stale the next time a row lands. It renders as seven today and will say eight on its own if #92 merges firstWhat it deliberately does not say
/drillslink. Drills are app:playpip.io/game/drills.The one claim in it that is new rather than repeated
The bots section says the ladder gets harder as you climb and puts a number on it: entries-raised runs 32% at Friends' Garage to 60% at The Main Event. That comes off the measurement in
tests/ai.test.ts, which also records that the climb is not monotone rung by rung, and the post says so. It is deliberately the weaker sentence, because the strong one has been wrong once already.Gate
pnpm test:allgreen, 503 tests,pnpm buildclean, biome-formatted, no em-dashes.gen-llmspicks it up as the 22nd mirror.