til
til copied to clipboard
Today I Learned
I like the "clap" button on medium.com. If you published https://til.simonwillison.net/sqlite/related-rows-single-query I'd definitely have given it many claps. It's exactly what I was looking for, thanks for sharing it. As...
https://github.com/simonw/til/actions/runs/15311283313  I'm going to disable that.
Example: yt-dlp https://www.tiktok.com/@ilgallinaio_special
As I was trying to run deepseek-ai's Janus on a Colab notebook, I encountered some flash-attention errors, including the one you mentioned in [installing-flash-attention.md](https://github.com/simonw/til/blob/main/python/installing-flash-attention.md): >NameError: name '_flash_supports_window_size' is not defined...
The acronym for `Immediately Invoked Function Expression` was incorrect.
This isn't a bug per se, but it may be surprising and worth addressing soon to avoid inconsistency down the line. Looking at: https://github.com/simonw/til/blob/main/python/uv-cli-apps.md If you follow this with "demo"...
Fix invalid make target. I tried to compile with your instructions and couldn't find the target. I dug around in the makefile and found an underscore instead of a hyphen....
I see that the Annotated presentations tool works with images and OCR. Many people have their presentations saved as pdf files. Any chance that this tool could be extended to...
Fixed a typo
https://github.com/simonw/til/blob/main/llms/codex-spark-gpt-oss.md Running ollama bound to 0.0.0.0 binds to all interfaces, so anyone on your local network could access it. Why not bind to just the tailscale IP instead? That way...