Conversation

honestly? i love the small, fun things that have come out of misskey and its forks over the years, such as cat mode, the mod player, mfm, and the games; a lot of it might seem unnecessary to most people, but i see it as a sign that there's still plenty of people in software dev that just want to mess around and have fun

the larger tech industry seems to not care about little things like that anymore, so seeing an actively maintained and used project embrace such wild ideas makes me happy

5
12
5

@esm it kinda sucks how everything has to be so … generic and bland to be considered something “decent” in todays standards

1
0
1

@esm when are they adding farmville to misskey that’s the real question

2
0
14

@noob they need to add the world's hardest game

1
0
4
Bring back weird, wacky corporate websites!
I want to gaze in awe at the landing screen of a website, not just see your mission statement and logo!

CC: @esm@wetdry.world
0
1
2
gambling
Show content

@esm misskey should add a slot machine that you put real money into for a chance to win big

0
1
0

@esm you know what would be funny (but probably impossible to implement)? tetris vs against any other misskey user

0
0
0
long post
Show content

@esm i love stumbling upon easter eggs. my router has a bash script which seems to activate the lights in a particular way on christmas day (haven’t seen it activate yet though)


#!/bin/sh

if [ "$(date +'%m%d')" != "1224" ] && [ "$(date +'%m%d')" != "1225" ]; then
    echo "Date not correct cleaning and exiting..."
        sed -i '/christmas_tree/d' /etc/crontabs/root
        sh -c "sleep 2 && /usr/share/transformer/scripts/restart_leds.sh &"
    killall christmas_tree.sh
    exit
fi

if [ "$( ps | grep -c 'christmas_tree.sh')" -gt "3" ]; then
    echo "Already running, exiting..."
    exit
fi

trap "kill 0" SIGINT

randd(){
        grep -m1 -ao '[1-7]' /dev/urandom | head -n1
}

powerOnOffRandom(){
        while [ 1 ]; do
                rand=$(randd)
                echo 255 > "$1"/brightness
                echo powering up "$1" for $rand seconds
                sleep $(( $rand - 1 ))
                echo 0 > "$1"/brightness
                sleep $(( $rand - 1 ))
        done
}

for filename in /sys/class/leds/*; do
        ( powerOnOffRandom "$filename" ) &
done

wait
0
1
0

@noob @esm Something akin to Touhou would probably suit Misskey better

0
0
1