Skip to content

Instantly share code, notes, and snippets.

@b73tt
b73tt / pw-mqtt.sh
Created October 1, 2025 12:56
Publish pipewire playing status to MQTT
#!/usr/bin/env bash
IFS="
"
time=0
pw-mon -N | grep --line-buffered state | while read line;
do
now=$(date "+%s")
@b73tt
b73tt / mastodonexplorefilter.user.js
Created December 30, 2024 04:23
Mastodon Explore Filter
// ==UserScript==
// @name Mastodon Explore Filter
// @namespace @brett@brettiverse.com
// @description Makes posts on the /explore page more instance-specific by filtering posts that are only popular elsewhere
// @version 1
// @include *://*/explore
// ==/UserScript==
// double check this is mastodon