Home | Notifications | New Note | Local | Federated | Search | Logout
Federated Timeline
philip@philip@gotosocial.wittamore.fr (2026-05-18 23:37:28)
@adele
When I switch accounts in smolfedi, the post display doesn't change to the chosen account, it stays as is until I click "home" or another button.
Shouldn't switch reset the post display too?
philip@philip@gotosocial.wittamore.fr (2026-05-18 23:25:11)
Installation of Snac2 on Artix linux dinit/nginx
useradd -m -s /bin/bash snac
passwd snac
usermod -aG wheel snac
su - snac
mkdir src
cd src
git clone https://codeberg.org/grunfink/snac2.git
cd snac2
make
sudo make install
snac init ~/data
snac init will ask these questions:
Host name: your.server.domain
Path prefix: leave empty
Network address: 127.0.0.1
Port: 8001
add user
snac adduser ~/data
In /home/snac/data/server.json edit these settings:
admin_email
admin_account
title
short_description
and add this line:
"proxy_media: true
As root, create the dinit script: /etc/dinit.d/snac2
type = process
run-as = snac
command = /usr/local/bin/snac /home/snac/data
depends-on = NetworkManager
restart = true
smooth-recovery = yes
log-type = file
logfile = /var/log/dinit/snac2.log
enable snac2
dinitcl enable snac2
NGINX Media caching
see https://it-notes.dragas.net/2025/01/29/improving-snac-performance-with-nginx-proxy-cache/
Nginx configuration
see https://comam.es/snac-doc/snac.8.html
Use $host not $http_host (gixy)
in /etc/nginx/nginx.conf http section add:
proxy_cache_path /var/cache/nginx/snac_cache levels=1:2 keys_zone=snac:10m max_size=1g inactive=1440m use_temp_path=off;
make cache folder
mkdir -p /var/cache/nginx/snac_cache
/etc/nginx/sites-available/example.com
server {
listen 443 ssl default;
listen [::]:443 ssl;
server_name example.com default;
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/example.com/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
# openssl dhparam -out /etc/ssl/certs/dhparam.pem 2048
ssl_dhparam /etc/ssl/certs/dhparam.pem;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
root /srv/http/example.com;
location / {
proxy_pass http://127.0.0.1:8001;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}
location /.well-known/web
fedicat@fedicat@pc.cafe boosted:
@admin@fedimeteo.com (2026-05-15 00:17:41)
FediMeteo now covers Indonesia
FediMeteo is expanding again. Indonesia is now covered, with dedicated Fediverse weather accounts for cities and places across the country.
Each account publishes local weather updates and forecasts, and can be followed from Mastodon, snac, Akkoma, GoToSocial, Misskey, Mitra, and other ActivityPub-compatible platforms.
To follow a city, search for its Fediverse username from your instance.
FediMeteo kini mencakup Indonesia
FediMeteo kembali berkembang. Indonesia kini telah masuk dalam cakupan FediMeteo, dengan akun cuaca Fediverse khusus untuk kota-kota dan berbagai tempat di seluruh negeri.
Setiap akun menerbitkan pembaruan cuaca lokal dan prakiraan cuaca. Akun-akun ini dapat diikuti dari Mastodon, snac, Akkoma, Misskey, dan platform lain yang kompatibel dengan ActivityPub.
Untuk mengikuti sebuah kota, cari nama pengguna Fediverse kota tersebut dari instance Anda.
Covered cities / Kota yang dicakup
Jakarta - @jakarta@id.fedimeteo.com
Serang - @serang@id.fedimeteo.com
Cilegon - @cilegon@id.fedimeteo.com
Tangerang - @tangerang@id.fedimeteo.com
Tangerang Selatan - @tangerang_selatan@id.fedimeteo.com
Bogor - @bogor@id.fedimeteo.com
Depok - @depok@id.fedimeteo.com
Bekasi - @bekasi@id.fedimeteo.com
Karawang - @karawang@id.fedimeteo.com
Subang - @subang@id.fedimeteo.com
Bandung - @bandung@id.fedimeteo.com
Cimahi - @cimahi@id.fedimeteo.com
Lembang - @lembang@id.fedimeteo.com
Sukabumi - @sukabumi@id.fedimeteo.com
Cianjur - @cianjur@id.fedimeteo.com
Garut - @garut@id.fedimeteo.com
Tasikmalaya - @tasikmalaya@id.fedimeteo.com
Banjar - @banjar@id.fedimeteo.com
Cirebon - @cirebon@id.fedimeteo.com
Indramayu - @indramayu@id.fedimeteo.com
Pangandaran - @pangandaran@id.fedimeteo.com
Semarang - @semarang@id.fedimeteo.com
Surakarta - @surakarta@id.fedimeteo.com
Salatiga - @salatiga@id.fedimeteo.com
Magelang - @magelang@id.fedimeteo.com
Tegal - @tegal@id.fedimeteo.com
Pekalongan - @pekalongan@id.fedimeteo.com
Purwokerto - @purwokerto@id.fedimeteo.co
fedicat@fedicat@pc.cafe boosted:
@dansup@mastodon.social (2018-05-26 13:38:38)
You know whats awesome about the fediverse?
Developers working together. This isn't a competition. Everyone wins.
fedicat@fedicat@pc.cafe boosted:
@dansup@mastodon.social (2026-05-19 00:47:24)
Dansup + FediCon + Keynote ✨
I'm thrilled to announce that I will be giving a keynote at FediCon for the second year in a row!
I'm so honoured to have this opportunity again, special thanks to @reiver
More details soon!
#FediCon #FediCon2026 #FediCon26
dansup@dansup@mastodon.social (2026-05-19 00:47:24)
Dansup + FediCon + Keynote ✨
I'm thrilled to announce that I will be giving a keynote at FediCon for the second year in a row!
I'm so honoured to have this opportunity again, special thanks to @reiver
More details soon!
#FediCon #FediCon2026 #FediCon26
fedicat@fedicat@pc.cafe boosted:
@stefan@stefanbohacek.online (2026-05-18 23:58:29)
And Mastodon just recently celebrated its first decade.
https://stefanbohacek.online/@stefan/116238705583262747
We're getting old! It's nice, though.
Reply to @stefan@stefanbohacek.online
Stefan Bohacek@stefan@stefanbohacek.online (2026-05-18 23:58:29)
And Mastodon just recently celebrated its first decade.
https://stefanbohacek.online/@stefan/116238705583262747
We're getting old! It's nice, though.
Michael Kratzenberg 📢@kratzen@berg.mobilecourant.org boosted:
@MikeDunnAuthor@kolektiva.social (2026-05-18 22:54:49)
Today in Labor History May 18, 1979: An Oklahoma jury ruled in favor of the estate of atomic worker Karen Silkwood. Kerr-McGee Nuclear Company was ordered to pay $505,000 in actual damages and $10 million in punitive damages for negligence leading to Silkwood’s plutonium contamination. On appeal, the court reduced the settlement to a pitiful $5,000, the estimated value of her property losses. In 1984, the Supreme Court restored the original verdict, but Kerr-McGee again threatened to appeal. Ultimately, Silkwood’s family settled out of court for $1.38 million and the company never had to admit any wrongdoing.
Silkwood first started working at Kerr-McGee in 1972. She joined the Oil, Chemical & Atomic Workers union and participated in a strike. After the strike, her comrades elected her to the union’s bargaining committee. She was the first woman to attain that status at Kerr-McGee. In this role, one of her duties was to investigate health and safety issues. Not surprisingly, she discovered numerous violations, including exposure of workers to radioactive contamination. The union accused Kerr-McGee of falsifying inspection records, manufacturing faulty fuel rods and other safety violations. After testifying to the Atomic Energy Commission, Silkwood discovered that her own body and home were contaminated with radiation. Her body contained 400 times the legal limit for plutonium contamination and she was expelling contaminated air from her lungs. Her house was so contaminated they had to destroy much of her personal property.
Later, she decided to go public with documentation proving the company’s negligence. She left a meeting with union officials in order to meet a New York Times journalist. She brought a binder and packet of documents supporting her allegations with her. However, she never made it, dying in a suspicious car crash. The documents were never found. Some journalists believe she was rammed from behind by another vehicle. Investigators noted damage to th
---Attachments---
image: https://kolektiva.social/system/media_attachments/files/116/595/913/585/612/459/original/6904da546bc67cf8.jpg
Coro@Coro@mstdn.maud.io boosted:
@K0eKaN@mstdn.maud.io (2026-05-18 22:41:31)
マイナカード取得義務化の検討を提言へ 自民が政府に 罰則規定なし [自由民主党(自民党)][マイナ保険証]:朝日新聞
自民党が、マイナンバーカード取得の義務化を検討するよう政府に提言することが分かった。義務化した場合の罰則は設けないとしている。いまはマイナカードの申請は任意で、政府はポイントを付与するなどして普及を進めてきた。
https://www.asahi.com/articles/ASV5L3CT0V5LULFA01XM.html
MikeDunnAuthor@MikeDunnAuthor@kolektiva.social (2026-05-18 22:54:49)
Today in Labor History May 18, 1979: An Oklahoma jury ruled in favor of the estate of atomic worker Karen Silkwood. Kerr-McGee Nuclear Company was ordered to pay $505,000 in actual damages and $10 million in punitive damages for negligence leading to Silkwood’s plutonium contamination. On appeal, the court reduced the settlement to a pitiful $5,000, the estimated value of her property losses. In 1984, the Supreme Court restored the original verdict, but Kerr-McGee again threatened to appeal. Ultimately, Silkwood’s family settled out of court for $1.38 million and the company never had to admit any wrongdoing.
Silkwood first started working at Kerr-McGee in 1972. She joined the Oil, Chemical & Atomic Workers union and participated in a strike. After the strike, her comrades elected her to the union’s bargaining committee. She was the first woman to attain that status at Kerr-McGee. In this role, one of her duties was to investigate health and safety issues. Not surprisingly, she discovered numerous violations, including exposure of workers to radioactive contamination. The union accused Kerr-McGee of falsifying inspection records, manufacturing faulty fuel rods and other safety violations. After testifying to the Atomic Energy Commission, Silkwood discovered that her own body and home were contaminated with radiation. Her body contained 400 times the legal limit for plutonium contamination and she was expelling contaminated air from her lungs. Her house was so contaminated they had to destroy much of her personal property.
Later, she decided to go public with documentation proving the company’s negligence. She left a meeting with union officials in order to meet a New York Times journalist. She brought a binder and packet of documents supporting her allegations with her. However, she never made it, dying in a suspicious car crash. The documents were never found. Some journalists believe she was rammed from behind by another vehicle. Investigators noted damage to th
---Attachments---
image: https://kolektiva.social/system/media_attachments/files/116/595/913/585/612/459/original/6904da546bc67cf8.jpg
K0e@K0eKaN@mstdn.maud.io (2026-05-18 22:41:31)
マイナカード取得義務化の検討を提言へ 自民が政府に 罰則規定なし [自由民主党(自民党)][マイナ保険証]:朝日新聞
自民党が、マイナンバーカード取得の義務化を検討するよう政府に提言することが分かった。義務化した場合の罰則は設けないとしている。いまはマイナカードの申請は任意で、政府はポイントを付与するなどして普及を進めてきた。
https://www.asahi.com/articles/ASV5L3CT0V5LULFA01XM.html
たかし@tak4@mstdn.y-zu.org (2026-05-18 22:35:43)
尻からトゥート
蚊🎃5/17 関西コミティア【Q27】@__ka_3@misskey.io (2026-05-18 21:48:02)
:punipuni: #ハァハァ……太もも見せて……
---Attachments---
image: https://media.misskeyusercontent.com/io/6a5c39c4-102d-4310-8b70-d319c1dfdd71.webp?sensitive=true
image: https://media.misskeyusercontent.com/io/webpublic-808abe69-e3c9-4e2b-a785-055ab2e20ec3.png?sensitive=true
image: https://media.misskeyusercontent.com/io/28a85789-5b79-450a-8ed3-9eef9f3494ec.webp?sensitive=true
image: https://media.misskeyusercontent.com/io/e6107f31-c0de-4327-8fb2-054738468961.webp?sensitive=true
Tokyo Camera Club@tokyocameraclub@mstdn.tokyocameraclub.com (2026-05-18 21:30:54)
ブースト、お気に入り大歓迎!cetd_foto20xxさんの投稿作品です。
【cetd_foto20xxさん】
https://tokyocameraclub.com/mstdn/cetd_foto20xx/
【投稿作品】
https://tokyocameraclub.com/mstdn/cetd_foto20xx/116436545081727765
【登録はこちら:東京カメラ部インスタンス】
https://mstdn.tokyocameraclub.com/
東京カメラ部インスタンスに登録いただき、ハッシュタグ「#tokyocameraclub」を付けていただいた投稿が対象となります。ぜひ、気軽にご参加ください。
※各種法令、マナー、関係者の指示に従った撮影をお願いします。
*Please ensure that your photography adheres to all relevant laws, etiquette, and instructions issued by authorized persons.
---Attachments---
image: https://s3-ap-northeast-1.amazonaws.com/mastodon-production/media_attachments/files/116/595/586/150/138/492/original/6ad542c98ecb9d87.png
Reply to @Coro@mstdn.maud.io
Coro@Coro@mstdn.maud.io (2026-05-18 21:03:04)
Atlas, can you bring me a drink? | Boston Dynamics - YouTube
https://youtu.be/3aQWvdCac9o
Reply to @yugaego@fosstodon.org
Adële 🐁!@adele@social.pollux.casa (2026-05-18 20:53:14)
@yugaego I will try to post more of them ^^
たかし@tak4 (2026-05-18 20:38:40)
pixivなどにあるタグといふ分類方法では一つの作品は複数の分類に属する。この様な分類方法が好き。
Stefan Bohacek@stefan@stefanbohacek.online (2026-05-18 20:22:54)
Happy 18th anniversary to the very first fediverse post, courtesy of @evan!
https://web.archive.org/web/20080618164355/http://identi.ca/notice/1
https://identi.ca/evan/note/Y0QwGyc1QYilqqawkDrQlg
#fediverse #identica #anniversary #FirstPost
---Attachments---
image: https://sbonline.nyc3.digitaloceanspaces.com/media_attachments/files/116/595/290/066/784/792/original/ff789cbf61a455bc.png
:hosimiya_mion::star_stroke:@hos1miya@misskey.0sakana.xyz (2026-05-18 19:41:48)
sudo dd if=/dev/zero of=/dev/sda bs=16M
warabi餅@w4rabimochi@misskey.io boosted:
@oza_osuwari@misskey.io (2026-05-17 09:47:16)
:manko_wetland:
---Attachments---
image: https://media.misskeyusercontent.com/io/c8609338-aebb-4d63-a7ba-1ee7f3a093a4.webp?sensitive=true
warabi餅@w4rabimochi@misskey.io boosted:
@iwano_kenta@misskey.io (2026-01-04 15:18:20)
:bloborca_pity:
---Attachments---
image: https://media.misskeyusercontent.com/io/db7ab150-1fe4-418f-9f10-7bcf7eac03c7.webp?sensitive=true
warabi餅@w4rabimochi@misskey.io (2026-05-18 18:09:48)
女の子の作画にはどれだけ時間をかけてもいいとされている
---Attachments---
image: https://media.misskeyusercontent.com/io/feb1293e-6e75-4bdd-96d4-9b8d2172ba10.png?sensitive=true
Reply to @syobon@post.syobon.net
:onmyou::vc:Charlie Root@relay@mastodon.hakurei.win (2026-05-18 18:08:13)
@syobon Windows対応は気にしてなかったけど前は出来なかったのか
SyoBoN@syobon@post.syobon.net (2026-05-18 18:05:13)
ROCmがWindows非対応だからやろなあと思ったけど今Windows対応してるんだ はえー
:onmyou::vc:Charlie Root@relay@mastodon.hakurei.win (2026-05-18 18:03:04)
RadeonではAI関連出来ないという俗説があるが、単なるネガキャンではないかと思う
PyTorchは公式にROCm対応だし、TensorFlowもAMDがROCm対応版を出してる
Stable Diffusionもollamaも動く
逆に何が出来ないのか教えて欲しいぐらいだ
naturaleza24@naturaleza24@mast.lat (2026-05-18 16:55:46)
#fotografie #nature #photography
---Attachments---
image: https://media.mast.lat/mast/media_attachments/files/116/594/502/891/598/652/original/a4ac45213fa846bc.png
naturaleza24@naturaleza24@mast.lat (2026-05-18 16:55:02)
#fotografie #nature #photography
---Attachments---
image: https://media.mast.lat/mast/media_attachments/files/116/594/500/524/016/786/original/cadb80e399f1048d.png
naturaleza24@naturaleza24@mast.lat (2026-05-18 16:54:12)
#fotografie #nature #photography
---Attachments---
image: https://media.mast.lat/mast/media_attachments/files/116/594/497/366/980/507/original/80b6d9e3eece6c78.png
naturaleza24@naturaleza24@mast.lat (2026-05-18 16:53:17)
#fotografie #nature #photography
---Attachments---
image: https://media.mast.lat/mast/media_attachments/files/116/594/492/981/313/263/original/bff29a684c99c3a1.png
Older Notes