- 2 Posts
- 8 Comments
Joined 3 years ago
Cake day: January 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
@DonutsRMeh I run AudioBookShelf
With Plappa for iOS
Myk@kzoo.toto
Firefox@fedia.io•#Mozilla #Firefox 134 Is Now Available for Download with Support for Touchpad Hold Gestures on #Linux https://9to5linux.com/mozilla-firefox-134-is-out-with-support-for-touchpad-hold-gestures-on-linux
1·1 year ago@9to5linux@floss.social Finally.
The emoji picker bug on MacOS has been FIXED!!! 🥳🥳🥳🥳 :firefox:
#firefox #macos
@Baku@aussie.zone I figured. was kinda just joking, does Lemmy not do hashtags? I havnt really used it much
@Baku@aussie.zone I’m posting from mastodon. Welcome to Fediverse and cross platform posts.






@OwOarchist
With bash. All things are possible.
alias cat=schrodinger.sh#!/usr/bin/env bash set -euo pipefail if (( RANDOM % 2 )); then echo "meow" else command cat "$@" fi