Salta al contenuto principale



Jewish Voice for Peace
on BlueSky

We remember Rabbi Arthur Waskow, a beloved activist rabbi who was a leading voice connecting Jewish spirituality to justice-oriented politics.

He was committed to speaking up against Israeli military violence. On Rosh Hashanah in 1982, after Israeli backed massacres at Sabra & Shatila, he chanted an article describing the horrific killings as a substitute for the traditional reading.

He passed away at the age of 92.

#JVP #Peace #Israel #Gaza

@palestine

Questa voce è stata modificata (1 settimana fa)



POSSIBLE FUTURES WORKSHOP

🗣️ Looking for a fun, hopeful activity to stretch your imaginative muscle with other co-conspirators?

🌻 If you’re in the Seattle area, @dylan will be hosting another free in person Possible Futures workshop on November 16 at 2pm pacific.

🪴 RSVP at eventbrite.com/e/dair-presents… to attend.

🌿 In this 3-hour workshop, we'll be coming together to connect and stretch our future-making muscles together. At the end, you can contribute anything you make to a collaborative zine.





I know this is not a support site or programming course but I can't figure this thing out. If you do know #rust perhaps you can give me a helping hand. I am trying to contribute to an app.

I'd like to parse ipv4 addresses given as command line argument values.
I have got two arguments accepting ipv4 address.
If I specify single such option all is fine.
If I specify both, I 'm getting error like this:

thread 'main' (624061) panicked at /home/peto/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-3.2.25/src/parser/matches/arg_matches.rs:1879:13:
Must use `Arg::allow_invalid_utf8` with `_os` lookups at `[hash: A8F400C40154F09]`

This is simplified version of my code showcasing the issue:
```
use std::net::{IpAddr, Ipv4Addr};
use clap::{App, AppSettings, Arg, value_parser};

#[tokio::main]
async fn main() -> Result<(), Error> {
let mut app = App::new("Server APP")
.about("My super cool app")
.setting(AppSettings::DeriveDisplayOrder)
.setting(AppSettings::SubcommandsNegateReqs)
.arg(
Arg::with_name("socket")
.required(true)
.takes_value(true)
.long("socket")
.help("Unix socket path"),
)
.arg(
Arg::with_name("relayaddress")
.required(false)
.takes_value(true)
.long("relay-address")
.value_parser(value_parser!(Ipv4Addr))
.help("External relay ipv4 address used together with --listen-address to run behind a nat"),
)
.arg(
Arg::with_name("listenaddress")
.required(false)
.takes_value(true)
.long("listen-address")
.value_parser(value_parser!(Ipv4Addr))
.help("Local listen ipv4 address used together with --relay-address to run behind a nat"),
);
let matches = app.clone().get_matches();
if matches.is_present("relayaddress") & matches.is_present("listenaddress") {
let external_ip = IpAddr::V4(matches.get_one::<Ipv4Addr>("relayaddress").expect("Invalid address"));
let local_ip = IpAddr::V4(
matches.get_one::<Ipv4Addr>("listenaddress").expect("Invalid address"));
println!("Listening on local IP: {local_ip}");
println!("Relaying through external IP: {external_ip}");
}}
```

#rust #rustlang #programming #fedihelp

in reply to Peter Vágner

I know this is not a support site or programming course but I can't figure this thing out. If you do know #rust perhaps you can give me a helping hand. I am trying to contribute to an app.

Sensitive content

in reply to Federico Mena Quintero

I know this is not a support site or programming course but I can't figure this thing out. If you do know #rust perhaps you can give me a helping hand. I am trying to contribute to an app.
@Federico Mena Quintero Oh, huge thanks for taking a look. Yes it's clap 3. It's not my decision, I'm attempting to contribute to an existing project so if I can make it work without major changes that might be helpfull. As I don't feel qualified for making decisions when it comes to this. I'm novice when it comes to #rust.
--socket argument is required, other two arguments are supposed to be used together and this condition is tested at runtime.
So if I specify all three command line arguments, I am always getting that error.
I have attempted using os::str and casting but the issue remains. I am simply compiling the app with cargo build --release.
Have you been just adding stuff I may have overlooked when trying to simplify for posting or did you actually changed something please?
in reply to Federico Mena Quintero

