Salta al contenuto principale



IYO Sues OpenAI Over IO


IYO filed a trademark infringement lawsuit [PDF] against OpenAI and Jony Ive's company earlier this month, alleging the defendants deliberately adopted a confusingly similar name for competing products. The lawsuit surfaced after the Microsoft-backed startup quietly pulled promotional materials about its $6.5 acquisition billion deal with Ive's firm.


Case file: business.cch.com/ipld/IYOIOPro…





Republican senators’ proposed Medicaid cuts threaten to send red states ‘backwards’


Advocates are urging Senate Republicans to reject a proposal to cut billions from American healthcare to extend tax breaks that primarily benefit the wealthy and corporations.

The proposal would make historic cuts to Medicaid, the public health insurance program for low-income and disabled people that covers 71 million Americans, and is the Senate version of the “big beautiful bill” act, which contains most of Donald Trump’s legislative agenda.

“With the text released earlier this week, somehow the Senate made the House’s ‘big, bad budget bill’ worse in many ways,” said Anthony Wright, the executive director of Families USA, a consumer healthcare advocacy group, in a press call.

#USA



Trump social media site brought down by Iran hackers


  • Hours after the US airstrike on Iranian territory, Iranian-backed hackers took down US President Donald Trump’s social media platform.
  • Users were struggling to access Truth Social in the early morning following the alleged hack.
  • As the US continues to insert itself into the ongoing Iran-Israel conflict, the US government believes more cyberattacks could happen.

https://htxt.co.za/2025/06/trump-social-media-site-brought-down-by-iran-hackers/

in reply to Pro

Thankfully only DDos. Truth Social is Mastodon so a security flaw could have been a real problem.
in reply to MrMakabar

Is It Mastodon?! For real? Does it have ActivityPub enabled and all of that?


That's right Chris, it's war!




in reply to Maroon

I'm seeing a lot of advocacy for Mint on Lemmy but not as much for Fedora it seems?

I've only ever run one Linux distro and that was Fedora KDE Plasma, havent tried Mint yet. Are they not mostly the same or am I missing something?

in reply to CosmoSaucer

It's easier to install/use. It was my first distro before I switched to CachyOS for my latest build.
in reply to CosmoSaucer

Apt is a massive and reliable package manager. Im not very surprised. However I am surprised no one is specifying LMDE
in reply to Maroon

I’m trying, I really am. My current issue is that Wi-Fi completely ignores IPV4 if I’m on a network with additional IPV6 support.


Spain calls for suspension of EU-Israel trade deal


Spanish Foreign Minister Jose Manuel Albares said on Monday that he will urge the foreign ministers of the European Union to suspend the EU-Israel Association Agreement immediately, Azernews reports.

"If the Association Agreement is based on human rights, then it's the most normal thing that we suspend it immediately today and move forward. That is why I will ask for the suspension of the agreement and embargo on selling weapons to Israel, as well as sanctions to everyone who wants to be a spoiler to the two-state solution," Albares stressed at the sidelines of the European Foreign Affairs Council in Brussels.



Mother in Germany separated from one-year-old son over Palestinian activism


A Palestinian-Jordanian woman with German residency was separated from her one-year-old after German authorities deemed the child a security threat, she and her lawyers say.

The European Legal Support Centre, which is supporting her case, say the woman is the latest victim of the German state’s weaponisation of residency issues to repress Palestinian solidarity.

“The German state systematically exploits residence, asylum and citizenship law to punish already marginalised communities,” said an ELSC spokesperson.“There is no justification for separating a newborn from his parents, yet to label the child a ‘security threat’ marks a grotesque new low, even by their own oppressive standards."



Mother in Germany separated from one-year-old son over Palestinian activism


A Palestinian-Jordanian woman with German residency was separated from her one-year-old after German authorities deemed the child a security threat, she and her lawyers say.

The European Legal Support Centre, which is supporting her case, say the woman is the latest victim of the German state’s weaponisation of residency issues to repress Palestinian solidarity.

“The German state systematically exploits residence, asylum and citizenship law to punish already marginalised communities,” said an ELSC spokesperson.“There is no justification for separating a newborn from his parents, yet to label the child a ‘security threat’ marks a grotesque new low, even by their own oppressive standards."





