Prep done for Friday's return to the second layer of the Nine Hells. Tunnelling deep beneath the lake of boiling, liquid flesh of the sinful, in which is situated The Iron City of Dis, lies the Totally Innocuous Friendly Dungeon For Friends. #dnd
Azul feels like Splendor: a little self-contained puzzle whose perfect solution is constantly trampled on by your opponents. It is possible to outthink you opponents tho, and it is very satisfying when you manage to pull off a plan over multiple rounds.
too rainy for soccer this morning so we played Hop!, which is a silly board game of middling quality. the production values are nice, but there isn't much game here; it's basically ring toss with a betting component. works best as a non-scoring, let's be silly activity. #DadOps
With Infinity War Marvel has done what noone has been able to do before them, which is make moviegoing intimidating and impenetrable to anyone not versed in an insurmountable volume of exisiting canon. good iob, I guess?
@erinbee hah! I javent watched the film yet. the record is compositionally less compelling than her previous records but lyrically so, so great. glorious revelry.
If there's one thing this horrible drawing has taught me, it's that I don't know anatomy, hair, blending, colors, blending, lines, markers, pencils or lights work. So a very instructive session, I guess?
@benhamill it doesn't require the dependency injection, though, which means a consistent interface even if Alice's package exposes the interface and Bob's doesn't.
@edebill@benhamill i actually really like how python logging is implemented. all modules can register their own loggers; the root logger controls the what and the where, and is configured by thd program.
it only works because all modules, including logging, are only loaded once into the global symbol table tho, which isn't applicable in all languages.