I know this is not a support site or programming course but I can't figure this thing out. If you do know #rust perhaps you can give me a helping hand. I am trying to contribute to an app.
@Federico Mena Quintero I've figured it out finally. The issue was not parsing ipv4 addresses but using matches.from_os() on the socket argument.
I have changed it to use std::path::PathBuf and it's working fine for me now.
Huge thanks for friendly hint and looking at my code.



Vintersorg - Vattenkrafternas Spel
The Play of Water Power

wadebach.blackcatwhitehatsecur…

#Blog #Vintersorg #Vattenkrafternas #Spel #Technology

reshared this




Xi says ready to work with Trump to build solid foundation for bilateral ties en.qstheory.cn/2025-10/30/c_11…




walknews.com/1102030/ イタリア会計検査院、メッシナ海峡大橋の建設計画認めず 日本企業も参画 | ロイター #ASIA #ASXPAC #CLJ #CMPNY #COEN #COEN1 #DEST:NOJPTPM #DEST:NOJPWDM #DEST:NOJPZTM #EASIA #EMEA #ES #EU #EUROP #EZC #GEN #INDG #INDM #INDMAC #INDS #INFRA #INTAG #ISER #IT #Italy #JFOR #JLN #JP #JUDIC #MACH #MTPIX #POL #PUBL #PXP #TNSI #TOPCMB #TOPNWS #TPT #TRAN #TRN #WEU #イタリア


RE: mastodon.social/@maram4/115465…

I think about my life, about all the things that are supposed to be normal,
but for me, they are just small wishes… sleeping peacefully, living without fear, feeling that I have a place where I belong.
Questions keep spinning in my mind nonstop, and sometimes the pain overwhelms my heart,
leaving me feeling powerless to change my reality.💔


Sitting under the tent, I reflect, lost in my thoughts 💭
Why don’t I have a roof to protect me like everyone else?
Why is the dream of safety and simple comfort so hard for me?



Sitting under the tent, I reflect, lost in my thoughts 💭
Why don’t I have a roof to protect me like everyone else?
Why is the dream of safety and simple comfort so hard for me?


youtube.com/watch?v=_j-6nidOom…

FreedomPatriot reshared this.




Quando si parla della guerra russa all'Ucraina, i nostri pacifinti dovrebbero rileggersi quanto il vero pacifista Alexander Langer disse ai tempi delle guerre jugoslave: pensieri-eretici.blogspot.com/…




"Quand on est un voyou, on perd le droit à la solidarité nationale" : le ministre du Logement ne veut plus de délinquants dans les HLM.

Quelle hérésie ! La solidarité nationale est universelle ! Sans parler que le droit au logement est un droit fondamental. Vous ne voyez pas la pente glissante ?

#LeFascismeEstDejaLa

midilibre.fr/2025/10/30/quand-…



Air Pollution From Industrial Facilities Is Far Worse Than Estimated




Servo Browser Finally Hit Version 0.0.1 #Linux #YouTube youtu.be/VyjyUdVigiI


Give this woman a medal!

"Daylight saving time is exclusively designed for 9-to-5 workers. It attempts to boost economic activity by giving them, and them alone, more light. Think about it: Care workers, who are predominantly women, work beyond daylight hours year-round. Where is their temporal accommodation?"

All that and more in this piece so good I am retooting and then also posting about. Gotta remember to look for more by Dr Tollemar

theconversation.com/an-indigen…





This has to be the quickest turnaround for parts availability!

Apple Releases iPhone 17, iPhone 17 Pro, and iPhone Air Parts and Tools for Do-It-Yourself Repairs

macrumors.com/2025/10/30/iphon…

#Apple #iPhone17 #Parts #DIY #Tools #RightToRepair #Hardware #Tech



Writ large.


Latin prefix infra: below, within, under.
Structure: to construct; the aggregate of elements of an entity in their relationships to each other.

Good (and necessary) environmental stewardship is not just a policy choice; it is an ethical and moral imperative. Ethical behavior means more than simply reducing waste—it means dismantling the systems that create it. It means challenging the cultural glorification of consumption, rejecting the economic structures that demand perpetual growth, and embracing a vision of society that values repair, reuse, and regeneration over our present, throw-away mindset writ large. — Richard Daley.


