Complete Guide: Installing Ansible and Java 8 on Ubuntu 20.04
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
Today while running `datasette publish cloudrun ...` I noticed the following:
146 words
|
1 minute
Running Python code in a Pyodide sandbox via Deno
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
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
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
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
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