Other articles


  1. Automation happens

    Other not so useful things.

    Some stuff that is happening, but is not noticed -- always pay attention to that stuff.

    Grill that is broken

    And life goes on

    Some things just need to be started anew.

    read more
    Sun 13 August 2023
  2. Notebook use for Poker

    Some useful things you can do.

    Complete post can be done in a notbook. All kinds of text can go in here. You can rant and rand for as long as you want.

    # https://poker.readthedocs.io/en/latest/api/handhistory.html
    from poker import Suit
    
    list(Suit)
    
    [Suit('♣'), Suit …
    read more
    Sat 18 February 2023