Salta al contenuto principale



I hate to tell Justice Sotomayor, but there's nothing left to erode.
RE: bsky.app/profile/did:plc:2vtbm…


Iran attacks US military base in Qatar
https://www.aljazeera.com/video/newsfeed/2025/6/23/iran-attacks-us-military-base-in-qatar?utm_source=flipboard&utm_medium=activitypub

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



Trump and presidential bullying: ‘Thank you to Iran for the weak response.’ Flurry of posts on Truth after attack on US base in Qatar liberoreporter.it/2025/06/eng-…


the isps do not have your back.
in fact, they dont even bother following "the rules".

compliance is a joke

arstechnica.com/security/2025/…




Canadian Telecom Hacked By Suspected China State Group tech.slashdot.org/story/25/06/…



The French foreign minister on Monday reiterated that they are determined to recognize the state of Palestine "in a collective movement," saying that nothing "should make us forget" what is happening in Gaza.

Speaking to reporters ahead of the Foreign Affairs Council meeting in Brussels, Jean-Noel Barrot reiterated the country’s call for the immediate entry of humanitarian aid into Gaza and the release of hostages held by Hamas.

aa.com.tr/en/europe/france-det…

🕎 🇵🇸 ☮️
#Gaza #Palestine
#Press #News



"Arglistig und ohne Kriegserklärung": Der 22. Juni heute und vor 84 Jahren de.rt.com/meinung/248658-argli… Geschichte wiederholt sich nicht, zumindest nicht exakt. Aber die Feinde der Menschheit unserer Epoche haben einen perfiden Sinn für Symbolik und Zahlenmystik. Wenn man des nazistischen Überfalls auf die Sowjetunion vor 84 Jahren gedenkt, kommt man nicht umhin, den heutigen US-Angriff auf Iran durch diese Brille zu sehen. #news #press




Session #2 is commencing soon, and the community voted for Katawa Shoujo!

If you want to read this VN together with others, now is your time.

Check out the following thread, sign up on the site and register to gain access!

saveandload.club/t/session-2-k…

#2


in reply to Alessandro Gaziano

L'immagine mostra un paesaggio montano mozzafiato, caratterizzato da cime rocciose e spiccate che si ergono imponenti contro un cielo azzurro punteggiato da nuvole bianche. In primo piano, un sentiero serpeggiante attraversa un prato verde, ricco di fiori selvatici, con tracce di sentieri che si snodano in diverse direzioni. Sullo sfondo, si possono vedere alcune strutture, probabilmente rifugi o alloggi, e una funivia che si estende lungo la collina, suggerendo l'attività di sci o escursione. La vegetazione è rigogliosa, con alberi e arbusti che coprono le pendici, creando un contrasto vivido con le rocce grigie delle montagne. L'atmosfera è serena e suggestiva, tipica di un'area montana in piena estate.

Fornito da @altbot, generato localmente e privatamente utilizzando Ovis2-8B

🌱 Energia utilizzata: 0.254 Wh



B-2, bunker-busters, and feints: How US carried out Operation Midnight Hammer on Iran

The strike carried out on Iran’s nuclear facilities by the United States using bunker-buster bombs...
#engineering #technology
interestingengineering.com/mil…



A Reminder - baby Squirrels running after you and clinging to the leg of your pants are not rabid !

They are doing this out of sheer desperation if they have lost their mom and have been lacking care for days. Young Squirrels are an exception in the animal kingdom - if they lose contact with their mom and suffer hunger and thirst, they gather all their courage and purposefully seek help from humans. Most of these animals are also injured by a fall from a tree. Help them. Don't hurt them. 🌰🐿🥜❤️

Questa voce è stata modificata (3 mesi fa)

reshared this




what iran is telling its people: “spectacular successes destroying american bases after the americans did virtually nothing to iran.”

the truth of course, is quite the opposite.

youtu.be/td-F5iPbR_k?si=lZry1c…



⛽ Total Énergies est pour toi un acteur majeur des casses climatiques et sociales ? Alors rejoins la campagne nationale de #extinctionrebellion 👉 "Carnage total"

