"It's going to be a stain on Jewish and Israeli history for generations to come."

From the genocidal rhetoric and statements showcasing intent as well as the mass destruction of Gaza, Israeli Professor of Holocaust Studies Amos Goldberg outlines how what is happening in Gaza meets the definition of genocide.

youtube.com/watch?v=X2h7nMvUAD…

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

reshared this

CM Punk (Pittsburgh for WWE’s live broadcast ) supports trans youth amid policy change by Pittsburgh health care provider.

cagesideseats.com/wwe/2025/6/3…

#transgender #trans #LGBTQ #LGBTQIA

Scottish Labour MPs are among a group of parliamentarians who have accepted donations from an Israeli state-owned arms firm.

The All-Party Parliamentary Group (APPG) on Defence Technology has taken money from RUK Advanced Systems Ltd.

As revealed by Declassified UK, RUK Advanced Systems Ltd paid at least £1499 to partner with the APPG, sending the money directly to the group's secretariat.

thenational.scot/news/25280801…

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

"Anyone who does human rights work or investigative journalism understands that in many cases, privacy is the difference between life and death. We know throughout history that centralized power constitutes such power via information asymmetry. The more they know, the more stable and lasting their power is. This is the type of domination through knowledge that makes or breaks empires."

FF @Mer__edith

time.com/collections/time100-c…

This entry was edited (2 weeks ago)

Gaza: 228 Journalists Killed in Israeli Attacks Since Start of Israeli Genocide #Palestine qudsnen.co/gaza-228-journalist…

Ford Debuts World’s First Autonomous Car To Leave Factory And Drive Straight To Shop For Repairs

According to upper-level Ford executives, the fully self-driving car is the first of its kind to be able to make a direct bee-line from the assembly line to the nearest mechanic shop.

At publishing time, Ford had released a software update for the car which saved even more time by driving to the dump instead of a repair shop.

babylonbee.com/news/ford-debut…

Trump’s One Big Beautiful Bill: Last Week Tonight with John Oliver (HBO)


John Oliver discusses Donald Trump’s “One Big Beautiful Bill,” what will happen if it’s passed, and what it has in common with Apple’s Terms and Conditions.

Subscribe to the #lastweektonight YouTube channel for more almost news as it almost happens: www.youtube.com/lastweektonight

Or find us on your favorite social media platform we may or may not have discussed at length on the show:

Instagram: instagram.com/lastweektonight
TikTok: tiktok.com/@lastweektonighthbo
Threads: threads.net/@lastweektonight
Bluesky: bsky.app/profile/lastweektonig…
Facebook: facebook.com/lastweektonight

Or visit our official site for all that other stuff at once: hbo.com/lastweektonight

This entry was edited (2 weeks ago)

I decided to make a new Facebook account to try and get in touch with some foreign friends that I really don't want to lose contact with.
This is new.
I'm guessing this is Facebook's way of gearing up for the new Australian social media laws.

The Australian government wants to have facial ID mandated as age verification for all social media.
The laws already passed months ago but they don't go into effect until December.
At which point it becomes illegal for 16 year olds and under to use anything considered social media. Even YouTube.
Whole point is to force people to accept the #digitalid
I'm sure the age restriction for social media will end up getting lifted, months after going into effect, once a large enough number of people get logged out of all their social media and get a pop up telling them to sign up for digital id, and they will because it'll be soooooo convenient.

cdn.nostrcheck.me/0a63a95c1bb1…
cdn.nostrcheck.me/f5203c3d2caf…

Lemmy Development Update June 2025


This was a busy month, with ~80 pull requests merged, as we're trying to get all the breaking changes we can added before the 1.0 release.

The release is still several months away, as even after finishing up the rest of the 1.0 milestone issues, we still have to add this new functionality to Lemmy-UI and Jerboa, and do extensive testing.

