Blog: 2024-01-24

From razwiki
Revision as of 23:21, 24 January 2024 by Razzi (talk | contribs)
Jump to navigation Jump to search

Got this clip of a huge combat on twitch stream https://clips.twitch.tv/ObedientBlushingCrabYee-LXkN_6PeFZAFcKb6

Hmm it looks different on that clip than it did in the browser, missed the action... here's the actual clip. Interesting to see offset encoded in url https://clips-media-assets2.twitch.tv/raw_media/ghZBmS15Df-j3hWQBXCm-g/42248907161-offset-23416.mp4

Made me think of https://en.wikipedia.org/wiki/Injective_function#/media/File:Injection.svg

Wiki extension: make links propagate so that if a proper noun is linked once, all further words that match it will be the same link

---

Thinking about doing this kind of splitting of content on my website: ability to post a blog, then include it in a guide. Maybe it's easy enough to copy and paste what I want, then link to specific blog posts from the guide and vice versa. But it could be cool to have a feature like:

- disambiguating between functions, commands, and keys in vim

and include it in a vim guide. Another way to look at this is the fact that all my guides currently load on a single massive page and have no sidebar for navigation etc. Something like https://rust-lang.github.io/mdBook/guide/creating.html