Monkinetic Weblog

XVI Edition, September 2025

More Navigation

Archive for July 03, 2014

page 1 of 1


monkinetic: The Train http://t.co/23HrMZcWdf


The Train


Are you on the train or in front of it? http://t.co/feAQRno7Hs


@GlennF @marcoarment that is truly awesome, and I'll be visiting even more often now.


Day One, Again

I'm really liking Day One. Picked it up for free yesterday and finding it fun and useful.

Neat trick: select a passage in the book I'm reading in iBooks, select "Share" > "Copy" and paste into Day One, complete with link to the book in the iBookstore.


@GlennF @marcoarment Don't laugh. Every local Ace I've tried has been staffed with experienced old-timers who know things.


RT @JordanRinke: We need less hackathons, more apprenticeships. Less bootcamps, more classes. Less rockstars, more mentors. Develop people …


Monkinetic: http://t.co/4h3fonqEPc


@scalzi read God Engines last night. Very good, very different. Subversive on several levels. (Identifying them an exercise for the reader)


Easy way to temporarily kill logging in Python

Ever want to just turn off that logger for a while in Python? Maybe while running tests or debugging? Even the CRITICAL messages?

Notice that the logging level contants (logging.DEBUG etc) actually represent numeric values:

Level       Numeric value
CRITICAL    50
ERROR       40
WARNING     30
INFO        20
DEBUG       10
NOTSET      0

On a whim I tried:

logging.getLogger('logger_to_turn_off').setLevel(100)

And bam, no logging, even the CRITICAL messages. Yes, most of you python nerds knew this, but I didn't, so I learned something at least!


Been thinking about my own assumptions/behaviors re: non-white-males in tech. Uncomfortable, but not uncomfortable enough yet.


RT @nrrrdcore: People who have attacked myself, @shanley & other women like us, this is what it's like to be on the other side: http://t.co…


@siracusa @marcoarment love jumpcut for the do-one-thing-well-ness of it.

page 1 of 1