RSSAmplifier

Blog

meejah.ca

meejah's somewhat coherent ramblings. And projects!

meejah.caRSS feed ↗40 posts

Latest posts

Sub (sub) Commands in Clap

There are examples for subcommands, but …

Traversing the Torment Nexus

Not taking passwords through harms way (but having them later)

Live-stream ascii terminal

Latest asciinema adds live-streams and audio, let’s try it!

Five Years Later: Signal Land Line

A refresh and lessons from using Signal via signal-cli and a landline

Rust Pattern: serde tags

A nice way to serialize JSON that says what it is

To Consume or Reference in Rust

Trying to understand good idiomatic Rust

Rust code-coverage in Emacs

How to enable “fringe” based coverage in Emacs

Terminal Color Codes

I just want to know the background

ShWiM: peer-to-peer terminal sharing

SHell WIth Me combines magic-wormhole and tty-share for e2ee, p2p terminal sharing

Magic Wormhole is What?

Various levels of details regarding a secure peer connection technology

Terminal Visualizer

Showing numbers is fun and hard

Sending a File in 2025

Making a file appear on ONE other computer

cuvner on Pull Requests

GitHub Actions can render ANSI shell commands…

Protocol Versioning

Slapping on version numbers

Wizard Gardens

A vision for the magic-wormhole ecosystem

magic-wormhole 0.13.0 released

At long last a new release of magic-folder

pypiratzzi: No More Signatures on PyPI

Since we are no longer allowed to upload signatures to PyPI, everyone has to do something else

Forwarding streams over Magic Wormhole

An experimental ‘fowl’ command to forward TCP streams on Dilation subchannels

Winden: magic-wormhole for the Web

Least Authority has launched a Web-based magic-wormhole client

Libera dot chat

Apparently some drama

Signal Land Line

How to set up Signal via signal-cli and a landline

A Tale of Two Factorings

The MixIn pattern is a terrible idea

Python3, Twisted and Asyncio

All the cool kids in one room, using Twisted and asyncio together on Python3

Useful GnuPG Options

Use a keyserver over Tor, see real IDs

Tor Volunteer Spotlight

Tommy and Steph interview me for Tor blog

End-to-End Encrypted RPC/PubSub over Tor

The Crossbar.io router for Autobahn PubSub/RPC supports Tor; here’s how.

HOWTO: Debian via Tor

Both Debian and Tor Project offer onion services. Take advantage!

Tor blog posts

I’ve made two Tor blog posts recently

Integration-testing with py.test

py.test and the power of fixtures are demonstrated for integration testing

Git rebase tricks

It turns out you can just insert random commits into a “git-rebase-todo” list from “git rebase -i”

work offline checklist

Working offline is pretty hard these days; a checklist to help

Cuvner Released

Console and graphical coverage-visualization

Attribute Error: install_layout

I keep having to remind myself how to fix this, so…

Twitter Probe

Are some tweets purposely unavailable on Twitter?

less + Pygments

Syntax-highlighting all the time in your terminal

refactoring: txaio

Refactoring some code yields a helper-library

py.test with Twisted and Unhandled Errors

I have finally tracked down a rather inscrutible error from py.test + Twisted

Using Docker.io for Testing

Playing with docker.io for integration testing txtorcon

Migrating SVN to Git

I recently migrated a 50000+ revision Subversion repository to Git. Here’s how.

Two-Man Git

Using git directly with a colleague without a central server.