RSSAmplifier

Blog

mmmeon

a soft--------neer interested in simple software.

mmmeon.comRSS feed ↗8 posts

Latest posts

lab

lab web experiments. details table a b c blah blah 1 2 three blah blah 1 2 three 4 5 6 seven blah blah 1 2 5 6 seven details tabs "hi" "bye" "hi" "hi!" "hi" "what's up?" details lazy embed click to load are.na embed details lazy embed with image <a href="https://godspeedyoublackemperor.bandcamp.com/album/f-a">F# A# ∞ by Godspeed You Black Emperor!</a>

.files

my linux configuration files. } ls $DOTFILES aerc do.sh gitui kitty mise newsboat README.md w3m asdf fastfetch gpg lf mpv nsxiv remind wezterm atuin firefox gurk LICENSE ncmpcpp opencode ssh wm bin gamemode iwctl mangohud neomutt prettier tmux zathura browsh git keepassxc mcphub neovim rbw vale zsh lnko, or stow there are many ways to manage dotfiles, i previously used a bare git repository that…

colophon

behind this site. tools used 11ty webc markdown sass openstories are.na 's api inspiration gemma copeland has a nice display of their are.na channels. her site is open source and built with 11ty, so i took the source to experiment with how i'd do something similar here. ended up handwriting my own are.na integration. can't say it looks nicer than hers. mu-an chiou 's site is the first (and only)…

awesomewm

awesomewm is a window manager framework with a widget system. using lua, i have configured awesomewm to a enjoyable and minimally viable desktop environment. my configuration currently supports multiple monitors, spaces, tiling & floating window management, media control, notifications, system tray and some small utilities. the original plan was to have most elements attached to the menubar at the…

webc:scoped

tldr Use <style webc:nokeep> without the :host selector to keep component tags out of bundled html. random-component.webc < random-component class = " random-component " > < slot > fallback </ slot > </ random-component > < style webc: nokeep > .random-component { ... } </ style > background scoped components in webc sounds like a good way to create small webpages. the scoped styles and scripts…

obtainium

i use obtainium to manage most of the apps installed on my android phone. a table of the apps in my obtainium export is below, and the the file itself at obtainium.json . a.name.localeCompare(b.name))" :obtainium="obtainium" :overrides="overrides"> some apps are only distributed through the google play store. these apps are managed by aurora store on my device. app notes Are.na great for adding…

html day

2025 i participated in html day this year. after seeing its are.na , i decided to take the train to last minute. on the way, i decided to build an interface for openstories on this site. the resulting demo page webpage is here and shown below. now to get this configured with openstories and 11ty...

gpg, ssh & git

```shell-session ┌──────────────────────────────────────────────────────┐ │ Please enter the passphrase for the ssh key │ │ SHA256:AbCd3FgHiJ8Lm84nOpQrStuVwxYz1234567890aBceL │ │ │ │ │ │ Passphrase: ________________________________________ │ │ │ │ │ └──────────────────────────────────────────────────────┘ ``` the ugh i was having some issues with using multiple accounts in git while managing ssh…