mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#pw

0 posts0 participants0 posts today

There are a lot of #mainstreaming complaints about our "native" culture on the #Fediverse from twitter migration incomers, an example is how or if to label paywalled articles?

What do people think? My compromise solution is to add a #paywalled or #PW hashtag to post that are pointless to click on for 99.9% of the people who see them.

Q. who is responsible is always a useful question to ask? And check this with what is the "native" thing to do, ideas?

Hmmmm, ich dachte ja immer, ich hätte #Vorurteile, aber der #Osten sieht tatsächlich so aus, wie ich mir den Osten vorgestellt habe...😅
Ein AfD-Wähler fährt mit der MZ durchs Dorf und hat einen Stahlhelm auf...
(Zu einem anderen Bild heißt es, man ärgere sich im Dorf über den Leerstand von Häusern... - woran könnte es nur liegen? 🤔)
#PW;dr #behindpaywalldidntread #FAZ #Niederbösa #Ossis
faz.net/aktuell/politik/wahl-i

Do you want to block threads from your account? :ablobcatnod:

Would you rather eat a plastic milk jug ring than see a :facebook: Facebook minion meme on your timeline? :ablobcatnodfast:

Well oh boy do I have a treat for you! If you're like me and have at least three different Mastodon accounts (or even just one!), you can dom-block them quick fast and in a hurry...

  • Sᴛᴇᴘ 1: Login to your account. 🖼️⁠¹
  • Sᴛᴇᴘ 2: Go to Settings, then Development 🖼️⁠²
  • Sᴛᴇᴘ 3: Create a New application with at least write or write:blocks access. 🖼️⁠³
  • Sᴛᴇᴘ 4: After you saved, click on the name of your application and copy Your access token 🖼️⁠⁴
  • Sᴛᴇᴘ 5: Repeat for all your accounts, then run the following shell script... (with your info in the first part, of course)
readarray -t pw <<EOF
infosec.exchange KEY1
mastodon.social KEY2
defcon.social KEY3
EOF

masdablock() {
local i c u p
while [ -n "$1" ]; do
for ((i=0;i<${#pw[@]};i++));do
read -ra p <<<"${pw[i]}"
u="$p/api/v1/domain_blocks"
u="https://${u}?domain=$1"
c="Authorization: Bearer ${p[1]}"
curl -H "$c" -X "POST" "$u"
done; shift; echo
done;
}
masdablock threads.net

Mastodon API documentation relating to accounts can be found here:
➡️docs.joinmastodon.org/methods/

i managed to figure out how to create a #ProcessWire site-profile for very conveniently being able to spin-up a new site installation and have all of my preferred modules and scripts/markup pre-installed out the gate.

github.com/protrolium/rockfron

this should make future development much smoother :mastodance:

GitHubGitHub - protrolium/rockfrontend-empty: Site Profile for ProcessWireSite Profile for ProcessWire. Contribute to protrolium/rockfrontend-empty development by creating an account on GitHub.
#dev#code#web