I watched the Stir Trek conference today, live streaming. It was done virtually this year due to the Covid situation.
Continue reading post "Stir Trek 2021"Toby's Log page 24
I had another tick, a big one, though this time it didn’t leave a mark at all.
Continue reading post "#3405"After another strong anxiety attack, I’ve been off and on sickly for over a week.
Continue reading post "#3402"I found myself needing to get the path to the current script and its directory in a local Node JS script recently. In Common JS scripts, that is available by __filename
or __dirname
globals, but it isn’t available by the same means in ES modules. Instead, there is import.meta.url
, which can be used to get at the directory name if needed, like:
const __filename = import.meta.url.replace(/^file:[\/]+/, '/');
const __dirname = __filename.split('/').slice(0, -1).join('/');
I think the deer are eating some of my bulb plant leaves.
Continue reading post "#3397"I planted some flowers in my garden today, and discovered a large number of acorns in my bags of soil and soil enhancer.
Continue reading post "#3391"I had another health incident yesterday. It kind of makes me feel like I’m dying.
Continue reading post "#3389"Many of my crocus flowers were damaged in the snowfall of last week and wilted away.
Continue reading post "#3387"I went outside after work to sit and enjoy the nice 80°F weather, but the sky was gray. Within minutes, the wind really started to kick up and a slight drizzle started.
Continue reading post "#3385"I watched the Columbo episode “The Bye-Bye Sky High IQ Murder Case” for the second time, and have come to believe that Columbo knew about the umbrella in the chimney and had seen it before it was removed by Brandt.
Continue reading post "#3378"