mastodon

Back Open Paginator
13.12.2025 07:41
PSiReN (@PSiReN@psiren.eu)

#HarshButFairComment | #IT's #Brutal; I #LikeIT...

#Whether you #LikeIT; #OrNot...

#Mastodon already #Fulfils #ITs #Original #DesignBrief...

#Adding more #FluffAndBullshit to #Satisfy an #Anonymous #UnqualifiedDemand for #NewFeatures will #Undermine any #Existing #GoodWill and #Strays into the #InvidiousWorld of #MissionCreeping #Redundancy

#TakeThatRisk #IF you #WantTo; #SeeWhatHappens...

#ForewarnedIsWhat...

#IT's a #Prophecy

🧙⚕️🤖:wolfparty:🤖⚕️🧙 | :PirateBadge:🦹:fediverse:🦄:fediverse:🦹:PirateBadge:





Show Original Post


13.12.2025 07:26
josen (@josen@masto.es)

¡Buenos días gente del fediverso!

Os deseo un magnífico fin de semana lleno de oportunidades y momentos bonitos... Una buena taza de café para empezar no sería mala idea ☕

Aconsejaros también que tengáis cuidado con las compras impulsivas, que en estas fechas ya se sabe. Si puede ser, compra solamente lo necesario.

#buenosdias #mastodon #café #findesemana #fediverso




Show Original Post


13.12.2025 07:24
supermofa (@supermofa@troet.cafe)

#twitter & #mastodon ' #demokratie '
die Favorisierung geht weiter 😬

🎙️ victims of micro dose thats what we are

🤙 feat. MADE IN FAILURE

#socialmedia #rausch #weed #diy #weedmob #marijuana #cannabis #drogen #dielinke #politik #zukunft #tiktok #quote #gesellschaft #manipulation





Show Original Post


13.12.2025 06:47
PSiReN (@PSiReN@psiren.eu)

#GoodMorningHorn and #HappyHappy #StillAliveSaturday...!

How's your #RunUp to #FictionalChristmas #WorkingOut for you... | #LookNoQuestionMark

1: #TwitterX is still a #DumpsterFire;
2: #Mastodon is #Lovely; and,
3: #There is a #FreshPotOfCoffee on the #Go...

And, #QuoteToots; #StillQuiteCool...

#IT's a #FarCry from the #DarkOldDays of #vmst and the #AngryIncels of #TheGhostOfMisterDen's #DeadInstance...

#TheOnlyThingLeft for #MastodonEngineering #ToDo is #StopTinkering #AroundTheEdges of #MastodonDevelopment and #PlaceIT into #MaintenanceMode for #TheForeseeableFuture

There's #NoPoint in #Adding more #NewFeatures to a #PerfectlyFunctionalSystem unless there's a #FundamentallyNew #SystemRequirement

"They/them" should #Simply #FireEveryone they don't #ReallyNeed and #LetThemGrow into #NewNewProjects... #TotallyNew #SeparateProjects...

Have a #GreatChristmas; #WhateverThatIs...

🧙⚒️🤖:wolfparty:​🤖⚒️🧙 | :fediverse:🦹☕️🦄​☕️🦹:fediverse:





Show Original Post


13.12.2025 06:20
adrienandrem (@adrienandrem@pouet.chapril.org)

À mes contacts mastodonesques : je n'ai pas confiance en la sureté que la plateforme fournit pour nos échanges privés. C'est pour cela que je demande le contact Signal, Briar ou XMPP pour échanger.
#viePrivée #Mastodon #XMPP #Signal




Show Original Post


13.12.2025 05:52
LwaxanaTroi (@LwaxanaTroi@mastodon.social)

Trying to teach Alexander to relax. The boy is wound tighter than a coil spring. I suggested a mud bath. Worf looked horrified. Apparently, Klingons only bathe in the blood of their enemies or some such thing. We compromised on a holodeck program with cute fuzzy animals.




Show Original Post


13.12.2025 05:43
jay (@jay@gts.feddit.social)

(忘记换账号了2333)
我上热门了?
新注册的 https://hello.2heng.xin/ 小森林,用的是Github注册登录
完全和我的gts.feddit.social/@jay没有关系
为什么给我推了我的GoToSocial账号(倒数第二个)

#小森林 #mastodon #gotosocial





Show Original Post


13.12.2025 05:38
dcid (@dcid@noc.social)

If you are a Mastodon admin, are you seeing a very large amount of request per second from hundreds of IPs from:

43.173.0.0/16
43.163.0.0/16

Hitting all sorts of randon tags per second?

Just in the past few min:
1601 43.173.174.72
1599 43.173.175.142
1595 43.173.173.171
1585 43.173.172.41
1577 43.173.173.214
1570 43.173.181.151
1569 43.173.175.69
1569 43.173.174.12
1568 43.173.180.198
1566 43.173.181.135
...

#mastodonadmin
#mastodon




Show Original Post


13.12.2025 05:26
heyla (@heyla@todon.nl)

C qui est bien avec le #mastodon #US c'est qu'on voit des vrais activistes et pas juste des poseurs bsky qui vont te dire que être sur mastodon c être déconnecté du réel et être bourgeois 👀




Show Original Post


13.12.2025 05:17
heyla (@heyla@todon.nl)

Je pete un câble avec #mastodon 😬

Je ne vois QUE SOIT ma TL, soit une tl globale sur "explorer"

Au début g deux trois post de francophone et direct ca enchaîne sur que des posts anglophones

Je demande comment faire pour éviter ca, depuis un an... Pas de réponse jpp...

G config la langue pourtant... 👾




Show Original Post


13.12.2025 04:42
admin (@admin@mstdn.feddit.social)

RE: mstdn.feddit.social/@admin/115

说实话mastodon不直接支持markdown有些麻烦了;
500字符限制也有些缩手缩脚。

• 更加方便的导入emojis,注意先把已经导入的表情.tar.gz移动到地方。

for f in ~/docker/social/mastodon/main/public/system/*.tar.gz; do
name=$(basename "$f" .tar.gz)
sudo docker exec -it MASTODON_WEB_CONTAINER_NAME \
tootctl emoji import --category "$name" "/mastodon/public/system/$name.tar.gz"
done

• 需要修改的有
1. ~/docker/social/mastodon/main/public/system/*.tar.gz 本地路径
2. MASTODON_WEB_CONTAINER_NAME 实际mastodon_web容器名

#emoji #tootctl #mastodon #import





Show Original Post


13.12.2025 04:19
admin (@admin@mstdn.feddit.social)

mstdn.feddit.social使用的表情包:
### github.com/olivvybee/emojis
```
cd ~/docker/social/mastodon/main/public/system
sudo wget github.com/olivvybee/emojis/re
```
### github.com/DejavuMoe/Smoji
```
wget github.com/DejavuMoe/Smoji/rel
```
### 导入
```
sudo docker exec -it MASTODON_WEB_CONTAINER_NAME tootctl emoji import --category PACK_NAME /mastodon/public/system/PACK_NAME.tar.gz
```

#emoji #tootctl #mastodon #import #admin





Show Original Post


1 ...1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 ...2963
UP