🖐️ Autonomie oblige dans un mouvement promouvant l'auto organisation, les activistes de #carnagetotal ont leurs propres réseaux, site et articles 👉 Retrouve les sur linktr.ee/carnagetotalxr
#fossilfuels
#stoptotal



Iran filled in nuclear site tunnels ahead of US airstrikes: Analysts

Iran likely took preemptive action to protect key parts of its nuclear infrastructure, including the Isfahan and Fordow sites, just days before US airstrikes.

en.mdn.tv/8XLo

#Politics



The West Bank is witnessing a dangerous escalation in Israeli measures, with the occupation seemingly working to impose new realities on the ground while the region remains preoccupied with military developments.

Cities and villages across the West Bank have been placed under strict lockdown in recent days by Israeli forces, amid official silence from the Palestinian Authority and a rapid deterioration in living conditions.

watanserb.com/en/2025/06/23/is…

🕎 🇵🇸 ☮️
#Gaza #Palestine
#Press #News




The 'stupidest thing any country has ever done', so far....

Brexit the 'stupidest thing any country has ever done' rte.ie/news/business/2025/0623…



Draft UN Security Council Resolution Condemns US for Attack on Iran sputnikglobe.com/20250622/draf… Russia, China, and Pakistan have submitted at the UN Security Council a draft resolution condemning the US attack on Iran, a source told Sputnik. #news #press


Cagna maledetta:
Meloni tra ambiguità e reticenze: niente critiche a Trump, quasi muta su Israele e promesse vuote

globalist.it/politics/2025/06/…

> L’intervento della presidente del Consiglio Giorgia Meloni alla Camera, in vista del prossimo Consiglio europeo, ha mostrato ancora una volta tutti i limiti di una politica estera che si muove tra calcoli elettorali e sudditanza atlantica




We are using Microsoft Visual Studio Code on MacOS. There is a file "launch.json" which controls the behavior of a little clicky green triangle. The top of launch.json says "version": "0.2.0".

This documentation file:

code.visualstudio.com/docs/csh…

Claims when "type" is "dotnet", you may use a "cwd" key to specify the CWD of the run executable. However, for us, this does not work. Visual Studio displays an error on that part of the JSON, and running it, the "cwd" directory seems to be ignored.

Why?

in reply to mcc

One thing I hate about IDEs is to some extent they're like "hey, we've invented a thing that's like programming, except the documentation is really vague" mastodon.social/@whitequark/11…


upsettingly, there's no static schema you can consult stackoverflow.com/a/73366400

in reply to mcc

*rubbing eyes* What local testing seems to indicate is that although the documentation claims (in my read) that the accepted JSON keys with type "dotnet" is a superset of type "coreclr", in fact they're just… different… and despite that page claiming "cwd" is available in launch.json, this is only true for coreclr not dotnet projects. What is the difference between a coreclr and a dotnet project? The documentation does not seem to hint.
in reply to mcc

I'm desperate enough I'd actually just start digging into the VS Code source code at this point but afaict the interpretation is determined by a nest of plugins so I'm not actually sure what source code to read. It seems unthinkable that when using Microsoft's IDE to debug an application with Microsoft's programming language, you can't control the PWD at debug time
in reply to mcc

CoreCLR is .NET Core (the successor to .NET Framework, but before modern .NET), dotnet is what you want if you're targeting .NET 5 or later.
in reply to Graham Sutherland / Polynomial

@gsuberland Can you clarify— do you mean this is the meaning of the words "coreclr" and "dotnet", or do you specifically mean that this is the meaning of the "type" key in a Visual Studio Code launch.json stanza?
in reply to mcc

kinda both.

CoreCLR is the .NET Core Common Language Runtime, which is the runtime used for applications that target .NET Core (the thing we got after .NET Framework when they were retooling the whole language and runtime)

dotnet is the umbrella term given to .NET 5 onwards, so the "dotnet runtime" would be the CLR for .NET 5 and onwards (yes I know this is horrible naming).

in this case "coreclr" and "dotnet" in that file are referring to .NET Core and .NET 5+ project types respectively

in reply to Graham Sutherland / Polynomial