Here are some of the major changes made over the past month:

  • Added multi-communities (One of the most requested features).
  • Added a new rate limiting library.
  • Refactored the API structs and library for better usage in Rust projects.
  • Improved the migration diff checker.
  • Using an external library for checking invisible characters.
  • Votes are now removed when banning + removing data.
  • Added a GDPR style data export.
  • Storing upvote / downvote totals you gave to each user, and a setting to display that history next to their name.
  • Added ability to make a note for a user.
  • Added an RSS feed for modlogs.
  • Added an API action to get liked / disliked content.

::: spoiler Full list of changes by user

Lemmy:
- Improve migration diff check and fix old migrations (#5204) dullbananas
- Implement multi-community (fixes #818, fixes #5340) (#5601) Nutomic
- Add endpoint to get Liked / Disliked comments and posts. (#5616) dessalines
- Add permitted display characters check for post titles (#5692) SleeplessOne1917
- Adding Modlog RSS feed. (#5708) dessalines
- Decrement fail_count instead of reset to 0 (ref #5716) (#5717) Nutomic
- Leave mod teams on account deletion. (#5721) dessalines
- Throw error if the removed code_migrations.rs needed to run but didn't (#5723) dullbananas
- Fix assumption that is_err always means the local site doesn't exist, which may cause the local site's keypair to be regenerated (#5724) dullbananas
- Simplifying transaction call (#5703) (#5726) momentary-lapse
- Switch to library for rate limit (fixes #5550, fixes #5548) (#5731) Nutomic
- Dont run scheduled tasks at startup (ref #5716) (#5732) Nutomic
- Adding proper NSFW filtering to search, based on user settings. (#5733) dessalines
- Move lemmy_api_common structs to view crates, make a lemmy_api_utils crate (#5735) SleeplessOne1917
- [0.19] Decrement fail_count instead of reset to 0 (#5737) Nutomic
- [0.19] Update user count from local_user table instead of person table, and only count users with accepted application (#5738) Nutomic
- Mark some *Action struct fields as serde(skip) (ref #5532) (#5739) Nutomic
- [0.19] Only use HTTP/1 (#5744) flamingos-cant
- [0.19] Dont run scheduled tasks at startup (#5732) (#5745) Nutomic
- Pin cargo-workspaces version (#5746) Nutomic
- Test case for activity send errors (#5747) Nutomic
- Revert "[0.19] Downscale proxied thumbnails (#5686)" (#5751) Nutomic
- Resolve objects as part of search api call (fixes #5740) (#5752) Nutomic
- Specify rust 1.81 (#5754) Nutomic
- Update extism (#5755) Nutomic
- Fix lemmy_federate test (#5756) Nutomic
- Fix lemmy_federate test (again) (#5757) Nutomic
- Use invisible_chars library (#5759) dessalines
- Rename timestamp fields to _at (#5761) dessalines
- Upgrading deps. (#5764) dessalines
- Adding ability to make a note for a given person. (#5765) dessalines
- 0.19 specify rust 1.81 (#5766) Nutomic
- Remove feature full for api_utils (#5767) Nutomic
- Rename upgrade check migration to run first (#5768) Nutomic
- Remove private instance check for get image (fixes #5763) (#5769) Nutomic
- [0.19] Remove private instance check for get image (#5770) Nutomic
- Make search query mandatory (#5772) Nutomic
- Parallel sql format (#5773) Nutomic
- Keep rustup home dir between ci steps (#5775) Nutomic
- Enable urlencoding for pictrs proxy parameter (fixes #5749) (#5776) Nutomic
- Upgrading ts-rs, and adding feature flag (#5777) dessalines
- Implement multi-community search (fixes #5778) (#5779) Nutomic
- Use binstall for diesel-cli (#5780) Nutomic
- Move db_perf check to unit test (#5781) Nutomic
- Fixing a few optionals. (#5782) dessalines
- Small lemmy_api_common/db_views fixes/tweaks (#5783) SleeplessOne1917
- Keep totals of upvotes and downvotes given to each user. (#5786) dessalines
- Test migrations improvement (#5788) momentary-lapse
- Replace most uses of context.reset_request_count() with clone() (#5790) Nutomic
- chore: replace nightly API Duration::from_days with Duration::from_secs (#5791) Integral-Tech
- Add incoming activity hook for plugins (#5792) Nutomic
- Remove ts-bindings null check from CI. (#5795) dessalines
- More re-exports (#5796) SleeplessOne1917
- Delete scripts/ts_bindings_check.sh (#5797) Nutomic
- Fix migration local_image_person (#5799) Nutomic
- Optimize migrations (#5800) Nutomic
- Adding GDPR-style data export (#5801) dessalines
- Move config updated check to unit test, use diffy (#5803) Nutomic
- Removing an existing deferrable constraint, and fail test if any constraint is deferrable. (#5806) dessalines
- [0.19] Reduce false positives in URL blocklist to reduce scunthorpe problem … (#5807) Nothing4You
- Remove creator_*_actions fields from api (ref #5532) (#5808) Nutomic
- Set Accept: Vary header for federation endpoints (fixes #5632) (#5809) Nutomic
- Remove votes when ban + remove data for a site or community. (#5810) dessalines
- Fixes for "Move config updated check to unit test, use diffy" PR (#5812) dullbananas
- Remove outdated comment about deferrable constraints in triggers.sql (#5813) dullbananas
- Fix db_perf.sh (#5815) dullbananas
- Optimizing person_content_combined migration. (#5819) dessalines
- Fixing docker_update.sh script to not add context. (#5820) dessalines
- Optimizing a few more combined migrations (#5821) dessalines
- Better way to check if we should accept activity in remote community (#5823) Nutomic
- Rename rate limit columns (fixes #5805) (#5824) Nutomic
- Send Undo/Dislike activity (fixes #4465) (#5825) Nutomic
- Add post_actions.disable_notifications (fixes #3042) (#5826) Nutomic
- Revert "Use same federation keypair for all new users and communities (#5709) (#5830) Nutomic
- Drop table person_ban (fixes #5828) (#5831) Nutomic
- Use vec_into (#5833) dessalines

Lemmy-ui:

:::

Or see the full list of changes at the links below:


An open source project the size of Lemmy needs constant work to manage the project, implement new features and fix bugs. Dessalines and Nutomic work full-time on these tasks and more. As there is no advertising or tracking, all of our work is funded through donations. Even so there is barely enough time in the day, and no time for a second job. The only available option are user donations. To keep it viable donations need to reach a minimum of 5000€ per month, resulting in a modest salary of 2500€ per developer. If that goal is reached we can stop worrying about money, and fully focus on improving the software for the benefit of all users and instances. We especially rely on recurring donations to secure the long-term development and make Lemmy the best it can be.

Donate

Using "AI" is no longer optional at Microsoft. Reminds me how when Meta had to force their engineers to use their "Metaverse" product.

If your product doesn't even gain traction internally, maybe it's just ... shit?

(Original title: ‘AI is no longer optional’ — Microsoft admits AI doesn’t help at work)

pivot-to-ai.com/2025/06/30/ai-…

☀️ Summer is here!

Share your best moments — only with those who should see them.

📸 Murena Workspace includes the Gallery feature to easily share your holiday memories:

1️⃣ Take your photo with your /e/OS device.
2️⃣ Use any /e/OS device with Murena Workspace to share the photo from the Gallery.

The receiver doesn’t have Murena Workspace yet?

Send them a public link or invite them to experience better privacy:
👉 murena.io/apps/ecloud-accounts…

Where do you store your photos?

#Privacy @e_mydata

Is #NATO on course for #war because of the “foreign language effect”?


By speaking a second language, we can even become more rational, more open-minded and better equipped to deal with uncertainty. This phenomenon is known as the “foreign language effect” and the benefits may be an inspiration for anyone who would like to enrich their mind with the words of another tongue.


source: theguardian.com/science/2023/s…

You react more emotionally in your mother tongue because you learned this language as a child together with many emotions that you experienced as a child. You usually learn a foreign language at school where it is not about emotions and very often more about pressure. As a result, you are often much colder and more rational when making decisions in a foreign language.

In most NATO countries, English is the second language and negotiations between NATO members are conducted in English. This allows the participants to make cold rational decisions and their emotions are left out. A bad combination when it comes to establishing a peaceful world order.


#psychology #society #politics #warfare #problem #diplomacy #world #peace #science #emotion #NATO #English #language

in reply to anonymiss

@Trocatintas The people of every country are the same. You get around 95% lovely people and 5% carnts. You think of your own people and you look around your friends and think that your people are great. I spent 20 years travelling the world and saw that everywhere. If you visit Iran you will meet the most friendly people you could hope to meet. I have enjoyed my trips to the US but both countries are run by carnts. Russia is a great place, I have been there 4 times and speak with Russians every day but yes, Putin is a carnt.
in reply to scriptjunkie

We don't need solar. Nuclear is better in every way if it's managed correctly.

Batteries still suck for vehicles, and they will never be as energy-dense as gasoline. They are heavy (causing damage to roads), hard to produce (generally requires slave labor of African kids in cobalt/lithium mines to get the "affordable" price), hard to recycle, and horrible for the environment.

Most subsidies to EV/battery companies end up being fraudulently wasted anyway, and I don't think Elon is an exception, though he's not nearly as bad a case as the other Obama-era renewable companies.

We've been dealing with renewable energy corruption for like 15 years now. If it was economically viable without being propped up by the government, we'd know by now. It's time to look elsewhere.

For a couple days, our CO2 detectors in the basement have been going off, intermittently for short periods of time. I had just replaced them last fall and our furnace isn't in use so I checked the hot water heater and it was fine. I was a bit baffled since there is no other possible source. Then, this morning, I woke up a half hour earlier than usual, so I extended my work out. So I happened to be down there long enough for it to happen 2x. 1/2
in reply to The Felon Pope

As a result, I was able to notice that both times it was right after the dehumidifier came on. The litter box, is right next to the dehumidifier and the self clumping litter make a very fine clay dust. Over time that dust built up inside the dehumidifier and when it blew it out, it caused the false alarm. I cleaned the inside of it and moved it away from the litter box. Hasn't gone off since. This is good, the noise was putting me over the edge and it didn't cost me any $.

A "dirty" #USA plan
A new report by #US think tank #RANDCorporation, one of #Pentagon main consultants, reveals the deeper strategic aspirations of the US in Ukraine.
Under the title "The Consequences of the Russia-Ukraine War" the study reveals that #Washington's goal is not to support #Ukraine, but to break the relations between #Russia, #Europe and #China, strengthen #NATO and maintain US supremacy.

Imagine all #EU 🤡 morons who have been regurgitating western propaganda for 3 years.

in reply to Spartacus

This matters because I remember reading one of their big reports from 2019 called "Extending Russia" that outlined pretty clearly the perceived military and power advantages for the US, with a larger war and how interrupting operation of the Nord stream pipeline was a priority in terms of keeping Europe under the thumb for years to come.

It also outlined how extending Russia on their border will temporarily free up the middle east to expand US influence. It's all in there.

This strike, and the others like it that made up what became known as the West Virginia Mine Wars, are included in our co-published graphic novel, Black Coal & Red Bandanas.

Available in our online store. Get yours here: shop.workingclasshistory.com/e…

[contains quote post or other embedded content]

Xi stresses building unified national market, promoting marine economy's high-quality development eng.chinamil.com.cn/CHINA_2091…

libertytree.ca/quotes/Alexande…
“Let us recollect that peace or war will not always be left to our option; that however moderate or unambitious we may be, we cannot count upon the moderation, or hope to extinguish the ambition of others. ... The best we can hope for concerning the people at large is that they be properly armed.”

~ Alexander Hamilton
(1757-1804) American statesman, Secretary of the Treasury
Federalist No. 34, January 4, 1788

Rose reshared this.

Just do it but don't travel to US 😫


watch:

Don't forget to look at the comments 🤣🤣🤣

I always find it astonishing how small-minded and sensitive politicians react, when they accuse others of #censorship and violating freedom of expression.


#freedom #meme #border #travel #fail #freespeech #justice #usa #vance #problem #government #politics #warning #Republicans #Thoughtpolice #fnord #ethics #tolerance #humor

Russia’s Foreign Minister Sergei Lavrov Warns NATO On Defense Spending | NewsX World gilbertdoctorow.substack.com/p…
in reply to stefania maurizi

This my investigation on #Italy's complicity in #Israel's #genocide.After my newspaper published it,Italian MP, #StefaniaAscari, officially asked for clarifications to our govt& Minister of Defense. To the best of my knowledge,Meloni's govt has NOT replied

ilfattoquotidiano.it/in-edicol…

reshared this

Βρε την ακροδεξιά Sosoacă!!

Φτάσαμε στο ανομολόγητο σημείο οι ακροδεξιοί να κατακεραυνώνουν το ισραήλ για την γενοκτονία των Παλαιστίνιων και όλοι οι άλλοι (δεξιοί, σοσιαλδημοκράτες, πράσινοι) να χαϊδεύουν τον Νετανιάχου!!!

in reply to stefania maurizi

Questa è la nostra inchiesta sulle complicità dell'Italia nel #genocidio di #Gaza. La parlamentare #StefaniaAscari ha presentato interrogazione parlamentare mesi e mesi fa.
Che mi risulti il ministro #GuidoCrosetto, a oggi, NON ha risposto.

ilfattoquotidiano.it/in-edicol…

ImHere reshared this.

Brazil Regulator Moves to Penalize Apple over Anti-Competitive Tactics tn.ai/3345956

Le génocide est en cours en Cisjordanie occupée aussi

Israel has killed 1,000 Palestinians in the West Bank since October 7, 2023

aljazeera.com/news/2025/7/1/is…

> Since Israel began its genocidal war on Gaza, it has also killed 1,000 Palestinians in the occupied West Bank.

#stopAssaultsInWestbank
#CisjordanieOccupee
#westbank
#freePalestine

Die Petition an den Bundestag zur Wiedereinführung der Vermögenssteuer haben bereits am ersten Tag über 4.000 Menschen gezeichnet. Ab 30.000 muss sich der Bundestag damit beschäftigen.

Jetzt mal alle ran, die keine Millionen besitzen, aber intakte Infrastruktur, funktionierende Kinderbetreuung und moderne Krankenhäuser für ganz coole Sachen halten.

#taxtherich

epetitionen.bundestag.de/petit…

YouGov: More Americans think the U.S. is in a constitutional crisis than think the U.S. is a democracy
today.yougov.com/politics/arti…
in reply to Jan Penfrat

Yay #Google goes full in, claiming the #DMA would make Europeans "second class citizens" on Android 😆

And they do the same thing #Apple did yesterday: counting the number of meetings with regulators and other stakeholders in n attempt of proving good will. Still think this rather raises the question how the heck Google can still be non-compliant after all that engagement. 🤷🏼‍♂️

in reply to Jan Penfrat

Hmmm, so #Google lobbyists claim "All apps on Android can be uninstalled" but from my testing on #Android 16 with all latest updates on a #Pixel this appears to be false.

Google's own #DMA compliance report from March 2025 says this is wrong:

"Android allows to uninstall apps by: (i) fully deleting apps that are downloaded or pre-installed in the user partition; and (ii) uninstalling apps in the system partition such that they are returned into an uninstalled state."

storage.googleapis.com/transpa…