Generating documentation from tests using files-to-prompt and LLM
2024-09-21
I was experimenting with [wasmtime-py](https://github.com/bytecodealliance/wasmtime-py) today and found the [current documentation](https://bytecod...
450 words
|
2 minutes
Summarizing Hacker News discussion themes with Claude and LLM
2024-09-20
I've been experimenting with the combination of [Claude](https://claude.ai/) and my [LLM CLI tool](https://llm.datasette.io/) to give me quick summ...
2110 words
|
11 minutes
mlc-chat - RedPajama-INCITE-Chat-3B on macOS
2024-09-19
MLC (Machine Learning Compilation) on May 22nd 2023: [Bringing Open Large Language Models to Consumer Devices](https://mlc.ai/blog/2023/05/22/bring...
576 words
|
3 minutes
Using grep to write tests in CI
2024-09-10
GitHub Actions workflows fail if any of the steps executes something that returns a non-zero exit code.
148 words
|
1 minute
Dump out all GitHub Actions context
2024-09-07
Useful for seeing what's available for `if: ` conditions (see [context and expression syntax](https://help.github.com/en/actions/reference/context-...
116 words
|
1 minute
Use labels on Cloud Run services for a billing breakdown
2024-09-07
Thanks to [@glasnt](https://github.com/glasnt) for the tip on this one. If you want a per-service breakdown of pricing on your Google Cloud Run ser...
316 words
|
2 minutes
Generating OpenAPI specifications using GPT-3
2024-09-06
I wanted to start playing around with [OpenAPI](https://www.openapis.org/). I decided to see if I could get GPT-3 to generate the first version of ...
329 words
|
2 minutes
Writing Fly logs to S3
2024-09-05
[Fly](https://fly.io/) offers [fly-log-shipper](https://github.com/superfly/fly-log-shipper) as a container you can run in a Fly application to sen...
421 words
|
2 minutes