Salta al contenuto principale



“AIによるオススメシステムの改良により、アプリの利用時間が10%増加したことも明らかにしました。” / “Threadsのデイリーアクティブユーザー数が1億5,000万人を突破 | 気になる、記になる…” (2 users) taisy0.com/2025/10/30/216710.h… #Threads





Aaron Taylor-Johnson met the woman who would become his wife when he was 17. They were married when he was 23 and she was 46.

Now … if we swap the situation and have a guy of 46 marry a gal of 23 after he met her when she was still in high school … we would say the Lord led them to be together.

Either way … there’s some ick factor, right?



Semplicemente INCREDIBILE, ma non tanto per la sentenza (o cmq non solo), quanto per le MOTIVAZIONI della sentenza, scritte nero su bianco da una giudice, che è donna pure lei
in reply to OpenSoul ✅

Immagine di un articolo di notizie pubblicato dal quotidiano "Il Giorno", con un titolo in grassetto e un sottotitolo. L'immagine mostra l'esterno di un tribunale, con un gruppo di persone in abiti formali, presumibilmente guardie di sicurezza, in piedi davanti alla porta. Un uomo con capelli biondi e abiti scuri è visibile in primo piano.

Il titolo dell'articolo recita: "La Russa jr, archiviata indagine: ‘Indubbia buona fede della ragazza, ma non fu violenza sessuale’". In basso, si legge "di Rosario Di Raimondo". L'articolo è datato "30 Ottobre 2022, Aggiornato alle 21:22" e indica un tempo di lettura di "3 minuti".

Fornito da @altbot, generato localmente e privatamente utilizzando Gemma3:27b

🌱 Energia utilizzata: 0.130 Wh




walknews.com/?p=1102046 令和の時代に本気のAFフィルムカメラ。撮りたい心刺激しまくるLomo MC-A | ギズモード・ジャパン #Science #Science&Technology #Technology #テクノロジー #科学 #科学&テクノロジー



I wanted to make an altar this year but I'm exhausted and ran out of time. I hope my dead ones will come out anyway and hang out with me in dreams. I miss you all. I miss you always.
in reply to lenazun

You will see them in your dreams, I am certain. We have a bit of a municipal altar in my town and this is the first year I've been really participating because for some reason this year's losses feel acute.


Hoy hace 137 años que nació Andréi Túpolev, diseñador y constructor aeronáutico ruso. Falleció en 1972.



This could be on repeat and I'd be happy: youtu.be/LEjVkKaoYMc?si=ZZZsKq…

(Not re: husband but my family)




📰 "Eternity" de la artista multidisciplinar Natalia Gajardo.
🏷️ #ChileCultura #Cartelera #Panoramas #Cultura #Chile

🔗 chilecultura.gob.cl/events/347…



NSFW 18+ Nudity
  • Sensitive content
  • Parola filtrata: nsfw




