As XRP Climbs Toward $4 and ETH Targets ATH, Experts Back This Undervalued Gem for 20X Gain in Q4 - As the crypto market picks up steam, the XRP price climbs toward $4, while the Ethereum p... - blockonomi.com/as-xrp-climbs-t… #pr

The Best Crypto To Buy Now Is Plasma, Aster, And Remittix If Looking For Long Term Growth Claims Expert - Experts now point to Plasma, Aster, and Remittix (RTX) as strong candidates for “Best C... - blockonomi.com/the-best-crypto… #pr

Crypto Price Analysis 10-9: BITCOIN: BTC, ETHEREUM: ETH, SOLANA: SOL, INTERNET COMPUTER: ICP, APTOS: APT - The cryptocurrency market has turned bearish after a positive start to the day as Bitcoin... - cryptodaily.co.uk/2025/10/cryp… #breakingnews

If there's one lesson people should learned over the last decade it's that there is no shortage of opportunists that will wear your deeply held beliefs as a skin suit to push their own deranged and nefarious ends.
Movements that don't enforce quality control are always going to devolve into the worst characterization of their participants.
This entry was edited (3 days ago)

Soutien à la Palestine : violences policières à Toulouse

antidotmedia.noblogs.org/post/…
"07/10/2025 Extraits Le jeudi 2 octobre, la préfecture de Haute-Garonne avait décidé d’interdire pour des motifs fumeux le rassemblement pour la Palestine, prévue après la manifestation du jour dans la…"

anamihalceamdphd.substack.com/…

Elle tire au pistolet électrique sur un homme aspergé d’essence : une policière jugée en Normandie

antidotmedia.noblogs.org/post/…
"09/10/2025 Extraits En 2020, elle avait tiré, avec un pistolet à impulsion électrique, sur un homme aspergé d’essence. Il était décédé six semaines plus tard des suites de ses blessures.…"

Lawmaker’s Proposal Aims to Make Small Bitcoin Buys Tax-Free in US - Sen. Cynthia Lummis said she is drafting legislation to exempt small bitcoin trans... - news.bitcoin.com/lawmakers-pro… #unitedstatesus #bitcoin(btc) #congress #news #tax

anybody have an idea why some recent FreeBSD update would have broken the ability of ssh(1) to attach to a remote machine using .ssh/config settings that set the HostName to an IP address, but it works if the HostName has an actual name? It doesn't seem to be *all* my ssh-by-IP-address items. Issuing with -vvv shows it hanging after

debug3: Fssh_set_sock_tos: set socket 3 IP_TOS 0x48

If I switch my .ssh/config to have "HostName full.server.name.example.com", it works fine, and FWIW, doing a `host $SERVERNAME` does return the correct/same IP address that was used in the .ssh/config file originally.

For now I've updated it to just use the hostname and it works, but I can reliably switch back and forth and trigger the hang every time. In case it matters, this was with the 14.2p6 I was running as well as the 14.3p3 I just (finally) upgraded to in the hopes it would fix the issue:

$ ssh -V
OpenSSH_9.9p2, OpenSSL 3.0.16 11 Feb 2025

in reply to picofarad

@picofarad

Correct. Using dummy values the config looks something like

host *
ServerAliveInterval 55

host example
# HostName 198.51.100.32
HostName example.com
Port 2345
User gumnos
IdentityFile ~/.ssh/example

and I invoke with

$ ssh example

If I move the "#" to comment out the HostName with the name, uncommenting the HostName with the IPv4 address, it hangs after that IP_TOS 0x48 line.

in reply to Tim Chase

the TOS thing apparently means that it sets the quality of service bit to a 'possible default setting' - which i take to mean it's unrelated, unless you think your router is not handling QOS flags correctly.

The only thing that comes to mind is something about the `route`

what does `ssh -vvv -p 2345 -i ~/.ssh/example gumnos@198.51.100.32` do (per your config)?

This entry was edited (2 days ago)
in reply to picofarad

@picofarad

Manually setting them on the command-line like that gets the same behavior as doing it via the .ssh/config file.

And as another odd datapoint, if I do all the same from another FreeBSD machine I have access to (14.2p1) it works via IP address both ways (whether .ssh/config or all stacked on the command-line).

Is there a way to test "don't try and mess with QOS" to see if that's the issue?

in reply to Tim Chase

you can try telnet or nc to the same ip:port combo to see if it also hangs, and in the ssh_config you can try adding
` IPQoS reliability`
or
` IPQoS 0`
to see if it is actually the IPQoS that is causing it. maybe.

forums.freebsd.org/threads/fre…

in reply to picofarad

@picofarad

Hrm, interesting development. I just did a -vvvv dump when doing it by name, and that seems to be picking up the IPv6 address rather than the IPv4 address. Using `ssh -4 … gumnos@$DOMAIN` format now hangs in the same way.

This might yet be AT&T screwing with v4 vs v6.

Rerunning tests that I previously (mis)understood to be succeeding:

$ telnet $HOSTNAME 2345

succeeds but reports the IPv6 whereas

