Salta al contenuto principale



Belas Manifestações, Pelegos Não Acreditam No Povo, Reforma Administrativa e Cadê a Turma Nova?


cross-posted from: lemmy.eco.br/post/16772682


Terence Tao on the cosmic distance ladder


in reply to ☆ Yσɠƚԋσʂ ☆

This video is absolutely great, but it's 7 months old and not really a math video. It's about astronomical measurements and it's a conversation between Tao and 3blue1brown.

☆ Yσɠƚԋσʂ ☆ doesn't like this.


in reply to ☆ Yσɠƚԋσʂ ☆

I’d love to buy an exploitation free ”commiPhone” if there ever were a tech-co-op or something that would make one sustainably
in reply to Sideshow_B00b

Closest you can get right now is buying Chinese phones, as China is the most developed socialist country currently. Even companies like FairPhone are ultimately trying to focus their best on producing well within the boundaries of capitalism, not moving beyond capitalism entitely. I suppose using Linux phones or buying used phones might be another avenue.

in reply to ☆ Yσɠƚԋσʂ ☆

Don't worry, if you thought the Republic of Samsung might grow a spine, they won't:

This month Trump’s administration rocked South Korea with the arrest of more than 300 South Korean workers at a Hyundai Motor battery plant in Georgia, with federal officials accusing them of immigration violations.

Lee said South Koreans were naturally angered by the “harsh” treatment of the workers - the Trump administration published images of them in shackles - and has warned it could make companies wary of investing in the United States.

But he said the raid would not undermine the bilateral alliance, praising Trump for offering to let the workers stay. Lee said he did not believe it was directed by Trump but was the result of overzealous law enforcement.



Scam Warning: there's a false-flag crypto coin scam campain on GitHub right now




The End of NASA Is Coming [video]


#USA



A Braided River


The Yarlung Zangbo River winds through Tibet as the world’s highest-altitude major river. Parts of it cut through a canyon deeper than 6,000 meters (three times the depth of the Grand Canyon). And other parts, like this section, are braided, with waterways that shift rapidly from season to season. The swift changes in a braided river’s sandbars come from large amounts of sediment eroded from steep mountains upstream. As that sediment sweeps downstream, some will deposit, which narrows channels and can increase their scouring. The river’s shape quickly becomes a complicated battle between sediment, flow speed, and slope. (Image credit: M. Garrison; animation credit: R. Walter; via NASA Earth Observatory)
Animation of the changing waterways of a braided river.
#fluidDynamics #geophysics #physics #rivers #satelliteImage #science #sedimentTransport #sedimentation



Proxmox Backup Server VM crashes take down host - any idea why?


cross-posted from: lemmy.buddyverse.net/post/1043…

I recently upgraded my network from a basic router to a Netgear GS108E Gigabit switch. Backups are now way faster, which is great… but now I’ve run into a new problem.

I run Proxmox Backup Server (PBS) in a VM on one of my servers (let’s call it Proxmox 2). PBS has 100 GB of cache storage since I’m using S3 as a datastore - it stores chunks locally before uploading to S3.

Here’s the issue: I try to backup a VM from another server (Proxmox 1). The VM’s storage is 300 GB, but actual usage is under 30 GB. Everything works fine until it hits 34% (104 GB of data). At that point, the PBS VM and the host server itself become completely unreachable. I have to force power off and restart.

I understand why PBS might crash – my VM has 4 GB RAM, 2 CPU cores, and my internet is only around 60–70 Mbps—but why would the host server hang as well?

Has anyone experienced something like this? Could it be networking, storage, or something else in Proxmox causing the host to become unresponsive when PBS gets busy? Any ideas or advice would be appreciated!

For further context: lemmy.buddyverse.net/post/5455



New to Proxmox, Facing Issues with Homelab Setup - Need Advice


cross-posted from: lemmy.buddyverse.net/post/5454

