Building a Dual-Mode AWS Lambda with Python and Terraform
Step-by-step example
Here we have a Python Lambda example of SQS Message Processor + REST API with API Key Protection + Terraform script to deploy it for serverless execution.
Step-by-step example
Here we have a Python Lambda example of SQS Message Processor + REST API with API Key Protection + Terraform script to deploy it for serverless execution.
Approximate hosting cost estimations vs subscription.
Here’s a quick info on Write.as / WriteFreely - how it fits into the fediverse, where to get managed hosting, what the usage trend looks like, and how to self-host (plus rough costings).
What to do with `canonical`, `lang` and `hreflang`
Translating your Hugo website can improve your Google and Bing ranking - but only if the translated content is high quality, localized, and properly structured for multilingual SEO.
Including intallation instructions for Windows, Linux and Mac
Online privacy is a hot topic. From targeted ads to silent trackers, many mainstream browsers share more about you than you’d like. Fortunately, several privacy-oriented browsers exist to help you stay safe and anonymous.
How to develop Amazon Alexa Skill - instructions.
In this article, we’ll take a deep dive into Alexa skill development, testing, and publishing. We’ll also cover design principles, technical considerations, and best practices to ensure your skill provides an engaging and natural user experience.
A couple of ways to get structured output from Ollama
Large Language Models (LLMs) are powerful, but in production we rarely want free-form paragraphs. Instead, we want predictable data: attributes, facts, or structured objects you can feed into an app. That’s LLM Structured Output.
Alternative voice over IP comunication platform
Mumble is a free and open-source voice over IP (VoIP) application designed primarily for real-time voice communication. It uses a client-server architecture where users connect to a shared server to talk with each other.
Little list of applications for GPU load monitoring
GPU load monitoring applications: nvidia-smi vs nvtop vs nvitop vs KDE plasma systemmonitor.
Installing little k3s kubernetes on homelab cluster
Here’s a step-by-step walkthrough of installation of a 3-node K3s cluster on bare-metal servers (1 master + 2 workers).
A bit about Enshittification and what it means
Enshittification is the name for a widespread phenomenon gradual decline of services, especially online platforms, due to profit-driven decisions that degrade user experience.
Some search engines don't like when website has pages with the same titles...
To add the Page number to the blog post List page title in Hugo, you need to modify your list template
Howto add opengraph metadata to hugo?
Opengraph image metadata
is the meta property og:image.
Basically, we want correctly generated tag <meta property="og:image" content="https://....jpg"> for each page in our hugo-based website.
Which web analytics systems to use on your website?
Let’s have a quick look at Matomo, Plausible, google and other web analytics providers and systems available for self-hosting and compare them.
Good things about Python uv
Python uv (pronounced “you-vee”) is a modern, high-performance Python package and project manager written in Rust. It is designed as a drop-in replacement for traditional Python package management tools such as pip, pip-tools, virtualenv, pipx, and pyenv, aiming to simplify and accelerate Python development workflows
Self-hosting a web search engine? Simple!
YaCy is a decentralized, peer-to-peer (P2P) search engine designed to operate without centralized servers, enabling users to create local or global indexes and perform searches by querying distributed peers.
Keeping all page-related content in one folder...
For quite a time I’ve been bugged with this annoyance to put thumbnail images of the pages into static directory. Thats for Mainroad, Rodster and similar Hugo themes.