$ telnet -4 $HOSTNAME 2345

gives the same hang/timeout.

#Plurk 🌐

Asian-flavored, vintage-friendly microblogging

👉 plurk.com/

✨ Strengths
🔹 Unique interface → Horizontal timeline, not vertical!
🔹 Smooth conversations → Replies appear right under each “plurk”
🔹 Highly customizable → Themes, colors, emojis, custom CSS…
🔹 Warm community → Small but loyal, and less toxic than average
🔹 Karma system → Rewards positive activity and engagement

⚠️ Weaknesses
🔸 Limited audience → Popular in Taiwan, Thailand, Philippines… but nearly invisible elsewhere
🔸 Slow development → Few updates; interface feels a bit outdated
🔸 Paywalled features → Advanced search, premium themes… locked behind a paywall
🔸 Few integrations → Limited API, scarce third-party apps

🎯 In short
Plurk is a timeless little social network:
→ No algorithmic rat race
→ No intrusive ads
→ Just calm, creative, and human-centered microblogging

#Plurk 🌐

Le microblogging à la sauce asiatique & vintage-friendly

👉 plurk.com/

✨ Points forts
🔹 Interface unique → Timeline horizontale, pas verticale !
🔹 Conversations fluides → Les réponses s’affichent juste sous le « plurk »
🔹 Ultra-personnalisable → Thèmes, couleurs, emojis, CSS custom…
🔹 Communauté chaleureuse → Petite mais fidèle, moins toxique que la moyenne
🔹 Système de Karma → Récompense l’activité positive & l’engagement

⚠️ Points faibles
🔸 Audience limitée → Populaire à Taïwan, Thaïlande, Philippines… mais quasi invisible ailleurs
🔸 Développement au ralenti → Peu de mises à jour, interface un peu datée
🔸 Fonctionnalités payantes → Recherche avancée, thèmes premium… derrière paywall
🔸 Peu d’intégrations → API limitée, peu d’apps tierces

🎯 En bref
Plurk, c’est le petit réseau social hors du temps :
→ Pas de course à l’algorithme
→ Pas de pubs envahissantes
→ Juste du microblogging calme, créatif & humain

Seine-et-Marne : un élève policier interpellé avec des armes alors qu’il se rendait à son concours

antidotmedia.noblogs.org/post/…
"09/10/2025 Extraits Il avait été interpellé en Seine-et-Marne alors qu’il se rendait armé devant un jury qui devait se prononcer sur sa nomination en tant que gardien de la paix…"

New from 404 Media: a data hoarder created a searchable data of Epstein files. "This is a public service project. All documents are from public releases. This archive makes them more accessible and searchable."

404media.co/data-hoarder-uses-…

Gamespot just posted:

Battlefield 6 Day-One Patch Notes Include These 200 Changes And Fixes

As announced previously, Battlefield 6 is getting a major day-one patch that includes 200+ changes, fixes, and improvements, and now Battlefield Studios has published the full patch notes. You can also read GameSpot's Battlefield 6 review to see our thoughts about the game so far. The Battlefield 6 global release times have also been announced.Patch 1.0.1.0 ...

gamespot.com/articles/battlefi…

#gamingNews

Turkiye’s ceasefire task force will ‘help Gaza get back on its feet’
https://www.aljazeera.com/video/newsfeed/2025/10/9/turkiyes-ceasefire-task-force-will-help-gaza-get-back-on-its?utm_source=flipboard&utm_medium=activitypub

Posted into Middle East News @middle-east-news-AlJazeera

Pope Leo praises journalists reporting in Gaza and Ukraine
https://www.aljazeera.com/video/newsfeed/2025/10/9/pope-leo-praises-journalists-reporting-in-gaza-and-ukraine?utm_source=flipboard&utm_medium=activitypub

Posted into Europe News @europe-news-AlJazeera

CGTP Peru celebrated 80 years of FSM #WFTU wftucentral.org/cgtp-peru-cele…

Kotaku just posted:

17-Year Halo Veteran Departs Saying He’ll Share His Story ‘When It Is Absolutely Safe To Do So’

Also: Blackbird devs form Sackbird Studios and the head of MTG design explains why he hates Commander
The post 17-Year Halo Veteran Departs Saying He’ll Share His Story ‘When It Is Absolutely Safe To Do So’ appeared first on Kotaku.

kotaku.com/halo-studios-gta-6-…

#gamingNews

The dead included several who were queueing for aid. Local authorities said they were unable to rescue those trapped in the rubble.

The ceasefire will only take effect when Netanyahu's govt meets to agree on the deal.

Till then they are killing as many as possible until the last moment.

And be certain that they will do what they do in Syria and Lebanon long after the ceasefire has started.

#Gaza #SaveGaza #StopIsrael #SanctionIsrael #BDS
#palestine #Israel

@palestine

reshared this

youtu.be/mOi_Hztx6u8
Flottille : arrêté par Israël, notre journaliste relâché témoigne de sa détention

reshared this

Le GIP Café Cultures fête ses 10 ans !