The strenghts and weaknesses of atproto and activitypub.


There is a lot bluesky gets right, and a lot it gets wrong, the same is true with Activitypub.

(Some) strengths of Atproto


Atproto is content-addressed, and portable. This means that posts can exist independantly of their original server.
Instead of giving posts a https uri, which will stop working if a user moves servers or their server disappears, they give them at uris.
For example, this post on bsky.app: bsky.app/profile/ponder.ooo/po…
Has the at:// link is: at://did:plc:i4bfh2tyxihe2ksplmtcoopk/app.bsky.feed.post/3lk4yrmyugc2f.
The post does exist over https at https://porcini.us-east.host.bsky.network/xrpc/com.atproto.repo.getRecord?repo=did:plc:i4bfh2tyxihe2ksplmtcoopk&collection=app.bsky.feed.post&rkey=3lk4yrmyugc2f.


Atproto is very easy to build apps on. For example, tangled.sh, frontpage.fyi and flushes.app are all apps built on atproto.
Atproto allows more flexibility in what an app can do, as opposed to lemmy or mastodon's api.


Atproto is better documented. The ActivityPub spec leaves a lot up to the reader.


Atproto has some really good moderation tools for users. People can make public blocklists of users, and people can subscribe to labellers, people or services which give users/posts a label.

Weaknesses of Atproto


almost everyone is on bluesky's PDSes. I thought mastodon.social and lemmy.world were bad, but the people on alternate PDSes altogether adds up to only a few thousand.

Its decentralised identifiers are actually completely centralised!
DID:PLC, their DID method, originally stood for placeholder, but they renamed it to Public Ledger of Credentials.
To use it, you have to use plc.directory.
You can use a DID:WEB DID, but if your website linked to it goes down you lose your identity.
(I find it extremely funny that its not actually a requirement for a decentralised identifier to be decentralised. )

Everything on the network has to be public to work.
since relays have to be able to collect all the information on the network for Appviews to be able to make use of that information, anyone can find out who's blocking someone, or who is on a list, or who's following who, with no way of hiding that information.
Private accounts and posts are impossible to do on atproto.

Since everything is public, DMs (for now) are centralised. They do seem like they want to change that though.

Strengths of ActivityPub


