How to fix a rare issue on Linux for WFDownloader App users (no text shown or blank UI)
https://www.wfdownloader.xyz/blog/wfdownloader-app-starts-without-any-text-being-shown-on-linux
Looking for a mastodon instance that is designed for small businesses.
This is businesses smaller than 5.
With at least 1 FTE
That have social media content they want to post / share.
Is that a thing?
#fernfriday with a bit of #Mosstodon for good measure ❤️ #nature #plants Today is a day of #love for me with a heaping hope of #peace ☮️🌈🕉️ Thinking of all of you, my #mastodon #friends ❣️

Tôi vừa tạo ứng dụng getprevio.co để tạo và kiểm tra A/B hình ảnh OG, nhưng không có lượt truy cập nào. Liệu đây có thực sự là nhu cầu cần giải quyết? Câu hỏi dành cho bạn: Khi làm dự án bên lề, bạn xử lý hình ảnh OG như thế nào? - Tự thiết kế mỗi lần? - Dán hình ảnh giống nhau到处? - Dùng công cụ tự động? Đánh giá trung thực giúp tôi quyết định tiếp tục hay dừng lại. #Mastodon #KinhNghiemLamDuAn #OpenGraph #OGImage #PhanTichNhuCau #StartupVietNam #SideProject #DuaRaSanPham
**Lưu ý**: Bài viết k
So many sales are going on right now, through my one distributor, Draft2Digital, including the current book sale: My Entangled Heart's sizzling, yet sophisticated romance dramas, Flicka's LOVERS, and The Fifth Seduction are enrolled in the Rakuten Kobo U.S. and Canada promotion: $2.00 per ebook. Also, the ebooks are just $2.00 at Barnes and Noble. #rakuten #kobo #canada #sales #blackfriday #books #book #bookstodon #booksky #mastodon

Since Mastodon issues are tracked in GitHub, I'm guessing code is checked in there also. With the problematic corporate stance on assets used as AI training data, is there consideration on moving repositories elsewhere? I keep seeing Codeburg in my timeline; is that viable?
Eugen Rochko, fondatore di Mastodon, ha annunciato la sua transizione dalla posizione di CEO, cedendo la proprietà del marchio all'organizzazione non-profit, in cerca di un ruolo meno esposto e più sostenibile. #Mastodon #Social
Gotosocial有点傻福了,Apple也是傻福,我更是傻福
我开启注册后,决定尝试申请注册admin@gts.feddit.social,第一个蠢事来了。
iCloud过期,收不到邮件
我的apple icloud早就爆满了,5G的空间大小塞了47GB的图片视频(icloud+订阅过期了),所以自从11月16号,我的icloud就没有接受过邮件了。
当我清理完图片,又发现邮件没有像deepseek所说那样在存储恢复后受到邮件,好,白清空了,所以我需要去清理admin和我的xxx@icloud.com邮件。
通过清理数据库来删除admin和xxx@icloud.com邮件
因为我没有办法验证这个邮件地址,所以就算我接受了这个账户,也无法登陆它。
我需要完全清除,再重新注册。
cd data
sudo apt update && apt install sqlite3
cp sqlite.db sqlite.db.bak
sqlite sqlite.db
SELECT id, username FROM accounts WHERE username = 'admin';
SELECT a.id, a.username, u.email, u.admin, u.moderator, u.disabled
FROM accounts a
JOIN users u ON u.account_id = a.id
WHERE a.username = 'admin' AND u.admin = 1;
# 找到本地admin而不是其他实例的admin,要一起执行
DELETE FROM users WHERE account_id = 'xxx';
DELETE FROM accounts WHERE id = 'xxx';
SELECT id, username FROM accounts WHERE username = 'admin';
.quit
docker compse down
docker compose up -d
再次注册,然后在Mail上验证邮件,管理员批准admin
在那个批准界面,approve后,我看见suspended的提示,我也没多想就直接确实suspended了,然后才发现suspended让账户不可登陆,不可撤销。
我就需要用./gotosocial CLI去取消suspended,目前发现好像就算取消suspended了,只会有个gts.feddit.social/@admin,后段管理和webui是无法登陆的,我是个傻福,我需要再次进行第二步操作了。
等我好消息。
#gotosocial #mastodon #admin #sysadmin #icloud #apple #socialmedia #db #sqlite #ssh #mail #suspend #sqlite3

‼️🇺🇦Zelensky steps aside allowing NABU, SAPO conduct searches at Yermak's premises (more) https://www.ukrinform.net/rubric-polytics/4063752-nabu-sapo-conduct-searches-at-yermaks-premises.html #Ukraine #Poland #Warsaw #Netherlands #Norway #Sweden #Estonia #Latvia #Lithuania #Paris #Rome #London #Berlin #Canada #Finland #Brussels #Denmark #Germany #ICC #France #Italy #OSCE #PACE #CoE #SouthKorea #Press #News #Taiwan #Media #Japan #USA #US #UN #UK #EU #NATO #UnitedStates #UnitedKingdom #EuropeanUnion #Czechia #Romania #russiaUkraineWar
#11yrInvasionOfUkraine #Mastodon
Mit leichter Verspätung ist jetzt auch unsere Mastowall wieder online...
https://mastowall.netzbegruenung.de/
#Mastowall #Mastodon #BDK2025 #Netzbegrünung
ihr seid ja schon sehr nett hier.
So viele Sternderl und/oder boosts auf meine dilettantischen Bilder zu bekommen, ist wohltuend.
Danke schön!
#Mastodon
🥰
Some thoughts after talking with the pillow on decentralised networks:
The real question is how to move from centralised into federated without losing these key centralisation features:
1. Load speed.
2. Directory.
I think the solution is the lovechild of two protocols: ActivityPub AND Nostr. Beware in AP I meang specifically Mastodon.
Later does better with encryption, account portability and anonimity and speed for direct messages. Former does better with moderation, precaching, and speed for timeline reading and content delivery (due to precaching everything), and more importantly: MODERATION.
1/x