toot by https://chaos.social/@michenriksen
chaos.social/@michenriksen/113380097923694612I just finished a custom Hugo theme I’ve been working on. It’s called “Today I Learned,” and it’s perfect for both traditional blogging and building a knowledge base of shorter, informal notes for easy reference and sharing.
A cool feature: it graphs your content like Obsidian! It also supports side notes and highlights with admonitions.
Check it out at <https://michenriksen.com/til-example-site>
[#Hugo](https://chaos.social/tags/Hugo) [#Obsidian](https://chaos.social/tags/Obsidian) [#Blogging](https://chaos.social/tags/Blogging) [#Notes](https://chaos.social/tags/Notes) [#TIL](https://chaos.social/tags/TIL)
toot by https://fedi.simonwillison.net/@simon
fedi.simonwillison.net/@simon/113377512845342925I built a new plugin for LLM called llm-jq, which lets you pipe JSON into the tool and provide a short description of what you want, then it uses an LLM to generate a jq program and executes that against the JSON for you <https://simonwillison.net/2024/Oct/27/llm-jq/>
Example usage:
llm install llm-jq
curl -s 'http''s:api.github.com/repos/simonw/datasette/issues' |
llm jq 'count by user login, top 3'