
Nicholas Payne
Just some guy
My MCP The Tools Docker RAGDocs Sequential Thinking Git Not Tried Yet https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite The Config { "mcpServers": { "docker-mcp": { "command": "uvx ... read more →
TL;DR If state matters then check it in the beginning or handle it on a failure... Let me explain I ran into some trouble recently almost losing some encrypted data... Now this would be the second time I've had that happen, so I'm going to write a l ... read more →
It's easy to configure push notifications through Gotify from Grafana by setting up a generic Webhook Alerting Contact Point... The parameters are: HTTP Method: POST URL: http:///message Authentication is done with an app token generated from Gotif ... read more →
TIL: Monolith I needed to save a website earlier and this was just what I needed... https://github.com/Y2Z/monolith read more →
sudo apt-get install -y samba \ then set sharesmb=on \ chown the user \ smbpasswd -a \ then mount with user/password from other machine read more →
Disclaimer This was written by ChatGPT with zero oversight from me. There are a few things that are not 100% accurate, but the main idea is there... I am hoping to actually write about my experience with nostr as I get more involved on the platform. ... read more →
After generating a keypair on a nostr app (I started with primal) I copied my public key to /.well-known/nostr.json and put that at the root of my site at https://pype.dev. The file looks like this: { “names”: { “nic”: “npub1q3fsec2vcv99v80ga ... read more →
Genesis 1 There is a cyclical pattern of Genesis 1-11. Introduction 1:1 may be a summary heading rather than the first "verse". Chaos The narrative begins in 1:2, and the start of everything is a "non-created world", which in the ... read more →
I was debugging some ArgoCD stuff earlier today and I love using k9s to explore my k8s resources. The TLDR is that I put some bad env vars in the global values for my ArgoCD pods, this caused the webUI to hang. An easy way to push things through is ... read more →
docker contexts are great, would recommend putting them in your prompt though (via starship or something else)... here's why I like to manage my containers remotely - I have a nice development setup on my desktop and I try to keep my server as bare- ... read more →