Complete Wazuh Deployment Guide on AWS ECS Fargate - Production Ready
A complete production-ready deployment guide for Wazuh SIEM on AWS ECS Fargate with full configurations, SSL/TLS setup, load balancing, service discovery, and troubleshooting steps.
4817 words
|
24 minutes
Running a scheduled function on Val Town to import Atom feeds into Datasette Cloud
[Val Town](https://www.val.town/) is a neat service for hosting short server-side JavaScript programs online - reminiscent of a combination of Glit...
386 words
|
2 minutes
Only run GitHub Action on push to master / main
Spotted in [this Cloud Run example](https://github.com/GoogleCloudPlatform/github-actions/blob/20c294aabd5331f9f7b8a26e6075d41c31ce5e0d/example-wor...
109 words
|
1 minute
Wildcard DNS and SSL on Fly
[Fly](https://fly.io/) makes it surprisingly easy to configure wildcard DNS, such that `anything.your-new-domain.dev` is served by a single Fly app...
500 words
|
3 minutes
Running OpenAI's large context models using llm
OpenAI [announced new models](https://openai.com/blog/function-calling-and-other-api-updates) today. Of particular interest to me is the new `gpt-3...
517 words
|
3 minutes
Complete Guide to AWS IAM Roles: Secure Access Management
Complete guide to AWS IAM Roles - understanding trust policies, permissions, and common use cases for secure AWS resource access management.
330 words
|
2 minutes
Guessing Amazon image URLs using GitHub Copilot
I was experimenting with the new [Readwise export API](https://readwise.io/api_deets#export) and it gave me back the following JSON:
218 words
|
1 minute
Expanding ChatGPT Code Interpreter with Python packages, Deno and Lua
The ChatGPT Code Interpreter alpha remains incredibly interesting. I wrote about how I was using it [for Python and SQLite benchmarking](https://si...
1114 words
|
6 minutes