Salta al contenuto principale






Governor of California speech


Share everywhere
in reply to lemmylump

It's a Good Thing this was Trump and NOT Trans people! OTHERWISE he WOULDNT care!
in reply to BigMacHole

I assure you, if a random trans person federalized the national guard over his head, he’d still care.
in reply to lemmylump

The moment he came on the scene, I thought he looked like a used car salesman. I still think that matches.


Documents reveal why Adrian Orr suddenly quit as Reserve Bank Governor


The Reserve Bank has revealed a dispute over funding was behind Adrian Orr's abrupt resignation as governor.

A raft of documents - released by the central bank under the Official Information Act - reveal an "impasse" as Orr argued Finance Minister Nicola Willis was not providing enough funding for the next five years.

In an accompanying statement, an RBNZ spokesperson said it became clear in late February that the board - chaired by Neil Quigley - was willing to agree to a "considerably" smaller sum that Orr thought was needed.

"This caused distress to Mr Orr and the impasse risked damaging necessary working relationships, and led to Mr Orr's personal decision that he had achieved all he could as Governor of the Reserve Bank and could not continue in that role with sufficiently less funding than he thought was viable for the organisation."

Both sides engaged lawyers to negotiate an exit agreement, resulting in an immediate departure and "special leave".

On 5 March, the Reserve Bank revealed Orr's sudden resignation, with three years still to run in his five-year term. At the time, Quigley said it was for "personal reasons" but would not be drawn on any details



[Republican] Senator’s ‘Send In the Troops’ Op-Ed in The Times Draws Online Ire


Senator Cotton is basically calling for mass murder of Americans:

The solution now is the same as I said then: an overwhelming show of force to end the riots.

politics reshared this.

in reply to silence7

Reminder that Arkansas has per capita more violent crimes than California and Tom Cotton is a fucking opportunistic piece of shit.



"localhost tracking" by Meta could cost them 32 billion


Security researchers say Meta and Yandex used native Android apps to listen on localhost ports, allowing them to link web browsing data to user identities and bypass typical privacy protections.

reshared this



Palantir Exposed: The New Deep State [27:27 | JUN 10 2025 | Glenn Greenwald]


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

Skip Timestamps and Generated Summary below:

Skip Timestamps:

  1. 0:00.000 - 0:07.000 Intermission
  2. 25:24.000 - 27:27.022 Sponsor

Generated Summary:

  • Main Topic: The video discusses Palantir Technologies and its increasing role in centralizing and managing US government data, raising concerns about privacy and potential abuse of power.
  • Key Points:
    • An executive order in 2025 aimed to eliminate information silos within the government, centralizing data access.
    • Palantir is heavily involved in building databases for government agencies, including immigration enforcement (Doge project), the IRS, CDC and Homeland Security.
    • The speaker draws parallels to the Patriot Act and post-9/11 surveillance expansions, arguing that justifications for data collection often lead to broader applications beyond the initial stated purpose.
    • Concerns are raised about the lack of oversight and potential for misuse of centralized data by Palantir, a private company.
    • The video highlights the historical context of Palantir's founding, linking it to the "Total Information Awareness" initiative and figures like John Poindexter.
    • The speaker emphasizes the irony of a private company now holding the kind of data that caused public outcry when the NSA was revealed to be collecting it.


  • Highlights:
    • The Trump administration's motto: "Everyone is converting to Palantir."
    • Palantir's involvement in managing sensitive data across multiple federal agencies, including health and financial information.
    • The connection between Palantir's founders and the "Total Information Awareness" program.
    • The comparison of Palantir's current role to the NSA's controversial data collection practices revealed by Edward Snowden.
    • The video ends with a call for more attention to Palantir's activities and its potential impact on civil liberties.



About Channel:

Independent, Unencumbered Analysis and Investigative Reporting, Captive to No Dogma or Faction.


in reply to atlien51

This is some degenerate propaganda.

Turns out Greenwald works for Peter Theil (via Rumble).

It is likely Greenwald is likely to trying to have his cake and eat it. Extract money from both sets of marks.

in reply to Alphane Moon

You do know what being on a platform is?

YouTube is another platform where deals are made with creators.

Nice try with your propaganda, though.

Peace.

in reply to PostaL

I don't agree with the way they think; it must be a boogeyman (bots, puppets, troll).

Self-built echo chambers and self-censorship are not healthy; we must be willing to continue learning from those that don't think like we do.

Peace.


Edit:


  1. Words, there -> it; added (bots, puppets, troll).
Questa voce è stata modificata (3 mesi fa)
in reply to atlien51

TLDW to TLDR…

A generated summary is included in the body.

I can't help you more than that; I thought I made it easy enough to know what the video is a bit about.

Random thought I was reminded of:

You can lead a horse to water, but you can’t make it drink
in reply to jimmydoreisalefty

Never thought I’d see conservative pundit videos posted on Lemmy with 60 upvotes but here we are.



Browsers are complicit in browser fingerprinting.


Everyone talks about how evil browser fingerprinting is, and it is, but I don't get why people are only blaming the companies doing it and not putting equal blame on browsers for letting it happen.

