CS-AM-AF#
This site serves as a public place to share, post, and host content for a group of Computational Scientists, Applied Mathematicians, and Friends (hence CS-AM-AF).
Recent blog posts#
Running Tandor with Traefik and rootless docker - 2024-09-29
start with
Postgres does not play along with rootless docker (known issue, creates files as non-user on the host)
Pycharm interactive plot window breaks labels - 2024-06-07
Pycharm can hook into matplotlib to show plots in a tool window. However, this can break the (ticks) labels of the plot.
To disable, go to
File
->Settings
search for plot and uncheck “interactive… “.Pycharm won’t start the debugger with a clean interpreter - 2024-06-05
You get something like
which means the debugger can’t find the Cython extension. Normally you get asked for that, but apparently sometimes you don’t. In that case, you can manually install it with
Introduction: this is René Fritze - 2024-05-08
Hi everyone, this is René Fritze. I’m your host for this site, more details in About.
Introduction: this is Felix Schindler - 2024-05-08
Hi everyone, this is Felix Schindler. I’m your host for this site, more details in About.
Enabling opt-out for Giscus comments - 2024-05-08
I’d like to restrict discussions to blog entries, and want to disable them in the index and other sites.
we previously added a custom templates/layout.html that is unconditionally added to every page
Enabling discussions for this blog via Giscus - 2024-05-08
Basically, follow the instructions on giscus.app:
enable github.com/apps/giscus for the repo hosting our site
Adding a new author - 2024-05-08
I just added a new author to the site. This is how I did it
So the steps are: