monkinetic the blog

Daily Digest for Thursday, Jul 3, 2014

☀️ Earliest posts come first.

Steve Ivy

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

~ # 02:38 ~

Steve Ivy

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…

~ # 02:50 ~

Steve Ivy

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

~ # 05:18 ~

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!

Steve Ivy

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

~ # 18:41 ~

Steve Ivy
Steve Ivy

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

~ # 19:43 ~

Steve Ivy

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

~ # 20:50 ~

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.

Steve Ivy

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

~ # 21:52 ~

Steve Ivy

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

~ # 22:28 ~

Steve Ivy

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

~ # 22:31 ~