聯邦宇宙疑難雜症分享:Cloudflare WAF 防火牆的坑 😫嗨,各位聯邦宇宙的朋友們!
最近在自己搭建 Misskey 和 Mastodon 節點玩,全部都用 Docker 架設,並透過 Cloudflare Tunnel 轉發流量,過程其實蠻順利的。
但是!我發現一個超級困擾的問題:我的節點跟其他節點有些交互行為就是無法正常運作!
一開始我還以為是我 Docker 設定有問題,或者是 Misskey/Mastodon 配置錯誤,搞得我焦頭爛額... 🤯結果,經過我地毯式的追查,終於發現罪魁禍首是 Cloudflare 的 WAF (Web Application Firewall) 防火牆!它預設擋掉了很多聯邦宇宙(ActivityPub)需要的 API 請求和 User Agent,導致節點間無法正常溝通。
如果你也遇到類似的問題,記得去 Cloudflare WAF 設定中,將以下規則設定為「允許 (Allow)」,才能讓聯邦宇宙的流量順暢通行:
(starts_with(http.request.uri.path, "/api/")) or (starts_with(http.request.uri.path, "/users/")) or (starts_with(http.request.uri.path, "/@")) or (starts_with(http.request.uri.path, "/notes/")) or (starts_with(http.request.uri.path, "/inbox")) or (starts_with(http.request.uri.path, "/outbox")) or (starts_with(http.request.uri.path, "/authorize_interaction")) or (starts_with(http.request.uri.path, "/oauth/")) or (starts_with(http.request.uri.path, "/.well-known/")) or (starts_with(http.request.uri.path, "/actor")) or (starts_with(http.request.uri.path, "/objects/")) or (starts_with(http.request.uri.path, "/activities/")) or (starts_with(http.request.uri.path, "/c/")) or (starts_with(http.request.uri.path, "/u/")) or (starts_with(http.request.uri.path, "/post/")) or (starts_with(http.request.uri.path, "/comment/")) or (http.user_agent contains "Mastodon") or (http.user_agent contains "Misskey") or (http.user_agent contains "Pleroma") or (http.user_agent contains "Friendica") or (http.user_agent contains "Akkoma") or (http.user_agent contains "Pixelfed") or (http.user_agent contains "PeerTube") or (http.user_agent contains "Lemmy") or (http.user_agent contains "Kbin") or (http.user_agent contains "Mbin") or (http.user_agent contains "Bookwyrm") or (http.user_agent contains "Funkwhale") or (http.user_agent contains "Mobilizon") or (http.user_agent contains "Owncast") or (http.user_agent contains "Castopod") or (http.user_agent contains "WriteFreely") or (http.user_agent contains "Plume") or (http.user_agent contains "Sharkey") or (http.user_agent contains "Firefish") or (http.user_agent contains "Iceshrimp") or (http.user_agent contains "Foundkey") or (http.user_agent contains "Calckey") or (http.user_agent contains "GoToSocial") or (http.user_agent contains "Takahē") or (http.user_agent contains "Takahe") or (http.user_agent contains "Hometown") or (http.user_agent contains "Glitch") or (http.user_agent contains "ActivityPub") or (http.user_agent contains "http.rb") or (any(http.request.headers["accept"] == "application/activity+json")) or (any(http.request.headers["accept"] == "application/ld+json")) or (any(http.request.headers["content-type"] == "application/activity+json")) or (any(http.request.headers["content-type"] == "application/ld+json"))
希望能幫到其他也在自架節點的朋友們,少走一點彎路!🚀
#Misskey #Mastodon #ActivityPub #聯邦宇宙 #Fediverse #Cloudflare #Docker #自架 #踩坑記錄



the more I test Delta Chat the more I come to the conclusion that it needs another couple years of development before I would heavily rely on it. I've run into way too many issues in my first few weeks, although granted only one was a showstopper.
in reply to selfhosting.couchsurfing

thanks for trying and telling about your experiences!

We generally recommend to use #deltachat for private chatting and your "300 people group" does not sound quite like that. Delta Chat is not geared and not well suited for groups of hundreds of people, today. Are the issues you noted related to such larger groups? If not, would you mind sharing a few, maybe on the support.delta.chat forum?

in reply to Delta Chat

@delta hey, thanks for reaching out! the group in question is the Delta Chat support group, I forget what it was called earlier but somebody renamed it to "DC Explorers (fixed)" within the past couple days. it shows as having 325 members on my client.

I did end up making a new account on a Chatmail relay with a higher quota - ultimately I might end up setting up my own, it just depends on time + energy + having a VPS for reverse proxy with good reputation IP which doesn't block port 25. I have one of those but I'm trying to cut hosting costs so I'll probably just use a public relay til I figure out my consolidation plan 😀

I'm definitely planning on submitting issue reports (already started actually under a different username) and registering on the forum, haven't gotten around to the latter yet though.

I'm very appreciative of everyone's work on this and do consider it probably the strongest contender for a grassroots answer to Signal in terms of having a product likely to Just Work for the most people most of the time with further development ... as somebody who's used Signal daily for probably 10 years or so, building services like this is clearly not easy, and it took them quite a while to refine from where they started too.



Israel Demanded Google and Amazon Use Secret 'Wink' To Sidestep Legal Orders tech.slashdot.org/story/25/10/…



ALTO: Lo WOKE NO es el Problema. Es la EXCUSA


¿Qué pasa cuando la palabra "WOKE" se convierte en el comodín para descalificar CUALQUIER demanda de justicia social o bienestar?

En este episodio, desmantelamos la estrategia de la élite: han transformado "lo woke" en el significante vacío por excelencia. Si luchas por salud digna, por un trabajo bien remunerado o por vivienda accesible, te etiquetan.

La narrativa es clara: todo lo que no beneficia directamente al statu quo oligárquico es "woke" y debe ser combatido.



I am sick and tired of all the political content on here, so tonight's Low Quality Ad is for this "Don't Talk to Cops" pin. Cops are very busy doing police stuff, so you shouldn't talk to them while they're working. I don't know why the cop is a pig. Maybe it's a furry thing.
collabs.shop/bchgq8

reshared this

in reply to Low Quality Facts