Go to Am I Unique and look at the kind of data browsers let JavaScript access unconditionally with no user prompting. Here's a selection of ridiculous ones that pretty much no website needs:

  • Your operating system (Isn't the whole damn point of the internet that it's platform independent?)
  • Your CPU architecture (JS runs on the most virtual of virtual environments why the hell does it need to know what processor you have?)
  • Your JS interpreter's version and build ID
  • List of plugins you have installed
  • List of extensions you have installed
  • Your accelerometer and gyroscope (so any website can figure out what you're doing by analyzing how you move your phone, i.e. running vs walking vs driving vs standing still)
  • Your magnetic field sensor AKA the phone's compass (so websites can figure out which direction you're facing)
  • Your proximity sensor
  • Your keyboard layout
  • How your mouse moves every moment it's in the webpage window, including how far you scroll, what bit of text you hovered on or selected, both left and right clicks, etc.
  • Everything you type on your keyboard when the window is active. You don't need to be typing into a text box or anything, you can set a general event listener for keystrokes like you can for the mouse.

If you're wondering how sensors are used to fingerprint you, I think it has to do with manufacturing imperfections that skew their readings in unique ways for each device, but websites could just as easily straight up record those sensors without you knowing. It's not a lot of data all things considered so you likely wouldn't notice.

Also, canvas and webGL rendering differences are each more than enough to 100% identify your browser instance. Not a bit of effort put into making their results more consistent I guess.

All of these are accessible to any website by default. Actually, there's not even a way to turn most of these off. WHY?! All of these are niche features that only a tiny fraction of websites need. Browser companies know that fingerprinting is a problem and have done nothing about it. Not even Firefox.

Why is the web, where you're by far the most likely to execute malicious code, not built on zero trust policies? Let me allow the functionality I need on a per site basis.

Fuck everything about modern websites.

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

Thanks for bringing attention to this.

I think a major issue with problems like these are bad designers who are including bad decisions to justify their existence. They never learned that "less is more" and will add things without thinking about why just to show that they can.

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

I don't get why people are only blaming the companies doing it and not putting equal blame on browsers for letting it happen


What do you expect browsers to do? They can stop telegraphing some of this information, but then the websites won't render properly (they use this information to display the website properly), and your fingerprint would just be even more unique.

Pretty much every browser outside of Chrome and Edge have implemented some sort of fingerprinting mitigation techniques.

in reply to Ulrich

Half of that shit ain't needed (I used a browser back in the old days before a gyroscope was even invented for any computational device except the Apollo rockets)
in reply to jnod4

Believe it or not websites don't work the same way they did "in the old days". But yes, a lot of it is not needed for many websites. Many of them do require it to function properly though and if devs don't make it available no one will use them.
Questa voce è stata modificata (3 mesi fa)
in reply to Ulrich

They can stop telegraphing some of this information, but then the websites won’t render properly (they use this information to display the website properly),


Pretty much none of the information is necessary to ever render a site properly.

