#burnout index 5.5 out of 6
Yeah, that's about right.
(SORRY, LOST IMAGE)
← first ← previous page 19 of 31 next → last →
Bloomberg might or might not beat Trump, but he will definitely further establish the #oligarchy as the political power in the US, and money as the deciding factor #democracy
https://twitter.com/blakezeff/status/1227976156936171520
This is only unthinkable if you are rich white tech liberal, everyone else sees rich white men helping each other #uspol #larryellison
https://www.vox.com/recode/2020/2/12/21135722/larry-ellison-donald-trump-fundraiser
Being the curious sort, I wondered what it would take to generate #barcodes programmatically, and found this neat site. Here's "monkinetic.blog" rendered as a Code 128
barcode:
(SORRY, LOST IMAGE)
Then I found a barcode package for #golang, so of course I'm trying to decide what on this site I could generate barcodes for...
I recently found the following in a bit of #python sample code:
python
random_data = random.sample(string.hexdigits, 8)
Wait, hexdigits
? I'd use string.ascii_letters
and string.ascii_lowercase
before, but this was the first time I'd seen hexdigits
, which is exactly what you'd think:
The string '0123456789abcdefABCDEF'.
That's useful.
← first ← previous page 19 of 31 next → last →