GeistHaus
log in · sign up

https://dairon.org/feed

rss
20 posts
Polling state
Status active
Last polled May 19, 2026 03:27 UTC
Next poll May 20, 2026 03:56 UTC
Poll interval 86400s
ETag W/"6966ada8-2711"
Last-Modified Tue, 13 Jan 2026 20:40:08 GMT

Posts

Easily connecting to BEAM Nodes in Kubernetes with kubectl-beam
A kubectl plugin that makes connecting to Erlang and Elixir nodes running in Kubernetes pods as easy as running a single command---with full TTY support and Observer GUI.
https://dairon.org/connecting-to-beam-nodes-in-kubernetes/
Estimating software like a Galician
Estimating software is absurd. How to estimate like a Galician person.
https://dairon.org/estimating-software-like-a-galician/
Formatting an existing Erlang codebase
How to format an existing codebase without messing git history. Using an Erlang project with erlfmt as an example.
https://dairon.org/formatting-a-large-erlang-codebase/
Git tricks - worktree
How to use git worktree or how to work on different things and not get crazy
https://dairon.org/git-worktree/
REST API with Elixir/Phoenix - A beginner's tutorial.
Elixir and Phoenix are a very exiting stack running in the Erlang VM. This Phoenix 1.5 tutorial will walk you through creating a simple Bookstore REST API with this platform.
https://dairon.org/simple-rest-api-with-elixir-phoenix/
Pipenv - Managing your Python projects like a boss
A modern Python package manager that solves the problems of dependency hell, separation of development and production, and managing virtualenvs and packages separately.
https://dairon.org/pipenv-python-package-manager/
Send e-mails with attachments in Python
A simple example of how to send e-mails with attachments using Python
https://dairon.org/send-e-mails-with-attachment-in-python/
Show flags in gnome keyboard indicator
Simple trick to show flags in the Gnome keyboard indicator.
https://dairon.org/show-flags-in-gnome-keyboard-indicator/
PHP short tags: a bad practice
Recommendations about the use of php "short tags".
https://dairon.org/php-short-tags-a-bad-practice/
Join PDF files in linux.
How to join two or more PDF files into one.
https://dairon.org/join-pdf-files-in-linux/