
The English language hit the wall. Homonymes aren't that easy
I lack a little bit the experience of creating a good structure. JSON that is. All in one object or nested after all? Also have to realize that everything will take more time than estimated because I have to do smaller iterations. Instead of creating a quiz right away I need to store everything as short notes and summaries.
Just to practise I tried to use 2024 Beginner's Guide: Postflop Lesson as an example. It quickly got messy.
Like LemOn36 guides through the hand as hand category [made hand, bluff/worthless] -> position [ip, oop] -> our last action in previous street [R, C, 3B, RC, 4B] I will need to do something similar.
"Made hand" : {
"Notes" : "good to very good and strong draws",
"Monsters" {
"Playstyle" : ['agressivly'],
"Included Hands" : ['2p+'],
"Excluded Hands" : ['2p on paired board']},
"Top Pair" : {},
"Overpair" : {},
"Strong Draws" : {"Included Hands" : ['oesd', 'fd']}}
Slowly fill everything. And from there after all would be completed creat quizzes. And yes, it's not valid,
Speaking of smaller iterations. I was positively surprised how quick it was possible to have a short script that copies certain pages from a pdf and merge these excerpts together. Now I can create my personal journal for each day and load it on a reader. Several topic in one file. At the end of the day I only need to write down at which page I ended. The next day this will be first page followed by new unread pages.
I actually also studied a little bit of post flop for myself!





