VSCode-Based Extensions Can Be Taught! https://medium.com/p/vscode-based-extensions-can-be-taught-aba138fdbf0c?source=social.tw
#direnv #vscode #cursor #extensions #environmentvariables #sdkman #nvm #pyenv
VSCode-Based Extensions Can Be Taught! https://medium.com/p/vscode-based-extensions-can-be-taught-aba138fdbf0c?source=social.tw
#direnv #vscode #cursor #extensions #environmentvariables #sdkman #nvm #pyenv
Was compiling #Python v3.14 (on #FreeBSD v14.3) via "#pyenv" with ...
PYTHON_CFLAGS='-march=native -mtune=native' \
PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto' \
PROFILE_TASK='-m test.regrtest --pgo -j0' \
PYENV_ROOT="${pyenv_root_dir:?}"
... that failed as the LLVM_PROFILE_FILE was being created under "/"💩
Surprising🙄
Trying again with LLVM_PROFILE_FILE='/tmp/code-%p.profclangr' ...
Dass es so lange gedauert hat, lag daran, dass ich an einigen Stellen für mich #Neuland betreten habe und das für meine Notizen ordentlich dokumentiert habe. Dabei habe ich aber einiges gelernt:
- über #osxphotos und die Fülle an Möglichkeiten
- über die #Apple Photo-Library und ihre Struktur
- darüber, dass Zeitstempel im Dateinamen von Fotos keine Selbstverständlichkeit sind 😂
Looks like #pyenv releases will now be more closely in sync with #CPython releases thanks to some newly implemented automation. That's great news!
Thanks to the devs for making this happen.

pyenv for Windows. pyenv is a simple python version management tool. It lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of s...
🐍 pyenv – Wie installiere ich unterschiedliche Python-Versionen auf meinem System?
https://lookslikematrix.de/tools/2025/12/10/pyenv.html
Not that anyone has asked, or cares, about my podunk, backwater processes. There's a few reasons why I haven't migrated my #Python work to use #uv
1. I don't care about performance. My work is done on a potato machine and it won't make much difference, to me. For now.
2. I prefer to keep the VC funded company Astral at arms length, pay attention, and see how the tool development plays out.
3. I actually like watching individual projects like #pyenv #pipx and the rest. How they work as a community, handle bugs and new features.
I did the same with the flake8 module projects before I commited to using ruff several years ago. YMMV