Hello everyone, I’m fairly new to Proxmox and struggling with my homelab setup. I have two machines running Proxmox 9: an HP EliteDesk 800 G5 Mini (Core i7-9700) and a Dell OptiPlex 7070 Micro (Core i3 9th gen). I’m running into several issues and would appreciate your insights.
  1. Networking Issue on EliteDesk: I have two VMs (both Ubuntu Server 24.04 LTS) on the same bridge (default vmbr0, I haven't modified any network settings in proxmox). If I stop or shut down one VM, the other loses internet connectivity. I can still access the applications from my home network using IP address (192.268.x.x).



  1. Backup Setup on OptiPlex: I’m running a Proxmox Backup Server VM with Backblaze B2 as an S3 datastore. This is working fine so far.
  2. Backup Problems on EliteDesk: I’m using default LVM-thin for VMs. Backups take a very long time and often freeze at 1-2%. Shutting down the VM cleanly afterward is nearly impossible. I’ve tried both Stop and Snapshot modes, but the issue persists. When a VM becomes unresponsive, it triggers the networking issue above. Would switching to ZFS help? If so, how can I migrate without losing any data?
  3. Hardware Acceleration for Jellyfin: On the EliteDesk, I’d like to enable hardware acceleration for a VM running Jellyfin (in Docker) using the i7-9700’s UHD 630 iGPU. Can anyone recommend a clear guide specific to this CPU? The Proxmox documentation isn’t very detailed for Intel GPUs.

The networking issue is the most frustrating. Has anyone encountered similar bridge problems? Any advice on fixes or next steps would be greatly appreciated. Thank you!



in reply to mitexleo

I haven't tried a USB adapter with proxmox, but there's a chance it would work. I was also looking at a cheap pcie card like this one as a way to add another ethernet port.
pcpartpicker.com/product/dQmLr…

That being said, the steps in the link that David gave have worked for me to stop the hardware hang issue with the intel nic. Basically disable tcp segmentation offload and generic segmentation offload with ethtool -K eno1 tso off gso off. You can add a post-up command to the interace config to make it persistent.

in reply to SilentStoat

The USB adapter resolved the issue! I didn't disable offloading as it will increase CPU usage.


Proxmox Backup Server VM crashes take down host - any idea why?


cross-posted from: lemmy.buddyverse.net/post/1043…

I recently upgraded my network from a basic router to a Netgear GS108E Gigabit switch. Backups are now way faster, which is great… but now I’ve run into a new problem.

I run Proxmox Backup Server (PBS) in a VM on one of my servers (let’s call it Proxmox 2). PBS has 100 GB of cache storage since I’m using S3 as a datastore - it stores chunks locally before uploading to S3.

Here’s the issue: I try to backup a VM from another server (Proxmox 1). The VM’s storage is 300 GB, but actual usage is under 30 GB. Everything works fine until it hits 34% (104 GB of data). At that point, the PBS VM and the host server itself become completely unreachable. I have to force power off and restart.

I understand why PBS might crash – my VM has 4 GB RAM, 2 CPU cores, and my internet is only around 60–70 Mbps—but why would the host server hang as well?

Has anyone experienced something like this? Could it be networking, storage, or something else in Proxmox causing the host to become unresponsive when PBS gets busy? Any ideas or advice would be appreciated!

For further context: lemmy.buddyverse.net/post/5455



New to Proxmox, Facing Issues with Homelab Setup - Need Advice


cross-posted from: lemmy.buddyverse.net/post/5454

Hello everyone, I’m fairly new to Proxmox and struggling with my homelab setup. I have two machines running Proxmox 9: an HP EliteDesk 800 G5 Mini (Core i7-9700) and a Dell OptiPlex 7070 Micro (Core i3 9th gen). I’m running into several issues and would appreciate your insights.
  1. Networking Issue on EliteDesk: I have two VMs (both Ubuntu Server 24.04 LTS) on the same bridge (default vmbr0, I haven't modified any network settings in proxmox). If I stop or shut down one VM, the other loses internet connectivity. I can still access the applications from my home network using IP address (192.268.x.x).



  1. Backup Setup on OptiPlex: I’m running a Proxmox Backup Server VM with Backblaze B2 as an S3 datastore. This is working fine so far.
  2. Backup Problems on EliteDesk: I’m using default LVM-thin for VMs. Backups take a very long time and often freeze at 1-2%. Shutting down the VM cleanly afterward is nearly impossible. I’ve tried both Stop and Snapshot modes, but the issue persists. When a VM becomes unresponsive, it triggers the networking issue above. Would switching to ZFS help? If so, how can I migrate without losing any data?
  3. Hardware Acceleration for Jellyfin: On the EliteDesk, I’d like to enable hardware acceleration for a VM running Jellyfin (in Docker) using the i7-9700’s UHD 630 iGPU. Can anyone recommend a clear guide specific to this CPU? The Proxmox documentation isn’t very detailed for Intel GPUs.

The networking issue is the most frustrating. Has anyone encountered similar bridge problems? Any advice on fixes or next steps would be greatly appreciated. Thank you!



in reply to mitexleo

Check your logs and make sure that you didn't run out of RAM/space on your Backup Server.

in reply to RandAlThor

That's crazy, now instead of staying the fuck away from a shitty Chinese social media I'll stay the fuck away from a shitty US social media.


Quitter les GAFAM en étant pas trop geek


Hello,

Depuis le début de l’année, j’ai doucement remis en cause mes habitudes de consommation et d’usages du “numérique”. Je voulais me passer des produits et services qui nuisent à l’informatique et l’Internet communautaire et bienveillant. Je suis parti de loin : Environnement logiciel 100% Google (Gmail, Google Drive etc), Windows et gros utilisateur des sites des GAFAM.

Je suis un profil classique : Je ne suis pas du tout dans l’informatique mais je sais utiliser un ordinateur. Je n’ai jamais aimé ouvrir un terminal avec un fond noir ou violet et j’aime toujours pas, mais s’il faut taper quelques commandes, je sais suivre un tuto.

J’y ai passé un peu de temps, mais aujourd’hui je n’utilise plus beaucoup des produits des GAFAM. Je me suis dit que mon retour d’expérience pourrait être pertinent à poster ici. Si cela peut aider ou convaincre des gens comme moi à passer le pas.

Je vais rester très synthétique, mais énumérer quand même mes motivations et mes objectifs avant d’évoquer les alternatives que j’utilise aujourd’hui. Je pense que c’est intéressant car j’ai parfois des discussions où j’ai du mal de rassembler les arguments qui me permettent d’appuyer mes motivations.

Note : Je n’évoque pas les enjeux écologiques et sociaux mais c’est une problématique à part entière. J’espère prendre le temps prochainement de repenser mes habitudes en prenant ces aspects en compte.

Mes motivations

Pourquoi éviter les GAFAM


  • Tout ce que l’on fait en ligne est collecté, analysé, profilé
  • Nos goûts, déplacements, relations sociales deviennent une matière première pour alimenter la publicité ciblée
  • Chaque entreprise enferme ses utilisateurs dans un écosystème difficile à quitter
  • Ils imposent des cycles rapides de renouvellement matériel/logiciel
  • Les mises à jour rendent souvent les anciens appareils inutilisables ou ralentis
  • Ils dépensent des sommes colossales pour influencer les gouvernements et façonner les lois en leur faveur. Ils deviennent capables d’imposer leurs règles au monde.


Le problème spécifiquement avec Apple


  • Le business modèle d’Apple repose sur la captation totale : enfermement dans un écosystème propriétaire, non interopérabilité des produits Apple avec d’autres marques, obsolescence programmée (ou psychologique).
    • Exemples de non interopérabilité : airdrop impossible à utiliser avec d’autres OS, les airpods qui marchent mal avec Android, le port lighting etc.
    • Les iMessage en bleu vs vert ce n’est pas un bug c’est volontaire (et ça devient un marqueur social).


  • Apple a imposé l’idée que la technologie est quelque chose qui doit être verrouillé, centralisé, contrôlé par une entité unique. Elle nous a donné l’illusion que l’innovation n’existe que dans le cadre d’un monopole.
  • Les consommateurs ne choisissent plus un produit pour ses qualités intrinsèques, mais parce qu’ils ont intégré qu’ils doivent rester dans l’écosystème.
  • Un produit Apple est un marqueur social. L’entreprise a réussi à transformer un objet utilitaire en symbole identitaire, en signe d’appartenance sociale.
  • Apple a transformée la technologie en vitrine consumériste : tu n’es pas un utilisateur, tu es un client, et ton identité sociale se mesure aux nombre de produits Apple que tu as dans ton sac.
  • Apple est l’une des entreprises qui a le plus contribué à la dépossession numérique : elle a retiré aux individus la capacité de comprendre, modifier, réparer, détourner les outils qu’ils utilisent. Elle a remplacé le partage par le verrouillage et l’innovation collective par la dépendance à un géant.


Mes petits problèmes


J’ai des logiciels métiers qui fonctionnent sous Windows (la suite Adobe, les logiciels Blackmagic). J’ai donc un PC portable sous Windows pour le travail.

Ma banque m’impose une application et je ne peux pas utiliser cette appli sur un téléphone rooté. Je n’ai donc pas encore pu changer l’OS de mon téléphone.

Les logiciels


Objectifs :

  • Privilégier des logiciels open source et qui utilisent des standards.


Les logiciels de bases


Système d’exploitation pour PC : Debian et KDE

  • Très bonne surprise, ça a été très rapide à installer. Je n’ai pas eu besoin de lancer le terminal, sauf pour les drivers NVIDIA (voir ce site : wiki.debian.org/fr/NvidiaGraph…)

Navigateur Internet : Mozilla Firefox

  • Linux et Android

Client mail : Mozilla Thunderbird

  • Linux et Android

Bureautique : Onlyoffice

  • Linux et Android
    • Très moyen sur Android


Lecteur audio vidéo : VLC

Gestionnaire de mots de passe : KeepassXC pour Linux et KeepassDX pour Android

Messageries instantanées


Objectifs :

  • Privilégier des logiciels décentralisés et sécurisés

XMPP :

  • Dino pour Linux
  • Cheogram pour Android

Signal : Client éponyme sur toutes les plateformes

Sur mon NAS (Synology DS923+)


  • Serveur vidéo et musique : Jellyfin
    • Jellyfin est vachement bien. Ça remplace sans problème Plex.


  • Drive : Synology Drive
    • Protocol webdav pris en charge dans l’explorateur de KDE et Owlfiles sur Android (j’ai pas trouvé mieux)



Services web


J’ai décidé de partir chez Infomaniak car leurs offres sont assez simple à comprendre et leurs outils facile à utiliser, pour un prix, des valeurs et des fonctionnalités correctes. J’en parle ici : jlai.lu/post/15930302

  • Serveur mail : Infomaniak
  • Serveur contact : Infomaniak
    • Protocole carddav pris en charge par Thunderbird pour Linux et DAVx⁵ pour Android


  • Serveur agenda : Infomaniak
    • Protocole caldav pris en charge par Thunderbird pour Linux et DAVx⁵ pour Android


  • Drive : Infomaniak
    • Protocol webdav (dispo dans la formule payante de Infomaniak) pris en charge dans l’explorateur de KDE et Owlfiles sur Android



Se divertir et s’informer


Même si aucun de mes proches ne s’est intéressé à ces alternatives, j’ai quand même créé des comptes et mis en favoris ces sites.

Réseaux sociaux

  • Instance Lemmy (Reddit en fédéré) : jlai.lu
    • Client sur téléphone : Blorp


  • Instance Mastodon (Twitter en fédéré) : piaille.fr
  • Instance Peertube (Youtube en fédéré) : indymotion.fr
  • Instance Pixelfed (Instagram en fédéré) : pixelfed.fr

Presse

  • Flux RSS : Dans Thunderbird
    • Très décevant, ça fonctionne mais ça donne pas envie de l’utiliser


Musiques et podcast

  • Magasin de musiques : Bandcamp
  • Écouter des podcasts depuis le navigateur : Je n’ai rien trouvé de génial


Spécifique au téléphone


Cartographie (lecture, itinéraire, création de GPX etc) : Organic Map

  • Je suis tellement fan d’Organic Map. Cette application est merveilleuse.

Podcasts : Antenna Pod

Magasin d'application : F-Droid

Gestion des photos : Synology Photos (pas idéal)

Sites web de cartographie


Objectifs :

  • Se passer de Google Maps (c’est très dur)
  • Privilégier des commerces et des initiatives qui ont du sens

Sites :


Alternatives à trouver


  • Notion, en open source et à installer sur un NAS. Les alternatives que j’ai trouvé sont assez buguée.
  • Un bon explorateur de fichier pour Android open source qui prenne en charge le webdav
  • Une bonne appli pour les SMS pour Android open source et stable
  • Un client Android pour XMPP qui soit aussi bien que le client de Signal
  • Un client Linux pour écouter des podcasts
  • Une suite bureautique open source bien faite pour Android


Les logiciels et projets intéressants que je n’utilise pas


  • Nextcloud : Ça marche bien mais c’est trop lent sur mon NAS (qui pourtant n’est pas du tout surchargé), ça m’a saoulé
  • Les applis Fossify pour Android. L’initiative est super mais les notifications de l’appli SMS ne fonctionnent pas toujours, la galerie met du temps à trouver les nouvelles photos, le clavier bugue. J’utilise uniquement l’application Agenda.
  • Les chatons : Un groupe d’hébergeurs éthiques qui hébergent des services décentralisés.


Prochains sujets sur lesquels me pencher


  • Je n’ai pas encore regardé les solutions pour jouer sous Linux. Il parait que Valve a bien amélioré les choses.
  • Installer GrapheneOS sur mon téléphone, quitte à avoir un deuxième téléphone pourri sous l’Android de Google juste pour l’appli bancaire.
  • DSM, l’OS de Synology, est trop cool. Peut être que je le remettrai en cause un jour.


Soutenir financièrement le développement open source


Voilà voilà. C’est pas exhaustif mais je pense que cette petite liste peut permettre de gagner du temps aux personnes qui comme moi ne sont pas du milieu mais qui décident en 2025 de quitter les GAFAM. J’essaierai de mettre à jour ce post si je trouve de meilleurs logiciels et services.

N’hésitez pas à me faire des retours si vous voulez, je suis preneur =)

Bonne continuation !

Questa voce è stata modificata (2 mesi fa)


Temptation Island E poi…e poi, anticipazioni del 22 settembre: Simone e Sonia in crisi, il mistero di Rosario


Il viaggio nei sentimenti sta per chiudersi definitivamente. Questa sera, lunedì 22 settembre 2025, su Canale 5 alle 21:30 andrà in onda l’ultima puntata di Temptation Island E poi…e poi, condotta da Filippo Bisciglia. Sarà l’occasione per scoprire cosa è successo alle coppie protagoniste durante l’estate e quali sorprese riserva il gran finale.

LEGGI LE ANTICIPAZIONI: Temptation Island E poi…e poi, anticipazioni del 22 settembre: Simone e Sonia in crisi, il mistero di Rosario



Documents offer rare insight on Ice’s close relationship with Palantir


For years, little was known about the multibillion-dollar company that handles data for the US immigration enforcement agency. Now, a cache of emails, training documents and reports sheds light on how Palantir helps Ice with investigations and on-the-ground enforcement


Pretty Guardian Sailor Moon - Atto 7, con la collaborazione di Sailor V!


Stamattina ho letto il capitolo 7 di Sailor Moon e, per quanto non ci siano nuovissime rivelazioni intriganti, di momenti incredibili ce ne sono

stuff.octt.eu.org/2025/09/pret…




Schumer Refuses to Say Why He Hasn't Endorsed Mamdani




Donations for Turning Point USA pour in after founder Charlie Kirk’s death


from the never-let-a-crisis-go-to-waste dept.:

The powerful fundraising operation that rightwing activist Charlie Kirk led to build the influential college group Turning Point USA (TPUSA) is receiving a wave of support from large donors and Donald Trump allies since his murder, which suggests the group will remain a major force on the American right, campaign finance experts and consultants say.

New backing and appeals for help to sustain TPUSA have come from, among others, Lynn Friess, the widow of mega-donor Foster Friess, who was Kirk’s first major backer when he formed his campus-focused Republican group in 2012 at the age of 18. Friess pledged $1m to TPUSA days after the 31-year-old’s killing.

In an email to friends and allies on the right, Friess wrote on 14 September that her donation was to support a surge in “new TPUSA chapters springing up across the country … helping this incredible movement grow even stronger”.


Run an hourslong ad masquerading as a memorial service, and this is a rather predictable result.



Interstellar update v0.10.0: multiplatform feeds, cross posts with combined comment view, external reply option, additional PieFed sorting options, debug menu


Interstellar update v0.10.0: multiplatform feeds, cross... #interstellar
github.com/interstellar-app/in…
in reply to jwr1

Yay, great work! Always happy to see new updates!


Apple steps up war of words with European regulators


"Bureaucrats in Brussels" are unfairly challenging Apple's closed ecosystem and denying users the "magical, innovative experience" that makes the firm unique, Apple said.

The so-called walled garden that combines Apple's products and software ensures a safe and high quality experience for users, it says, but EU regulators counter that it unfairly shuts out rivals.



Communities without owner


Yeah so I added my piefed account as a moderator to a community I moderated from Lemmy and then removed my Lemmy account without realizing that piefed differentiates between mods and owner, so now the community has only one moderator but no owner. This isn’t a big problem for now, but it means I can’t add new mods in the future. Is there a way I can make that account the owner? Should I contact my admins? Maybe it would be a good idea to prevent a community being ownerless by automatically making another moderator the owner, especially if there is only one moderator. On a related note, is their a way to remove myself as mod from a community that I don’t moderate?
in reply to RmDebArc_5

Seems like the community is on a Piefed instance, in that case reaching out to your admin is definitely the way to go
in reply to Blaze (he/him)

The community is on sh.itjust.works, does that change your suggestion?
in reply to Blaze (he/him)

Is it? !romhacking@sh.itjust.works is the only community I see that op moderates.
in reply to Blaze (he/him)

Yeah, when I switch to my piefed account I see a lot more.
Questa voce è stata modificata (1 mese fa)
in reply to RmDebArc_5

An admin can appoint you as an owner in the community settings page on the list of moderators. It's super easy.


Chi siamo


FIAB Federazione Italiana Ambiente e Bicicletta, aderente a ECF European Cyclist's Federation, attraverso le associazioni locali tra le quali FIAB L'Aquila, persegue obiettivi di salvaguardia dell'ambiente urbano ed extraurbano e di promozione dell'uso de

FIAB Federazione Italiana Ambiente e Bicicletta, aderente a ECF European Cyclist's Federation, attraverso le associazioni locali tra le quali FIAB L'Aquila, persegue obiettivi di salvaguardia dell'ambiente urbano ed extraurbano e di promozione dell'uso della bicicletta, sia per gli spostamenti in città che per la pratica del cicloturismo.

FIAB L'Aquila fa advocacy nei confronti delle Amministrazioni Locali per ottenere interventi e provvedimenti a favore della circolazione sicura e confortevole della bicicletta e, più in generale, per migliorare la vivibilità urbana attraverso la realizzazione di strade e piste ciclabili, di provvedimenti di moderazione del traffico, di politiche di incentivazione, di uso combinato bici+mezzi collettivi di trasporto, ed altro.

L'associazione ha sempre cercato un dialogo costruttivo con gli enti locali senza distinzione di colore politico alcuno.
FIAB ha creato il progetto Comuni Ciclabili che valuta il grado di ciclabilità dei comuni, vale a dire quell’insieme di infrastrutture e azioni che li rendono adatti ad essere vissuti e visitati in bicicletta.

Inoltre FIAB L'Aquila organizza iniziative, eventi e manifestazioni per chi va in bicicletta e sviluppa proposte e progetti per promuovere il cambiamento verso l’utilizzo di comportamenti quotidiani sostenibili e un utilizzo sempre più diffuso della bicicletta. Tra gli eventi più importanti a carattere nazionale ci sono Pedalare Resistere Pedalare, Bimbimbici, la Settimana Europea della Mobilità; si contano numerosi altri eventi solo locali come corsi, convegni, gite cicloturistiche urbane ed extraurbane, progetti soprattutto nelle scuole e nelle aziende.
La certificazione “Azienda Bike Friendly” (CFE-ITA) per l’Italia, all'interno di un Consorzio di 16 partners europei, consente alle aziende di misurarsi con l’unico standard europeo volontario per le sedi lavorative.

FIAB L’Aquila crede fermamente che la bicicletta è uno degli strumenti per il miglioramento ambientale, sociale, economico, della salute e della sicurezza, che contribuisce alla vivibilità della città di cui ogni cittadino ha diritto e necessità.

FIAB L'Aquila Più Bici in Città APS-ETS
Email: info@fiablaquila.it
Web: fiablaquila.it




Feature Request: Fediverse-wide Hashtag subscription


Given the following homomorphism (morphism, analogy) between microblogs like Mastodon and the forumverse:

nrmicroblogforumverse
1subscribe to hashtagssubscribe to communities
2include particular hashtags in their posts(cross-)post in particular communities
3list posts of a hashtagview a community
4comment a postcomment a post
5star a postupvote a post

I wish to interact with microbloggers as a piefed user. Piefed could render microblog posts that contain a hashtag as a forum post within a "community" named by this particular hashtag. Also, microblog accounts could be viewed like regular user in piefed.

Pros: Lemmy posts and communities are visible and subscriptable in Mastodon already. Piefed should support

Cons: Re-interpreting microblog posts as forum entries could lead to some misunderstandings which again lead to defederation. But I cannot think of any.



A Microsoft Employee Facing an Existential Crisis


German text says: “Without MS corporate account, nothing works. The old Remote desktop App should still be available for private users.”



Mass grave reveals scale of unlawful killings by Egyptian army in Sinai, say campaigners


Human rights group says hundreds of skeletons found exposed or buried just below ground during research into killings of civilians


Archived version: archive.is/20250922111759/theg…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.





Indonesia urged to halt free school meals plan after mass food poisoning


The S$13 billion programme has reached more than 20 million recipients so far.


Archived version: archive.is/newest/straitstimes…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.



Report: Israel arrested over 360 Gaza medical personnel since October 2023


The Israeli military has arrested more than 360 medical and health workers in the Gaza Strip since the outbreak of the war on 7 October 2023, according to a report released Sunday by the Palestine Centre for Prisoners’ Studies. The group said at least four detainees have died in custody as a result of torture and medical neglect.


Archived version: archive.is/newest/middleeastmo…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.




Israeli drone strikes kill five, including children, in southern Lebanon


An Israeli drone strike killed five people, including three children, in the southern Lebanese town of Bint Jbeil on Sunday, Lebanon’s health ministry said.


Archived version: archive.is/newest/middleeastmo…


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.




Check two conditions in bash ? [solved]


Hi,

I trying to test two condition together (AND) under bash but it's not working...

The goal is ti have True when two variables are either not set or empty (empty string)

I've tried

if [[ -n VARIABLE1 && -n VARIABLE2 ]]; then
    echo "OK"
fi

Here I get the "OK" no matter what .

Thanks.

Questa voce è stata modificata (1 mese fa)
in reply to Rick_C137

Thank you all for yours input

What finally did work

if [[ -z VARIABLE1 && -z VARIABLE2 ]]; then
    echo "OK"
fi

If only Linux was using Python syntax that would be so much more intuitive...
Questa voce è stata modificata (1 mese fa)
in reply to Rick_C137

Linux does use Python syntax... in Python.

In Bash though, it uses Bash syntax.

in reply to Rick_C137

The variables need a dollar sign: $VARIABLE1

help test shows what -n and -z do.

Questa voce è stata modificata (1 mese fa)
in reply to Rick_C137

You're probably wanting [ -z "${VAR1}" -a -z "${VAR2}" ]. Note in bash that there are minor differences in how [ ] and [[ ]] tests are handled. You can pull up a handy cheat sheet of the operands on most distros by running man test, though you'll need to read through the CONDITIONAL EXPRESSIONS section of man bash if you want to see the minor differences of the single vs double square bracket commands (mostly whether locale applies to string order, as well as whether operands are evaluated in numeric comparisons).


Monday, September 22, 2025


Ukraine destroys Russian 'terminator on tracks' engineering vehicle in rare strike -- Ukraine has a massive new sea drone, could threaten Russia's Crimean Bridge -- [vlog/blog] High-stakes autumn for Ukraine -- NATO was ready to 'use force' against Russia

Share

The Kyiv Independent [unofficial]


This newsletter is brought to you by Medical Bridges.

Medical Supplies for Ukraine’s Hospitals. Partnering for global health equity.

Russia’s war against Ukraine


Experienced fighters/soldiers dressed in medieval armor compete in a fighting tournament to raise funds for the Ukrainian military in Kyiv Oblast on Sept. 20, 2025. (Jose Colon/Anadolu via Getty Images)

3 Russian Mi-8 helicopters, radar station destroyed in occupied Crimea, Ukraine’s HUR says. “The Russian invaders’ air fleet in the temporarily occupied Crimea has been reduced again as a result of successful combat operations,” Ukraine’s military intelligence (HUR) said.

Ukrainian drones strike resort in occupied Crimea near Russian state dachas, Kremlin proxy says. A source reportedly told the Crimean Wind Telegram channel that “very important guests” were staying at the Foros resort at the time of the attack. The Kyiv Independent could not verify these claims.

Ukraine destroys Russian ‘terminator on tracks’ engineering vehicle in rare strike, military says. The rare strike marks only the third visually confirmed destruction of such a vehicle since the start of Russia’s full-scale invasion.

Ukraine has a massive new sea drone, could threaten Russia’s Crimean Bridge. Although the platform had been known for about a year, it was only now publicly displayed.

Your contribution helps keep the Kyiv Independent going. Become a member today.

Ukraine to begin exporting naval drones, other weapons, Zelensky says. Kyiv has drawn up proposals for a “controlled export” of Ukrainian weapons, particularly sea drones, President Volodymyr Zelensky said in his evening address on Sept. 21.

Russia’s ‘good-for-nothing’ general reportedly dismissed after Ukraine blunders. Russian Colonel General Alexander Lapin has been associated with battlefield setbacks since 2022.

More than 15,000 mobilized Russian soldiers killed in Ukraine identified by media investigation. The analysis shows that 42% of these deaths occurred within the first year after President Vladimir Putin announced Russia’s month-long “partial mobilization” in September 2022.

Fire erupts at electrical substation in Russia’s Krasnodar Krai after reported drone attack. Fires broke out an electrical substation in the town of Staroderevyankovskaya in southwest Russia amid a drone attack overnight on Sept. 22.

Read our exclusives


Ukraine war latest: Ukraine strikes oil refineries in Russia’s Saratov and Samara oblasts

“The Defense Forces of Ukraine are systematically implementing measures aimed at reducing the military-economic potential of the aggressor state. In particular, this is the undermining of the Russian Federation’s logistical capabilities in the oil refining sector,” the General Staff said.

Photo: Exilenova_plus/Telegram

Learn more

From Crimea to Donbas, Russia’s “peace” has always meant more war. We’re here in Ukraine to give the world a reality check. Support independent journalism in this critical moment.

BECOME A MEMBER

MAKE A DONATION

Human cost of Russia’s war


Russian attacks on Ukraine kill 1, injure 8, target rescue workers battling fire. Ukraine’s Air Force said Russian forces launched 54 Shahed-type attack and decoy drones overnight, of which air defenses intercepted 33.

General Staff: Russia has lost 1,101,610 troops in Ukraine since Feb. 24, 2022. The number includes 1,010 casualties that Russian forces suffered over the past day.

High-stakes autumn for Ukraine | Ukraine This Week

International response


NATO was ready to ‘use force’ against Russia, Estonia says after airspace incursion. “We saw on Friday that NATO is functioning very efficiently… even to the point that if we were truly forced to use the last resort, which is the use of force, then there was a readiness for that as well,” Estonian Defense Minister Hanno Pevkur said.

NATO jets intercept Russian spy plane over Baltic Sea, Germany says. The aircraft, an Il-20M, departed from Russia and entered international airspace without establishing communication, making visual identification the only way to confirm its presence.

UN Security Council to meet over Russian fighter jets violating Estonian airspace. This marks the first time in over 30 years that Estonia has requested an emergency meeting of the Security Council.

Trump vows to help defend Poland, Baltic countries if Russian escalations continue. U.S. President Donald Trump said on Sept. 21 he would help defend Poland and the Baltic nations if Russia continues to escalate.

Trump reiterates call for European allies to stop buying Russian oil. Trump again urged European countries to stop importing oil from Russia, during a dinner in Mount Vernon, Virginia, Bloomberg reported on Sept. 21.

Opinions and insights


Tragedy, unity, and defiance in Kyiv

“Cultural and social revival is strong in wartime Ukraine as an act of resistance against Russian efforts at erasure. Ukrainians are proudly, defiantly celebrating their own cultural diversity and history, including their own path of truth and reconciliation on the more challenging episodes of their national story,” Canadian Ambassador to Ukraine Natalka Cmoc writes.

Photo: Andrew Kravchenko/Bloomberg via Getty Images

Learn more

This newsletter is open for sponsorship. Boost your brand’s visibility by reaching thousands of engaged subscribers. Click here for more details.

Today’s Ukraine Daily was brought to you by Chris York, Tymur Zadorozhnyy, Sonya Bandouil, Abbey Fenbert, and Olena Goncharova.

If you’re enjoying this newsletter, consider joining our membership program. Start supporting independent journalism today.

Share

#russia #poland #germany #blog #NATO #oil #deaths #vlog #genocide #helicopters #war #ukrainian #Ukraine #european #fire #Putin #cultural #warcrimes #украина #soldiers #BalticSea #crimea #путин #Kremlin #zelensky #Destroyed #airspace #Estonia #russianfederation #русский #estonian #PutinWarCrimes #CrimesAgainstHumanity #RussianWarCrimes #dronestrikes #RussianOil #baltic #terrorists #Samara #unsecuritycouncil #CrimeanBridge #Киев #геноцид #russianterrorists #FighterJets #RescueWorkers #russianterrorism #RussianAggression #balticstates #DoubleTap #KyivIndependent #incursion #OilRefineries #internationallawviolations #SeaDrones #mi8 #saratov #killingcivilians #escalate #ukrainianmilitary #DroneAttacks #oilrefining #ukrainiandrones #exporting #occupiedcrimea #russiansoldierskilled #CiviliansTargeted #ComradeKrasnov #airdefenses #dementiadonald #civiliansAttacked #civiliansTortured #KyivOblast #Военныепреступления #combatoperations #RussianCausalities #radarStation #Гражданские #нападавшиенапытку #Преступленияпротивчеловечности #Русскиесмерти #убитые #цивилийцы #navalDrones #airspaceViolations #RussianEscalations #RussianInvasions #alexanderlapin #il20m #aggressorState #electricalSubstation #internationalAirspace #logisticalCapabilities #medievalArmor #militaryEconomic #NATOJets #RussianSpyPlanes #RussianStateDachas #Staroderevyankovskaya #terminatorOnTracks #violatingEstonianAirspace


Giorgia Meloni ospite a Domenica In: opposizioni all’attacco, la Rai risponde alle polemiche


Il debutto della nuova stagione di Domenica In su Rai 1 non poteva passare inosservato. Tra gli ospiti della prima puntata del 21 settembre 2025, dedicata ai 50 anni della trasmissione e all’iniziativa “Il Pranzo della Domenica – Italiani a tavola” per la candidatura della cucina italiana a Patrimonio UNESCO, è comparsa anche la Presidente del Consiglio Giorgia Meloni. La presenza della Premier ha scatenato immediate polemiche da parte delle opposizioni, che hanno accusato la Rai di utilizzo politico del servizio pubblico.

LEGGI L'ARTICOLO SU ATOM HEART MAGAZINE: Giorgia Meloni ospite a Domenica In: opposizioni all’attacco, la Rai risponde alle polemiche

reshared this



« A Palestinian state will not be established west of the Jordan River. For years, I have prevented its establishment(...), we have doubled Jewish settlement in Judea and Samaria and we will continue. »


As an answer to most european state's recent recognition of Palestine : gov.il/en/pages/spoke-pm210925

There will be no Palestinian state. The response to the latest attempt to force upon us a terror state in the heart of our land will be given after my return from the United States
I have a clear message to those leaders who are recognizing a Palestinian state after the horrendous October 7 massacre: You are rewarding terror with an enormous prize.
And I have another message for you : it's not going to happen. There will be no Palestinian state to the west of the Jordan River.
For years I have prevented the creation of that terror state, against tremendous pressure, both domestic and from abroad.
We have done this with determination, and with astute statesmanship. Moreover, we have doubled the Jewish settlement in Judea and Samaria, and we will continue on this path.
The response to the latest attempt to force upon us a terror state in the heart of our land will be given after my return from the United States. Stand by.


Just in case it wasn’t clear enough. May he change his mind one day.

"From the river to the sea" only being a hate crime when it's directed at israelis.
In case some people here would be sensible to the argument of allowing a "terror state" inside your borders, the french president and others explicitly mentioned a demilitarized Palestine, implying that such state would chase down any palestinian aiming to take revenge against Israel, and continue to collaborate with Israel in doing so.
It's assumed that the support of anti-zionist states like Iran will also progressively fade with the decades if palestinians are happy. It'd only be a tiny bit of diversity in the Middle-East, their refusal would be understandable though since it's a clear unilateral loss(, also a symbolic loss if you interpret it in a weird way, like thinking that islam's victory isn't complete as long as christians and jews haven't converted), even if i hope that they'll eventually change their mind as well. No doubt that jewish states could be friends with muslims states and complement/teach each other(, e.g., jewish traditions guard against literalism, christian literalism insist on miracles, while muslim literalism insist on decontextualization, since the most glorious Prophet had to restrict the laws because of humanity's imperfections that wouldn't have accepted the final form, such as the total abolition of slavery for non-muslims as well, or some events where the law changed because they were asking too much from followers, such as drinking in moderation or temporarily staying aways from their wives, the spirit of the law may also sometimes seem too uncertain to seek so the letter is put forward, kinda thinking that the Quran would have been the exact same if it was revealed in 2025, the Best doesn't move). Museums/'Historical theme parks' aren't useless, Israel could be one.

