I doubt I was ever successful at this, and I probably slowly ate gummy bears out of a briefcase for several weeks or months until I had a briefcase.
I'm still kind of sad that I lost the briefcase. I'm glad I have some photographic evidence that this caper occurred.
@cryptoxic I usually use pipx for things where it's basically an implementation detail that it's written in Python. `isort`, `black`, `virtualenv`, `build`, `tox` and any of those sorts of command line tools could be written in any language and be just as useful, but `pipx` is a convenient way to install them (`virtualenv` is a bit of a weird one in that respect because it defaults to using the Python it's installed with as the runner).
That said, each of my projects has coding standards to be enforced, and I want to enforce those irrespective of what is installed in any global system (e.g. on CI, or on a random contributor's computer), so that stuff all goes into `tox`.
I use `virtualenv` to create an isolated environment in which to either install libraries to play around with or to execute little scripts that have some dependencies.
@cnx At the end of the day I might end up buying a FitBit or some other "high end" fitness tracker with way more sensors and just deal with the privacy / control issues.
I'm starting to re-consider whether my privacy and control focus is really worth it since opsec is *really hard* and I'm protecting against a long tail risk and mostly not a concrete harm anyway. 🤷
@cnx @lupyuen It was only $40 shipped so I just bought it. It doesn't have everything on my wish list but worst case scenario I gave some money to a company that's at least trying to do what I want 😛
AFAICT the big thing it doesn't have that my Pebble has is sleep tracking, but the Pebble is just using the accelerometer (not even HR monitoring), so I suspect higher-quality sleep tracking is possible with just software upgrades. Though I don't know that I'll have time to actually *implement* that…
@gadgetbridge Bonus if I can wear it on my ankle or something so it doesn't have to also be a good replacement for my Pebble Time😅
Does anyone have recommendations for the best #fitness / sleep tracker compatible with @gadgetbridge, or even just a decent one?
I'm getting jealous of all the data my wife is getting from her Apple Watch, but I'm not enthusiastic about using some cloud walled-garden service.
We still sent them, of course.
Coincidentally, we also put in a little card for each of the parents with mine and my wife's contact info in case the other parents want to get in touch. 😅
Maybe these delicious cookies my wife & son made will minimize the flood of imputations…
@brainwane Thanks! Everything went well! I have learned that the first-person experience of having your eyes surgically altered is a lot less freaky than the third-person experience of watching it done on Youtube.
Giving my glasses a valedictory tour of the house before they shoot me in the eye with a laser tomorrow, presumably changing my prescription.
@lynne When using ipython I configure it this way: https://github.com/pganssle/dotfiles/blob/a4340fa2a7fadd99b1d1d874cf865d0748bd7f15/dotfiles/ipython_profile_default/ipython_config.py
That's an arbitrary python file that ipython executes at startup time, so you should be able to add your desired imports there.
Programmer working at Google. Python core developer and general FOSS contributor. I also post some parenting content.