Full essay here.

#Australia #blackAndWhite #photography #quotes



Arstechnica: Meta denies torrenting porn to train AI, says downloads were for “personal use”

Meta says lawsuit claiming it pirated porn to train AI makes no sense.

Oct 29, 2025 2:35 PM

arstechnica.com/tech-policy/20…

#legal #law #meta

in reply to AI6YR Ben

to be fair, Meta employees jacking off in the office was a notorious problem among security when I was working there.

I never saw it, but I heard a lot of stories.



Writ large.

#photography #blackAndWhite #australia #canberra

shojiwax.com/2025/10/31/writ-l…



Mr. A. Friend is writhing in self-pity because I'm extremely pissed at him for - big surprise - saying he was going to do something and then not doing it as stated.

Somehow I never learn. Maybe it's because when I say I'm going to do something, I DO IT or at least have a good reason and give it.



As space infrastructure expands into commercial applications, cybersecurity threats are emerging alongside new opportunities for innovation. Startups like Planet Labs and DigitalGlobe are developing advanced satellite navigation systems, while companies like OneWeb and Amazon's Kuiper Systems are pushing the frontiers of satellite internet.

However, vulnerabilities abound in these critical systems. A recent study found that satellite communications networks are susceptible to jamming attacks, which could have devastating consequences for global communication networks.

As space becomes increasingly intertwined with our daily lives, it's essential to prioritize cybersecurity and protect this fragile infrastructure from malicious actors. What steps will governments, industries, and individuals take to ensure the secure development of space-based systems?

Read more: cbinsights.com/research/space-…



youtu.be/E_IOsJYIPYI
⚠️⛔️Was Russia’s Alaska advance a diversion? Syrskyi deployed north leaving south undefended - will it cost him Pokrovsk (Reporting From Ukraine VIDEO) #Ukraine #Poland #Warsaw #Netherlands #Norway #Sweden #Estonia #Latvia #Lithuania #Paris #Rome #London #Berlin #Canada #Finland #Brussels #Denmark #Germany #France #Italy #OSCE #PACE #CoE #SouthKorea #Press #News #Taiwan #Media #Japan #US #UN #UK #EU #NATO #UnitedStates #UnitedKingdom #EuropeanUnion #Czechia #Romania
in reply to Ukraine War Bulletins and News

You didn't watch the video, instead you've been listening to Gerasimov 🙄. An interesting point that I gleaned was that one arm of the encirclement attempt by Russia comes from the area where Ukraine had enemy troops isolated, north of Myrnohrad. So Syrskyi's attention to the north is now paying off, not causing a collapse to the south west.



Do not settle Videos : RUHRMUSEUM - ZOLLVEREIN (OMA) IN THE WINTER IS NOT A GOOD IDEA youtube.com/watch?v=A6--KrZjUN…


receiving a spam call:

- pissed bc it's a spam call

- pleased bc they called me sir right after hearing my voice

I've been passing 100% of the time now, but I still had issues with how I perceived my voice 🐁
every time I'm reminded how it sounds like, it makes me happy



Serif has replaced its paid Affinity suite, including Designer, Photo, and Publisher, with a new free all-in-one app called Affinity that brings photo, vector, and layout tools together in a single workspace. The company states that the app will remain “free forever,” with optional access to Canva’s AI features for those who need them alternativeto.net/news/2025/10…


I'm well aware of how algorithms don't know what they don't know...but why does Instagram only ever want to show me hair videos? Is that really all I ever like? Makes me think I chose the wrong fields... 🫤

#self #thoughts #Instagram #algorithm #socialmedia #technology



Russischer Politiker: China hilft Trump nicht, Einfluss auf Russland zu nehmen de.rt.com/international/260412… Es ist kaum möglich, dass es beim Trump-Xi-Treffen in Südkorea eine Annäherung der Positionen hinsichtlich der Ukraine-Krise gab, meint ein russischer Senator. Peking habe vor dem Gipfel deutlich gemacht, keinen Druck in der Frage vonseiten der USA hinnehmen zu wollen. #news #press