Questa voce è stata modificata (1 mese fa)


[Solved] Seeking help with Fedora 42 KDE DNS resolution issues regarding reverse proxy on local network


Hello Everyone,

As the title says, I am having issues reaching my internally hosted resources via reverse proxy on my Fedora KDE install. I found little info about this, and I am wondering if I am on a wild goose chase.

Any help would be greatly appreciated, and sorry for the wall of text in advance!

Here's the anonymized setup:

192.168.1.10 is the docker host with web services on different ports
192.168.1.20 is the server that acts as a reverse proxy via caddy2, so I can use app.domain.example instead of ip:port and it handles certs from let's encrypt via DNS challenge. No ports are open to the internet. I VPN in when remote access is needed.

192.168.1.30 is the Pihole set up as the DHCP assigned local DNS. It has local DNS entries:
A record for caddy.domain.example mapped to 192.168.1.20
CNAME record for app.domain.example mapped to caddy.domain.example

This works perfectly fine on other devices and distros, windows, android etc.
On Fedora KDE live images 42 and 43 beta, and the installed OSs have this problem (currently have 42 installed so this is not a beta thing) Access works via IP:Port. It looks like it just doesn't want to take the reverse proxy route.

If I do an nslookup from the fedora device, it reaches pihole, and can resolve app.domain.example to caddy.domain.example, then that to 192.168.1.20.