I guess you shouldn't be talking to them even if they are off duty. Cops dive so deep into their duties, protecting the community, they shouldn't be distracted by the puny issues we normal mortals might have. This is especially true since they might be on standby being forced to rush off in a blink of an eye.


Vinari OS | Distro Latinoamericana!! Debian 13 Trixie + Gnome
youtube.com/watch?v=ScxE16kkai…


As the day fades into night, the existence of desperation fades into exhaustion, from hunger and pain, foggy mind and weak all the time, for the battle never ends, the war wages on, across the void the darkness is all to real, the silence of abonnement and the loneliness at times is more than anyone should bear, from screams for help to grasping hands, deep below trapped within this well, no light to see no warmth to feel, if hope is real it would be to much to deal, the overwhelming moments that last forever, the drifting wind cuts through the ice, like a weight of lead you sink beyond all life, for words may fall as emotions flow, the emptied soul is the loneliest of all, to make sense of pain to find strength in weakness, to fight to see another day, no rest will come no help at all, below the limit of poverty your disability has taken all, as your mind degrades and your vision fades, your greatest fear is to see another day, to give up hope would be to succumb to all is lost, with each breath you struggle to continue to fight;

You can encourage my continued useless #poetry, random thoughts and ideas, and by doing so your helping to feed, house and clothe a #disabled man living in #poverty, $5-10-15 It All Helps, via #cashapp at $woctxphotog or via #paypal at paypal.com/donate?campaign_id=…



Ecco i geni del colesterolo che aumentano il rischio infarto
https://www.lastampa.it/salute/2025/10/30/news/geni_colesterolo_rischio_infarto_mappa_varianti_genetiche-424948828/?utm_source=flipboard&utm_medium=activitypub

Pubblicato su La Stampa Spettacoli @la-stampa-spettacoli-LaStampa



Language shapes how we think about the systems that govern our lives. Here's your guide to the terminology that's shaping “Age Verification” laws, and why you should care about these distinctions. eff.org/deeplinks/2025/10/age-…

reshared this




冷たい秋雨を浴びてずぶ濡れのオオアオイトトンボ。
気温が低くいので全然動きませんでした。

#昆虫 #トンボ #tokyocameraclub



The renewal season for health insurance is always infuriating to me.
"Guess how much health care you'll need next year, and we'll charge you in advance for the privilege, then charge you more when you use it, but you can also have a tax beneficial savings account and a spending account and maybe you'll use the right amount without losing any of it."

Health care should not be a gamble, ever.
Fucking capitalism.



Aborto farmacologico a domicilio, nessun rischio fino a tre mesi
https://www.lastampa.it/salute/2025/10/30/news/aborto_farmacologico_a_domicilio_senza_ricovero_tre_mesi-424941154/?utm_source=flipboard&utm_medium=activitypub

Pubblicato su La Stampa Spettacoli @la-stampa-spettacoli-LaStampa


in reply to Brian Harrod

A political meme featuring Seth Meyers, Donald Trump, a cognitive test, and a quote. In the upper part of the image, comedian Seth Meyers is shown on a TV set, smiling and gesturing with both hands, wearing a dark plaid shirt, with a city skyline visible behind him. An inset on the left shows Donald Trump in a suit and pink tie, looking left. Overlapping them is a white document, appearing to be a cognitive assessment or dementia test, with drawings of a cube and animals like a lion, rhino, and camel. The lower half of the image features a large text overlay on a dark blue background. The white and yellow text reads: "IF YOU TAKE A DEMENTIA TEST AND THINK IT'S AN IQ TEST, THEN I'M SORRY TO SAY YOU FAILED BOTH THE IQ TEST AND THE DEMENTIA TEST." The quote is attributed to "SETH MYERS" at the bottom.


I recently learned that I will likely lose my job in the next 3-12 months for refusing to use the planet-destroying plagiarism and lies box that is "AI" technology.

If anyone is hiring for a fully remote US-based logistician at a company that will not require me to use AI tools, please reach out! I'm educated and experienced in the field, and I'm passionate about what I do.

#FediHire #GetFediHired

Questa voce è stata modificata (1 settimana fa)

reshared this





in reply to Ruth Mottram

Fascinating! No mention of Mastodon, which I suspect leans slightly left.
in reply to JonChevreau

@JonChevreau I'd wonder whether you could even get a usable dataset about Masto

Every other silo media and BS builds in metrics and apis to facilitate such analysis and tracking.




"Friends rather than competitors, privacy-first companies prefer helping each other"

Nice coverage about the initiative we share with partners like Ente to help introduce more users to this growing ecosystem of privacy-first, ad-free products.

clubic.com/actualite-585118-am…