OS and CPU architecture? Ireelevant to whether you are sending a JPG or PNG background. Nearly irrelevant to whether you are using a vertical or horizontal screen (and browsers adverstise that info separately anyway, it's even part of CSS media queries).

Accelerometer and gyroscope? The only reason that could ever be needed for rendering is if the user is moving so incredibly fast that red pixels in their screen would become green due to shifting. And in any time between 2025 and 2999, if you have someone moving that fast, you have worse problems than the site not rendering adequately.

Keyboard layout? If the rendering of a site depends on whether I'm pulsing "g" vs "j" while it loads, then that's quite stupid anyway because that boldly assumes the app focus is on the page.

Proximity sensor? Again: absolutely useless unless rendering environment moving at incredibly superhigh speed (at which the sensor might be reading data wrong anyway).

in reply to lambalicious

That's incorrect. Different sites have different needs and the devs can't pre-program which of the billion sites need what.


Declaring Metapendence – Alternative Social Media Options


Last week, I made the decision to leave all Meta services, including Facebook, Instagram, and Threads. That doesn’t mean I’m leaving social media, just the corporate owned services. I already left Twitter thanks to it becoming a home for fascists, includi

Last week, I made the decision to leave all Meta services, including Facebook, Instagram, and Threads. That doesn’t mean I’m leaving social media, just the corporate owned services. I already left Twitter thanks to it becoming a home for fascists, including its owner. Fortunately, there are plenty of options out there, starting with the Fediverse.

As Italian filmmaker and photographer Elena Rossini describes in her video Introducing the Fediverse, the Fediverse features a number of services, including microblogging, photo sharing, reading tracking, and even video hosting (which is how Rossini published this video, in fact). Unlike corporate social media services, which are closed off from one another, Fediverse accounts can “talk” to one another. For example, I can follow a Pixelfed photo sharing account from my Mastodon microblogging account. This allows me to see their posts in my feed and interact with them, which they will see in their feed. Also unlike corporate social media, Fediverse services are decentralized similar to email, with multiple servers across the Internet hosting various services. My Mastodon account, for example, is on a server hosted by the This Week in Tech podcast network (twit.social).

videos.elenarossini.com/videos…

You can find all of my social media accounts, including my Fediverse accounts, by checking my Social Media Links page. Feel free to view and follow me so we can stay in touch.








Vinfast EV Taxis Now in Manila — Exclusive Updates




“Dubai Chocolate” is Regime Propaganda


The viral pistachio-filled candy bar is everywhere—but there’s nothing sweet about the United Arab Emirates and its human rights record.





[Live updates ]Tracking North African "Soumoud" convoy on its journey to Gaza


cross-posted from: lemmings.world/post/28049119


[Live updates ]Tracking North African "Soumoud" convoy on its journey to Gaza







As Cannabis Users Age, Health Risks Appear To Grow


Benjamin Han, a geriatrician and addiction medicine specialist at the University of California-San Diego, tells his students a cautionary tale about a 76-year-old patient who, like many older people, struggled with insomnia.




Texas Quietly Downsizes Border Security Spending


Without any announcement or open debate, the Republican-controlled Texas Legislature passed a biennial state budget that will effectively halve the amount dedicated to its multi-billion-dollar border security operations—from a proposed $6.5 billion down to about $3.4 billion.
#USA

in reply to vegeta

Dude. If morons want to eat worm paste and drink bleach. Fucking let them.

Like why the fuck do we need warnings on everything. Gas can says don’t drink. If your dumbass wants to drink gas, let me get you a cup.

in reply to bieren

The problem is, we are losing our choice. The Kennedy/Tr*mp agenda is to replace modern medicine with bible bunkum. Soon, horse paste and bleach may be all we have access to.
in reply to vegeta

Let them make their own decisions it will help cull the weak minded genetics.


EPA Drops Legal Case Against the GEO Group, a Major Trump Donor, Over Its Misuse of Harmful Disinfectant in an ICE Facility


A complaint filed under the Biden administration alleged that on more than 1,000 occasions in 2022 and 2023, the GEO Group had its employees use the disinfectant, which causes irreversible eye damage and skin burns, without proper protection.
#USA


The DOGE 100: Musk Is Out, but More Than 100 of His Followers Remain to Implement Trump’s Blueprint


At least 38 DOGE members work, or have worked, for one of Elon Musk’s companies. Meanwhile, nearly two dozen DOGE officials are making cuts to the same federal agencies that regulate the industries that employed them.
#USA



How Are Freelancers Adapting to Gen AI?


  • Following the launch of ChatGPT, freelance workers quickly changed how they work and what jobs they pursue.
  • Higher-skilled freelancers began bidding on a broader value range of jobs and proportionally fewer high-value jobs as a means to stay active, maintain their visibility and reputation, and adapt as market dynamics evolve.
  • AI helps lower barriers of entry to opportunities: More freelancers from outside the U.S. entered the market, using AI tools to compete in new job categories.
#AII

in reply to Pro

Stuff we want: protecting kids, having privacy.

Stuff these proposal do: break privacy, don't care about kids (or anyone else for that matter).

Seems pretty simple to me. Again.

in reply to Pro

Gotta love when they name it in a way so if you vote against it they can go "why didnt ya vote for it, are you a pedo?"
in reply to n3m37h

That's the plan. Attack subject that are traditionally seen as taboo/sensitive/whatever, then extend. CSAM content, porn in general, even random bulletin board with cringey content these days, are used as the entrypoint. You target those, people are wary about defending their rights because of the flagship topic, so laws are changed to put some extra layers of tracking, surveillance, etc.

Step two is claim whatever site/service the current government dislike falls under an imaginary category that allows using these layers of surveillance. And these are extra hard to remove once put in place, because nobody wants to break their surveillance toy.

It's never about the porn, it's never about the kids, it's never about our security when a proposal shows up and talks about breaking encryption, privacy, etc.

in reply to n3m37h

Basically any time a bill has a name like this, it does the exact opposite of whatever it says on the title.




National Guard troops are now protecting ICE agents as they make arrests in LA


National Guard troops began protecting immigration agents as they made arrests in Los Angeles on Tuesday, an expansion of their duties that had been limited to protecting federal property.

https://apnews.com/article/los-angeles-protests-ice-national-guard-9dfd2d025070bb6060d908dd3cf9b1f0

in reply to Redditsux

Someone get me "enemy of the people" stickers from the drawer.
in reply to Redditsux

authorities didn’t say if the looting was tied to the protests.


I'll clear this up, looting is not protesting, so fucking no.



“Localhost tracking” explained. It could cost Meta 32 billion.


"Meta devised an ingenious system (“localhost tracking”) that bypassed Android’s sandbox protections to identify you while browsing on your mobile phone — even if you used a VPN, the browser’s incognito mode, and refused or deleted cookies in every session."
in reply to CrocodilloBombardino

Despite the fact that this article explains the same thing like 5 times in a row as if I'm an idiot ... uh, damn, Meta. Let me make sure I don't have your apps on my phone.
in reply to Net_Runner :~$

Google tracks you based on the pixel size your chrome browser is amongst other things. They all have ways to know exactly who you are. You are not safe. Run!!
Questa voce è stata modificata (3 mesi fa)