nslookup app.domain.example
Server:         127.0.0.53
Address:        127.0.0.53#53

Non-authoritative answer:
app.domain.example  canonical name = caddy.domain.exampe
Name:   caddy.domain.example
Address: 192.168.1.20
caddy.domain.example canonical name = 192.168.1.20.

resolvectl link 3 is the relevant one.
resolvectl
Global
         Protocols: LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported
  resolv.conf mode: stub

Link 2 (enp3s0f0)
    Current Scopes: none
         Protocols: -DefaultRoute LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported
     Default Route: no

Link 3 (wlp1s0)
    Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6
         Protocols: +DefaultRoute LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 192.168.1.30
       DNS Servers: 192.168.1.30
        DNS Domain: domain.local
     Default Route: yes

I can see it's using the stub resolver which I found some docs about but I am unsure what to change at this stage.

If I run traceroute for app.domain.example i get "No address associated with hostname"

I guess this is because here isn't any public records for this subdomain, only the wildcard pointing to my local Caddy IP for the certs.

Thanks for reading!

Questa voce è stata modificata (1 mese fa)
in reply to GetAwayWithThis

What happens if you add a local record to your local hosts file?

Also, are you using domain.local and not an actual custom domain?

in reply to just_another_person

I have a domain registered that I use, just didn't feel the need to mention it exactly. Hence why I anonymized my results. I did not change anything that would alter the troubleshooting steps, only the domain name and ip addresses are generic but otherwise consistent.