AP (ActivityPub) is better distributed. While it has large servers (like mastodon.social or lemmy.world (and threads, but we don't talk about threads)) the majority of users are not on those servers. There is no single point of failure. If bluesky disappeared tomorrow, atproto would still exist, it would just have a negligable amount of users.

One node in the network lets you do everything, as opposed to bluesky which has three parts (You can do stuff without a relay though). This means you can trust a lot less of the network.

ActivityPub scales better than ATProto. Atproto scales quadratically, meaning that having a lot of nodes in the network harms performance.
AP scales horizontally, meaning it works better with a lot of small servers.

ActivityPub can keep stuff private, like blocks and posts.
Though, a lot of implementations can leak posts.

Weaknesses of ActivityPub


The spec leaves so much out. They didn't propose a way to make sure requests between servers are validated, so mastodon chose HTTP signatures.
They didn't add any way of looking up handles, so mastodon chose webfinger.

A posts's id is its https uri, this means thatif a server goes down, stuff can't be fetched. A user can't move their followers if their server goes down (you can on ATproto). There is a standard to fix this, FEP-ef61, but it breaks compatibility with a lot of implementations.

Missing information is a problem. Its not really a problem on lemmy, but on mastodon likes and replies from other servers may not make it to your server at all (you can fetch replies in newer versions of mastodon though).


All this aside, I do think the two can coexist. I don't see anything like lemmy working on atproto. ActivityPub seems closer to social networking, as opposed to social media.
Something like facebook would be impossible to make on atproto, because not everything is made to be public.

I am hoping for a bridge, but good (bridgy is opt-in, making it useless).

Questa voce è stata modificata (3 mesi fa)
in reply to FundMECFS

Yes, this does help, but atproto as a whole still doesn't scale well:

In the beginning of our network, we have 26 users, which conveniently for us map to each letter of the English alphabet: [Alice, Bob, Carol, ... Zack]. Each user sends one message per day, which is intended to have one recipient. (This may sound unrealistic, but this is fine to do to model our scenario.) To simplify things, we'll have each user send a message in a ring: Alice sends a message to Bob, Bob sends a message to Carol, and so on, all the way up to Zack, who simply we wrap around and have message Alice. This could be because these messages have specific intended recipients or it could be because Bob is the sole "follower" of Alice's posts, Carol is the sole "follower" of Bob's, etc.

Let's look at what happens in a single day under both systems.

Under message passing, Alice sends her message to Bob. Only Bob need receive the message. So on and so forth.

From an individual self-hosted server, only one message is passed per day: 1.
From the fully decentralized network, the total number of messages passed, zooming out, is the number of participants in the network: 26.
Under the public-gods-eye-view-shared-heap model, each user must know of all messages to know what may be relevant. Each user must receive all messages.

From an individual self-hosted server, 26 messages must be received.

Zooming out, the number of messages which must be transmitted in the day is 26 * 26: 676, since each user receives each message.

Okay, so what does that mean? How bad is this? With 26 users, this doesn't sound like so much. Now let's add 5 users.

Under message passing:

Per server, still 1 message received per user per day.
Per the network, it's 5 extra messages transmitted per day, which makes sense: we've added 5 users.
Under the public-gods-eye-view-shared-heap model:

Per server: 5 new messages received per user per day.

Per the network, it's ((31 * 31) - (26 * 26)): 285 new messages per day!

But we aren't actually running networks of 26 users. We are running networks of millions of users. What would happen if we had a million self-hosted users and five new users were added to the network? Zooming out, once again, the message passing system simply has five new messages sent. Under the public shared heap model, it is 10,000,025 new messages sent! For adding five new self-hosted users! (And that's even just with our simplified model of only sending one message per day per user!)


Source: dustycloud.org/blog/re-re-blue…

As well as this, if there was a reddit-like atproto AppView, setting up multiple instances of it would still result in the same problems.

in reply to irelephant [he/him]

But this is assuming private messages no?

When 99% of the public traffic is on posts that will federate to most servers, this model becomes irrelevant.




[Article] Human breathing patterns are as unique as our fingerprints


Just like fingerprints, your breathing patterns may be a unique identifying feature. Scientists have found they can identify people with 96.8% accuracy using only their breathing patterns. And it's not just simple identification, researchers say they can even predict Body Mass Index (BMI), state (sleeping or awake), and cognitive traits (anxiety or depression) from the way you breathe.


Emmanuel Macron’s Bid to Divide the Left Is Paying Off


One year since the New Popular Front won a surprise election victory, France’s left looks more divided than ever. This month’s Socialist congress showed how much the party is at loggerheads with Jean-Luc Mélenchon’s France Insoumise.

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

I love how john krasinski is one of the evil warlock orb spirits in that one lol. Nailed it
Questa voce è stata modificata (3 mesi fa)


Democratize AI or Make the AI Oligarchy an Inevitability


Artificial intelligence technologies are leading us to a critical juncture, forcing a fundamental rethinking of both work and the welfare state. This is a field where early surrender, allowing capital to shape the future, is not an option.


Hurricane-killing particles could sabotage storms before they grow


There have been some wildly ambitious schemes to knock the power out of hurricanes and cyclones over the years. Now, scientists believe they have come up with a way to successfully subdue these destructive storms, long before they have a chance to reach land.


Trump’s Iran War Is a Betrayal We All Saw Coming


It took less than half a year for Donald Trump to renege on the promises he incessantly made on the campaign trail and plunge the country into another dumb, potentially bloody Middle East war no one wants.
#USA


After Trump's Bombing, Sanders Condemns 'Lies' Over Iran Nuclear Threat


U.S. Sen. Bernie Sanders condemns Trump's lies justifying bombing of Iranian nuclear facilities, warns against repeating history of disastrous wars based on falsehoods. #NoMoreWar
#USA


Zohran Mamdani vs. New York Landlords


The real estate industry is pouring millions into Andrew Cuomo’s mayoral campaign in an effort to stop the robust pro-tenant candidacy of Zohran Mamdani.
#USA


in reply to SnokenKeekaGuard

Moth flying into the hot light bulb: Bzzt Gets fried

190 Millions years of evolution lost to human progress, onwards!



Calls for Impeachment Grow as Trump Floats 'Regime Change' in Iran


President Trump floats regime change in Iran as calls for impeachment grow in response to U.S. strikes on Iran.
#USA


US | House Bans WhatsApp on Congressional Staff Devices Over Security Concerns


The U.S. House chief administrative officer has banned WhatsApp from congressional staffers' government devices citing data vulnerability concerns. The cybersecurity office deemed the messaging app "high-risk" due to lack of transparency in data protection, absence of stored data encryption, and potential security risks, according to an email obtained by Axios.




What is the best degoogled tablet for an artist?


cross-posted from: lemmy.world/post/31808224

Please see the cross-post as it is updated.

What is the best degoogled tablet for an artist

what is the best tablet for iodeOS, GrapheneOS and LineageOS
- with smooth stylus support that is as good as apple pen
- palm rejection
- pressure sensitive stylus
- works well for krita / excalidraw / xournalapp
- latency
- at least 16GB RAM and 256GB storage


For iodeOS, it doesn't seem to support any tablet device officially
- iodéOS official supported devices - iodé


For GrapheneOS, the only choice is google pixel tablet (or maybe pixel fold). However
- pixel tablet have latency issue
- based on Google Pixel Tablet Review - YouTube
- pixel fold does not support stylus
- workaround This Stylus Pen works with the Google Pixel Fold - YouTube
- Can someone share their GrapheneOS pixel tablet experience on krita / excalidraw / xournalapp?


For LineageOS
- What tablet+stylus+LineageOS has the best performance?
- What tablet+stylus+LineageOS has the best balance between price and performance?
- Can someone share their stylus experience on krita / excalidraw / xournalapp?

Sincere thanks


cross-posted from: lemmy.world/post/31808224

Please see the cross-post as it is updated.


in reply to Stamets

What I don’t get is why lefty Canadians were so against Alberta leaving Canada.

Sounds like a plus to me…



Israel strikes Iran's Evin prison in Tehran




in reply to HiddenLayer555

This meme is funny, but honestly would fit Trump better. He's constantly blowing smoke up his own ass.
in reply to madcaesar

After winning the Nobel peace prize, Obama dropped an average of 30k bombs / year (80 per day) during his presidency, mostly on Muslim countries, 2, 3. In 2016 alone, dropped 26,171 bombs in the Middle East and North Africa, up 3000 from the previous year. The countries bombed include Syria, Iraq, Yemen, Afghanistan, Pakistan, Libya, and Somalia.
Questa voce è stata modificata (3 mesi fa)
Unknown parent

lemmy - Collegamento all'originale
Nakoichi [they/them]
Beautiful lol I hate you


Belgium: Activists blockade access to 2 companies they accuse of “complicity with Israeli genocide in Gaza”


The protest started at around 7:45 am on Monday. Protesters blocked the entrance to the Syensqo chemical company in Brussels and OIP Sensor Systems in Tournai (Hainaut Province). OIP Sensor Systems is entirely owned by Elbit, an Israeli arms company.

At Syensqo in Brussels the activists blocked all the access routes to the company and painted the front of the office building red. The company supplies parts for Israeli drones.

"Syensqo knowingly supplies a key component for a weapon known for its use in Israeli war crimes. Syensqo cannot deny its complicity in the ongoing genocide”, the activists said in a statement.

Meanwhile, in Tournai, activists entered a warehouse used by OIP, where they painted equipment that is being stored inside red.



Unknown parent

lemmy - Collegamento all'originale
Grandwolf319
if you want to force your way into World War 3 this seems like a brilliant idea.


Feels more like a speed run, the actors of this conflict don’t have many days left.

in reply to Ayano

Like vampires, but instead of blood, they suck oil.


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

People talking about the effects of closing the straight being bad for multiple countries. Can Iran enforce a sort of selective closing, like the houthis did? Allowing ships as long as they dont trade with the usa? Or maybe only allow countries that dont host usa military bases?
Questa voce è stata modificata (3 mesi fa)
in reply to narwhal

Iran could enforce selective closing very easily because they can shoot across the strait from the coast. It's a mountainous region where Iran has a bunch of missile installations which would be very difficult to dislodge. Iran can also trivially enforce a full closing because the strait is very shallow. All they'd have to do would be to scuttle a couple of corvettes there, and it would be completely impassible. Full closure would be the nuclear option.