Le 10 octobre 2025, le GIP Cafés Cultures célébrera ses dix ans d’existence. Ce dispositif unique en France soutient les lieux de proximité (cafés, bars, librairies, associations ou petites communes) qui souhaitent accueillir ponctuellement des concerts, spectacles ou animations culturelles. En Bretagne, la dynamique est particulièrement forte : la Région et de nombreuses collectivités s’y sont engagées pour faire vivre la culture au plus près des habitants.

Beaucoup de petits établissements aimeraient programmer des artistes, mais les coûts liés aux cachets, aux charges sociales et à l’organisation d’un spectacle représentent souvent un frein. Le GIP Cafés Cultures propose une solution simple en offrant la possibilité auxs tructures adhérentes d’obtenir une aide financière afin de rémunérer correctement les artistes et couvrir une partie des charges sociales. Il existe deux fonds :

  • Un fonds pour les cafés, hôtels et restaurants,
  • Un fonds pour les autres employeurs occasionnels.

Résultat : plus de concerts et de spectacles vivants, des artistes déclarés et mieux rémunérés, et une vie culturelle qui se déploie au cœur des territoires !

👉 Consultez l’aide « Evénements culturels »

Une mobilisation collective et exemplaire en Bretagne


La Bretagne s’est très tôt investie dans le dispositif. Aujourd’hui, 13 collectivités bretonnes (dont la Région et les quatre Départements) participent au financement du GIP Cafés Cultures. La Bretagne est même la région qui compte le plus grand nombre d’employeurs aidés et d’artistes bénéficiaires.

En 2020, en pleine crise sanitaire, la Région a impulsé une expérimentation ambitieuse : élargir le dispositif bien au-delà des cafés et restaurants pour inclure d’autres acteurs culturels ou associatifs tels que des microbrasseries, écoles de danse, clubs de sport, associations de parents d’élèves, communes rurales, organisateurs de festoù-noz

Un levier pour l’emploi artistique et la vitalité des territoires


Pour la Région, investie dans le dispositif depuis 2017, le GIP Cafés Cultures incarne une vision concrète des droits culturels. La culture doit ainsi pouvoir s’exprimer partout, dans les villes comme dans les campagnes. POur ce faire, le GIP ¨permet de soutenir l’emploi artistique et technique, sécuriser les employeurs et vient compléter les subventions régionales dédiées aux acteurs professionnels des arts et de la culture en Bretagne.

Des cafés cultures pour diffuser la culture partout

Lancer la vidéo

Je souhaite obtenir la transcription du média ci-dessus Faire une demande

Retrouvez Le GIP Café Cultures fête ses 10 ans ! sur le site de la région Bretagne.

Folks, big ask for @joynewacc from Gaza (and my partner at Gaza Verified) who wants to study abroad:

Do you have any connections at Trinity College Dublin and/or UCD?

Joy’s already applied at UCD and we’re awaiting a decision. We also already have a contact there but more wouldn’t hurt.

We can’t seem to reach anyone at Trinity for help in having her apply. Ideally English/English Literature.

Please feel free to direct message me if you like.

And thank you!

💕

#Gaza #Palestine #academia #Ireland #Dublin #TrinityCollege #UCD #GazaVerified

reshared this

in reply to Aral Balkan

@joynewacc Ahmed Issa might be able to help with university connections. He started Scholarships for Ghazza about a year ago, which he promised to do when he successfully crowdfunded for his family to escape the genocide. I met him in 2023, he's a genuine nice guy.

His program helps people in Gaza apply for university scholarships, and be matched with mentors from all around the world.

He promotes his program over on Insta, but here's some information about it > scholarshipsforghazza.org/?fbc…

This entry was edited (2 days ago)

Sozan reshared this.

Η ψευδο-αποχώρηση των κατοχικών στρατευμάτων: 58% του εδάφους της λωρίδας της Γάζας θα παραμείνει κατεχόμενο από το γενοκτονικό καθεστώς του Ισραήλ.

Άλλη μια αρπαγή παλαιστινιακής γης, την ώρα που το Ισραήλ προχωράει με την εντελώς παράνομη προσάρτηση μεγάλου τμήματος της κατεχόμενης Δυτικής Όχθης.

(πηγή: Aljazeera)

reshared this

a lot of people in Portland are upset for one reason or another about this meeting, mostly local residents who are mad that out of state journos got all the attention and mischaracterized what was going on but they don't seem to understand how federal politics works under Trump
zerohedge.com/technology/we-fo…

reshared this

No clearer indication of the right’s moral rot than the swift evolution from angrily denying any association with buffoonish bigots like like Posobiec and Fuentes, to “there’s no harm in having a conversation,” to openly praising and promoting them.
RE: bsky.app/profile/did:plc:c7ozm…


Not the least surprised by this. I’d hope it might finally wake up some mainstream libertarians to what Smith is really about. But it probably won’t.

GamingBolt just posted:

Absolum Review – Absolute Beat ‘Em Up Cinema

Dotemu's first original IP offers some of the best beat 'em up action on the market, but also scores on nearly every other front.

gamingbolt.com/absolum-review-…

#gamingNews