The domain and records are set up correctly on the provider end because I receive valid let's encrypt certs for my subdomains through caddy. The issue is only with Fedora. I checked a live of ubuntu and fedora iso on a second computer. Fedora consistently cannot resolve the domains on the default configuration while ubuntu and anything else I tried can.

I just tried adding the local IP:Port and the app.domain.example to the /etc/hosts file as the examples show. Restarted systemd-resolved but no dice. Ideally, I'd like to make this family friendly and avoid having to make client specific configurations anyway. So far only I run fedora at home, so my device has this issue only. I am partial to the OS otherwise, so I was hoping I could solve this.

EDIT
Sorry about that it dawned on my what you asked for really.
From the resolvedctl results DNS Domain: domain.local would be mydomainname.local. Yes I kept .local in the search domain fields for most of my things. Is this something that matters, or could this be a workaround if I changed it to my actual mydomainname.tld?
As far as I undertand this would work if mDNS was on. Not sure if LLMNR makes use of it the same way.

Questa voce è stata modificata (1 mese fa)
in reply to GetAwayWithThis

Solved by reading the docs, sort of...

By following the instructions to opt out of using systemd-resolved completely, it works.
fedoraproject.org/wiki/Changes…

This meant creating this simlink

sudo ln -sfv /run/systemd/resolve/resolv.conf /etc/resolv.conf