so if you're explicitly targeting the (older) .NET Core stuff, then you want "coreclr". if you're targeting modern .NET (5+) then you want "dotnet".

they use slightly different project formats hence the disparity in how the launch config works. it'd be nice if VS Code didn't make this such a mess but sadly it's a big headache.

in reply to Graham Sutherland / Polynomial

@gsuberland Wait what? .NET Core and .NET 5+ don't use different project formats though? It's both still SDK-style .csproj, no?

Also I don't think your description of CoreCLR vs .NET is quite accurate: CoreCLR is the name of the actual runtime itself that ".NET" uses, but it's not the only one: some platforms still use the Mono runtime (which yes, Microsoft still develops themselves too). CoreCLR is kind of an "implementation detail" term so it's weird that VSCode ever used it.

in reply to mcc

@gsuberland

> they use slightly different project formats hence the disparity in how the launch config works.

Did I misread this? That says the project formats are different and *that's* why the launch config is different.

in reply to mcc

@PJB sorry I'm getting pulled in 8 different directions here and it's gotten a bit mentally overwhelming to answer everyone

I'll come back to this later if you haven't gotten it fixed

@PJB
in reply to Graham Sutherland / Polynomial

@gsuberland @PJB
- It isn't fixed
- I have however worked around it by ignoring PWD entirely and constructing paths relative to the EXE, which seems to be technically adequate for current use
- My github bug appears to have passed the triage stage so perhaps that is the best place for me to receive support

thanks

in reply to Graham Sutherland / Polynomial

if you're targeting modern .NET, I believe what you want is the workingDirectory property on one of the launch profiles in launchSettings.json
in reply to Graham Sutherland / Polynomial

@gsuberland github.com/microsoft/vscode/is…
in reply to Jason Bowen 🇺🇦

@jbowen @gsuberland This is thankfully a regular old heuristics-based bot (providing a check which potentially could save maintainer time but it turns out is not relevant in this situation) so at least I didn't boil the ocean by asking a question.


📰 Today's top stories, curated for you by Zorz Studios: zorz.it/newspaper

#ZonerStudio: a new name for a new era of #ContentCreators;
- #Facebook unveils #passkeys: simplifying sign-ins for #SmallBusinesses;
- A #SummerWedding in #France at Chateau De La Napoule;
- Jess Cartner-Morley on #fashion: finding the perfect #SummerJacket;
- 5 outstanding #artworks at #ListeArtFairBasel2025, and more

#ZoracleDaily #newspaper



Beyond the Buzz: How ‘Deep Tech’ Startups Are Changing the Game lxer.com/module/newswire/ext_l…



🚫 "Nessuna barriera all'IA!" ruggisce Microsoft in risposta alla mossa di Trump per vietare le regole sull'Intelligenza Artificiale. #AI #LibertàDiInnovare #socialmedia #artificialintelligence #technology

🔗 aibay.it/notizie/trump-vuole-v…





Colpo da migliaia di euro nella villetta alle 9 di mattina

luccaindiretta.it/cronaca/2025…





🔇 Gli eventi di Tienanmen svaniscono nei libri di storia. L'IA della Cina rivisita il passato. #Tienanmen #CensuraStoria #socialmedia #artificialintelligence #technology

🔗 aibay.it/notizie/cina-cancella…



Iran likely took preemptive measures to shield critical parts of its nuclear infrastructure before recent US airstrikes, according to new satellite imagery analyzed by a Washington-based nonproliferation group.

The Institute for Science and International Security published Airbus satellite images showing trucks dumping soil into tunnels at Iran’s Isfahan nuclear facility on Friday, two days before the airstrikes.

english.almayadeen.net/news/po…

🕎 🇵🇸 ☮️
#Gaza #Palestine
#Press #News



Anschlag auf Kirche in Damaskus: Mindestens 15 Tote apollo-news.net/anschlag-auf-k… Bei einem Selbstmordanschlag auf eine griechisch-orthodoxe Kirche in Damaskus sind am Samstag mindestens 15 Menschen getötet worden. Das berichteten zwei ...
The post Anschlag auf Kirche in Damaskus: Mindestens 15 Tote appeared first on Apollo News. #news #press