Complete Guide: Installing Ansible and Java 8 on Ubuntu 20.04
2024-11-22
A comprehensive guide for installing and configuring Ansible and Java 8 on Ubuntu 20.04, including setup for managed nodes, security best practices, and testing procedures.
1128 words
|
6 minutes
Listing files uploaded to Cloud Build
2024-11-15
Today while running `datasette publish cloudrun ...` I noticed the following:
146 words
|
1 minute
Breakfast tacos with eggs, vegetarian sausages and avocado sauce
2024-11-14
Ingredients (serves 2)
327 words
|
2 minutes
Running Python code in a Pyodide sandbox via Deno
2024-11-14
I continue to seek a solution to the Python sandbox problem. I want to run an untrusted piece of Python code in a sandbox, with limits on memory an...
762 words
|
4 minutes
Writing tests with Copilot
2024-11-08
I needed to write a relatively repetitive collection of tests, for a number of different possible error states.
382 words
|
2 minutes
Creating desktop backgrounds using Midjourney
2024-11-04
I decided to create a new desktop background for my Mac using [Midjourney](https://midjourney.com/). My laptop has a 16:10 aspect ratio and a retin...
242 words
|
1 minute
Storing and serving related documents with openai-to-sqlite and embeddings
2024-11-01
I decide to upgrade the related articles feature on my TILs site. Previously I calculated these [using full-text search](https://til.simonwillison....
1367 words
|
7 minutes
GitHub OAuth for a static site using Cloudflare Workers
2024-10-30
My [tools.simonwillison.net](https://tools.simonwillison.net/) site is a growing collection of small HTML and JavaScript applications hosted as sta...
1906 words
|
10 minutes