and creating this config file with the contents

sudo bash -c 'mkdir -p /etc/systemd/system-preset && echo "disable systemd-resolved.service" >/etc/systemd/system-preset/20-systemd-resolved-disable.preset'

But this wasn't enough. I had to stop the systemd-resolved.service as for some reason it did still start after a reboot, so I ran the following commands:

sudo systemctl disable systemd-resolved and
sudo systemctl stop systemd-resolved

Now I am able to go through the caddy reverse proxy on my LAN.



This Month’s Two Tiny Changes

Each month during 2025 we’re offering two tiny changes which may help improve your life. This month …

  1. Buy secondhand clothes. No not cheap rubbish; you can buy good labels that you couldn’t otherwise afford online or at your local charity shop.
  2. Carve out more hours than you think you need for sleep.

#blog #changes #improvement #life #personal #zenmischief



Acqua o H₂O? La Scelta che Definisce la Nostra Libertà


Limitarsi a pensare all'acqua uniformando la direzione dei nostri pensieri, rispetto alla sua formula chimica, H20, sembra essere la stessa cosa, ma in mezzo a tutto ciò ci passa un oceano e non di acqua!

reshared this





in reply to Lee Duna

If your economy collapses when rich people pay their share, your economy doesn't deserve to exist.


‘Stop Worrying About AI’s Return on Investment’ said the wallet inspector


‘Stop being such a breadhead’ said the pickpocket

- video
pivottoai.libsyn.com/20250921-… - podcast

time: 7 min 14 sec