lesser daemon
brent bailey's personal weblog
20
Aug

Personal Stack

I am probably not, on net, someone anyone should look to for productivity advice. However, I do think I have a halfway decent system going to meet the goals I have set for myself under the principle that I would rather get something done than nothing. As someone who struggles with the twin demons of executive dysfunction and perfectionism, this is maybe the single guiding principle of my life. Everything is in service of, to paraphrase Bourdain, outwitting the guy inside me who will give up before he's started. I spend a whole lot of time taking notes, tweaking the

Read more
8 min read
07
Aug

Zero Friction

I work at home, and if I wanted to, I could have a computer right by my bed, and I’d never have to leave it. But I use a typewriter, and afterward I mark up the pages with a pencil. Then I call up this woman named Carol out in Woodstock and say, “Are you still doing typing?” Sure she is, and her husband is trying to track bluebirds out there and not having much luck, and so we chitchat back and forth, and I say, “Okay, I’ll send you the pages.
Then I go down the steps
Read more
5 min read
31
Jul

letting the fields lie fallow

I do not know why it happens this way but this is how it usually goes: things are going okay, maybe even well. You give yourself a day or two because you've been working hard enough and everyone deserves a break every now and then. No one can be vigilant all the time. You even keep up with the little habits that are supposed to keep him away. Everyone tells you to go easier on yourself so why not give it a shot. So you don't even notice as the sky starts to get further away. A matter of days

Read more
3 min read
25
Jul

Reading, Playing, Watching - July '25

It's been another hectic month! I went to Nova Scotia for a week to clean out my mom's old cottage, something in retrospect I shouldn't have chosen to do alone, and have been traveling pretty much every weekend since then for either wedding or family stuff. A couple of longer writing/creative projects are germinating but I haven't had time to do them justice, so here's the stuff I've been consuming this month.

Reading

Same Bed Different Dreams (Ed Park, 2024) - I went in with zero expectations and ended up deeply loving this book. The story of a Korean-American

Read more
3 min read
15
Jul

Making An Evil Jupyter Notebook

I recently came back to an idea I started playing with back in January: sticking a game into the Jupyter notebook interface. The key problem to solve here is that, while Jupyter is designed to run the code you see and explain it, for game purposes I want the code to do the opposite: control the interface itself (and do so while being at least lightly obfuscated from the user).

Adding, Running, and Removing Cells With IPyLab

IPyLab has been a great (and really fun) tool for this purpose. You can use it to execute Jupyter app commands directly within

Read more
2 min read