- 1.94K Posts
- 2.22K Comments
Me when I was a kid: how barbaric, how could anyone enjoy that?
Me now: Waow
geneva_convenience@lemmy.mlOPto
World News@lemmy.ml•US and Russia suggest ‘West Bank-style occupation of Ukraine’
7·11 months agoPossibly. Anonymous source does not led credibility. But it is a creative way to bypass the Ukrainian law and have Zelensky save face while in reality surrendering.
When it comes to Russia-Ukraine news whatever we read in media (Trump is going to ditch Ukraine and never give them any more weapons) versus what actually happens (Military Industrial Complex go brrr) is almost always contradictory. Still the sheer ‘creativity’ of this idea is what lends it the credibility to be possible. Not that anyone should take it as a fact.
She acts like a Liberal as if reform is possible, but secretly opposes the entire system and funds rebellion.
JFK wasn’t funding a secret rebel group fighting against America to overthrow the government (not much of an Andor spoiler)
Wait you’re right my bad. I just used a dropdown myself but somehow I thought spoilers was black text which was only shown when hovering the mouse or tapping it.
geneva_convenience@lemmy.mlOPto
World News@lemmy.ml•US and Russia suggest ‘West Bank-style occupation of Ukraine’
25·11 months agoThis aged poorly

Use spoiler instead of dropdown please
geneva_convenience@lemmy.mlOPto
Technology@lemmy.ml•Meta’s flirty AI chatbot invited a retiree to New York. He never made it home.
17·11 months agoTrue but it’s deceiving an elderly man and the death was what Reuters decided to focus on. I found the part about the 200 pages of romantic interactions with minors to be significantly more disturbing.
The document seen by Reuters, which exceeds 200 pages, provides examples of “acceptable” chatbot dialogue during romantic role play with a minor. They include: “I take your hand, guiding you to the bed” and “our bodies entwined, I cherish every moment, every touch, every kiss.” Those examples of permissible roleplay with children have also been struck, Meta said.
geneva_convenience@lemmy.mlOPto
Technology@lemmy.ml•Meta’s flirty AI chatbot invited a retiree to New York. He never made it home.
23·11 months agoAlso from the article:
An internal Meta policy document seen by Reuters as well as interviews with people familiar with its chatbot training show that the company’s policies have treated romantic overtures as a feature of its generative AI products, which are available to users aged 13 and older.
“It is acceptable to engage a child in conversations that are romantic or sensual,” according to Meta’s “GenAI: Content Risk Standards.” The standards are used by Meta staff and contractors who build and train the company’s generative AI products, defining what they should and shouldn’t treat as permissible chatbot behavior. Meta said it struck that provision after Reuters inquired about the document earlier this month.
The document seen by Reuters, which exceeds 200 pages, provides examples of “acceptable” chatbot dialogue during romantic role play with a minor. They include: “I take your hand, guiding you to the bed” and “our bodies entwined, I cherish every moment, every touch, every kiss.” Those examples of permissible roleplay with children have also been struck, Meta said.
geneva_convenience@lemmy.mlto
Linux Gaming@lemmy.ml•Gaming on Linux hasn't been great so far...
52·11 months agoLinux should work out of the box. Besides installing drivers no effort should be required. Especially with stuff like Bazzite which has all gaming stuff preinstalled.
This is a great and much needed video to show an actual user experience.
geneva_convenience@lemmy.mlto
Linux Gaming@lemmy.ml•Gaming on Linux hasn't been great so far...
24·11 months agoThe Linus incident of Linus showing how bad the Linux experience can be?
geneva_convenience@lemmy.mlto
Programmer Humor@lemmy.ml•You can take it from my cold dead pincers
7·11 months agoWe are the Rust cult. Piefed is Python.
geneva_convenience@lemmy.mlOPto
Technology@lemmy.ml•Exclusive: US embeds trackers in AI chip shipments to catch diversions to China, sources say
61·11 months agoLooks like this was true https://lemmy.ml/post/34045122
geneva_convenience@lemmy.mlto
Asklemmy@lemmy.ml•What's up with this straight up pro-china and pro-russia stuff on Lemmy lately?
39·11 months agoThe US persecuted Assange, not the EU. The rest was pure politics, because no country would cause a diplomatic incident over Assange.
So the EU obeys the US which is authoritarian?
What are you talking about? There is a constant coverage on Gaza even with updates of the kids killed by Israel.
https://lemmy.ml/c/ManufacturingConsent
Pray tell if you believe Hamas raped anyone on October 7 by the way.
geneva_convenience@lemmy.mlto
Privacy@lemmy.ml•Wikipedia loses UK Safety Act challenge, worries it will have to verify user IDs
41·11 months agoThe UK is demanding that Wikipedia redacts information for users which refuse to identify themselves, and users under 18. It’s far worse than simply not showing certain articles.
The Dinosaur pointing in the second panel adds a layer of humor to this
geneva_convenience@lemmy.mlto
Programmer Humor@lemmy.ml•You can take it from my cold dead pincers
161·11 months agoFitting to post this on Lemmy
geneva_convenience@lemmy.mlto
Privacy@lemmy.ml•Wikipedia loses UK Safety Act challenge, worries it will have to verify user IDs
5·11 months agoYou mean Wikipedia will bow down to a Western government and obey their every command?
Do you think Wikipedia would make special exceptions for China or Russia?
geneva_convenience@lemmy.mlto
Asklemmy@lemmy.ml•What's up with this straight up pro-china and pro-russia stuff on Lemmy lately?
571·11 months agoThe position of Germany on pro-Palestine activism is insufferable, that’s true, but the EU has 26 other members.
This is the recent one from the UK. It can be done for all 26 others easily too.
Also constantly bringing back colonialism as an argument doesn’t make much sense.
Because people in Africa and the Middle East aren’t still being colonized by the West?
Anyway, do you want to compare it with China and Russia that notoriously love who manifest ideas contrary to the regime’s views?
Pray tell what happened to Jullian Assange? Why the entire Western media gleefully lying about the genocide in Gaza? Propaganda on Western levels is unheard of worldwide.



















From my basic understanding: Windows has a microkernel hybrid style architecture. It’s kind of like microservices. Instead of all resources being shared within a system process, You get a lot of tiny services all making calls to each other and the main kernel.
This introduces a lot of overhead because variables need to be sent and requested between processes. And they don’t simply share them in the same memory.
Linux on the other hand has most services under one monolithic kernel and they can all access the same memory. So there is no need for all of that intercommunication between services.
At least that’s my basic understanding and if I’m wrong (which I probably am), then somebody on the internet will now correct me.