Lenny Scott: Prison service rocked by colleague's revenge murder
Lenny Scott: Prison service rocked by colleague's revenge murder
A union chief told the BBC the carefully planned killing had hit prison service morale.Jonny Humphries (BBC News)
like this
Oofnik likes this.
Implementing Portable User Identities with DIDs
Here's an idea to make Lemmy even better: true account portability.
Right now, your Lemmy account and all your content are tied to one server. Moving instances or having one shut down means losing your digital presence. Frankly, the server controls your online identity.
But what if you controlled your identity?
I've opened a discussion on the Lemmy dev GitHub about integrating Decentralized Identifiers (DIDs). Think of a DID as a permanent, global ID you own, independent of any server.
Why DIDs are a game-changer for Lemmy:
- Real Account Portability: Move your entire account – posts, comments, followers – to any new instance seamlessly. Your identity travels with you.
- More User Control: Your online presence becomes resilient, managed by an ID you control, not governed by a single server's policies.
- Proven Tech: It works. Protocols like ATProto (Bluesky) successfully use DIDs for portable user identities.
- Full Fediverse Compatibility: We can add DIDs to Lemmy while staying fully interoperable with Mastodon, Kbin, and all other ActivityPub platforms. No breaking changes, just a powerful upgrade.
This is a big step towards a more decentralized and user-controlled fediverse. If you're interested in more control over your digital self, check out the discussion:
**[GitHub Issue: https://github.com/LemmyNet/lemmy/issues/5942]**
If you're on other ActivityPub platforms, consider pushing for similar solutions! The more platforms that adopt truly portable identity, the stronger the fediverse becomes.
Integrate Decentralized Identifiers (DIDs) for Censorship-Resistant, Portable User Identities
Requirements Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support or the matrix chat. Did you check to see if this issue already exists? Is this only a featu...muntedcrocodile (GitHub)
like this
rem26_art likes this.
Real Account Portability: Move your entire account – posts, comments, followers – to any new instance seamlessly. Your identity travels with you.
This is nice in theory but comes with edge cases that are hard to account for. Like, what if you have a post and your new instance defeds the instance the post's community is on? You either have to allow banned content onto the instance or the user loses data, neither of which are acceptable.
This is part of why ATProto's decoupling of user data from app logic is kinda genius and the direction we should go in if we want portable actors in Lemmy/thredi.
Full Fediverse Compatibility: We can add DIDs to Lemmy while staying fully interoperable with Mastodon, Kbin, and all other ActivityPub platforms. No breaking changes, just a powerful upgrade.
Not really, every fediverse platform that people use expects an Object
's id
to be a https URI it can just fetch the resource from. This is part of why FEP-ef61 specifies a way of translating a DID to a https URI. That's not to mention that moving existing actors from their current ID to a DID will cause all sorts of interop problems.
Edit: Also, is this AI-generated? It has all the tells of Gemini output, especially the the issue on Github.
we add a did to objects and keep the id the same. supporting platforms will use did old ones will carry on using id.
did is what ATProto uses this is a step in that direction
joinfediverse.wiki/Nomadic_ide…
As far as I can tell Hubzilla seems to do it by having alts on different instances and then having a way to associate them with each other, so every instance knows that all the alts they're the same user. It's a bit clunky but it avoids as many fundamental changes to ActivityPub because most things under the hood are the same as without nomadic identity and the UI just treats several actors as the same user.
did
field is in addition to the existing actor field, providing a way to gradually transition the protocol to the new way.
It will probably need it's own RFC but let's hear from the devs if they want to do it. (In my experience it's hard to push through the desired change)
You will have better time trying to implement this in piefed
IMO nomadic identity is more important in Mastodon, etc where the fundamental connections of the network are person-to-person - the emphasis is on following other people and having them follow you and that is what determines what content you see. Also being free to leave (and go somewhere else) is a killer feature that centralized social networks cannot offer and nomadic identity really leans into that strength.
In contrast, in the threadiverse you can't follow other people - you join communities. Also when a post is viewed the author is just another piece of meta data, the focus is really on the content. With Mastodon they make a much bigger deal about who is saying the thing, display their avatar much bigger, etc. On Mastodon they're YOUR posts that are strongly tied to you. But here, the posts you make are kiinda more like contributions to a shared wiki (community).
So in PieFed/Lemmy if you need to drop your account on an instance and create a new account on another it's really much less of a loss and not really disruptive at all. You can just import your settings from the old account and continue to post in all the same communities you did before. The need for a nomadic identity just isn't as strong.
Moving communities to another instance, tho, now that would be great. It's on my very long list.
what's described is pretty much that.
FEP-ef61: Portable Objects describes how to use DIDs with ActivityPub. Here's a slightly less technical introduction: codeberg.org/ap-next/ap-next/s…
It's not easy, though. Adding this feature to an existing project will require a lot of work, especially if you don't want to share signing keys with servers. This was discussed in #3100, Lemmy devs are not opposed to FEP-ef61, but they don't plan to work on it.
Also, I don't recommend copying solutions from ATProto, their did:plc
and did:web
are not really "decentralized".
I mean, sure, but LLM issues are currently plaguing open source projects. Curl, for example: gist.github.com/bagder/07f7581…
If someone isn't passionate about something enough to write their own request, why would the devs be passionate about implementing it?
AI slop security reports submitted to curl
AI slop security reports submitted to curl. GitHub Gist: instantly share code, notes, and snippets.Gist
i looked into other services with did got an llm to put those ideas in the required format for the issue. Can you please point out the hallucinations in the issue so i can go and fix them
No. Asking other people to read (and now also to correct!) your LLM slop is extremely inconsiderate. Please don't do that again.
Whelp here I go again
Why not GPG!!??
I've been working on my own idea for what the "fediverse" should be, I'm calling it userless because I want to avoid users in the database and I wanna use GPG as the individuals identity because it already exists and can yes perfectly verify for me who created a post, I'm not sure why we need more than that.
I haven't flushed the whole thing out yet and I plan to hand write proper docs for the protocol.
But GPG has been around since forever. I've been told that it's too hard to use, it's insecure, it's too old. And when I use the thing I just don't agree, there is nothing technically wrong with the product like it should be way more popular.
So Activpub needs an actor with an inbox and outbox to send and receive content. A did is a virtual actor that reroutes to a real actor and collects content across real actors.
Gpg public keys have a dedicated email address field. And if you don't want to share your "real" email address then just make a new one. (edit) Or don't include one.
And the did stores ur profile picture a public key display names bio etc etc.
Yeah that's a pain point I experienced with Gpg armored packets, I couldn't figure out a way to pack in a PFP. Even shrinking it to 64x64 made the public key file feel too heavy. So I just decided profile pics are out of scope and you should just use gravatar.
U could use pgp as the key in the did if the devs want to support it as a cryptography protocol. The did is also used to sign each message similar to pgp. U simply need more functionality than what pgp provides.
I 80% agree. I do wish PGP armored packets had extra fields and if that's an RFC that could be sent to the Gnupg maintainers then gpg would be absolutely perfect but I haven't gotten around to figuring that out. All things considered since GnuPG already exists and it's already installable everywhere and it already works I figured I could just roll with it for userless atleast. I want to use GPG for all user authentication related concerns.
A did is a virtual actor that reroutes to a real actor and collects content across real actors
Where is that virtual actor hosted? If it's centralized, I feel like it defeats the purpose of user-centric identity control. If it's user-hosted, that sounds like GPG with extra, even more inconvenient steps.
Yeah I don't think this is gonna get anywhere when the easiest alternative to controlling your account is to just host your own Lemmy instance, and you can do that literally right now with no changes to Lemmy or the protocol.
It'd be nice for ActivityPub to support optional GPG signatures for those that want to have that level of control. That would get you all the identity verification that this new fangled did stuff gets you, with the added bonus of GPG being a reliable, existing, proven technology that people already know how to support.
DID as a permanent, global ID you own, independent of any server
So there would have to be another server, hosting my identity? Would identities somehow be federated between identity instances?
a json blob
So in a way it's similar to joinmastodon.org/verification ? A two sided reference between identity and profiles?
Proposals for commercial planes to operate with one pilot shelved after critical EU report
Proposals for commercial planes to operate with one pilot shelved after critical EU report
Regulator Easa concludes there is not enough evidence it is as safe as flying with two pilots as currently requiredGwyn Topham (The Guardian)
There's a reason redundancy is huge in aviation. All of those redundancies are written in the blood of prior accidents. Same thing with signage in the military.
And year, redundancy for the person flying the plane, or at least monitoring the autopilot is probably a good idea, tough shit for the airlines that want to cut costs.
like this
TVA likes this.
Yeah, if they'd decrease prices then I honestly wouldn't be that opposed. Flying is very safe, and autopilot is really good. It can even land, though I think this is normally not used if you have a human pilot, but it can do it if it needs to.
We all know that they'd just be cutting employees and probably increase prices though.
The MBAs have taken over the world and are enshitifying entire safety critical industries. They’ve been testing how high they can get the stock price/deaths ratio before someone makes them stop. This is why some industries just shouldn’t be driven by profit, and very near the top of that list is aviation safety.
With the FAA overrun with industry goons and Trump appointees, and aircraft design flaws now acceptable as a cost of doing business, we can expect more regulatory cuts and bits of passenger strewn about the landscape.
like this
massive_bereavement e TVA like this.
like this
TVA likes this.
like this
massive_bereavement likes this.
with the landing gear there's mechanical backups. the pilot can (destructively) manually drop the gear if there's a failure. same with other backups: on a non-fly by wire aircraft, the pilot can physically move the control surfaces with enough force. even Airbus has a limited mechanical backup (which has been used a couple times! like when all three avionics controllers disagreed and tripped offline.) likewise, even when there's a total loss of power, the pilot can windmill the engines to start. and since any loss of communication dooms the aircraft, it needs to be extraordinarily reliable - and I'm not sure that level of reliability is physically possible, because the underlying communications links (even ACARS) aren't rated for it, nor are the backbone routers of the internet.
finally, I think it is human nature that remote pilots will become complacent if their own lives are not at stake, like their passengers'.
I'm sure it's fascinating research, and may have a place for cargo/repositioning flights, but I can't see that such a scheme could be made reliable enough to risk human lives.
like this
TVA likes this.
Remember not too long ago when the pilot or copilot went to the bathroom and came back to find the other guy unconscious?
Now think about what happens if there's only one guy.
My mom just told me about British airways flight 5390.
While the aircraft was flying over Didcot, England, an improperly installed windscreen panel separated from its frame, causing the captain to be partially ejected from the aircraft. He was held in place through the window frame for 20 minutes until the first officer landed at Southampton Airport.
Whoever tried to pass this one pilot thing should be fired.
Airplanes CAN also fly on a single engine (that is, if it's a 2 engine one) but that doesn't mean that it should
Ideas like these always come from people who forgot what were actually doing and what the actual priorities are
The priority is to move people safely from point a to point b. The priority is NOT to make a tiny select few rich people even richer
The priority is to move people safely from point a to point b. The priority is NOT to make a tiny select few rich people even richer
Clearly you haven't been paying attention for the last 40 years. The priorities for all services and industries have changed.
People flying planes?
First put Copilot as the copilot. Then yeet the pilot as well.
3 LLMs duking it out with people in the cargo hold of a winged tin cylinder seems like a genius idea.
Remember that plane where the 1st officer locked the captain out of the cockpit and flew the plane into a mountain?
I believe the rule now is that for a pilot to exit the cockpit, a cabin crew member has to be in the cockpit, to prevent this sort of thing.
What is your favourite metal song?
like this
Raoul Duke e adhocfungus like this.
FRYD likes this.
Israel soon will halt or slow aid to northern Gaza as military offensive grows
JERUSALEM (AP) — Israel will soon halt or slow humanitarian aid into parts of northern Gaza as it expands its military offensive against Hamas, an official said Saturday, a day after Gaza City was declared a combat zone.
The decision was likely to bring more condemnation of Israel’s government as frustration grows in the country and abroad over dire conditions for both Palestinians and remaining hostages in Gaza after nearly 23 months of war.
The official, who spoke on condition of anonymity because they were not authorized to speak to the media, told The Associated Press that Israel will stop airdrops over Gaza City in the coming days and reduce the number of aid trucks arriving as it prepares to evacuate hundreds of thousands of people south.
Israel on Friday ended daytime pauses in fighting to allow aid delivery, describing Gaza City as a Hamas stronghold and alleging that a tunnel network remains in use. The United Nations and partners have said the pauses, airdrops and other recent measures fell far short of the 600 trucks of aid needed daily in Gaza.
“We left because the area became unlivable,” Fadi Al-Daour, displaced from Gaza City, said as vehicles piled high with people and belongings rolled through a shattered landscape. “No one is searching, and there are no journalists to film. There is nothing.”
like this
fif-t likes this.
These past few years have shown how badly humanity hasn’t truly shaken off its barbaric nature. I’m in my mid-40s and I grew up during a time where yes, there were still some issues, but on the whole it felt like humanity was finally starting to evolve, but now it’s the same shit that’s happened across the centuries just with a different veneer.
The fact we constantly repeat our shortcomings should have been a clue in and of itself, but I though that technical advances would also further us too instead of just coming up with more efficient ways to be assholes.
Israelis and Palestinians protest for peace as journalist Mariam Dagga's family mourns her death
NAZARETH, Israel (AP) — In the streets of Nazareth, Israeli and Palestinian activists wore stickers replicating the ‘Press’ insignia emblazoned on flak jackets and other clothing worn by journalists as they rallied for peace in Gaza. Their message: Journalism is not a crime.
A throng of people wearing blue-and-white ‘Press’ stickers — used to identify journalists in dangerous areas — gathered in the Israeli town on Friday to call for an end to the war in Gaza, which has killed nearly 200 journalists among tens of thousands of others. Some held photos of Palestinian journalists killed.
’’Don’t assassinate the truth,” read a banner the protesters held. Some banged on empty pots to symbolize hunger in the Gaza Strip and protest the killing of journalists.
Mariam Dagga, a 33-year-old who freelanced for The Associated Press, was among the war’s victims. She and four other reporters were killed earlier this week when Israeli forces struck Nasser Hospital in the Gaza town of Khan Younis, along with 17 other people.
UK refuses to invite Israeli government officials to London arms fair over the war in Gaza
LONDON (AP) — The U.K. has barred Israeli government officials from attending the country’s biggest arms fair over growing concern about the humanitarian crisis in Gaza.
The decision does not cover representatives of Israeli defense contractors, who will be allowed to attend the DSEI UK exhibition, scheduled for Sept. 9-12 in London. The event was formerly known as Defense and Security Equipment International.
“The Israeli Government’s decision to further escalate its military operation in Gaza is wrong,” the British government said in a statement. “As a result, we can confirm that no Israeli government delegation will be invited to attend DSEI UK 2025.”
The decision comes after Prime Minister Keir Starmer in July announced plans to recognize a Palestinian state unless Israel takes steps to end the crisis in Gaza, agrees to a ceasefire with Hamas and commits to a long-term peace agreement. Britain previously barred sales to Israel of any arms that could be used in the nearly 23-month war in Gaza.
https://apnews.com/article/britain-israel-defense-gaza-arms-fair-1949dbe6f401212a7c7faa6b47c3198b
like this
Oofnik likes this.
READ THE SECOND LINE.
They de facto only blocked from attending people who didn't needed to attend.
This press release of theirs is another example of the traditional technique in British Modern Politics (and not only there, but in Britain using that kind of thing is a fucking art form) of presenting a miniscule barely bothersome action on something that goes along the direction the public wants as a massive action in that direction whilst in fact not really doing anything in any way effective in the direction that the public wants.
It's like when they loudly announced they had "Limited arms sales to Israel" some months ago and then in the details it turned out that they had blocked about 20 categories of weaponry out over 300 (and this all the while they kept flying surveillance flights over Gaza to give the info to Israel).
Smoke & Mirrors.
These people are professional deceivers and hypocrites.
wow.
how can jewish ISIS recover from this blow.
/////sssss
Company behind Jack Daniel's says Canadian boycott is 'significant' as sales drop 62%
Parent company officials say trade dispute is causing 'significant headwinds' and 'significant impact'
The parent company of American alcohol producers such as Jack Daniel's whisky and Woodford Reserve bourbon says sales to Canada dropped 62 per cent during the latest fiscal quarter compared to a year ago, as American alcohol remains off the shelves in many provinces.
After U.S. President Donald Trump imposed tariffs on Canadian goods in early March, a number of provinces retaliated, pulling American alcohol from store shelves. Alberta and Saskatchewan have since lifted the ban.
like this
originalucifer, PokyDokie, Zier e Oofnik like this.
According to Goods Unite Us, Brown-Forman, the parent company mentioned on the article, directs 70% of their political contribution towards the Democrats.
Though they manufacture Jack Daniels in the deep red state of Tennessee. So it's a fair bet a majority of their workers voted for the Leopards Eating People's Faces Party.
Brands - Goods Unite Us
Goods Unite Us is an App and website focused on helping consumers shop brands in alignment with their social and political beliefs.Goods Unite Us
They can move their distillery then.
Fuck red states and fuck the businesses that hide in them.
Did they shut down due to a lack of business, or was it the government stepping in and imposing its mandate that everyone else has to follow no matter what?
If it's the former, good. If it's the latter, then it's very bad.
As an American I like Jack from time to time and Woodford Reserve, but I usually go to Jim Beam.
However, lately I have been drinking Crown or Bushmills Black Bush. Fuck buying American.
History - Uncle Nearest Premium Whiskey - 100 Proof from Tennessee
The best whiskey maker the world never knew. Uncle Nearest 1856 Premium Whiskey. Visit one of these locations or buy online. Enjoy responsibly.Uncle Nearest
Inside the US Government's Unpublished Report on AI Safety
in a real browser
Which is a major security risk and you should avoid those "real browsers".
by displaying Unicode characters an attacker can send you a link that clearly shows its yahoo.com and you see in the browser url that its yahoo.com but in reality its unicode letters that look similar to latin one.
that's really bad
you are right.
You could disable it though in firefox: "about:config" and find "network.IDN_show_punycode" and set to true.
AI in fiction is a boring concept to me. It’s presented either as “What is a person?” or “What if we create an evil god?”. To me anything with feelings is a person and the other is just a chrome paint job on evil god characters in non sci-fi genres, so it’s just a speculative dead end.
AI in real life is much more interesting and its proliferation makes fictional AI seem even more bland. Real life AI is first and foremost not intelligent and probably not even close, that said we have no rubric to grade it by because we don’t even really know what intelligence is yet. That said, machine learning algorithms highlight patterns in the world and in our behaviors that are fascinating just because they show just how complicated the world and people are in ways our brains just passively process. Kind of like how QWOP highlights just how difficult and complicated walking is.
They've made fictional AI seem that much more far-fetched.
Obviously, we all learn by imitation and instruction - but LLMs have shown that's only part of the puzzle
Neurosymbolic AI -- Why, What, and How
Humans interact with the environment using a combination of perception - transforming sensory inputs from their environment into symbols, and cognition - mapping symbols to knowledge about the environment for supporting abstraction, reasoning by anal…arXiv.org
Yemen’s Houthis say prime minister of rebel-controlled government killed in Israeli airstrike
cross-posted from: reddthat.com/post/49026720
Yemen’s Houthi rebels on Saturday vowed to take revenge for the killing of their prime minister and other political leaders by Israeli airstrikes earlier this week.The Houthis confirmed Prime Minister Ahmed al-Rahawi was killed in a strike on the Yemeni capital Sanaa on Thursday, which also left others seriously wounded.
Mahdi al-Mashat, head of the Houthis’ Supreme Political Council, said in a video statement, “We promise to God, to the dear Yemeni people and the families of the martyrs and wounded that we will take revenge and we will turn the wounds into a victory.”
Al-Rahawi is the most senior figure in the Iran-backed Houthis to be killed in Israeli’s campaign against the group.
Yemen’s Houthis say prime minister of rebel-controlled government killed in Israeli airstrike
Yemen’s Houthi rebels say the prime minister and a number of other ministers in their government were killed in an Israeli airstrike on Thursday.Eyad Kourdi (CNN)
like this
Oofnik likes this.
Firefox integra Copilot l'AI di Microsoft
US blocks Palestinian leader Mahmoud Abbas from attending UN meeting in New York
US blocks Palestinian leader Mahmoud Abbas from attending UN meeting in New York
The decision comes as France leads international efforts to recognise a Palestinian state at the UN meeting next month.Paulin Kola (BBC News)
like this
FerretyFever0, dandi8, andyburke, massive_bereavement, Oofnik e NoneOfUrBusiness like this.
US breaks one of the most important the pillars of the United Nations.
THE RIGHT OF ALL LEADERS TO ATTEND THE GENERAL ASSEMBLY, this is written in the UN charter and the US agreed to let everyone travel to UN meetings in New York when the UN was founded.
This is an attempt to start the destruction of the UN.
like this
FerretyFever0, elgordino, Oofnik, dcpDarkMatter e NoneOfUrBusiness like this.
like this
NoneOfUrBusiness likes this.
No its not, it is doing what America has wanted to do and now what its owners have wanted to do for ever.
Its failing at being decent, it is succeeding at its task to ruin it all.
like this
NoneOfUrBusiness likes this.
Eh, good. 2 years and going of active genocide and the UN is completely useless. May something better come from its ashes.
If you still have faith in international bodies like the UN and don't realize they're simply pacifying tools to cover for and allow the west to do whatever they want, you're not paying attention.
May something better come from its ashes.
Don't hold your breath, such a better version would still require major powers to concede and no major power would join without veto capabilities.
We need alien ovelords.
They were selling palestinian land in a synaguoge in montreal
commediaportal.ca/web/en/media…
Montreal real estate event sells property in illegal settlements in the West Bank in Palestinian Territory
Protest results in injunction banning pro-Palestine activists from protesting outside of Jewish institutions in MontrealCommunity Media Portal
like this
NoneOfUrBusiness likes this.
like this
FerretyFever0 likes this.
like this
FerretyFever0 e NoneOfUrBusiness like this.
There is already a UN building in Geneva. Make that the primary one .
like this
dcpDarkMatter e NoneOfUrBusiness like this.
like this
NoneOfUrBusiness likes this.
Trump blocks. Trump.
Fuck this inbred oompa loompa, and every person that helps him. He spreads his disease while a third of America claps and ignores the clear signs of child rape and genocide.
This is a creature, a monster. He is a thing, not a being. A creation of wealth, power, and privilege. He should never have reached such a ripe, demented age.
Our societies have failed us. The United States of America has been compromised.
Your comment seems to imply that the placement of the UN HQ and GA is somehow ...a reward for a country's virtue? What kind of silliness is that?
The choice of placement of the UN HQ&GA should be guided by a simple principle: what place in the world is stable enough, neutral enough and independent from external pressure enough to be the place where representatives of all the countries in the globe, regardless of whether they are good or bad or «good» or «bad» can reliably meet without hindrance under a flag of truce.
It's a fucking practical question not a moral one.
Reminder that the US also sanctioned and blocked UN special rapporteur Francesca Albanese from entering the country less than two months ago because they didn't like her reporting.
news.un.org/en/story/2025/07/1…
The USA is no longer an appropriate place to host the UN headquarters.
UN calls for reversal of US sanctions on Special Rapporteur Francesca Albanese
Top UN human rights officials have voiced serious concern over the imposition of sanctions by the United States targeting Francesca Albanese, a UN-appointed independent expert on the Occupied Palestinian Territory.UN News
The USA is no longer an appropriate place to host the UN headquarters.
Never been
Switching to the Fediverse for Daily Social Media Use
Switching to the Fediverse for Daily Social Media Use
I’ve come to realize that being endlessly absorbed by AI slop and brainrot, especially Instagram reels constantly shared between friends,...Circle With A Dot
like this
originalucifer likes this.
Not everybody is a tanky here.
I joined waay before the reddit API change and .ml was like one of three available instances.
Yeah same, we’re just early adopters.
I don’t think there even were other instances back then.
I nuked the internal network by mistake. Working on fixing it right now
edit It's back up now if you'd like to try again 😀
using something like Mastodon is no harder than signing up for X or Facebook. The difference is you won’t be treated like a product, you’ll be treated like a person.
I like this. I might reuse it.
Mirror Instance for Interactable Archiving
Hello fellow Fediversians,
I have been mulling over an eminently feasible and inevitably controversial solution to a couple of challenges I see with the Fediverse gaining traction, and becoming the primary microblog/forum platform for many users. Also I believe this solution can fill a valuable function of accountability in the form of unbiased archiving.
Essentially the concept is an instance entirely populated by bot accounts, accounts which individually scrape the publicly posted content of public figures from other platforms and reposts that content in quotation, with timestamp, link-back attribution, and cross-links to other posts referred to by the primary post if they exist within the archive. Also may include comments requoting the post if it is edited with new timestamp, etc.
Why do this? Well simply put it would create a consolidated archive of published cintent from public figures which cannot be tampered with for the purposes of accountability, similar to the Wayback Machine, but with the added function of direct interactivity via federated services.
In this way Fedenizens can follow their favorite public figures on-platform and interact with their content in a separate persistent environment, and journalists can have a fully up to date copy of what has been said without filter or revision.
This is all extremely feasible with the help of ML agent scripts, even if APIs are not cooperative.
What are your thoughts? If you were an instance admin would you block such an instance or allow it?
There is of course the issue of how to pick what public figures to add to the archive, but I suggest this can be done by nomination. Who nominates? Well the other function of such an instance would be for individuals to self-nominate in order to mirror their content from other platforms into the fediverse. I suggest that these members can also nominate other accounts, perhaps with a quorum voting system, say 5 nominations succeeds in adding a person to the archive.
Some people may in the end choose to use the instance as their primary, as they interact a lot with the archive streams. I think this would be a welcome outcome.
Twitter mirrors
Instagram mirrors
Reddit mirrors for posts
Corporate social networks generally don't like being mirrored by a competition and actively fight with these.
Bluesky was being mirrored like this by Bridgy, but as it is a two-way bridge and Mastodon users did not expect their data leak to another network they bullyed Bridgy dev into making it opt-in.
There are more issues to mass-mirroring content from outside and I hope others will tell about them.
Your instance is not blocking that much.
Apparently the Facebook company fights with account mirroring even more than ex-Twitter. Performance of Instagram mirroring will be smaller...
Coopr8 likes this.
Maybe you need to wait a bit for federation to kick in?
I don't have links at hand, but from some other questions I know that federation is not "download everything the moment someone looks at another instance". Basically follow something and wait until some new content appears on origin instance. If after that you don't see the content federated, then it's time to start asking around
Coopr8 likes this.
You don't know about the mastodon unofficial bots reposting from X (without interaction of person postingon X) and Lemmy unofficial bots and sometimes whole instances following RSS feeds or those somehow don't fit what you aim for?
Amb. Chas Freeman: The End of Western Dominance Is Here!
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Amb. Chas Freeman: The End of Western Dominance Is Here!
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Doubting Your Favorite Web Search Engine
Kagi has quickly grown into something of a household name within tech circles. From Hacker News and Lobsters to Reddit, the search provider seems to attract near-universal praise. Whenever the topic of search engines comes up, there’s an almost ritual rush to be the first to recommend Kagi, often followed by a chorus of replies echoing the endorsement.
Doubting Your Favorite Web Search Engine
Kagi has quickly grown into something of a _household name_ within tech circles. From _Hacker News_ and _Lobsters_ to _Reddit_, the search provider seems to attract near-universal praise.マリウス
Tech people have zero idea what privacy is or should be, and desperately look for anything to make then feel elites. Paying for Kagi is a flex.
Kagi is fine, but it certainly not magic.
Qwant, Startpage, and SearXNG work well.
Ecosia is DDG (which is Bing results) as a non-profit.
Mojeek...ugh, you stupid but nice guy. You'll get there one day.
like this
TVA, Lasslinthar, Get_Off_My_WLAN, andyburke, aramis87, Benign, dandi8 e CrankyPants like this.
like this
Get_Off_My_WLAN likes this.
US to revoke visas for PLO and PA members ahead of UN General Assembly 2025
US to revoke visas for PLO and PA members ahead of UN General Assembly 2025
The US could be complicating the planned recognition of a Palestinian state at the United Nations General Assembly (UNGA) in September by denying and revoking existing visas to members of the Palestine Liberation Organisation (PLO) and the Palestinia…MEE staff (Middle East Eye)
like this
Maeve, NoneOfUrBusiness, dandi8, Lasslinthar e CrankyPants like this.
Rubio's announcement said the PA must halt efforts “to bypass negotiations through international lawfare campaigns”, including appeals to the International Criminal Court and International Court of Justice, and efforts to secure the unilateral recognition of a conjectural Palestinian state”. The Trump administration cites these two actions as having "materially contributed to Hamas’s refusal to release its hostages, and to the breakdown of the Gaza ceasefire talks."
Wow.
like this
NoneOfUrBusiness, frustrated_phagocytosis, Lawelen e Maeve like this.
“Part of the agreement with the UN is that the host country for its headquarters allows all heads of state to address the annual gathering.
The Palestinian Authority "stressed that this decision stands in clear contradiction to international law and the UN Headquarters Agreement”
THIS HERE ^^
The Trump Admin is using this to destroy the fundamentals of the UN. The UN will have to move out of the US which is exactly what they want to achieve without saying it out loud.
like this
NoneOfUrBusiness, frustrated_phagocytosis e Lawelen like this.
like this
frustrated_phagocytosis, Lawelen e Maeve like this.
Piefed now has a built-in alternative to Lemmyverse to discover and search for active communities, with the "Active people" filter on the communities page (weekly basis)
Parola filtrata: nsfw
To see it in action:
- piefed.zip/communities?topic_i…
Crust.piefed.social (the Piefed development instance)
- crust.piefed.social/communitie…
Not all instances implement it yet, I guess it depends how often they pull from the dev branch
Example of search for 'movies'
like this
originalucifer, Fitik e celeste like this.
Is this different to Lemmy's communities tab sorted by 'Top Week', which sorts by weekly active users?
IMO, the main advantage of Lemmyverse is the better text search and presentation.
like this
MHLoppy likes this.
like this
Fitik likes this.
You still don't see the number of weekly active users.
On Piefed, it's the 'Active people' column, where you can see the numbers without having to go to each community. Lemmy (and Photon in this case) only show subscribers, which isn't an accurate metric as most of them are ghost accounts.
That could indeed be the case, but that's probably a low priority item for most of the client devs.
I had been asking Rimu to add this feature for a while as Lemmyverse doesn't show Piefed communities on the community search, and as a lot of people use Lemmyverse to search for communities, Piefed communities are basically invisible.
This solves it, if other clients want to implement it too, that would be nice of course
pyfedi
Project background: https://join.piefed.social Demo site / Flagship instance: https://piefed.socialCodeberg.org
As in old.reddit or the old “new” reddit they apparently changed a week ago.
I’ve been messing around with customising themes all week on quokka.au, and I would be happy to give it a shot.
Where I'm at so far with a theme. Gotta finish up the top bar with community subscriptions and tidy up the user part on the left before moving onto the feed.
Oh great, now I can check if my Taylor Swifties Markov Chains are more popular in Meta’s piefeed instance over Microsoft’s 🙄 /s
Folks, please don't not fall for Popularity Biases. Just because one instance has more robots talking to each other, doesn't mean you should join the community.
So don't fall for it.
The Unfairness of Popularity Bias in Recommendation
Recommender systems are known to suffer from the popularity bias problem: popular (i.e. frequently rated) items get a lot of exposure while less popular ones are under-represented in the recommendations.arXiv.org
!movies@lemmy.world is almost only composed of a single poster sharing articles from the Guardian.
!movies@piefed.social has a diverse mod team, with dedicated threads for movies, weekly discussion threads, and people sharing their own reviews.
Now, what you have just exemplified is the way:
community based introductions.
So thank you for curating👍, and sharing your thoughts on them. 🫶
U.S. Government Starts Pushing Economic Data Onto Blockchains as 'Proof of Concept'
The U.S. Department of Commerce said it issued its gross domestic product data via nine blockchains, including Bitcoin, Ethereum and other crypto-world pathways.
archive: archive.ph/RDgRJ
How about we only use blockchain for the use cases where it's an optimal solution.
If and when there are such use cases.
No. Keep tech away from voting. Software cannot be trusted.
You can't tell if the button you push is the thing being counted. You don't know if the version of the code on the machine is the one that was audited.
Paper. Ballots. Only
Yay, decentralised and immutable!
Data integrity at source: If the BEA’s initial data is wrong (as sometimes happens with revisions), blockchain only makes the error permanent until corrected with new updates
Oh, so... Like previously just publishing a pdf on a website, then.
I guess it means they can't hide revisions. Which is what archive.org (and the us government equivalent that archives government sites) provided when the government just published the pdf.
At least it's decentralised!
Over-reliance on oracles: Chainlink and Pyth are powerful, but their centrality creates new concentration risks. If they malfunction or face attacks, critical data feeds could be disrupted.
Gotcha, still has centralised services.
Quotes taken from ccn.com/education/crypto/gdp-o… which seems to have the best technical info I could find
Still not much information. I'm presuming an "oracle" is something that gives you a hash of the "immutable" data, so you only have to pay to get that hash recorded on a blockchain instead of however many kB of PDF.
Yes. I was laying on the sarcasm heavily.
I presume that's what these oracle services provide.
Essentially hosts the us governments GDP NFT, so you can right click and download it just like every NFT crypto bro hates you doing.
Whether its actually the US Government hosting the file, or these oracle services hosting it... It doesn't matter.
Why not just host the files on a government website with appropriate file hashes (so users can verify the file is still the same), let the internet archive and the national archives take a snapshots of the files and pages and hashes etc... ? That's a well regarded site archival system, and the governmental archival system. Has redundancy, pedigree and public acceptance.
Fuck it, publish just the hash on some block chains so the "fingerprint" of the report is immutable. But call it what it is.
The report isn't "published on the Blockchain".
It is linked from some blockchains.
There is still a file hosted by some servers.
You can't download your favourite blockchain, take it to the top of Mount Rushmore with no internet and inspect the US GDP figures without first downloading the file linked in the block chain.
Blockchain oracles are entities that connect blockchains to external systems, allowing smart contracts to execute depending on real-world inputs and outputs. Oracles give the Web 3.0 ecosystem a method to connect to existing legacy systems, data sources and advanced calculations.
What is a Hard Fork? A History of Bitcoin Hard Forks
What is a hard fork, and how have hard forks impacted Bitcoin?trustmachines.co
US Navy SEALs killed North Korean civilians during botched mission: Report
US special forces killed several North Korean fishermen diving for shellfish after encountering them by accident.
Archived version: archive.is/newest/aljazeera.co…
Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.
like this
adhocfungus e Raoul Duke like this.
Has Netanyahu made slip-up in case against Karim Khan? - Israeli PM's allegations against ICC chief have never been mentioned before
...
The Israeli leader made the comments during an interview with Breitbart News, a video of which was published on Wednesday.Netanyahu said that Khan faced sexual assault allegations by a “female staff member”, before adding: “And since then, there have been four other women who came to the fore and accused him.”
...
"In the circumstances, it is therefore both extraordinary and deeply troubling to Mr Khan that a serving head of government, and one who has been openly hostile to both the ICC and the UN, and who is indeed the subject of an arrest warrant, should purport to have knowledge about other such allegations or individuals, or about an ongoing confidential investigation of which Mr Khan is the subject."
...
Has Netanyahu sabotaged his own campaign against Karim Khan?
Karim Khan has questioned whether Israel is "interfering in and attempting to manipulate" a UN investigation into sexual misconduct allegations against him, following comments made by Israeli Prime Minister Benjamin Netanyahu.Imran Mulla (Middle East Eye)
like this
SolacefromSilence e Lasslinthar like this.
like this
fif-t likes this.
Good article! Thanks for the archive link. Amazing that this type of shady shit which Tesla is doing is likewise behind a paywalled source where people can’t get this information as easily.
Inside a Starbucks near the Miami airport, the plaintiffs’ attorneys watched as greentheonly fired up his ThinkPad computer and plugged in a flash drive containing a forensic copy of the Autopilot unit’s contents. Within minutes, he found key data that was marked for deletion — along with confirmation that Tesla had received the collision snapshot within moments of the crash — proving the critical information should have actually been accessible all along.The attorneys high-fived behind him.
Basically too, Tesla has also tried to delete the data again by powering up the unit from the crash, which would have ‘updated’ the device and conveniently removed data. How STRANGE it maintains this behavior… especially for collision snapshots.
Tesla is actively harming people, lying about it, and using shitty tactics to avoid any responsibility for it. Just like its daddy, Elon.
Seriously. This is so fucked yo.
I’m NEVER EVER going to buy Tesla.
How does archive get the unpaywalled version? I don't think they pay the subscription for every single tabloid out there?
Asking for a friend.
Btw, how come there is no search engine where you can sort and filter how you want instead of how they want? (except self-hosted i mean)
Pornhub has better searchability than, uh, all search sites i know.
Well they have to pay 200+ million. So im not sure if "get away" is the right word. But I get the sentiment. Its a tragedy.
"It took the jury less than a day of deliberation to find Tesla 33 percent liable for the crash and responsible for $243 million in punitive and compensatory damages."
Almost 100 billion revenue last year.
250 million of 100 billion is what… 0.25%?
Yeah. That’s nothing to them.
Richard Wolff: US Empire in Collapse, China Builds Rival System
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Newsom’s support surges among Democrats ahead of 2028: Poll
Friday showed 25 percent of Democratic primary voters saying they would support Newsom as the nominee, a jump from the 12 percent he received in a similar poll conducted in June.Former Transportation Secretary Pete Buttigieg received support from 16 percent of respondents, consistent with what he received in June, while former Vice President Harris’s support slid from 13 percent in the June poll to 11 percent in Friday’s poll.
🤢
https://thehill.com/homenews/campaign/5475487-newsom-support-democratic-primary-surge/
The US government could get even more Intel stock if the company ends up losing control of its chip manufacturing business
The US government could get even more Intel stock if the company ends up losing control of its chip manufacturing business
Though time will tell if $20 a share is good.James Bentley (PC Gamer)
Anandtech had a great saying:
There are no bad products, just bad prices.
Performance wise, Intel CPUs were just fine at the right price, no matter what manufacturing drama is going on. Don’t get me wrong, all my recent CPU purchases have been AMD, but not because of brand loyalty or anything; it’s because they were on sale and great for the price.
Yours is probably in better shape than mine. The 13 and 14 series specifically had a design flaw in the microcode that overvolts them. They slowly burn out over time, and the damage is irreversible.
Earlier processors aren't affected. It's specific to this series. But the only "fix" is a microcode patch that nerfs performance, so I'd rather just ride it out and switch to AMD.
I'm happy to see ARM gaining enough traction these days to be a solid alternative to x64. I'm happy to run it for server workloads but I'm skeptical it's ready to replace my AMD PC desktop.
Granted, I haven't been paying super close attention to the state of the art for the past few years, but from what I gather Apple was a major catalyst in the uptake of ARM for the desktop. Ironically, we have Intel's abysmal Skylake QC to thank for that 😅
How is Linux ARM support these days? Any particularly outstanding distro that shines on ARM?
There aren't any ARM manufacturers that upstream their drivers, and no SystemReady support from any manufacturers
Basically every package works on ARM, but the lack of manufacturer support for hardware means ARM effectively requires a special kernel build for every PC
RaspberryPi has worked on upstreaming their Broadcom SoC, Collabora had worked on upstreaming the RK3588 SoC...
None of Qualcomm's recent chips are very usable (always missing something like audio, or other basic functionality)
Asahi Linux worked on Apple M1/M2 support
Unless a new ARM manufacturer comes along, general use ARM PCs are a long way away
discourse.ubuntu.com/t/what-s-…
Maybe not that far.
What’s new for generic ARM64 Desktop ISOs in 25.10
In this week’s Ubuntu Engineering spotlight, we’re diving into the technical side of how our generic ARM64 Desktop ISO works out of the box on all sorts of arm64 desktop hardware including Qualcomm Snapdragon laptops.Ubuntu Community Hub
That doesn't fix the problem of needing specific device tree files for every computer.
So you still won't be able to say, swap your WiFi chip in your laptop and still have it work.
This just enables a small subset of (specifically Windows ARM laptops) to boot from an image.
This is very different from x86, where ACPI allows you to have a single image that knows very little about the hardware.
If ARM started using SystemReady, you could see a truly generic image, rather than having a specific list of laptops the "generic" image works with
MAGA is going Socialist! Maybe there is a silver lining here.
They should go after Starlink and Space X next. After all, we paid for ALL of it, it really belongs to us.
He can keep Tesla. It will be bankrupt in 2 years anyway.
Proving the German Media Bias Against Palestinians
German reporting on the Middle East has long been criticized as one-sided. Our exclusive analysis of 5,000 headlines from leading German media outlets since October 7 shows the bias is even worse than suspected.
They don't feel guilty, they're afraid of ever having to actually be held fully responsible. The colonization of Palestine was done with public collaboration with the Nazis, and Palestinians have no obligation to pay for Germany's crimes by surrendering their homeland.
Germany got a very sweet deal, the Jewish question answered itself and they washed their hands if it.
So the former Nazis feel (rightfully) guilty about their Genocide of Jews and the current Nazis say committing Genocide is part of the Jewish identity, so the former Nazis have to feel guilty for and thus support the current Nazis? /j
(Joke as in not a serious question but a cynical attempt at simplifying in a humorous way)
I don't hold any individuals accountable for their countries past. I'm German Russian (as in my parents are both ex-soviets from Moscow, but I was born and grew up in Germany and still live here).
Why would I hold any Germans accountable for what their (great)grandparents did during their attempted Genocide against most peoples of eastern Europe and destruction of the USSR, as long as they don't expect me to feel sorry for the (Wehrmacht) oppressors, rapists, pillagers and thugs my great-grandparents rightfully shot and took as POWs to build Siberian land bridges and what not LOL.
Holding current generations accountable doesn't make much sense, but it is their legacy and how they deal with it is not crucial, but essential.
(Like Japan und Turkey also come to mind as strong negative examples; Japan much more so though)
I was more talking about societies from a macro POV. And there is a distinction IMO between a society rising from the rubble of a destroyed past (like in Germany, tho arguably the FRG never properly denazified) and still upholding that legacy and keeping it alive and well like in the USA.
The USA served as one of the primary inspirations of German fascism BTW, "Manifest Destiny" became Lebensraum, their concept of racial segregation was to be admired (and brought to its logical conclusion) and their exploitative industry to be emulated (said industry also funded the hitlerite fascists; e.g. Henry Ford was awarded the highest prize available to foreigners by Hitler himself)
The USA is built on the corpses of genocided peoples and as long as this grotesque concept exists in that form, justice will be waiting. The least they have to do is to give the land and equal rights back and establish commissions to remedy the societal legacy brought by centuries of racial oppression, reparations are not enough. (a lot of it applies to former empires and existing colonies as well)
The Browser Wasn’t Enough, Google Wants To Control All Your Software
The Browser Wasn’t Enough, Google Wants To Control All Your Software
A few days ago we brought you word that Google was looking to crack down on “sideloaded” Android applications. That is, software packages installed from outside of the mobile operating …Hackaday
I would have rather seen the development of BBOS10. It was so far ahead of its time.
That whole thing we do with swipe gestures to navigate the android interface? Yeah BBOS had that years ago.
I miss my Passport.
Exclusivity is not good for the consumer/gamer.
Now you can play more games on your console.
I’m bothered that big companies, especially tech right now, no longer see their customers as people they need to please to stay in business, but instead as something they’ll inconvenience and squeeze as much as they can possibly get away with.
They all got to where they are making, at one point, amazing products. Now? Fuck making windows useful, we can throw ads and AI at you every place we can think of. Fuck all of the parts of Android that made it stand out, we tell you what to install. You don’t want all of your data scraped and sold? Fuck you, there’s 3 of us and we’re all doing it. In fact we’ll never stop finding new ways to harvest data.
Phones have basically stagnated entirely in the US. Sure you get moderately better chipsets, but what else? AI? I haven’t had a phone struggle with anything in… maybe 10 years. Instead features that people didn’t use enough just get removed.
I'm actively looking for a new phone that has 0 Google in it, and am looking ad de-Googling the rest of my life.
I remember being genuinely hyped about Gmail in 2008. Now, I don't want them accessing any of my data.
The year of the Linux mobile is coming.
FLX1 - FuriPhone FLX1 Linux Phone
Fast, performant and cheap. You wanted all 3? Now you got it! The FLX1 from Furi Labs runs a fully optimized system called Furi OS, packing a lightning fast user interface, tons of storage, and a …Furi Labs: Planned Permanence
I want to believe, I really do. But I fear that the crypto apps people have grown dependent on will make it harder than the desktop battle. And IDK but I seem to recall every year since at least 2001 being proclaimed to be the year of the Linux desktop.
I rely on my banking apps (plural), governmental email app, government authentificator app and the governmental LMS app for public schools to make my everyday function. And the last time I tried just a custom ROM, those apps refused to run.
A phone that can't do NFC payment, banking and authenticator work is not a phone. It's a pile of shit that's little more than a toy for children.
Nothing wrong with toys, but they arnt useable products worth any amount of real money.
play.google.com/store/apps/det…
play.google.com/store/apps/det…
Android System SafetyCore - Apps on Google Play
Provides safety features for Android devices.play.google.com
Thanks! I remember safety codes now: it looks at all your pictures and says it only blocks CSAM, but who knows if it is trustworthy or if it misidentifies something.
The other o e from what I can tell is trying to add e2ee to google message? How does it spy?
Edit: grouphowto.com/com-google-andr…
Looks like it is mostly a good thing?
What Is com.google.android.contactkeys & Is It Safe to Remove?
com.google.android.contactkeys keeps showing up on your phone? Here’s what it is, why it matters, and how to safely disable or remove it.A. Lamrani (Grouphowto)
I don't know about anyone else, but I got into computers at a young age because it gave me a sense of control over something. I didn't understand everything, but I could do a lot of trial and error, read things and experiment, build cool things, and I shared a sense of community with some random internet strangers based on that knowledge.
In a world where we are so powerless in so many other ways, why did we insist on bringing that power dynamic into the new bright tech sphere? Why did we have to do that? (N.B. this is rhetorical questioning).
The infuriating part of the Google enshittification process is that there is absolutely nothing the user can do about it.
Literally the only thing that motivates Google is profit. Controlling side-loaded apps will almost certainly boost their profits by a infinitesimal fraction of a percent, therefore it will be done. Even if consumer uproar causes Google to back down in the short term, they'll simply implement this a few months later. Late-stage Capitalism sucks.
You can stop using all Google products. Now I understand their market share on the web means they’re going to continue to shape the web.
But make no mistake. There is something, however small, that you can do. De-Google.
The only people who can de google are basically single shut ins with a job that doesnt use anything google.
If you have kids or a company that uses google products. It's a bad fucking joke to talk like it's even a realistic option.
Google is basically shoved down your throat. In most cases by the law literally. Seriously FUCK how tied the public education system is to google now.
You can stop using all Google products.
My public school -- that my children are basically required by law to attend, remember -- is badgering me to sign a consent form so they can have Chromebooks.
This fight is a lot fucking larger than mere individual boycotts!
They probably would have to find accommodation for you, although I’m sure it’d be very inconvenient. But still technically there.
As to if you refuse to have your child be issued a Chromebook and Google account, probably not much you can do, as they are providing everything.
My personal answer to this question is the same as if it were an employer issued mandatory Chromebook; me the employee (or my child the student) is a different entity than me the individual. Me the individual refuses to have anything to do with Google, and that’s enough of a fight for me.
Around here if you can't refuse. My coworker is currently fighting that battle. His basically being threatened by the state that he either complies, home schools and compiles with those requirements which still has google requirements. Or he has to deal with the legal penalties of not sending his kid to school.
The accomodations is basically pay out of pocket for a private school. Because there is no accmodation for "free" services. Even the "poor" can do it so it's a non optional expectation.
For me, MitID in Denmark. 100% required for society and life here, requires Google Play Services now 🙁
I tried e/os on my Fairphone for a bit. I think I could make it all work okay enough besides that. I should write people at the government or something I guess?
I contacted them, they told me it is for security, I argued but it is useless. I have to buy an android phone or be punished for not filling my taxes. Amazing
I was looking into it a few ago. I found something made in Europe which advertise as more consumer friendly (Fairphone). If I got it right they want to stand out of the crowd by:
- Selling phones that can be repaired easily;
- Offer a de-googled OS based on Android.
The second point could be interesting, considering this Google abusive behavior towards users. Moreover, there is another thing that caught my attention: their devices (the last one is missing, but maybe it's just too new?) are supported by Ubuntu Touch, which should be just a Linux OS running on phones. That would be my dream, so that I can consider my phone just a computer with all the freedom I can get, such as write down my bash/python/C applications to do what I want to do without having to mess up with all that Android development suite.
However, if I am not mistaken, in the past I heard some bad reviews about Fairphone, so you should perform your due diligence.
We are Fairphone
We make technology with a purpose—designed to last longer, perform better, and make a real impact. And we’ve been at it for more than a decade.Fairphone
Yep. There's no such thing as competition any more.
Tech companies are just gas stations across the street from each other.
UK Home Office ‘backdoor’ seeks worldwide access to Apple iCloud users’ data, court documents confirm
cross-posted from: lemmy.ca/post/50665455
cross-posted from: infosec.pub/post/33877538
A court filing states that a government order against Apple would give it the capability to access communications and metadata of customers using the iCloud service anywhere in the world
It would seem like that when reading news, but it's really not that bad. Enshittification is an issue though, but mostly being driven by the us oligarchs worldwide. A lot of the outrage/opinion manufacturing "media-news" never becomes reality on the ground.
The issue with nonsensical invasive surveillance tech is, logic and facts usually and eventually prevail, for instance backdooring systems for one group is backdooring for everyone, it just puts a huge target on your system and is ultimately ineffectual in its purpose, because the people of interest will adapt almost instantly (see examples "war on drugs", "ending piracy"). In the end it is a losing battle, akin to trying to legislate wind to blow only in one direction.
AI Safety Camp Outputs
AISC10: Virtual (2025)
Many teams participated and worked on the following projects:www.aisafety.camp
[JS] Shell to pay: Crims invade your PC with CastleRAT malware, now in C and Python
From CastleLoader to CastleRAT: TAG-150 Advances Operations with Multi-Tiered Infrastructure
Insikt Group reveals TAG-150’s multi-tiered infrastructure and CastleRAT malware—an advanced threat actor evolving rapidly with stealth and scale.www.recordedfuture.com
Technology Channel reshared this.
philpo
in reply to LadyButterfly she/her • • •Shows that a private prison is a absolutely fucking bad idea.
Oh,how should we have known that.
naticus
in reply to philpo • • •philpo
in reply to naticus • • •He resigned because he was threatened while still on the job.
Generally speaking the police (and in some countries the prison system is a de facto separate police) deals far better with it's members being threatened,especially as their self perception is different and their managements goal is not to make a fucking profit first.