Software

8 posts tagged with "software"

PurelyMail MCP Server - Resources

PurelyMail MCP Server Resources This page contains all the resources mentioned in the presentation “From Dashboard to AI Automation: Building a PurelyMail MCP Server”. Project Resources Code & Pac…
Read more →

purelymail-mcp-server

Why an MCP Server? What is an MCP Server? (link to MCP docs - maybe I will explain it in another post) Why Purelymail? What is Purelymail? A colleague has told me about Purelymail and since then I…
Read more →

Yubikey And NixOS. The Lore

Arch Wiki, as always amazing: https://wiki.archlinux.org/title/YubiKey#Troubleshooting NixOS Wiki for setting up Yubikey: https://nixos.wiki/wiki/Yubikey In-Between, troubles with GnuPG and pcscd (ex…
Read more →

Image viewer lib for a website

Found a really cool image viewer library for website: iv-viewer. Was surfing through Jon Sangster’s blog website and found his photography one. The about page talks about how he uses the Static Site G…
Read more →

RDR2 in-game photos to *more-*valid JPEG files

Found a cool blog from a guy called Jon Sangster. It had a page about Red Dead Redemption 2 - long for rdr2. What a magnificent find! It explained why the in-game photos cannot be opened by most image…
Read more →

shell and nix, AND 'shebangs'!

With nix, I can write shell scripts that require some packages by using nix-shell as the interpreter. To do this, I just need to put nix-shell in the shebang: #! /usr/bin/env nix-shell #! nix-shell -i…
Read more →