AWS EC2 and Compute Services
Day 43 of 90 Days of DevOps - AWS EC2 and Compute Services. Part of the Cloud Platforms series covering essential DevOps concepts and hands-on practices.
328 words
|
2 minutes
Using sqlite-vec with embeddings in sqlite-utils and Datasette
Alex Garcia's [sqlite-vec](https://github.com/asg017/sqlite-vec) SQLite extension provides a bunch of useful functions for working with vectors ins...
632 words
|
3 minutes
Enabling the fuzzystrmatch extension in PostgreSQL with a Django migration
The PostgreSQL [fuzzystrmatch extension](https://www.postgresql.org/docs/13/fuzzystrmatch.html) enables several functions for fuzzy string matching...
70 words
|
1 minute
Using iconv to convert the text encoding of a file
In [sqlite-utils issue 439](https://github.com/simonw/sqlite-utils/issues/439) I was testing against a CSV file that used UTF16 little endian encod...
185 words
|
1 minute
Finding uses of an API with the new GitHub Code Search
The [GitHub Code Search beta](https://docs.github.com/en/search-github/github-code-search) is really powerful - it allows advanced search - includi...
295 words
|
1 minute
AWS Core Services Overview
Day 42 of 90 Days of DevOps - AWS Core Services Overview. Part of the Cloud Platforms series covering essential DevOps concepts and hands-on practices.
328 words
|
2 minutes
Cloud Computing Fundamentals
Day 41 of 90 Days of DevOps - Cloud Computing Fundamentals. Part of the Cloud Platforms series covering essential DevOps concepts and hands-on practices.
473 words
|
2 minutes
Running a MySQL server using Homebrew
First, install MySQL like so:
154 words
|
1 minute