Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PE
Posts
4
Comments
563
Joined
2 yr. ago

  • That's the one, referencing https://prospect.org/politics/2024-07-10-project-2025-republican-presidencies-tradition/

    "The fact that conservatives have been trying so hard for so long is what makes it more dangerous. It’s our good luck that each time, some accident of history stood in the way of the worst right-wing plans. The Great Depression prevented Project 1921. Phew. But not a good accident! Better for us to nip this thing in the bud on our own. And that takes a deeper understanding of antecedents."

  • Cory Doctorow mentioned another interesting 'secret' in there, namely that the policies it's unsure about each represent fracture lines in which two groups of R voters want conflicting things. Highlighting these divisions could let those groups know that they might be getting the opposite of what they voted for.

  • What they mean is that the variable names and function names are documentation.

    For example changing "for( i in getList() )" to "for( patient in getTodaysAppointments() )" is giving the reader more information that might negate the need for a comment.