til icon indicating copy to clipboard operation
til copied to clipboard

Today I Learned

Results 32 til issues
Sort by recently updated
recently updated
newest added

https://til.simonwillison.net/css/resizing-textarea Sometimes it works, sometimes it doesn't. I've found it easiest to recreate clicking a link to it in the Twitter in-app browser. I managed to run the Safari debugger...

bug

Explain how to serve a database in immutable mode, equivalent to the Datasette command line options, -i, --immutable.

Howdy! A while ago, I needed git logs in json for something--I forget what exactly--and ended up using `jc` (https://github.com/kellyjonbrazil/jc). It's kinda like a bunch of "format this popular tool's...

Thanks so much for publishing https://github.com/simonw/til/blob/main/hacker-news/recent-comments.md. In the spirit of sharing back, I took it one small step further and defined a new [search engine shortcut](https://support.google.com/chrome/answer/95426?hl=en&co=GENIE.Platform%3DDesktop#zippy=) in Chrome/Firefox that will...

I ran into the issue you hit where the GPU isn't being used by pytorch. First you need to find out which version on cuda is installed, then you need...

https://github.com/simonw/til/blob/e203f8d24f741da27516179cb0e19e1d8f2aa8b3/duckdb/parquet-to-json.md here ``` % head -n 3 train.json ``` I wonder why my head result is only the lines without the `objects format`? My duckdb is the windows v0.6.1 919cad22e8...

FYI https://github.com/simonw/til/blob/main/macos/atuin.md atuin now has a `--disable-up-arrow` option: ``` eval "$(atuin init zsh --disable-up-arrow)" ``` https://github.com/ellie/atuin/blob/main/docs/docs/config/key-binding.md

I followed your procedure (thank you for that) but got 'repository not found' on the push step. FIgured out that there is no wiki repo until you add a page....

Now GitHub supports rel="me" natively with their new links feature: https://github.blog/changelog/2023-02-02-add-more-social-links-to-your-user-profile/ https://github.com/simonw/til/blob/main/mastodon/verifying-github-on-mastodon.md could probably be updated with the simpler method.

Hello and thank you for your blog post on setting up PM Tiles with MapLibre, I was able to follow it to get my own setup running! I was also...