Kenneth C. Arnold

Results 18 issues of Kenneth C. Arnold

Loading images that were taken on smartphones often results in rotated images because the EXIF orientation flag is not used. Calling [`ImageOps.exif_transpose`](https://pillow.readthedocs.io/en/stable/reference/ImageOps.html#PIL.ImageOps.exif_transpose) would to fix the problem. ([source](https://stackoverflow.com/a/58116860/69707)) I'm uncertain...

A student in my class tried to do something like: ``` dls = ImageDataLoaders.from_name_func(..., label_func = parent_label, ...) ``` This confused the student because the labels were empty strings but...

The install instructions for CUDNN have you add its directory to DYLD_LIBRARY_PATH. Unfortunately, El Capitan changed how that environment variable works: certain executables (maybe everything in /bin?) don't inherit DYLD_\*...

get-clooj-version ends up trying to find the source for 'project.clj' in the lein 'classes' directory. Under 'lein repl' under a brand-new bootstrapped lein: clooj.core=> (get-clooj-version) java.io.FileNotFoundException: /Users/Shared/src/clooj/classes/project.clj (No such file...

(This is mostly to document my problem-solving, but there is an opportunity to improve `knitr`.) When using `animation.hook = knitr::hook_ffmpeg_html`, my knit build was finding an Anaconda-installed ffmpeg version 4.3...

Each notebook (both original and clean) starts with a chunk that runs `pip install -Uqq fastbook`. This (silently) causes problems in some environments. For example, I created an environment with...

### What happened? I regularly use the feature of copying a URL, selecting some text in Logseq, and pasting to link to that text. But sometimes I copy some *text*...

need-to-reproduce
editor:copy-paste

Situation: student writes a script, saves it on Desktop, hits Run, and Thonny gives a confusing error message that suggests checking the backend log. Nothing obvious shows up there, but...

macOS

Various edits, mostly minor. I've tried to split out the ones that might be at all controversial (bias, residual, and notation for interaction terms) into separate commits. By submitting this...