Issue I am trying to create a User Defined Language for Notepad++ that sets two different text colors: One for the delimiter ##, and another for any text that appears after it on the same line. Attempts If I set ## as an operator, the delimiter gets recolored as desired. […]
Daily Archives: March 30, 2026
I’m updating a template my company has been using for ~10 years. We have a quickpart for landscape figures and tables, so users can insert their wide tables without worrying about the header/footer; it’s all built in to the quick part. In the previous template (in previous versions of Word), […]
I can mirror certain directories from the Postgresql docs site with: wget --continue --mirror --convert-links --adjust-extension --page-requisites --no-parent --limit-rate=200k https://www.postgresql.org/docs/18/ https://www.postgresql.org/docs/17/ https://www.postgresql.org/media/ https://www.postgresql.org/dyncss/ But there is one file missing, the favicon.ico That is because if I try to download it, it downloads the whole site which is huge. I tried […]
I have Windows 11. If I run a local server, I cannot connect to it from the browser. For instance, if I run: uv run python -m http.server Serving HTTP on :: port 8000 (http://[::]:8000/) ... And then I connect to http://localhost:8000 with either Firefox or Chrome, the page loads […]
I’m having trouble with audio playback; it freezes from time to time (for half a second), no matter what app I’m using. I’ve found out that this problem is only occur when audio is working via Display Port. I tried changing the audio settings, switch video ports, reinstalling the audio […]