‘Doomsday Scenario’—Bitcoin Suddenly Drops Under $100,000 As Crypto Price Crash Fears Hit Ethereum And XRP 🎉
‘Doomsday Scenario’—Bitcoin Suddenly Drops Under $100,000 As Crypto Price Crash Fears Hit Ethereum And XRP
Bitcoin has plummeted sharply amid fears U.S involvement in the Israel-Iran conflict could escalate into a wider regional war...Forbes
Kevin Boone: How de-Googled is Lineage OS?
kevinboone.me/lineageos-degoog…
In an earlier article I wrote about my attempts to remove all trace of Google from my life. Part of that process, which is still ongoing, was to install Lineage OS on all my Android cellphones and tablets, replacing the original, vendor firmware. Doing this removes the egregious Google Play Services although, of course, this severely limits my ability to run Android apps. That’s a sacrifice I’m willing to make, although not without some regrets.
I’ve subsequently learned that hard-core de-Googlers eschew Lineage OS, because it remains too close to the stock configuration of the Android Open-Source Project (AOSP) on which it is based. There are certainly smartphone ROMs, like GrapheneOS, that are even more Google-free.
But I’ve grown to like Lineage. I don’t know what kind of future it has, but it works well for me, and it’s easy – as easy as can be expected – to install on all the devices I own. Installing and setting up Lineage is fiddly enough; I don’t want to make my life even more complicated, if I don’t have to.
Those of us who are divorcing Google worry most, I think, about Google’s intrusive data collection. Of course, Google is by no means the only business that engages in such practices – “surveillance capitalism” is big business. But Google presents a unique challenge because, not only does it collect a lot of data, it has a lot of clever ways to process it, and find connections between disparate data elements. Before my Google separation, it always amazed me how Google seemed to know where I was all the time, even with location services disabled on my smartphone. And Google’s advertisers seem to know what I’ve been shopping for, even when I’ve been doing my shopping in person at retail outlets. How Google does this, I don’t know; but I do want to reduce their opportunities to do so.
So I need to know what information my cellphone is sending to Google, even having removed all proprietary Google stuff.
I have to point out that I’m not talking about additional, 3rd-party apps that I might have installed on a Lineage OS device – all apps have the potential to create privacy problems, but I’m free not to use them. Here I’m just thinking about the platform itself.
Note
I run Lineage with no Google apps or services of any kind. If you do run Google services, you have to accept that absolutely everything you do with an Android device will be known to Google. There’s simply no point worrying about the trivial privacy breaches in this article – that would be like taking a cyanide pill and then worrying about your ingrown toenail.
In this article I’ll be describing various data leaks of which Lineage OS has frequently been accused, reporting which ones seem still to be present, and suggesting (well, guessing) how serious they might be.
The captive portal test
“Captive portals” are often found in hotels and entertainment venues. In a captive portal, all Internet traffic gets directed to the venue’s network filter, which ensures that the user has paid for a service or, at least, consented to some usage agreement.
Android performs a captive portal test every time the device enables a network connection. This test is a simple HTTP or HTTPS request on some publicly-accessible webserver. The request is expected to return a success (2XX) code if the server is reachable. In a captive portal, the service-providing organization will capture the HTTP(S) request, and return a redirection code to its own webserver. This server will provide a web page with further instructions.
By default Lineage OS uses Google’s webservers for the captive portal test. This means that Google knows every time a device raises a network connection.
Is this a problem? Google doesn’t get to find out anything except the IP number of the device, some limited information about the type of device, and the time of day. I’ve looked at the source code, and I don’t see any information other than this being sent – the code just uses the standard Java HTTP support to make the request. It’s plausible that, with a wide-area connection, the carrier might add additional information to the request, and Google might be able to infer your location from the IP number.
If you consider this to be too much of a risk, you can change the captive portal connectivity checker. Lineage provides no simple interface for this, but you can do it at the command line (e.g., by running a terminal app, or adb shell
). You don’t need to root the phone to do this.
$ settings put global captive_portal_http_url http://my_server
$ settings put global captive_portal_https_url https://my_server
Unless you want to disable the captive portal check completely, you’ll need to identify a public webserver that can provide the appropriate response. There are many such servers; some Android replacements that focus more on de-Googling, like GrapheneOS, default to using one of these rather than Google. Even then, they usually have Google’s servers as a fall-back, because an outage of the conectivity check server could otherwise cause serious disruption.
On the whole, I regard this (captive portal check) a relatively harmless breach of privacy. It isn’t telling Google anything they’re not going to find out about in other ways.
DNS
Every time you use a hostname to identify a remote server, there’s going to be a DNS lookup. This lookup translates the hostname into a numeric ID for use with the TCP/IP protocol.
Internet service providers and mobile carriers operate DNS servers, but so does Google. DNS is potentially a privacy problem because the DNS server gets to learn every site you visit. It won’t see the actual URL of a web request – just the hostname. Still, that’s enough information to be concerned about. But it’s worth thinking about who the “you” is in “every site you visit”. To track you, personally, as an individual, the DNS server needs a way to relate your IP number to something that identifies you. There’s no definitive way for Google (or anybody) to do that; but there are statistical methods that can be very effective. They are particularly effective if you happen to use Google’s other services, because these will link a small number of personal Google accounts to an IP number.
Is this a problem for Lineage OS? While it might have been in the past, I don’t think Lineage now uses Google’s DNS, except perhaps as a fallback. Both WiFi and carrier Internet connections are initiated using protocols that can supply a DNS server. On my Lineage devices, I’m sure that these are the DNS servers that are being used. Still, there are references to Google’s DNS server – 8.8.8.8 – in the AOSP source code. So I can’t prove that Google’s DNS will never be used.
If you want, you can supply your own DNS server in the network configuration in the Settings app. But, unless you run your own DNS in the public Internet, you’ll be putting your trust in one mega-corporation or another. I suspect most are less worrying than Google, but perhaps not by much.
By the way – Lineage OS supports encrypted DNS. While that will prevent third-parties from snooping on your DNS traffic – including your mobile carrier or ISP – this won’t protect you from snooping at the DNS server itself. So encrypted DNS is no protection against Google, if you’re using Google’s DNS.
Assisted GPS
It takes a long time for a mobile device to get a robust fix on GPS satellites – a minute in good conditions, or several minutes in a weak signal area. Assisted GPS (A-GPS) primes the satellite fix using environmental data. This data might including a coarse location from a cellular network. With A-GPS, a satellite fix might take only a few seconds.
A-GPS data is processed by a remote server, that has the storage capacity to handle the large amounts of data involved. The main operator of such servers is, again, Google.
What can Google learn about a device using Assisted GPS? As in any Internet operation, it will find the device’s IP number, and it might find the coarse location. The Internet traffic associated with A-GPS can be encrypted but this, again, won’t protect it from Google. To determine the location of a specific individual, Google has to be able to relate the IP number to the individual. As discussed above, that can be done with a reasonable degree of confidence.
On recent Lineage versions, A-GPS is disabled by default. If enabled, it uses Google’s servers – so far as I know there are no widely-available alternatives. I just keep it disabled, and live with the disadvantage of longer GPS start-up times.
Time synchronization, NTP
At one time, Lineage OS used Googles’ time servers to set the time on the device. So far as I know, this is no longer the case – a general pool of NTP servers is used. Even if that were not the case, I can’t worry too much about leaking time synchronizing data.
WebView
I believe that WebView is the most troubling source of privacy concerns for Lineage OS, and the one whose ramifications are the least well-understood.
WebView is a component of Android that renders web pages. Of course, a web browser will do this, but many Android apps and services have a need to render pages without actually being a browser. The ‘captive portal’ support I described above is an example: the device needs to render a page for user to log in or purchase Internet access, even if no web browser is installed.
Lineage OS uses the WebView implementation from the AOSP, which is based on Chromium. Chromium is Google Chrome without the proprietary Google stuff, and it’s undoubtedly less of a privacy concern than Chrome would be. But Chromium, even though it’s open-source, is still primarily a Google product.
There are many known instances where Chromium will provide some user data to Google servers. For example, we know that Chromium downloads lists of ‘unsafe’ websites to support its ‘safe browsing’ feature. This will happen however Chromium is used. When used as a regular web browser, Chromium might send data to Google for its ‘hot word’ detection, for example.
When Chromium is only used to provide a WebView implementation, I’m not convinced that these minor privacy breaches are significant. It’s worth bearing in mind that the Jelly browser that is shipped with Lineage OS is just a wrapper around the Chromium WebView – if you use this browser, you’ll have the same privacy concerns as if you use Chromium itself.
There are a number of Google-free WebView implementations, like Chromite. GrapheneOS uses a WebView implementation called Vanadium, which is essentially a de-Googled Chromium. Installing one of these implementations on Lineage OS is not straightforward, or so it seems to me.
I don’t use Jelly or Chromium itself as a web browser – I install a browser that is not based on Google code, like Firefox. This limits my exposure to Chromium to occasions where WebView is used other than as a browser. In my normal usage, I don’t think there are many of those occasions, so I’m not too worried about WebView.
Nevertheless, it remains a slight concern and, if I could replace it without a lot of effort, I would.
Are we in tinfoil hat territory now?
I don’t like Google knowing so much about me, but I don’t believe Google’s data collection is directly harmful to me. My disapproval of Google’s activities (and I know Google is not the only culprit) is mainly one of principle. I don’t want to be a source of revenue for Google, or to legitimize their behaviour by my own inaction. I don’t want Google to make the Internet more of a hellscape that it currently is.
But I’m not paranoid. I don’t think Google is out to get me, or is in league with people who are. My rejection of Google falls short of doing things that will make my life hugely more difficult.
I am aware, all the same, that I have one foot in tinfoil hat country.
I know a few people – some in my own family – who eschew smartphones because they create time-wasting distractions. I certainly know people who don’t give smartphones to their kids, because of the well-known risks that social media poses to their mental health. But almost nobody avoids Google because they believe, as I do, that the surveillance economy is detrimental to society in the long term. Even those few who do believe this are mostly not willing to take action, because they believe (or convince themselves) that the benefits of a connected world outweigh the costs of a total lack of privacy. For me that’s like understanding the risks of climate change, and yet choosing to run two or three gas-guzzling cars because it’s a half-mile walk to the shops.
The few people who do believe as I do, and are willing to act on their beliefs, tend to be people who also believe that they’re being monitored by the CIA, or that Covid vaccines are implanting mind-control receivers. That’s not a gang that I want to run with.
On the whole, I’m satisfied that Lineage OS, as I use it, is preventing nearly all of Google’s data collection. I don’t install or use any Google services, I don’t enable A-GPS, I don’t use Chromium or the built-in browser. I could eliminate more arcane aspects of data collection – like the Internet connectivity check – if I wanted to take the trouble.
I don’t think that taking reasonable precautions to avoid becoming part of Google’s data collection economy makes me a tinfoil-hatter. Nevertheless, I would probably use GrapheneOS instead, if I had devices that supported it. Ironically, if I wanted to use GrapheneOS, I’d have to buy Google-branded mobile devices, which is an irony that really stings.
like this
Lovely and well researched post... till I see the "tend to be people who also believe that they’re being monitored by the CIA, or that Covid vaccines are implanting mind-control receivers...".
I find it problematic that both are considered as the same type; there is an incredible abundant evidence that security apparatus of different countries (not necessarily just the CIA that ' technically' can only operate in non-Americans) are indeed scrutinizing phone's data to well beyond what we would consider "the regular suspects"... way beyond! The other, is just people that, while rightly so can be skeptical of government intentions with global mandates, they hide behind that paranoia for their lack of technical and intend knowledge. As the meme says... "we are not the same".
As for GrapheneOS vs Lineage OS, I am torn. For the majority of people, as of today, LineageOS is just fine... I like that it brings diversity of hardware too since it discourages governments from having to intend to compromise different manufacturers (thing that GOS faults at). Now, more people in GrapheneOS will bring awareness too and more privacy conscious apps. So, for majority of people, do install LineageOS (or their variants), you will be taken good care of... However, for a minority of people, minority but not tiny! you know who you are, you will do better with grapheneOS (hope someone is scrutinizing both GOS and the Pixel hardware though).
No Internet For 4 Hours And Now This
Well, I'm back online after a 4 hour blackout due to the heat in Brooklyn.
I found out that my ISP Optimum had issues with their equipment in Brooklyn due to the heat and humidity set on by this week's weather.
Now I'm worried that things will be really harsh on my equipment in the living room.
Any suggestions on how to keep the modem/router from overheating and causing problems?
Mahmoud Khalil Discusses 3-Month Detention in First Interview Since Release
cross-posted from: lemmy.ml/post/32115867
By Jonah E. Bromwich
June 22, 2025 Updated 8:10 p.m. ETThe administration argued that he had contributed to the spread of antisemitism through his role in the protests at the university.
But Mr. Khalil, a Palestinian born in a Syrian refugee camp, rejected the idea that protesting against Israel is inherently antisemitic.
“I was not doing anything antisemitic,” he said. “I was literally advocating for the right of my people. I was literally advocating for an end of a genocide. I was advocating that the tuition fees that I and other students pay don’t go toward investing in weapons manufacturers. What’s antisemitic about this?”
Mahmoud Khalil Discusses 3-Month Detention in First Interview Since Release
cross-posted from: lemmy.ml/post/32115867
By Jonah E. Bromwich
June 22, 2025 Updated 8:10 p.m. ETThe administration argued that he had contributed to the spread of antisemitism through his role in the protests at the university.
But Mr. Khalil, a Palestinian born in a Syrian refugee camp, rejected the idea that protesting against Israel is inherently antisemitic.
“I was not doing anything antisemitic,” he said. “I was literally advocating for the right of my people. I was literally advocating for an end of a genocide. I was advocating that the tuition fees that I and other students pay don’t go toward investing in weapons manufacturers. What’s antisemitic about this?”
https://www.nytimes.com/2025/06/22/nyregion/mahmoud-khalil-interview-trump.html
Mahmoud Khalil Discusses 3-Month Detention in First Interview Since Release
By Jonah E. Bromwich
June 22, 2025 Updated 8:10 p.m. ET
The administration argued that he had contributed to the spread of antisemitism through his role in the protests at the university.
But Mr. Khalil, a Palestinian born in a Syrian refugee camp, rejected the idea that protesting against Israel is inherently antisemitic.
“I was not doing anything antisemitic,” he said. “I was literally advocating for the right of my people. I was literally advocating for an end of a genocide. I was advocating that the tuition fees that I and other students pay don’t go toward investing in weapons manufacturers. What’s antisemitic about this?”
https://www.nytimes.com/2025/06/22/nyregion/mahmoud-khalil-interview-trump.html
Sorella di Perfezione - le poesie di Giuseppe Iannozzi - in libreria e negli Store online - LFA Publisher
Sorella di Perfezione - le poesie di Giuseppe Iannozzi - in libreria e negli Store online - LFA Publisher
**youtube.com/shorts/hk8RXKTvNTw…
Ulteriori informazioni su "Sorella di Perfezione"
**iannozzigiuseppe.wordpress.com…
“Sorella di Perfezione” di Giuseppe Iannozzi – booktrailer – LFA Publisher
Sorella di Perfezione offre al lettore poesie che trattano molteplici temi: amore, amicizia, erotismo, vita, morte, tristezza, solitudine, paranoia, ossessione, spiritualità. L’autore Giuseppe Iann…Iannozzi Giuseppe - scrittore e giornalista
Israel slams EU over ‘outrageous and indecent’ Gaza human rights review
Israel slams EU over ‘outrageous and indecent’ Gaza human rights review
An internal EU review of the trade agreement with Israel says there are "indications of a breach" of the humanAlexandra Brzozowski (EURACTIV)
Met chief 'shocked' by planned Palestine Action protest
Met Police chief 'shocked' by planned Palestine Action protest in London
The force says it cannot legally stop Monday's protest in support of the pro-Palestine group.Jacqueline Howard (BBC News)
Israeli Forces Slaughter 48 More Palestinians in Gaza Over 24 Hours
Israeli Forces Slaughter 48 More Palestinians in Gaza Over 24 Hours - News From Antiwar.com
Gaza's Health Ministry said on Sunday that Israeli attacks killed at least 48 Palestinians and wounded 104 over the previous 24 hours as the US-backed genocidal war continues, with much of the world's attention focused on the US attacks on Iran.News From Antiwar.com
Are there any examples of Linux (desktop) viruses that are actively or were recently in circulation?
like this
TLDR: While Linux is less susceptible to malware in some ways, it mostly boils down to Linux having a more technically minded userbase whereas Windows is a "mainstream" operating system.
Most Windows malware nowadays come from social engineering scams (complete this "captcha" by pressing Windows+R and pasting in this powershell script we conveniently put in your clipboard) or untrusted third party installers because Windows doesn't natively have a package manager. Like others have said, the old school self-propagating worms and drive by downloads that activate just by clicking on a link aren't really possible anymore (outside of state actors with unlimited budgets to buy zero days) unless your system or browser is horrifically outdated.
In terms of social engineering, Linux is not necessarily better at preventing it than Windows. In fact, sudo in Linux will unquestioningly delete the kernel and system software or make unlimited changes to them. Windows, for better or for worse (tbh more worse than better), uses TrustedInstaller to limit access to system files. Windows 11 won't easily let you delete or modify System32 for example, even if you're an admin. So it's in theory easier to do more damage to your system on Linux if you don't know what you're doing. But if someone is using Linux full time, they're most likely technical enough to not be fooled into running random untrusted bash commands.
The biggest thing is to be careful with those Linux terminal tutorial sites that have a "add to clipboard" button, they can put literally anything into your clipboard, including an enter key to run the script as soon as you put it in your terminal (though this may or may not be possible depending on your terminal app). Actually, they don't even need you to use their copy button. They can just set an event listener for control-C anywhere on their site and automatically replace the clipboard content. Just double check everything you copy before running it, especially since there's a lot of times where Linux users have to rely on obsecue tutorials hosted on untrusted websites.
You also don't really need to run untrusted installers on Linux because almost everything you need is in a properly moderated software repository, be it your native package manager, Flatpak, or Snap. Everything is signed by the authors and has a ton of eyes from the open source community on it. The only things to look out for is compiling something from GitHub, random AppImages, Elf binaries, scripts, and last but not least third party repositories that can be added as an installation source to your package manager/Flatpak/Snap. Basically, Linux gets most of its "doesn't get malware" reputation from the same place Mac does: you rarely have to manually download and run an executable from a random website, which is the norm on Windows. Add to the fact that even when that's needed, the Linux userbase is more technical and is more able to discern which sources are reputable and which are suspicious.
Another major source of malware is pirated versions of Windows or untrusted "license activators" from the internet. This just isn't a problem on Linux because there's no license to activate and it's free to begin with so there's nothing to pirate. And again, if someone is running Linux, they're probably technical enough to know not to run random pirated versions of paid software to begin with, helped by the fact that the vast majority of paid software is Windows only.
Desperation mounts in Gaza as Palestinians are killed while seeking food aid
Desperation mounts in Gaza as Palestinians are killed while seeking food aid
While the world’s attention is focused on Iran, Israel’s war in Gaza continues. Gaza health officials said Israeli strikes over the past 24 hours killed 51 Palestinians and wounded 104.John Yang (PBS News)
Why Are Americans Letting Israel Starve Us to Death in Gaza?
Why Are Americans Letting Israel Starve Us to Death in Gaza? | Truthout
US veto power at the UN is blocking Gaza’s chance for survival.Samantha Borek (Truthout)
Coral Creek Canyon Trail/Cline River Trail Kiska/Wilson PLUZ, Alberta
Still to the east of Icefields Parkway the Cline river feeds into the N. Saskatchewan river. You’ll hike above the canyons carved over time by the Cline for 2 miles before heading back while seeing 3 or 4 waterfalls (still frozen at time of hike) and have sweeping views of Sentinel mountain. On the return, you can come back the way you came (recommended) or return via a horse trail that loses the majority of the view. Hiked 5/21
The Cline river flows away from Sentinel Mountain before cutting its way into the canyon below.
The Cline river cut through this ridge over time, creating the entrance to a slot canyon. The stream quickly redirects itself as it hammers into the cliff wall.
The still frozen waterfall shows some life as a small trickle finds its way out the lower section. There were 3 or 4 still frozen falls along the trail. Black and white.
The Cline river exits a slot canyon with Sentinel mountain off in the distance.
Republican representative’s ectopic pregnancy clashes with Florida abortion law
Republican representative’s ectopic pregnancy clashes with Florida abortion law
Kat Cammack blames left’s fearmongering after medical staff hesitated to give her drugs needed to end pregnancyEdward Helmore (The Guardian)
Kneecap’s Glastonbury performance not ‘appropriate’, says Keir Starmer
Kneecap’s Glastonbury performance not ‘appropriate’, says Keir Starmer
UK prime minister criticises band’s inclusion in festival lineup after Liam Óg Ó hAnnaidh allegedly displayed flag supporting HezbollahHayden Vernon (The Guardian)
Elon Musk wants to rewrite "the entire corpus of human knowledge" with Grok
We will use Grok 3.5 (maybe we should call it 4), which has advanced reasoning, to rewrite the entire corpus of human knowledge, adding missing information and deleting errors.Then retrain on that.
Far too much garbage in any foundation model trained on uncorrected data.
::: spoiler More Context
Source.
:::
Elon Musk (@elonmusk)
Please reply to this post with divisive facts for @Grok training. By this I mean things that are politically incorrect, but nonetheless factually true.Nitter
like this
Elon Musk wants to rewrite "the entire corpus of human knowledge" with Grok
We will use Grok 3.5 (maybe we should call it 4), which has advanced reasoning, to rewrite the entire corpus of human knowledge, adding missing information and deleting errors.Then retrain on that.
Far too much garbage in any foundation model trained on uncorrected data.
::: spoiler More Context
Source.
:::
adhocfungus likes this.
'We don't want to outsource what makes us human' as AI starts replacing workers
ABC News
ABC News provides the latest news and headlines in Australia and around the world.Rhiana Whitson (Australian Broadcasting Corporation)
'We don't want to outsource what makes us human' as AI starts replacing workers
ABC News
ABC News provides the latest news and headlines in Australia and around the world.Rhiana Whitson (Australian Broadcasting Corporation)
Fatphobia Is Fueled by AI-Created Images, Study Finds
Fatphobia Is Fueled by AI-Created Images, Study Finds
A Fordham student's research found that negative words were more likely to produce images of overweight people in image generation programs.Chris Gosier (Fordham Now)
Linus Torvalds and Bill Gates Meet for the First Time Ever
Bill Gates and Linus Torvalds meet for the first time.
Microsoft co-founder Bill Gates and Linus Torvalds, the creator of the Linux kernel, have surprisingly never met before. That all changed at a recent dinner hosted by Sysinternals creator Mark Russinovich.Tom Warren (The Verge)
like this
New Orleans debates real-time facial recognition legislation
New Orleans has emerged as a flashpoint in debates over real-time facial recognition technology. The city’s leaders are weighing a landmark ordinance that, if passed, would make New Orleans the first U.S. city to formally legalize continuous facial surveillance by police officers.The move follows revelations that, for two years, the New Orleans Police Department (NOPD) quietly used automated alerts from a privately operated camera network known as Project NOLA that bypassed the strictures of the city’s 2022 ordinance which explicitly banned such practices. Project NOLA is a non-profit surveillance network founded by ex-police detective Bryan Lagarde.
Despite this, Project NOLA’s network was set to continuously and automatically scan public spaces. Every face that passed within view was compared in real time, and officers were pinged via an app whenever a watchlist match occurred, leaving no requirement for supervisory oversight, independent verification, or adherence to reporting standards.
Opponents argue that automated surveillance everywhere in public spaces raises profound threats to privacy, civil rights, and due process. The American Civil Liberties Union (ACLU) of Louisiana described the system as a “facial recognition technology nightmare” that enables the government to “track us as we go about our daily lives.”
The wrongful arrest of Randal Reid based on misidentification from still-image facial recognition is touted as highlighting the real-world dangers of facial recognition. Reid is a 29‑year‑old Black logistics analyst from Georgia who was wrongfully arrested in late 2022 and held for six days due to a false facial recognition match.
The ACLU has urged the City Council to reimpose a moratorium and demand an independent audit covering privacy compliance, algorithmic bias, evidence admissibility, record retention, and public awareness. The organization said that NOPD currently lacks any system for logging or disclosing facial-recognition-derived evidence, and Project NOLA operates outside official oversight entirely.
A vote by the City Council is expected later this month. If passed, NOPD and any authorized third party will be legally empowered to scan live public feeds using facial recognition, provided reports are submitted according to the new law.
Meanwhile, NOPD is awaiting the outcome of its internal audit and Kirkpatrick has stated that policy revisions will be guided by the council’s decisions. Meanwhile, the ACLU and partners are preparing to escalate their opposition, pushing for either outright prohibition or deeply strengthened accountability measures.
The decision facing New Orleans encapsulates the broader tension between embracing AI-based public safety tools and protecting civil liberties. Proponents emphasize the edge that real-time intelligence can provide in stopping violent crime and responding to emergencies, while critics warn that indiscriminate surveillance erodes privacy, civil rights, and due-process safeguards.
A few things I feel are very important that none of the recent June articles about this mention:
- The city has managed to keep this all relatively under wraps. Few people are even aware of this, and even if they are they are not aware of the level of surveillance.
- This seems to be being kept in the dark even by people that we should be able to trust. I only found out about the City Council vote this month bc I make a habit of searching for updates about this every so often. I cannot find any information about when the vote is actually scheduled, just sometimes at the end of June. This is the last week of June so presumably this week?
- State Police and ICE can't be regulated by city government. There is a permanent state police force in New Orleans that was established as of last year by Governor Landry.
I believe they have continued using this technology however they please, and there is no real way for the city to regulate how they use it, and who they share it with.
New Orleans debates real-time facial recognition legislation
The landmark ordinance, if passed, would make New Orleans the first U.S. city to formally legalize continuous facial surveillance by police officers.Anthony Kimery (BiometricUpdate.com)
adhocfungus likes this.
Quando l’Italia si fece rispettare dagli Stati Uniti… con un incrociatore! da Difesa Online
Quando l’Italia si fece rispettare dagli Stati Uniti… con un incrociatore!
Nel marzo del 1891, a New Orleans, si consumò una delle pagine più oscure nella storia degli Stati Uniti: undici immigrati italiani furono linciati da una folla inferocita che fece irruzione nella prigione locale dopo che la giustizia aveva assolto o…Difesa Online
Taiwan: Frequent TikTok users more likely to hold pro-China views, survey finds
cross-posted from: lemmy.sdf.org/post/37225074
ArchivedFrequent TikTok users in Taiwan are more likely to hold certain political views aligned with Beijing's narratives, according to a recent survey by Taiwan-based NGO DoubleThink Lab.
Conducted in March and released on June 5, the survey compared "active" TikTok users - defined as those who use the app several times a week for over 30 minutes per session or several times a day with shorter sessions - with "inactive" users who spend less time on the platform. It explored their views on a range of issues including cross-strait relations, democracy and U.S. support for Taiwan.
[...]
Republican Senator callously says 'biblically, we are supposed to work' to millions set to lose health care
The former billionaire, who inherited a coal mining business from his father, presides over a state where 29% of residents are on Medicaid
When Senator Jim Justice of West Virginia was asked about the Senate Republicans' newly released portion of the proposed spending bill that requires parents of children older than 14 to work for Medicaid, he said, "biblically, we are supposed to work."
Rozaŭtuno likes this.
But when you give a banquet, invite the poor, the crippled, the lame, and the blind. And you will be blessed because they cannot repay you, for you will be repaid at the resurrection of the righteous.
Bible Gateway passage: Luke 14:13-14 - New Revised Standard Version Updated Edition
But when you give a banquet, invite the poor, the crippled, the lame, and the blind. And you will be blessed because they cannot repay you, for you will be repaid at the resurrection of the righteous.”Bible Gateway
FundMECFS likes this.
In reply he said to them, “Whoever has two coats must share with anyone who has none, and whoever has food must do likewise.”
pazzia marittima già nella spiaggia del paese italico
Sembra assurdo doverlo realizzare così a caso, ma stranamente (…o forse no?) al mare già è più o meno pieno di pazzi. Siamo appena verso la fine di giugno… ossia tecnicamente proprio all’inizio dell’estate, anche se non sembra (e a proposito, ieri era il solstizio, quindi ora tramonterà sempre più presto la sera… preparatevi a […]
EU top diplomat calls for restraint after US 'obliterates' Iran’s nuclear sites
The European Union’s chief diplomat has called for all sides in the Middle East conflict to “step back” and return to negotiations after the U.S. struck key Iranian nuclear facilities on Saturday.
Kaja Kallas posted on the X platform that an Iranian nuclear capability would represent a global security threat and urged all sides not to escalate.
“I urge all sides to step back, return to the negotiating table and prevent further escalation,” she wrote, adding that EU foreign ministers will meet on Monday to discuss the latest developments.
The U.S. entered a conflict on Saturday that has raged between Israel and Iran since June 13 when Tel Aviv launched airstrikes against Iranian nuclear and military targets.
Since then, the two sides have exchanged air attacks resulting in hundreds of deaths and injuries.
Having said on Thursday he would decide within two weeks whether to enter the fray, U.S. President Donald Trump authorized a heavy assault on three Iranian nuclear development facilities on Saturday and warned of further action should Tehran retaliate.
Against the backdrop of escalating hostilities in the Middle East, Poland’s foreign ministry advised on Sunday against all travel to Israel.
Spokesman Paweł Wroński told a press conference the ministry is not a “travel agency” after Polish authorities repatriated around 200 people from Israel last week.
“It is not the case that we will always be able to help people.” he said.
EU top diplomat calls for restraint after US obliterates Iran’s nuclear sites
EU foreign minister will meet on Monday to discuss the latest escalation.ej/ew (Telewizja Polska S.A)
They're gonna limit de sanguis citizenship just to squeeze some oppression from former Israelis
Unrelated to Israel, but I heard from a relative that they're doing just that in Spain, beginning in October only the next generation of a Spanish citizen can get citizenship. Putting it politely, they really don't want citizen immigrants
Searching for Hidden Fungi in the Sonoran Desert
cross-posted from: slrpnk.net/post/23702048
archived (Wayback Machine)
Searching for Hidden Fungi in the Sonoran Desert - Inside Climate News
Mycorrhizal fungi are vital to ecosystems around the world, but remain largely understudied, especially in arid regions. They may prove critical to the survival of fragile deserts stressed by climate change.Inside Climate News
Teachers Are Not OK
Teachers Are Not OK
AI, ChatGPT, and LLMs "have absolutely blown up what I try to accomplish with my teaching."Jason Koebler (404 Media)
like this
Keir Starmer backs US strike on Iran and calls for Tehran to return to talks
cross-posted from: lemmy.world/post/31809376
Prime minister says Iran’s nuclear programme is a ‘grave threat to international security’Keir Starmer has backed the US strike on Iran’s nuclear facilities and called on Iran to return to negotiations, saying the country’s nuclear programme was a “grave threat to international security”.
Donald Trump announced overnight that the US had bombed three nuclear sites in Iran, joining Israel’s attack on the Tehran regime.
There was no UK involvement in the action. Starmer and the foreign secretary, David Lammy, had pushed for a diplomatic solution amid fears a wider action could further destabilise the region.
Starmer backs US strike on Iran and calls for Tehran to return to negotiations
UK prime minister says Iran’s nuclear programme is a ‘grave threat to international security’Jessica Elgot (The Guardian)
adhocfungus likes this.
Bluesky is more open than you think.
I see a lot of misinformation about bluesky here, so I want to address a lot of the talking points against atproto/bluesky.
This is partially inspired by accounts like mastodon migration and feditips being really annoying about bluesky.
How Bluesky Works
I see a lot of people misunderstanding how it works.
The network has three main parts:
1. A PDS -- This stands for Personal Data Server. These store information in records, like who you are following, your posts, who you are blocking and your images.
2. A relay -- These crawl PDSes and keep a copy of all the records on them. They give a "Firehose" of all the data on the network (that they crawled).
3. An AppView -- These index and work through the data from the firehose. All interactions are handled through these, meaning if someone follows me on bluesky, that app.bsky.graph.follow
record will be crawled by the relay, and recieved by the AppView. bsky.app/ is an Appview. Appviews don't always have to use the relays, whtwnd.com/ connects to PDSes directly.
This is different to ActivityPub, where if I follow someone, my server sends that information directly to the other person's server.
Common misconceptions
An atproto relay is too expensive to run.
atproto.africa/ is a second full-network relay run by the blacksky team. We already have a second relay, and they're not even that expensive to run anymore, a lot of people run non-archival (meaning it doesn't backfill every post) relays for less than $40 a month.
There is no instances available except for bsky.social
bsky.social isn't actually an instance, its just the domain name assigned to users by default. This is explained here: app.wafrn.net/fediverse/post/f…
Wafrn has (opt-in) bluesky support, they act as a PDS and AppView, so if bluesky disappears tomorrow they can switch to the atproto.africa relay. (There is DID:PLC which is a problem, but I'll get to that later.)
You can't defederate bsky.social, this proves atproto is centralised!
app.wafrn.net/fediverse/post/f… also explains this, bsky.social is just the name assigned to users, each PDS has names like brittlegill.us-west.host.bsky.… (where my account is).
While you could ignore records from a specific PDS on the App layer, its pretty pointless, since atproto is portable/content addressed, meaning a user could seamlessly move to another PDS. (AP does support moving, but its pretty seamful.)
(While I was writing this someone posted a pretty good blogpost about this: blog.cyrneko.eu/there-is-no-bs…)
Bluesky can censor people in turkey, this proves they're centralised!
Those posts weren't removed, people on third party bluesky apps in turkey could still see them.
People in Turkey are automatically subscribed to a Moderation Service which hides those posts, as the government requires it.
If a person unsubscribes, or uses a third party app/server the posts are still there.
Bluesky isn't decentralised as someone was banned for pointing out the head of T&S liked jailbait porn.
That person came back on a different PDS. They literally are still on bluesky because they joined a different server.
Bluesky went down due to a DDoS, this proves they are centralised!
The DDoS only crashed the Bluesky PDSes. People self hosting were fine.
Wafrn
Wafrn is a federated tumblr alternative. It started off as a tumblr clone, the dev added AP support, and eventually, Atproto support.
Its a great example of how bluesky can be built on.
If bluesky disappeared tomorrow, Wafrn could switch relays to atproto.africa, and still interact with people on other PDSes.
The main reason I made this post is because so many people are blindly anti-atproto, without fully understanding how it works and how it can be improved.
There is obviously problems with it, but it does a lot right. (There's a lot ActivityPub should do, like content addressing, DIDs and composable moderation).
I also think we could do with a better bridge. bridgy isn't really cutting it right now.
Note on did:plc, its the only centralised part of the network as of now, its essentially the underlying ID every account has. It is possible to use a did:web id instead, which is tied to a website name.
Bluesky
Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again.Bluesky Social
like this
It's not a matter of how many users, but whether those users have the option to switch servers. By the former standard, mastodon would be considered centralized simply because of mastodon.social.
Luca likes this.
Because all the nerds who want to do that are on mastodon ; ).
Jokes aside, people are self hosting them, there's about 2000 independant PDSes right now.
Portability makes it really easy to migrate accounts. You just need a .car archive of your old one.
How can websites verify unique (IRL) identities?
I was reading the comments about Iris scanning and Reddit, and came to the conclusion that they want to be able to present to investors and advertisers that it isn't just LLMs talking to each other. Therefore they want to verify their users' identity.
I would never give over biometric data like this due to privacy/security/anonymity concerns. However, I was curious if people could describe what the alternative would or could look like? I think Switzerland is working on something like this. Is there a safe and private way to verify that I am in fact a real human on the internet? Thanks for your wisdom.
Bill Clinton Endorses Andrew Cuomo for New York City Mayor
archive.ph/2WlhY paywall removed
It's insulting how hard the Democrats are pushing a sex pest who killed people during Covid just because his primary opponent is a dem-soc. How can anyone make progress with 'allies' like these?
https://www.nytimes.com/2025/06/22/nyregion/bill-clinton-endorse-cuomo-mayor.html
adhocfungus likes this.
Sorella di Perfezione - Giuseppe Iannozzi - nuovo booktrailer su YouTube
Sorella di Perfezione - Giuseppe Iannozzi - nuovo booktrailer su YouTube
youtube.com/shorts/-vBa43lsM_Q
Ulteriori informazioni:
iannozzigiuseppe.wordpress.com…
“Sorella di Perfezione” di Giuseppe Iannozzi – booktrailer – LFA Publisher
Sorella di Perfezione offre al lettore poesie che trattano molteplici temi: amore, amicizia, erotismo, vita, morte, tristezza, solitudine, paranoia, ossessione, spiritualità. L’autore Giuseppe Iann…Iannozzi Giuseppe - scrittore e giornalista
davel
in reply to ☆ Yσɠƚԋσʂ ☆ • • •like this
☆ Yσɠƚԋσʂ ☆ likes this.
Almacca
in reply to ☆ Yσɠƚԋσʂ ☆ • • •like this
☆ Yσɠƚԋσʂ ☆ likes this.