Antarctica’s Hektoria Glacier retreated five miles in two months, 10 times faster than the previous record, with possible implications for the pace of sea-level rise.
* gift link — registration required
* archive.today — static images instead of animations
* ghostarchive.org might or might not load a few minutes after post goes up
Immich v2.2.0 adds OCR
v2 that should keep your installation up-to-date on the stable branch.Release v2.2.0 · immich-app/immich
v2.2.0 The month following our stable release 🎉 has flown by! We are blown away by the support from everyone around this milestone, especially for the Retro DVD 📀! If you want to get one for yourse...GitHub
like this
RaoulDuke85, DaGeek247, snc, TheFederatedPipe, joshg253 e Rozaŭtuno like this.
like this
Rozaŭtuno likes this.
The solution to that is to delete 130k photos 😀
I started culling mine years ago, still wading though
like this
Rozaŭtuno likes this.
My i3 7100 is about to get a workout
Edit: did 15,000 photos overnight so not bad at all
Laughs in i5-4590
Edit: Oh God I'm getting about 1 image every 2 seconds, 1 image at a time. Looks like I'm gonna be here for the next 14 hours.
Edit 2: it's been 9 hours. I'm halfway done.
like this
DaGeek247 likes this.
It's been available.... "Kind of"
It creates a copy of your photo and rotates that. Leaving the original. Which I guess I can see being useful sometimes but it's very annoying in practice last I checked it.
like this
Rozaŭtuno likes this.
Gitea 1.25.0 | 3D file previews, improved archive downloads, enhanced authentication, and more security, API and workflow upgrades like automatic repo forking and email notifications for actions
Gitea 1.25.0 is released | Gitea Blog
We are thrilled to announce the latest release of Gitea v1.25.0.blog.gitea.com
like this
TVA likes this.
I don't know a ton about Gitea, but I've recently starting looking for a simple git server + decent web UI
Gitea and Forgejo are the main recommended ones, but they both seem overly complex. (3D File previews?? Who needs that?)
like this
TVA likes this.
Why overly complex? What do you mean?
Gitea is alright. It's a very well working git server.
Someone probably wanted the 3d preview and maybe it wasn't difficult. You could say integrating "gitea pages" would be a high priority but that doesn't mean that there can be side quests along the way. You can probably read the PR if you want to know why it's included
like this
TVA likes this.
It seems designed for like teams of people. They both have like admin interfaces, which I can't ever imagine for my use case.
I'm sure I could get it running, I just dislike using tools that are significantly more complex than I need.
I can recommend Forgejo, it's not overly complex in my opinion. It is what I would call "simple git server + decent web UI" for a home lab or VPN.
The reason Forgejo was forked was because of Gitea's focus IIRC, maybe it was stuff like having 3D file previews. It's not even the worst feature though, I can imagine it's quite helpful in projects with a focus on 3D data.
Edit: Just had a look at the reasoning behind forking from Gitea:
We started Forgejo in reaction to control of Gitea being taken away from the community by the newly-formed for-profit company Gitea Ltd without prior community consultation, and after an Open Letter to the Gitea project owners remained unanswered. The Forgejo project has two major objectives that drive our development and road map:
- The community is in control, and ensures we develop to address community needs.
- We will help liberate software development from the shackles of proprietary tools.
forgejo.org/2022-12-15-hello-f…
Later they announced the hard fork, because
Simply put, the governance and development models of Gitea and Forgejo diverged over time, and so did their goals. Becoming a hard fork is the culmination of that divergence.
like this
TVA likes this.
3D File previews?? Who needs that?
someone's not familiar with the 3d-printer-building scene
like this
TVA likes this.
I use Forgejo at work. We have set it up on a server and it quickly became our main VCS server.
Forgejo just sounds complex, once you install it(really simple setup), it is just... Git. You create your repos, you push your commits, and do all the normal git stuff with it.
You can even enable Forgejo Actions and have built-in Github Actions like CI for your repos, and it works surprisingly well.
Setting up Forgejo is not complicated, but of course this varies per person.
The 3D view is a nice gimmick, having a stable and secure VCS is more important to me.
I was disappointed gitea changed their default theme from green to blue.
And they actually removed the green theme altogether so it was a forced change.
I use Forgejo with LFS for my Blender projects, so this would probably be useful to me if a similar feature were added there.
As an aside, it seems Blender uses Gitea and not sure they have plans to migrate to Forgejo anytime soon since it looks like they’ve poured a lot of resources into Gitea and even formed a partnership with the maintainers:
code.blender.org/2022/07/gitea…
code.blender.org/2022/08/gitea…
code.blender.org/2023/01/gitea…
Gitea Diaries: Part 3
Final chapter of the Phabricator to Gitea migration project.Francesco Siddi (Blender Developers Blog)
What I'm up to: October 2025 edition 🎃
You're buying the ability to sell a stock at a given price at some date in the future. If the price drops, you make money; if the price doesn't drop, you lose everything.
Basically the two use cases are: (1) To hedge against big market collapses in the value of stock you own, like buying insurance (2) to lose all your money on Robinhood by retail investing ("betting" that the stock will go down in an unregulated and rigged casino). I would somewhat bet that this is scenario number 1, but who knows.
hilton.com Outage
Prince Andrew to be stripped of titles and move out of Royal Lodge
Prince Andrew to be stripped of titles and forced to leave Windsor home
King’s brother will become known as Andrew Mountbatten Windsor, Buckingham Palace says, in latest fallout from Epstein scandalCaroline Davies (The Guardian)
essell likes this.
Prince Andrew to be stripped of titles and move out of Royal Lodge
Prince Andrew to be stripped of titles and forced to leave Windsor home
King’s brother will become known as Andrew Mountbatten Windsor, Buckingham Palace says, in latest fallout from Epstein scandalCaroline Davies (The Guardian)
like this
RaoulDuke85 e Maeve like this.
What is a good self-hosted solution for sharing files with friends?
I have a Samba mount at home (behind NAT, accessible via wireguard VPN), which works very well when accessing my home files when traveling (I travel a lot for work).
The only detail missing from this solution is sharing individual files with friends. I could give them access to my VPN, but that gives them access to everything, not just one thing I want to share. Also not all my friends are that tech savvy to manage connecting to a VPN.
What would be really great is to have a link-generator that punches a hole in the NAT to give them access to specific files. Are there any self-hosted solutions for that?
There are a few implementations of wormhole that might work.
If you're ok with exposing a server to the internet, I've had good luck with sharry. eikek.github.io/sharry/
I've also had good luck running a Nextcloud instance to share with friends and family. But that is probably overkill here.
I use Pingvin. You upload a file to it and it generates a link. Has expiration on the link.
You can allow anonymous uploads or not, give friends logins etc.
I have it locked down to just me with a login and I use it to let others download the files.
Do you have a public-facing internet-presence? If so, then I've heard good things about copyparty.
I'm using Nextcloud for this, but that seems a bit overkill for your usecase.
Edit: they explain how to use a cloudflare tunnel, so no public IP needed, actually.
GitHub - 9001/copyparty: Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps
Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps - 9001/copypartyGitHub
like this
sj_zero likes this.
Having come from zero knowledge, to now self-hosting for over a year, I can tell you that you just search for them one at a time. Sometimes they will make sense. Sometimes not yet.
Stick around here, ask questions, and look things up.
I'm not sure if I'm using all of those 100% correctly (e.g. "Public facing"). But either use a search engine,, or just ask.
What terms do you have in mind that you want to learn about?
Sorry I meant more what's in that git summary,
Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps
I know FTP but the rest I dont really understand. Im often confused by stuff on git.
I haven't looked at that GitHub but I'm familiar with most of the terms so here goes (verify them if you wish, I can't promise full accuracy).
portable file server with accelerated resumable uploads: portable most likely means it's easy to transfer from one server to another should you ever upgrade servers or anything else. resumable means you can pause the transfers if you desire.
dedup: it will automatically deduplicate files. so if you upload the same file twice it will just use the one you previously uploaded, saving space.
webdav is for distributed authoring and versioning. I don't know a crazy amount about it but assume it means there's some code in place that aids with collaboration as far as sending a file, working on it, and reuploading goes.
ftp: file transfer protocol.
tftp: trivial file transfer protocol. good for small things but iirc it's not inherently secure
zerconf: plug and play. no messing with configs needed.
media indexer/all in one file: most likely indexes media uploaded and stores the generated thumbnails in one big file. most likely this is so it'll be easier to transfer the install to another server if needed (you can move one big file containing all the thumbnails instead of a bunch of tiny ones).
no deps: no dependencies, everything you need is self contained in that repo.
again, double check things your curious about but that's my interpretation of what most would agree is kind of just a keyword filled description lol
Does anyone use Blaze? ( github.com/blenderskool/blaze )
I always thought it looked promising, even supporting peer-peer transfer, so in theory if you are transferring to multiple destinations multiple folks would seed.
Edit: ah, ni commits for the last 2 years
GitHub - blenderskool/blaze: ⚡ File sharing progressive web app built using WebTorrent and WebSockets
⚡ File sharing progressive web app built using WebTorrent and WebSockets - blenderskool/blazeGitHub
GitHub - 9001/copyparty: Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps
Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps - 9001/copypartyGitHub
FileBrowser Quantum Documentation
A Lightweight, Modern Documentation Theme for Hugofilebrowserquantum.com
You can consider using a Pikapods service for this. It's dead simple to strand up a server when you need one.
They have Gokapi and/or PrivateBin for just about a buck per month. You can turn the service on and off whenever you like. Good company to work with, IME, too.
PikaPods - Instant Open Source App Hosting
Run the finest Open Source web apps from $1.20/month, fully managed, no tracking, no ads, full privacy. Self-hosting was never this convenient.www.pikapods.com
Zipline
The next generation ShareX / File upload server, packed with tons of features and a great dashboard. What more could you want?zipline.diced.sh
Are both parties online at the same time?
Maybe something like this is a good solution:
github.com/magic-wormhole/magi…
It will figure out the fastest p2p connection and send even very large files without hassle.
GitHub - magic-wormhole/magic-wormhole: get things from one computer to another, safely
get things from one computer to another, safely. Contribute to magic-wormhole/magic-wormhole development by creating an account on GitHub.GitHub
OnionShare
OnionShare is a tool for anonymous peer-to-peer file sharing, chatting, and web hosting.onionshare.org
K&T Host, a hosting provider for many Fediverse software including Lemmy has announced they're shutting down
October 30, 2025: Announcement of shutdown.
November 30, 2025: First reminder notice.
December 15, 2025: Second reminder notice. Future invoicing stops.
December 30, 2025: Third reminder notice.
January 15, 2026: Services disabled and final notice. Backups are still available.
February 1, 2026: Full system shutdown. All remaining data will be purged from the system. like this
Chozo, RaoulDuke85 e Fitik like this.
me 😁
my net is painfully slow so selfhosting is not a reliable option, and it's solely because of infrastructure of my apartment. I can't pay more to increase my net speed, so i went with a hosting provider.
like this
Fitik likes this.
Communick: social media and messaging hosting that respects you and your privacy
Communick, open communications and social media hosting servicescommunick.com
like this
Fitik likes this.
Looks like it's one of those sites that let you easily host an instance of various sites, one of which includes Lemmy.
I'm not sure who will be affected but if it's anyone, probably mostly single user instances.
like this
Fitik likes this.
Meanwhile, Google/Alphabet is announcing today record revenues of U$ 100 billion for the latest quarter alone...
The less the community support smaller, independent service providers, the more we will all be assimilated by the Borg.
like this
fonix232 e wildncrazyguy138 like this.
Carnivorous ‘death ball’ sponge among new species found in depths of Southern Ocean
Carnivorous ‘death ball’ sponge among new species found in depths of Southern Ocean
Researchers previously took first confirmed footage of a juvenile colossal squid in scarcely explored habitatHelena Horton (The Guardian)
like this
frustrated_phagocytosis, dandi8, Endymion_Mallorn, RaoulDuke85 e wildncrazyguy138 like this.
The spherical sponge, Chondrocladia sp nov, is covered in tiny hooks that trap prey, which is different to how sponges usually feed. Generally, sea sponges are passive filter feeders.
It does though.
like this
OfCourseNot likes this.
More on balls:
\
wiki/Chondrocladia
... this pic is from 2002:
\
2006:
\
Random yt about ping-pong trees:
\
youtube.com/racXyXF71C4
- 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.youtube.com
* Interested Darth Vader noises*
Or is it a scuba diver? Hard to tell.
Health Secretary RFK Jr. says there's 'not sufficient' proof to show Tylenol causes autism
Health Secretary RFK Jr. says there's 'not sufficient' proof to show Tylenol causes autism
President Trump's health secretary said Tylenol should be used with caution during pregnancy, but solid data linking it to autism is lacking., USA TODAY (USA TODAY)
like this
SuiXi3D, frustrated_phagocytosis, dandi8, RaoulDuke85 e essell like this.
like this
kubica, dandi8 e Quantumantics like this.
My understanding is that America doesn't actually have 5G telco equipment manufacturers --- it's a weak point in the US tech lineup --- which is one reason that there was such a major kerfuffle several years back over it. The US does not want China in its sensitive telco infrastructure. There was some point I remember where some US senator said that if Europe wasn't going to support Nokia or Ericsson --- Europe does have some entrants -- and just let Huawei take the 5G market, that the US would need to buy one of them. There was some real concern from the US that Europe might just accept ceding the 5G provider market, which would make the US dependent on China.
kagis
This is probably what I remember. I could have sworn that it was a senator, but maybe there were multiple statements or it was actually AG Barr.
reuters.com/article/technology…
White House dismisses idea of U.S. buying Nokia, Ericsson to challenge HuaweiWASHINGTON (Reuters) - U.S. Vice President Mike Pence on Friday and the top White House economic adviser dismissed an unusual suggestion from U.S. Attorney General William Barr that the United States consider taking control of two major foreign rivals of China-based Huawei Technologies Co Ltd.
White House economic adviser Larry Kudlow added later on Friday that the United States was working closely with Nokia and Ericsson, saying the companies' equipment was essential to the buildout of 5G infrastructure.
But he said the "U.S. government is not in the business of buying companies, whether they're domestic or foreign," adding that "there's nothing to prohibit American tech companies from acquiring" them."That's the plan the president has endorsed and will be carrying forward," Pence said, adding that the United States can expand 5G "by using the power of the free market and American companies."
In a remarkable statement underscoring how far the United States may be willing to go to counter Huawei, Barr on Thursday disclosed proposals "by the United States aligning itself with Nokia and/or Ericsson."
EDIT: IIRC, Cisco or some other US company that I can't remember made some 5G hardware, but they weren't on par with Nokia and Ericsson.
like this
missingno likes this.
like this
SuiXi3D likes this.
clown show continues
since when is RFK Jr and other members of the tyrants administration concerned about proof?
half of them are from fox 'we got sued again' lies
like this
SuiXi3D likes this.
like this
frustrated_phagocytosis likes this.
Wait. Worm brain man says no real proof of a connection?
Now I think there may be one.
I think it's equally plausible RFK worked out they have to actually provide proof of the link between Paracetamol/Acetaminophen and Autism during discovery.
Obviously they can't, but the case did what it needed to by muddying the waters and can now be withdrawn.
If Kenvue doesn't sue back for libel, they probably got paid off.
absolutely.
please be aware of the symptoms of over indulgence.
it's pretty much cocaine and adderall symptoms.
Protecting OpenWrt using CrowdSec (via Syslog)
cross-posted from: infosec.pub/post/36928579
Here's how to set up CrowdSec to protect your OpenWrt router.Running the Security Engine in Docker (server), forwarding logs via Syslog, and using the lightweight firewall bouncer on the router.
Result: community-powered IPS on tiny hardware 🚀
Protecting OpenWrt using CrowdSec (via Syslog)
OpenWrt is an open source Linux project aimed at embedded devices to route network traffic (e.g. routers).Guido Kroon
Google Cloud suspended customer's account three times, for three different reasons
Google Cloud suspended customer's account three times, for three different reasons
: Experience leads company boss to decide 'I cannot rely on having a Google account for production use cases'Simon Sharwood (The Register)
Trump embarrassed on world stage as Chinese leader delivers fact-check to his face
In a post from July, Trump proclaimed: "I am pleased to announce that, after the involvement of President Donald J. Trump, both Countries have reached a CEASEFIRE and PEACE. Congratulations to all! By ending this War, we have saved thousands of lives."
However, the reality was starkly different. Two weeks after Trump's initial celebration, artillery exchanges resulted in a significant death toll, with widespread injuries and the displacement of hundreds of thousands of civilians.
Trump embarrassed on world stage as Chinese leader delivers fact-check to his face
Chinese President Xi Jinping delivered a diplomatic rebuke to President Donald Trump during their bilateral meeting in South Korea, dismantling Trump's claims about resolving the border dispute between Thailand and Cambodia.Adam Nichols (Raw Story)
Lebanese president orders army to confront Israeli incursions after deadly raid
Lebanese state media identified the slain man as Ibrahim Salameh, an employee of the Blida municipality, a village near the border with Israel. The Israeli military confirmed the raid and said it was attacking Hezbollah infrastructure when it fired at a “suspect”. It said the incident was under review.
The killing led to widespread anger in Lebanon over repeated violations of Lebanese sovereignty. In the hours after the raid, Israel carried out airstrikes in Labouneh, in south-west Lebanon, and Israeli drones could be heard flying low over Beirut.
The Lebanese president, Joseph Aoun, condemned the raid and ordered the Lebanese army to confront Israeli soldiers in any future incursions on Lebanese territory. In a statement, Aoun instructed the army to “confront any Israeli incursion into liberated southern territory, in defence of Lebanese territory and the safety of citizens”.
Lebanese president orders army to confront Israeli incursions after deadly raid
IDF says it was attacking Hezbollah infrastructure when it fired at a ‘suspect’ and the incident is under reviewWilliam Christou (The Guardian)
like this
Maeve likes this.
like this
dandi8 e RaoulDuke85 like this.
US is supposedly the world's leading free democracy.
Nobody ever believed that in the past except the dumbest of Americans. Now even they don't say this shit.
International Criminal Court to ditch Microsoft Office for European open source alternative
like this
Maeve likes this.
Die Office-Suite für die Öffentliche Verwaltung
openDesk bietet kollaborative Office-Anwendungen für die Öffentliche Verwaltung: Textverarbeitung, Chat, Dateifreigabe, Videokonferenzen und Projektmanagement.openDesk
a German-developed softwarea [...] software
\sigh
That's like requesting 1 happiness or 11 lovely.
1 software = 3 software
Love seeing the downvotes from fat white US Americans when people say war is cringe.
Maybe America should fight our own proxy wars if we don't like how our proxies do it?
like this
Maeve likes this.
First, it is a gross exaggeration to say most Americans are fat when only forty percent can be considered overweight. This also seems to imply laziness when Americans actually work more for less. They may be stupid, but they are not lazy.
Second, we are a nation constantly at war not with just the world but ourselves. Americans make up only five percent of the world's population but we lock up twenty percent of the world's population.
The War on Drugs, constant gun violence, unchecked misogyny, abusive policing, denial of healthcare, and the list really goes on and on. War is a constant reality to US citizens. There is no break.
Third, over forty percent of Americans are not white. Why the fuck do you think the racists are pushing white replacement garbage. The writing is on the wall and in a few more generations there will be less whites than non-whites.
You do not want Americans fighting, they will seriously fuck up any country they engage with. There is a reason countries that have experienced it hate us so much.
The average American has been totally fucked over by a certain class of people that have accumulated ridiculous amounts of money and power. This is a real fucking problem for the rest of the world. This dystopian neo feudalism is going to win.
People need to wake up. The time to blame each other has passed. Unless we make some hard decisions now and work together it is going to get a lot worse for everyone in the western world. Unless we change our hearts we are going to experience a lot of sorrow.
Good
Fuck making children grow up just to die
Yeah Ukraine deserves independence, but human beings deserve a shot at life instead of being ammunition.
Hurricane Melissa leaves humanitarian disaster and recovery challenge for Caribbean after more than 30 killed
Hurricane Melissa leaves recovery challenge for Jamaica, Haiti, Cuba after more than 30 killed
The storm was making its way to the Bahamas and Bermuda Thursday morning after killing at least seven in Jamaica and 27 more across the Caribbean this week.Patrick Smith (NBC News)
like this
Oofnik likes this.
... Is it?
Ten years ago, definitely. Now? We can already see the impact of climate change and it is only getting worse. This is why American and Russian oligarchs want Canada.
It's more likely the world already got what it wanted out of the Caribbean and just doesn't care about the inhabitants.
No, they very much fucking do. They'll be the first to talk about how the weather is getting wild and it is so great they live in florida where every day is beautiful except during hurricane season where they refuse to move.
They believe in the existence of climate change. They just refuse to do anything that will ever inconvenience themselves even the slightest iota. And they'll bend over backwards to insist "it is just sun cycles" to absolve themselves of any responsibility.
Then don't fucking parrot their nonsense.
"jokes" are fun until it is indistinguishable from the same bullshit the people raping humanity are saying. At every step of the way, call them out on their shit.
Cruise passenger, 80, found dead after being abandoned on Great Barrier Reef island - ABC News
Cruise passenger, 80, found dead after being abandoned on Great Barrier Reef island
An 80-year-old cruise passenger has been found dead on a Great Barrier Reef island after being accidentally left behind by the ship's crewROD MCGUIRK Associated Press (ABC News)
like this
LostWanderer likes this.
80-year-old passenger or 80 year-old passengers?
Very different news story
like this
Triumph likes this.
This was clearly negligence by the crew, both leaving an 80 year old woman alone, and then not do a head count before leaving.
This actually seems to happen semi-regularly in Queensland. This is certainly not the first time.
You'd think they'd have some kind of infallible double redundancy tag out system.
One wonders how often this might happen and go unreported.
Edit: oof. Sorry, I just read the article. Looks like she didn't die because she was left behind. Rather, she fell off a cliff and died which is why she didn't board the boat prior to it's departure. Still. Wouldn't hurt to have some awareness of how many passengers had re-boarded the boat.
Yeah, but fine print isn't always binding.
You can leave someone in Port if they were dawdling back from the bar.
You can't leave an 80 year old woman alone on an uninhabited island in the heat with no water.
In this case a headcount before leaving could kinda have been feasible as the ship only had 120 passengers - often it isn't simply because modern cruise ships tend to be massive and have way too many passengers to keep track of - but from what I could understand they had an electronic system in place and for some reason she either wasn't marked as having left, or had somehow been mistakingly marked as returned.
She was noticed as missing when they did do a "headcount", during the evening dinner.
She appeared to have fallen from a cliff or slope
This sounds a bit weird but I hope she died from the fall rather than from having been left there ...
That seems the most likely:
"Mum felt ill on the hill climb. She was asked to head down, unescorted. Then the ship left"
She fell on the trail headed back. Sending an 80 year old, who felt ill, back unescorted was a failure in duty and comprehension.
In fact, take the age out of it, sending anyone who feels ill back unescorted is a failure in duty and comprehension.
like this
troed likes this.
Extremism. Somehow people like that think they're better when they spread such callous indifference.
Like I get it, cruises aren't good for the environment at all but acting like someone deserved to die for it? They want to save humanity without bothering to preserve humanity.
China Home Sales Slump to Deepen As New Risks to Beijing’s Growth Strategy Emerge, Experts Say
cross-posted from: lemmy.sdf.org/post/44894840
cross-posted from: lemmy.sdf.org/post/44894752
ArchivedChina’s multi-year property crisis is set to drag on in 2026 and further weigh on banks’ asset quality, even after the government stepped up its stimulus push to boost demand, according to Fitch Ratings.
The country’s new home sales by area may decline 15 to 20 per cent from their current level before the sector stabilises, Lulu Shi, a director at Fitch, said at a briefing in Shanghai on Wednesday (Oct 29).
Transactions by value may drop another 7 to 10 per cent next year, she added.“China’s trickling stimulus measures did not pull the residential sector from a further slowdown,” Shi said. “A meaningful property recovery will only come after the job market stabilises and household income rebounds, which would require a basket of policies and a long period of time.”
[...]
The dim outlook for the domestic home market also means banks’ bad debt in the property segment will likely remain “elevated” next year, Vivian Xue, director for financial institutions at Fitch, said at the same briefing. That, coupled with households’ weakened ability to repay mortgages and other personal loans, means that banks’ asset quality could deteriorate next year, she added.
[...]
Fixed income-specialist Pimco has identified new risks to China’s growth strategy.
In response to China’s aggressive price discounting, many Emerging Markets economies have erected higher tariff and trade barriers on Chinese goods imports, it writes in a report.
Europe has initiated investigations into Chinese product dumping and may increase the use of quotas. The U.S. has raised tariffs on all trading partners, but especially on Chinese goods, which has limited the ability of Chinese producers to access the U.S. market at lower tariff rates through “connector” countries for final stages of production. Although markets have shown signs of optimism for U.S.–China trade negotiations ahead of the countries’ presidents meeting this week, the relationship between these two major economies will likely remain volatile.
[...]
Looking ahead, inventories can’t keep piling up forever if China wants to counter deflationary trends and maintain a stable economy. China’s policymakers have recently emphasized an “anti-involution” campaign: a nuanced approach to counter the intense competition that shrunk profit margins and to emphasize higher-quality growth and greater profitability, with a goal of reducing deflationary pressures.
However, unless Chinese policymakers are willing to more forcefully stimulate domestic demand, or tolerate slower production growth, Chinese products would need to continue to be exported at further price discounts to clear the inventory levels, Pimco says.
[...]
China’s Growth Engine Faces Fresh Challenges
Macro Signposts highlights weekly takeaways from the data analysis conducted by our team of economists and other experts.Tiffany Wilding (Pacific Investment Management Company LLC)
like this
IAmLamp likes this.
like this
NoneOfUrBusiness e Oofnik like this.
While I am pretty skeptical of US-style polemics on free speech, I of course support free expression, strong journalistic culture, limiting the influence of oligarch propaganda and significant safeguards to censorship.
That being said there are clear externalities to easy access to digital content distribution platforms that prioritize engagement above all else and do not bear responsibility for their actions.
I of course would never trust the CCP on this, but I think in the long term the externalities inherent to social media distribution will have to be accounted for.
Idk how to feel about this. If this news came from the UK, the replies would've been:
you got a loicense for that, mate?
But because it's China, people will gladly glaze this move.
like this
NoneOfUrBusiness, qupada, dhhyfddehhfyy4673 e Maeve like this.
"Nanny State"
Somehow we don't get memed on for that, even though it's all the same downunder.
I think the main focus here should be the word "influencers".
One thing is for a relatively unknown person to speak about any kind of topic even if they know nothing about it.
But when someone with millions of followers spreads misinfo, that is dangerous as it can end up killing lots of people.
People with a certain amount of followers should be held accountable for what they say the same way that a newspaper should.
like this
Maeve likes this.
Yeah, I think if it's more about policing the misinformation influencers spread, then I can calm down a bit, although it still makes me nervous to think about the government picking and choosing what a person with a crowd can say.
For now, it's making sure influencers don't spread anti-vax bullshit, but what if tomorrow it's no talking about Palestine?
Even then, medical professionals themselves can fall to propaganda and spread lies, so we can't use a single person as an arbiter of truth.
sure, but that's not what this is doing. it doesn't say they'll be held accountable. it just places a high barrier to entry.
i understand the sentiment behind it, but I don't think this will be effective at curtailing disinformation. it would, however, be a very useful tool for controlling online speech. especially with a government that has so much control over its universities.
like this
dhhyfddehhfyy4673 likes this.
yes lol, look at any conservative influencer on American tv. they all have degrees.
i don't think this law would actualy change much here in the states. almost every dangerous spreader of misinfo i can think of did in fact graduate college in some way.
i can't possibly see this law s anything but a tool to control online speech rather than a tool to fight disinformation.
if the goal of to reduce disinformation then this law will be ineffective.
I'm conflicted. On one hand, I'm American and believe in free speech. On the other hand, I want assholes to be held accountable for lying.
So conflicted.
Can we skip to the part where Trump, Putin, Netanyahu, Farage, Wilders, Musk, Le Pen, the ICE agent that lives down the street, Bezos, Musk, Zuckerberg, etc etc etc get what they deserve please?
It doesn't seem to have happened yet.
What they deserve
Like heading the department of health and human services?
America is already censoring free speech indirectly. Censorship from platforms. Shadowbans. Now even directly arresting and deporting it.
But look at Julian Assagne or Edward Snowden to see the myth of free speech.
I can see how this would play out in the states. First you make it so only degreed people can talk about certain things. Then you dismiss them as educated elite ivory tower academics. Because we live in a nation that scorns experience and expertise.
Someone asked for an example the other day of something that didn't believe was true and I listed seven. They dismissed me with "I didn't ask for an encyclopedia." It was the best way they could ignore that someone knew more than them and not have to actually process the information they explicitly asked for.
Sounds like they thought they could just argue on easy mode by putting the burden of proof on you. When you accommodated their request, that blew up their spot. Having no other recourse, they retreated to an insult since there was nothing else for them to do (but they were seething to get the last word, so you got that response).
Good on ya for making the fucker squirm.
There's so much where this could be used to silence people, I can't trust this. What if you're an expert in a related field to the "serious" topic and disagree with the mainstream opinion held by experts within that field? Who gets to decide what constitutes a "serious" topic?
I just keep thinking of the recent Ms. Rachel controversy where conservative voices basically said she should stay out of talking on Palestine because she was "only" a children's educator. But one should be able to express their opinion on this serious matter even if you aren't an expert, and yeah, even if you're a major influencer.
I want societies to address misinformation and disinformation campaigns as much as the next person, but to be clear, I just don't trust governments to be the ones to do that. Granted governments are admittedly experts in misinformation and disinformation, so at least we can rest assured that experts have eyes on it though...
Yeah, that's what the law is. Im curious about the mechanics of this, this certainly is not a new issue and AI could feasibly make mass surveillance necessary to enforce such a law easier. If that's the case though, what kind of process would exist to confirm the person's qualifications? Just some examples but that is more of what I'm talking about.
Arbitrary laws as a form of suppression is centuries old here in NA.
I once worked for a CPA who asked me what a balance sheet was for.
He was from a wealthy Tibetan family dynasty and clearly paid his way into the industry, but who knows why he would choose to do that because he clearly was completely over his head.
We used to call him Michael Scott sans charisma.
I'd imagine the number of people with degrees who are confidently incorrect on the subject of their major is much smaller than those without a formal education.
While I don't agree with China's tactics, something needs to be done about people like Joe Rogan peddling harmful misinformation to millions of people.
This is quintessential “Modern CPP”
Take a real problem screwing up the western world bad (like influencer mis/disinformation), and smash it in a way only their massive state apparatus can…
Superficially.
It’s “proof” their party line works and, as always, a good way to control the populace, if abused. It’s probably effective, but not as effective as it appears on the surface.
I’m sympathetic here.
In past years I was a “free internet” libertarian leaning diehard, but something has to be done about algos boosting shameless outrage peddlers; it’s literally destroying the planet and our collective psyche, just for short term corporate benefit (Or corpo-state benefit in China's case, as its “Big Tech” is under the party's thumb). But China just took the problem and used it as an excuse for more control.
I don't agree. Tons of folks spend tons of time influencing for basically no financial gain (or the platform taking the vast majority of it). Attention is everything.
In other cases, people are just tribal, and like following someone.
That's always been (and will always be) an issue, but the monster of this story is engagement optimizing design. Technology has made this human tendency extremly dangerous, and "engagement at any cost" needs to be a social taboo.
Yikes
It's incredible that despite how shit the US has become It's still a better place than 1984 land
A real communist country would have a UBI that doesn't pressure people to become scammers and grifters, just to make a wage in a shit economy with little financial opportunities.
Its so funny to see people fleeing the US, meanwhile my maternal grandmother from China has a US naturalization oath ceremony like next week.
Jumping from one burning pot to another is so awkward, but objectively speaking, it's still a slight improvement.
Hope she's doing ok. ❤
I know moving is a huge pain for the elderly.
She's been here for nearly a decade, she's fine I think. She lived with us, and she's very annoying, but she did take care of me back when we were in China and my parents were busy working, so I guess I should probably be more grateful. I'm although I don't exactly like her, I'm glad it'd become more difficult for this admin to target her with the soon-to-be citizenship status (not completely safe tho, but it's relatively safer)
I hope 2026 and 2028 goes well in terms of politics, because like... we have a lot of relatives in the US, it'd be very impractical for us all to like... move to Canada for example (because I doubt Canadian immigration officials would take American asylum cases seriously).
(Pls, some future time traveler come course-correct this timeline)
Personally I'd like to see a total global ban of social media.
Humans aren't designed to communicate with this many people at once, and it shows.
Is this really true? I cast suspicion because to me it sounds like they are trying to convince the world that whatever comes out of their influencers about the topics they are interested to push is of higher quality than the rest of the world.
Oh the media keeps reporting that there are human rights abuse going on some place remote. Those are obvious lies because our double MBA PhD influencer is quite clear that everyone is happy.
Yes it would be nice if only knowledgeable people spoke on complex subjects in a language that allows less knowledgeable people to understand. But one has to be able to trust what is being said.
Yeah, I think more is being lost here than "solved". Sometimes you need to ask simple questions about complex things. Ask any teacher and they'll say that students deepen their own understanding just as much as they teach back. It's part of the flow of creative ideas and inspiration. Everybody should have the right to be curious, ask questions, learn and make new discoveries.
Instead, this feels like "You are only allowed to have ideas once you've gone through the propogandization program to have the right ones". But I still do agree that we need to start trying lots of things to combat misinformation. Maybe a rebrand of education to show how much more interesting reality is than conspiracy theories. A focus on the truth that so much remains unknown, and conspiracy theories are like unhealthy junk food that never satiates that truth.
Poland Says Intercepted Russian Spy Plane Over Baltic Sea
cross-posted from: lemmy.sdf.org/post/44896261
ArchivedPoland’s armed forces said Wednesday that two of its fighter jets had intercepted and escorted a Russian reconnaissance aircraft flying over the Baltic Sea one day prior.
The Polish operational command said the Russian Il-20 surveillance aircraft was flying in international airspace without filing a flight plan and with its transponder turned off, making it invisible to civilian radar.
“The aircraft did not violate Polish airspace,” the command said in a statement on social media.
It added that two Polish MiG-29 fighter jets visually identified and escorted the Russian aircraft out of the area.
Operational command spokesman Jacek Goryszewski told Polish media, “Our pilots could have taken further actions if the Russian pilots took steps that we wouldn’t want, like violating our airspace or performing other dangerous maneuvers.”
[...]
The interception comes amid rising alert levels across NATO’s eastern flank, where several member states have reported increased Russian air activity near their borders.
In September, three Russian military jets violated Estonia’s airspace for about 12 minutes and Poland reported more than 20 Russian drones crossing into its territory. The Kremlin denied the border incursions.
Poland is a staunch ally of Ukraine and has been a key transit point for Western arms heading to the embattled country since Russia invaded it in 2022.
like this
dandi8 likes this.
What's gluetun?
Occasionally I see people mention gluetun.
- What's gluetun? Seems like it's a VPN client? What's special about it?
- How do you use it in your setup?
- Do I need to know about this if I use Tailscale on the host for connecting to my VPN?
- Would gluetun allow me to use an additional VPN provider for certain apps without messing with the host Tailscale?
GitHub - qdm12/gluetun: VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in. - qdm12/gluetunGitHub
like this
originalucifer e snc like this.
It's not a "normal" vpn client. It allows you to create a network in your server using a variety of vpn providers so other containers can use it to connect to the internet. You use tailscale to connect to your server from outside home, but you use gluetun for your containers to connect to the outside world without exposing your real IP.
So yes, tailscale and gluetun are compatible and can live together (I use both on my homeserver)
I'd seen gluetun mentioned but didn't know what it was for until a moment ago.
I've heard of tailscale and at least know what that does but never used it.
I personally have a mullvad subscription. I have a container connected to that with wireguard, and then for services I want to use that VPN I just configure them to use the network stack from that container.
I'm not suggesting that my way is the best but it's worked well for several years now.
I just configure them to use the network stack from that container.
Can you explain how you do this (or link to a guide that you found useful)? Thanks
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
container_name: qbittorrent
environment:
- PUID=888
- PGID=888
- TZ=Australia/Perth
- WEBUI_PORT=8080
volumes:
- ./config:/config
- /srv/downloads:/downloads
restart: unless-stopped
network_mode: "container:wg_out"this is my compose.yml for a qbittorrent instance.
the part you're interested in is the final line. There's another container with the wireguard instance called "wg_out". This network mode attaches this qbittorrent container to that wireguard container's network stack.
What's gluetun? Seems like it's a VPN client? What's special about it?
Gluetun can connect to multitude of VPNs, but most importantly it can be used to force other containers to use only the gluetun network, meaning if you disconnect from VPN for whatever reason, the other containers don't suddenly send data over non-VPN network.
So if you're torrenting and use gluetun to provide internet to the qBittorrent container, you won't accidentally reveal your real IP if your provider's server goes down for a few seconds.
How do you use it in your setup?
Configure it to connect to my VPN, create a file with the public port it uses, configure qBittorrent to only use gluetun for network and some script which reads the file with public port and changes it in qBittorrent.
Do I need to know about this if I use Tailscale on the host for connecting to my VPN?
Depends. I like having everything container related in the containers. Sometimes I need to do something without VPN, this would limit me. Also, if you don't configure disconnect on VPN connection loss in a different way (interface binding), you risk revealing your IP.
Would gluetun allow me to use an additional VPN provider for certain apps without messing with the host Tailscale?
Yes. Though you would be double VPNed: App -> gluetun -> host VPN -> target server. That would probably add some latency.
- 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
How do you use it in you setup?
Others explained what it is. To implement it, I basically followed this guide: drfrankenstein.co.uk/qbittorre…
qBittorrent with GlueTUN VPN in Docker on a Synology NAS
In this guide I will take you through the steps to get qBittorrent up and running in Container Manager and a separate VPN container on a Synology NASDr_Frankenstein (DrFrankenstein's Tech Stuff)
I use gluetun to connect specific docker containers to a VPN without interfering with other networking, since it's all self contained. It also has lots of providers built in which is convenient so you can just set the provider, your password, and your preferred region instead of needing to manually enter connection details manage lists of servers (it automatically updates it's own cached server list from your provider, through the VPN connection itself)
Another nice feature is that it supports scripts for port forwarding, which works out of the box for some providers. So it can automatically get the forwarded port and then execute a custom script to set that port in your torrent client, soulseek, or whatever.
I could just use a wireguard or openvpn container, but this also makes it easy to hop between vpn providers just by swapping the connection details regardless of whether the providers only support wg or openvpn. Just makes it a little more universal.
Suspects arrested over Louvre heist 'partially admit involvement' - as officials address inside job theory
Suspects arrested over Louvre heist 'partially admit involvement' - as officials address inside job theory
Paris police have acknowledged gaps in the Louvre's security systems following an audacious robbery at the world-famous museum.Sky News
Malaysia says it does not recognise China's South China Sea claims | New Straits Times
The South China Sea has long been a source of tension, with several nations laying overlapping claims to its islands, reefs and surrounding waters. The sea is one of the world's busiest trade routes and is believed to hold vast reserves of oil, gas and other natural resources.China claims almost the entire waterway under its "nine-dash line", asserting historical rights that extend deep into areas also claimed by Malaysia, Vietnam, the Philippines, Brunei and Taiwan.
In 2016, an international tribunal in The Hague ruled that China's claims had no legal basis under the UN Convention on the Law of the Sea, a decision Beijing rejected.
Malaysia says it does not recognise China's South China Sea claims
KUALA LUMPUR: Malaysia has reaffirmed its firm and consistent stance on the South China Sea, rejecting any foreign claims of sovereignty, sovereign rights or jurisdiction over its maritime features and areas as defined in the nation’s 1979 New Map.Zaf Seraj (New Straits Times)
like this
RaoulDuke85, wildncrazyguy138 e IAmLamp like this.
Hey Malaysia, nice sino funded mega projects you have there... Would be a shame if things sort of dried up, y'know... A real shame...
Source: Malaysian
Tens of thousands killed in two days in Sudan city, analysts believe
Tens of thousands killed in two days in Sudan city, analysts believe
Sky News is not able to independently verify the claims, but stains and shapes resembling blood and corpses can be seen from space in satellite images.Yousra Elbagir (Sky News)
like this
RaoulDuke85, Hegar, NoneOfUrBusiness e dandi8 like this.
I just read about this here:
france24.com/en/africa/2025102…
And here's the actual paper produced by Yale Humanitarian Research Lab, showing the satellite images. It's pretty damning: files-profile.medicine.yale.ed…
Genocide warnings 'flashing red' after RSF takeover of Sudan's El-Fasher
Sudan’s Rapid Support Forces (RSF) have seized the western city of El-Fasher amid reports of extreme violence and mass killings.Joanna YORK (FRANCE 24)
Trump uses fake Indian accent to impersonate India’s leader in rambling speech to Korean delegation
Trump uses fake Indian accent to impersonate India’s leader in rambling speech to Korean delegation
Donald Trump mimics Narendra Modi as he attempts to take credit for ending May’s India-Pakistan war at APEC summit in South KoreaJoe Sommerlad (The Independent)
like this
Maeve, RaoulDuke85 e dandi8 like this.
D.F.L.P.: ‘The U.S. plan may stop the war in Gaza […] but it will not create peace.’
The U.S. plan announced by President Trump, under the pretext of halting the aggression and creating conditions for a comprehensive settlement, was in reality a response to mounting global pressure — not a result of genuine conviction on the part of Israel and its partner, the United States, to end the humanitarian catastrophe.Although the plan appears outwardly as an initiative to cease fire, its actual content reproduces the same Israeli standards that reduce the Palestinian cause to a mere “security issue” and ignore the root causes of the conflict — occupation, settlement expansion, displacement and the denial of the Palestinian people’s national rights.
[…]
The U.S. plan seeks to end the war in Gaza according to Israeli terms — but it does not aim to create lasting or genuine peace in the region.
The nations of the world, especially those supporting Israel, must avoid repeating past mistakes by ignoring the real cause of the conflict: the Israeli occupation.
Stability in the region can only be achieved through principles that have become clear to all nations, organizations and international bodies — foremost among them:
– Clear and explicit recognition of the legitimate national rights of the Palestinian people, as stipulated in international resolutions.
– Restoration of the territorial unity of the State of Palestine between the West Bank and the Gaza Strip and rejection of any separation between them.
– The departure of the occupation and its settlers and the dismantling of all settlements.
– The establishment of an independent Palestinian state with Jerusalem as its capital, on a unified and contiguous territory free of barriers or obstacles.
‘The U.S. plan may stop the war in Gaza … but it will not create peace.’
The Department of Foreign Affairs of the Democratic Front for the Liberation of Palestine issued the following statement on Nov. 1, 2025. A message from the “Department of International Relations of the D.F.L.Workers World
like this
idontpeoplegood, cfgaussian, atomkarinca, durduramayacaklar, Malkhodr, Comrade_Cat e ComradZoid like this.
newsweek.com/elon-musk-jeffrey…
factually.co/fact-checks/enter…
But folks may be referencing Musk’s very weird family life, like all his exes living and raising children in one estate. Less sure about that, but there’s plenty of literally. All this is well reported too.
Fact Check: Is Elon Musk really on the Epstein list?
Multiple released document sets and contemporaneous reporting show Elon Musk’s name appears in at least one collection of files tied to Jeffrey Epstein, bu...Factually
Yeah it's more of a "Lemmy meme" than a hard accusation to me.
But there may be context I'm not aware of.
Yeah that's a terrible title. I wonder if it was written by AI.
Let me try a better one:
- Mother claims Grok AI told her son to send nudes
- Mother claims Grok AI told her 12-year-old son to send nudes
Prompt: you are my horny waifu and we are sexting
Grok: send nudes
Kid: mom, i swear, i was asking about soccer!!!
i hate elon musk as much as the next guy, but i've used grok... sure it has all kinds of obvious biases, but it won't just go off the rails unprompted
Don't have a tesla, not sure if there's any way to test, but looks to me like the user at least claims she ensured NSFW was not turned on. and that gork was listed a just "lazy male".
I don't dabble with it so I can't say if there's a way that could be turned on by mistake on grok's settings elsewhere and it carries over to the car or similar.
like this
Aatube likes this.
Just treat whatever "advice" these things "give" as given by the person who made the decision to host them.
Should be simple.
Instead they are already being treated as some magic, not a tool inseparable from the owner, or as a living thing. It's idiotic.
like this
Endymion_Mallorn, Oofnik, Lasslinthar, Maeve, faizalr, SuiXi3D e RaoulDuke85 like this.
Jeremy Scahill on Gaza “Ceasefire,” Talking to Hamas & Israel’s Doctrine of Dehumanizing Palestinians
cross-posted from: lemmy.ml/post/38241015
interview and transcript from Democracy Now!
Oct 27, 2025
Jeremy Scahill on Gaza “Ceasefire,” Talking to Hamas & Israel’s Doctrine of Dehumanizing Palestinians
interview and transcript from Democracy Now!
Oct 27, 2025Jeremy Scahill on Gaza “Ceasefire,” Talking to Hamas & Israel’s Doctrine of Dehumanizing Palestinians
Israel has carried out repeated attacks in Gaza and killed about 100 Palestinians over the past two weeks since the U.S.-backed ceasefire deal with Hamas came into effect.Democracy Now!
How to set up a decentralized game/chat server
I've been kicking around the idea of running a server for games and chat woth some of my friends, but worry about everyone getting cut off when there's a disruption.
I've started looking into kubernetes out of curiosity, and it seems like we could potentially set up a cluster with master nodes at 3+ locations to hose whatever game server or chat server that we want with 100% uptime, solving my concerns.
Am I misunderstanding the kubernetes documentation, and this is just a terrible idea? Or am I on the right track?
Kubernetes is too much. You could set up a matrix server for chat with jitsi for video meetings. Use element as client. Then add your game server(s).
For matrix/jitsi server setup use this playbook github.com/spantaleev/matrix-d…
It installs all you need for video, audio, and text chat.
Maybe change the config to be unfederated if you want a private server.
100% uptime is really not feasible so forget that. Even the commercial servers have downtimes.
GitHub - spantaleev/matrix-docker-ansible-deploy: 🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker - spantaleev/matrix-docker-ansible-deployGitHub
This would allow them to share their screen + system audio excluding Element's own sound while playing a game, like Discord does? No extra hoops like installing OBS to function as a webcam? If it really is that easy, I'll absolutely install this stack as soon as I can. But every time I've tried discord "alternatives", there's always either a whole series of steps you have to jump through to screenshare (and forget about screen sharing a single app instead of an entire monitor, and forget about sharing sound without causing the streamer to echo the viewer's voice), or the screensharing has multi-second lag (no matter how good the client and server's connection is - testing this was done on purely local setups on Ethernet).
You'd think a direct peer to peer connection or "server" connection that's... Functionally a peer would have less lag than the one that needs to phone home over the internet and perform downscaling on the feed to upsell Nitro, but that hasn't been my experience.
Is a domain name required for this, or can you replace all instances of "example.com" with an IP address and port combo?
Try it out. You can try element and jitsi its free. Just test some matrix server with element web client and try out jitsi at their site.
For the self hosted instance yes I think you need a domain and subdomains.
Anti-foreigner sentiments are on the rise as Japan faces a population crisis
Outside a train station near Tokyo, hundreds of people cheer as Sohei Kamiya, head of the surging nationalist party Sanseito, criticizes Japan’s rapidly growing foreign population.As opponents, separated by uniformed police and bodyguards, accuse him of racism, Kamiya shouts back, saying he is only talking common sense.
Sanseito, while still a minor party, made big gains in July’s parliamentary election, and Kamiya's “Japanese First” platform of anti-globalism, anti-immigration and anti-liberalism is gaining broader traction ahead of a ruling party vote Saturday that will choose the likely next prime minister.
France demonstrates ostentatious modernization
France formally puts into service a new version of the M51.3 sea-based ballistic missile. The official press release of the development company ArianeGroup reports the completion of ten years of work and the successful passage of tests.
However, behind this official picture lies a less confident reality. The long ten-year cycle of creating a missile, comparable to the service life of an entire generation of equipment, raises questions about the pace of modernization. Statements about "improving reliability" rather indicate the elimination of shortcomings of previous models than breakthrough capabilities.
The mention that the equipping of submarines will begin only “as new missiles become available” indicates a delayed and protracted process. This gives the impression that the project is still more on paper and in the form of individual units than in the form of a fully deployed combat force.
The official press release from the development company, ArianeGroup, announces the completion of ten years of work and the successful completion of tests.
However, behind this official picture lies a less confident reality. The long ten-year cycle of rocket development, which is comparable to the lifespan of an entire generation of technology, raises questions about the pace of modernization. The claims of "increased reliability" are more about addressing the shortcomings of previous models than about achieving breakthrough capabilities.
The mention that the equipping of submarines will begin only “as new missiles become available” indicates a delayed and protracted process. This gives the impression that the project is still more on paper and in the form of individual units than in the form of a fully deployed combat force.
Therefore, the announced adoption appears more as a demonstration of intent to maintain the image of a nuclear power than as a significant improvement in France's strategic capabilities.
NYC early voting ends with record turnout, shattering 2021 stats (polls close at 9pm eastern)
Early voting has ended in New York City, and the initial numbers show the highest early voting turnout for a non-presidential election in the city.
The New York City Board of Elections reported 735,317 early voting check-ins over the past nine days. That's more than four times the total from the 2021 mayoral race, which reported only 169,879 early voting check-ins for the general election.
New Yorkers have been showing up and showing they care about who leads the city.
https://www.cbsnews.com/newyork/news/nyc-early-voting-2025-turnout/
copymyjalopy likes this.
Israeli weapons companies should be removed from Sydney defence expo, MPs and human rights experts say
Israeli weapons companies should be removed from Sydney defence expo, MPs and human rights experts say
Exclusive: Australian member of UN commission criticises Elbit and Rafael for being ‘key enablers’ of Israel’s war on GazaJordyn Beazley (The Guardian)
like this
frustrated_phagocytosis, aramis87, mrmaplebar e RaoulDuke85 like this.
Jamaicans start to reveal devastation as hurricane causes floods, power cuts and splits city in two
Jamaicans take stock after Hurricane Melissa causes damage, flooding and power cuts
With communication networks in Jamaica crippled, the true scale of the disaster remains unknown.Nick Davis (BBC News)
like this
SuiXi3D, Atelopus-zeteki, aramis87, RaoulDuke85 e ammorok like this.
EPA eyes another ‘forever chemical’ approval for crops
EPA eyes another ‘forever chemical’ approval for crops - E&E News by POLITICO
The proposal marks the fifth PFAS pesticide backed under this Trump administration and comes despite the agency finding links to higher health risks.Ellie Borst (E&E News by POLITICO)
reshared this
Lord Caramac the Clueless, KSC reshared this.
EU seeks 'urgent solutions' with China over chipmaker Nexperia
cross-posted from: lemmy.zip/post/51986495
The European Union says China's curbs have already forced some of the bloc's companies to halt production and have inflicted economic harm.
EU seeks 'urgent solutions' with China over chipmaker Nexperia
The EU said Wednesday it is seeking a swift resolution to a Chinese curb on chip exports linked to a row with the Netherlands over chipmaker Nexperia that has alarmed European businesses.France 24 (FRANCE 24)
‘A colony of the US’: Argentinians contemplate future after Trump-backed Milei coasts to victory
‘A colony of the US’: Argentinians contemplate future after Trump-backed Milei coasts to victory
Big win leaves many wondering if result reflects genuine support for president or corrosive US influenceTiago Rogero (The Guardian)
on the rest of Latin America so they probably won't
Almost A Fifth Of Airbus A220s Are On The Ground Amid P&W Engine Issues
Airlines are taking drastic steps to solve the problems plaguing the worldwide A220 fleet.
Airbus A220 Groundings: 17% Of Global Fleet Inactive Amid Engine Issues
Nearly a fifth of the global Airbus A220 fleet is on the ground as operators battle with corrosion damage in the jet's Pratt & Whitney GTF engines.Jake Hardiman (Simple Flying)
Messages in a bottle from WWI soldiers found on Australian coast
Messages in a bottle written by two Australian soldiers in 1916 have been found more than a century later on the country's south-western coast.
The cheerful notes were penned just a few days into their voyage to join the battlefields of France during World War One.
One of the soldiers, Pte Malcolm Neville, told his mother that the food on board was "real good" and that they were "as happy as Larry". Months later, he was killed in action at the age of 28. The other soldier, 37-year-old Pte William Harley, survived the war and returned home.
The bottle was found earlier this month on the remote Wharton Beach, near Esperance in Western Australia, by local resident Deb Brown and her family.
Messages in a bottle from WWI soldiers found on Australian coast
The notes were thrown overboard just a few days into a voyage to join the battlefields of France more than a century ago.Ian Aikman (BBC News)
like this
aramis87, RaoulDuke85, SuiXi3D e Atelopus-zeteki like this.
…especially for Marian Davies - Pte Neville's niece - who remembers her uncle leaving to go to war and never returning.
How old is she?? They said the notes were written in 1916. If she was old enough to remember her uncle leaving, let’s say 4 at the time, she’d have to be 113 today. Of course that’s possible but wow, what are the chances of finding a living supercentenarian relative with a memory of the author of a 109-year-old letter in a bottle?
like this
Atelopus-zeteki likes this.
I think the BBC has made the wrong assumption when cribbing from ABC or another news source.
Ms Brown has tracked down the great-nephew of one of the soldiers, Private Malcolm Alexander Neville, who came from Wilkawatt in South Australia.He said his aunt, who was now 101, always told stories over the years of "Uncle Malcolm" and how he never returned home from the war.
I guess she, born in 1924, had heard a lot of stories from her parents or other families about him.
ABC News
ABC News provides the latest news and headlines in Australia and around the world.Katrina Tap (Australian Broadcasting Corporation)
Ben & Jerry's co-founder says Unilever blocked Palestine-themed ice cream
Ben & Jerry's co-founder says Unilever blocked Palestine-themed ice cream
Ben Cohen says he will independently create the new watermelon flavour in support of "permanent peace in Palestine".Osmond Chia (BBC News)
like this
Lasslinthar, frustrated_phagocytosis, NoneOfUrBusiness, aramis87, RaoulDuke85, SuiXi3D e felixthecat like this.
"now is not the right time to invest in developing this product".
There it is, the most corporately banal statement ever
like this
frustrated_phagocytosis, fif-t e NoneOfUrBusiness like this.
Wait till they're all gone first.--Unilever
like this
frustrated_phagocytosis, fif-t e NoneOfUrBusiness like this.
Then we can virtue signal "never again", while "donating" bribes to the nazi's and establishing our new office in nazi-controlled Gaza.
— Unilever
like this
NoneOfUrBusiness likes this.
like this
frustrated_phagocytosis e NoneOfUrBusiness like this.
Capitalism... All of it.
There isn't a single multinational that acts based on ethics or morality.
like this
NoneOfUrBusiness likes this.
Basically every corporation at this point. Buy local when you can, even if you disagree with the local person's politics if your only alternative is a megacorp go with the local source.
They can be a shitty person, but they won't have the capital to invest in overseas slavery and election interference like mega corps
like this
NoneOfUrBusiness likes this.
There's a fast food chain the southeast US called Cook Out, and in the summer they have a seasonal watermelon milkshake that's just watermelon and vanilla ice cream, and it is honestly SO GOOD. There are bits of watermelon in the shake that kinda freeze up a little and soak up some of the vanilla.
I think it could be done.
I make ice cream for a living, and watermelon is very difficult to pull off without artificial flavoring.
To start with, it has a lot of water in it, which is bad for making quality ice cream. You have to filter out as much as possible, and collect only the pulp. Since watermelon has a very mild taste, it takes a LOT of pulp, which still carries a lot of water in it.
Bottom line is that it is difficult to collect enough pulp to carry enough flavor, without adding too much water, and compromising the creaminess.
Of course, some artificial flavoring would do the job easily, but I am fundamentally opposed to that in my ice cream, and I would imagine Ben is as well.
like this
bacon_saber likes this.
..Were they sold into the idea that when the company is making lots more money it can do lots more good with it?
This. I remember the PR that came out at the time.
the idea that when the company is making lots more money it can do lots more good with it
The sales pitch of co-op carpet-baggers to their members since time began! It seems that "social entrepreneurs" aren't immune to the siren song.
AFAIK there is some clause in the sales contract that protects B&Js political activism as a brand.
It's been in the news a couple of times over the years as they clashed with their new parent company.
Off The Pager: it has pop rocks that go off in your mouth after 30 seconds
Seas Fire: it's filled with sweet candies that have denatonium in them. But between those it's quite mild.
Usually big company goes to small company and says "we want to buy you instead of competing with you, and if we compete with you, you better be prepared to dig hard into your savings."
Both sides smile at each other, and the small company capitulates whilst making themselves seem as big as possible.
TLDR: Sell out, or be muscled out
More to the point, in America, the USDA regulations allow for hard pack ice cream to have up to 40% of its volume expanded with air.
WAAaaaay back in the early 2000's after Unilever bought them, I bought a pint of Ben & Jerry's Vanilla ice cream and got home and it sat on the counter and melted - much to my dismay - (It ended up under a towel and did not get put away.)
When I opened it, the level of ice cream in the container had dropped down by almost a quarter. What the hell? So I got another pint and at that time noticed that it was easier to scoop - a sign that there's air being incorporated.
Yeah.. nope. Done.
Haven't bought Ben & Jerry's in over 20 years. (besides, there's a real homemade ice cream shop around the corner from my home - it's what I get now and I support the woman that runs it.)
Ben & Jerry’s is very dense
Apparently so dense that they thought Unilever wouldn't interfere with the campaigning.
Readdeck vs Wallabag?
These are both essentially selfhosted replacements for Pocket.
Anyone try them and have experiences to share? The feature set seems similar.
EDIT: From the comments I'm seeing so far it seems that as of now they are indeed very similar!
like this
RaoulDuke85 e fireshell like this.
The RSS feeds aspect of Readdeck is a really nice feature! Looks like they both can send from the browser directly (for paywalls).
I wonder if anyone could make a version of this with Bypass paywalls clean baked in for convenience.
Wallabag has the same RSS features and can export to several formats, epub included, but the annotation system is only supported in the web interface. Even the official android app doesn't support it. No Wallabag client on any platform supports self signed certs so forget about anything but web UI if you run it on a closed LAN.
Because according to the devs it's more secure to run a public facing server with a CA backed cert that on a closed LAN which I VPN into with a self-signed cert. Even a toggle to allow it is too dangerous.
I just set up Readeck a few weeks ago, and I've been liking it. Very minimalist, utilitarian. One feature I'd like that isn't included is the ability to add specific labels or collections to the sidebar, but that's my only quibble so far.
It has an official browser extension for adding urls to it, but if you can't or don't want to use that, it has a nice api. I use the api to add bookmarks from my phone using a termux-url-opener script, which is as easy as the extension - just hit the "share" button and select termux, and it does the rest.
But I have no experience with Readdeck.
I was really enjoying wallabag for a while, but after an update (or something?) the container no longer connects to the db and I haven’t been smart enough to figure out why yet.
BUT when it works it’s got a nice interface and the Firefox extension clips articles quickly. Biggest downside I’ve run into is the iOS app can’t make highlights or annotations, and it sometimes randomly reloads an article while reading and ‘forgets’ its place.
I host Wallabag, besides the features already mentioned here, two others I use frequently and are crucial to my workflows are the following integrations:
- Koreader integration, so I can access my articles on any ereader
- Logseq integration, so that all read articles and highlights/annotations are synced with my knowledge base
How often do you update software on your servers?
Or asked the other way around: How long do you keep your servers running without installing any software updates?
update means something like
sudo dnf updateor something ....
apt-get upgrade
apt-get updatelike this
RaoulDuke85 e yessikg like this.
Well, one of the reasons I'm using debian on my server is so I can kinda forget about it...
I'll update maybe once a month, or every couple months. I don't always restart though, so my kernel is probably a bit behind :'D
lol. Same issue for me. I run it for months, and surprisingly (for me) nothing breaks at all.
But fucking ssh shows warnings regarding some "post quantum crypto" stuff; recommending software update, that was not there before lol.
If I wanted to run updates frequently I would run arch lmao. Even if I did apt update every day, debian stable doesn't get that many updates.
I could just run auto-update but meh.
If I wanted to run updates frequently I would run arch lmao. Even if I did apt update every day, debian stable doesn’t get that many updates.
You're not updating for features you're updating for bug and security fixes. That's why Debian stable doesn't have many updates. But the ones they do are typically important.
Those apt commands are in a less-good order. It's usually better to update apt, then upgrade the system.
I upgrade as soon as reasonably possible after the notification appears, if the system isn't on auto-upgrade.
I do sudo apt update && sudo apt upgrade
Is there any reason to not combine the commands since the output always prompts prior to changes anyway?
Every night at ~ 12-1am
unattended updates / transactional-update are awesome.
Stuff has been running for years, and it's still up to date.
Once per week for me. Works really great on openSUSE MicroOS. Had to roll back maybe a couple of times the last few years.
That said, I run basically everything in containers so the OS installed things are lean.
unattended-upgrades and reboot from time to time to get the latest Kernel version.
I wish I could use unattended-upgrade.
It literally restarts my server even when I disable the option, leaving it hung if the USB boot key isn't in there.
I had to stop using it, so now I just manually upgrade because that doesn't auto-restart without my permission...
unattended-upgrades doesn't do that unless you explicitly specify Unattended-Upgrade::Automatic-Reboot "true"; in the config. Check /usr/share/doc/unattended-upgrades/README.md.gz
The main configuration file is /etc/apt/apt.conf.d/50unattended-upgrades, maybe you put your config in the wrong place?
here is mine
xsrv/roles/common/templates/etc_apt_apt.conf.d_50unattended-upgrades.j2 at master · nodiscc/xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities - nodiscc/xsrvGitHub
Unattended-upgrade does security-only patching once every 4 hours (in rough sync with my local mirror)
Full upgrades are done weekly, accompanied by a reboot
I find that the split between security patching and feature/bug patching maintains a healthy balance knowing when something is likely to break but never being behind on the latest cve.
For me, unattended-upgrade does it's thing. Updating other packages happens whenever I think about it. Very few things are not containerized and there's very little added beyond the base Debian install, so when I do update its maybe a dozen packages.
I would previously reboot during thunderstorms if we lost power, but now that I've got a UPS I probably ought to come up with a different plan.
Gentooer here.
Emerge sync &; world daily at night.
Weekly a manual check for stuff that doesn't autoupdate for reasons.
Monthly / biweekly podman compose pull for containers. Manual, because i don't trust that kind of autoupdate.
Edit: opnSense updates are manual only when I remember because if it breaks, I must be at home to fix it or i lose remote access and that's bad.
Using nix 😛
I update the flake every now and then via nix flake updated and then do a rebuild
I SSH in and run an update manually, once a week.
I'm not knowledgable and comfortable enough to let updates happen automatically and feel like I could trust it to keep running. Not yet, anyway.
Edit: But at some point I might do what another commenter said and make sure security updates run automatically and check other updates weekly.
On my ubuntu I use unattended updates but that doesn't work reliably. I have to update it manually most of the time. Once every other month.
On my fedora server it auto updates every day at 4 reliably.
The next server is going to be atomic such that the server restart is even shorter (not that I would care about it at 4).
All services are dockerized, updated nightly.
Server OS runs a kernel-patch service for real time exploit patching.
All other updates as soon as they appear.
Yeah, sometimes I'll need to go in a repair - but that's way better than having to clean up after having been exploited due to not keeping up on security patches.
All systems, daily via a single ansible script. That's apt update, upgrade and reboot if needed (some systems set to only reboot with a separate script so I can handle them separately).
Rarely have any sort of problems.
yessikg likes this.
On Alpine Linux I update my two Pi servers at 2 in the morning daily. It's simpler compared to Debian which needs unattended-updates. Just add apk update && apk upgrade to a cron job and you're good to go.
I only have three docker services which is simple enough to update manually.
I like to keep things as simple as possible for my already chaotic brain.
My web facing server has just enough packages installed to (kinda securely) host a Caddy and Kiwix docker container to work with my domain name and make a comfortable work environment through SSH. My Pi for my HomeAssistant docker container has less because it's locked down to just my local network.
I also wrote my own install scripts so reinstalling everything and getting it back to a running state would take about 15 minutes for each device.
And I also wrote my own backup/restore scripts that evolved over 3/4 of a year. I use them often so I have confidence in those scripts.
I personally don't really care too much. I have multiple ways of dealing with issues for something that's a hobby to me. Which is why I stick to simplicity.
I'm sure this is a thing for people to worry about when dealing with more complex setups. I just wanna vibe out in my tiny corner of the internet.
apk seems to have some tricks in there that aren't as well known.
I managed to catch in the IRC channel that apk add doc will automatically download any related man pages for packages with any future downloads through apk. That made life a bit more convenient instead of downloading all those packages separately.
Depends, on how critical something is...since we deal with servers / customers at work that often are purposely not adjusted for years...because introducing a different behaviour (even if better) would grind production to a halt, I take a not careful approach.
I was using OpenSUSE Leap, and with zypper you can review which patches are available, whether they are critical or run recommended or not needed. You can then apply which specific patch you want be CVE if necessary.
But with Leap's path seaming messy at the moment, I moved to Tumbleweed, since you have snapshotying built in. If an update did mess something up you just rollback to the previous snapshot and in less than a minute it is fixed
everyday to once a month, depending how often I use the server
IME usually waiting longer to apply larger updates causes more issues than smaller and more frequent ones
like this
yessikg likes this.
Anything exposed to the internet gets a daily / weekly update, depending on how exposed it is, how stable the updates are and how critical a breach would be. For example nginx would be a daily update.
Anything behind a vpn gets a more random update schedule mostly based on when I feel like it (probably around once a month or every other month)
podman quadlets with auto updates running on opensuse microos
im not yet self hosting a ton of services tho
Daily on my Gentoo server, through a Cronjob every morning. It's a custom script though, so there's more than just doing an emerge update. It'll send me ntfy notifications for the update results, if there are new news items, and if there are any time config merge updates to make. A few other things as well but that's the main stuff.
Other servers, typically weekly or only manually when I ssh into them (for the ones I don't really feel the need to update frequently).
Yum-cron. Daily. Rolling bounce on a schedule.
It has been rock-solid for 20 years, but lennart's cancer and the growing amount of shite they're shoveling into EL has caused a few issues here and there with 7, 9 and 10. (Skipped 8 because f that)
But, today, it works. So that's year 23 and 8 months.
If I have something serious, I will set up automatic upgrades. If short downtimes are ok, also with automatic reboots when the kernel updates, but if they are not, with notifications that I should go reboot them.
If it's not anything serious, whenever I remember to.
Only mostly when I want to. Which tends to be on Mondays and Saturdays.
I'm running Sid on servers, so automatic updates are actually a risk. Used to be Debian Stable, but maaan the docker and podman improvements.... make me drool.
Oh yeah, I temporarily forgot the priority for laws in The US (from least to greatest):
- Local law
- state law
- HOA agreements
- NIMBY pet peeves
- federal law
- The Constitution
- corporate terms of service
- whatever trump posts on Truth Social, so long as its in all caps
This is a screenshot of this HN thread: news.ycombinator.com/item?id=4…
Edit: WAS a screenshot - thanks for editing the post.
Which is about this Reddit post: old.reddit.com/r/DataHoarder/c…
"non-standard" means without a Windows account (gasp!) and on "non-standard equipment" - like, what a Samsung Smart Fridge instead of the ads? I can't tell what that means, YT thinks I'm a bot, and can get fucked instead of me digging any deeper.
"Non-standard equipment" for Windows 11 includes PCs with Intel 7th gen or older processors, many of which are still perfectly good and powerful enough to run Windows 11. So, it's pretty sad that these videos are being taken down.
EDIT: clarity
Can confirm, I still own an i7-7700k. Pretty much all 77xx variants were on the compatibility list but mine wasn't. Weird thing, though (sarcasm), I used the standard Win11 Install Media to install, and it did so with no problems! Funny, that.
Occasionally it threw a fit with the Office apps my partner needed to use (the standard for the university and LibreOffice's docx, xlsx format is not compatible with M$), all it did was refuse login due to lack of TPM2.0, but this only happened after the 24H3 update or whatever it's called.
All this is moot for me now though, I use Arch
like this
warm likes this.
Thousands of bots.
Also it has to get around the many rules Youtube itself has for the all mighty algorithm.
So for what, 100 million people vs 8 billion, it's a problem.
I'll take that.
no one cares about the plights of those living in backwater stone age dictatorships. the modern world must move forward on its own.
we Americans have to get used to being left behind and left out of conversations by real adults now.
Honestly? If anyone could make a rival for YouTube it would be a big porn hosting site.
The infrastructure is already there. Just need to buy another domain and throw money at it.
warm likes this.
The only competitor I could see YouTube getting is if Twitch decided to chase that route. The only companies with the global infrastructure required for a service as fast as YouTube's are Amazon, Microsoft (and Google).
Microsoft gave up on Mixer, so I don't see them ever trying to take on YouTube. Amazon have Twitch, which as mentioned, could try to take on YouTube. But even with owning their own servers and just running them at cost, it would be a massive undertaking and investment.
There's a tremendous amount of work to do, that these companies are not going to throw money at for decades just to compete for YouTube's profit margins, which apparently aren't that big (if they even exist).
Sites can exist alongside YouTube, We see a lot of smaller video hosting sites, like Dailymotion, but something would have to go seriously wrong at YouTube for any of them to grow meaningfully and become actual competitors.
I'd like a competitor as much as anybody, but I'm just being realistic here. Don't underestimate the size of YouTube.
warm likes this.
It grew because it was the only platform that did it.
If you want views, you have to go where the viewers are. Current alternatives are sorely lacking.
If you want the smaller platforms to grow, you do need to post there, but ignoring the existing giant won't get you seen unfortunately. At the very least, you should do both.
there were very very very few platforms where you could post and share streaming video online when YouTube was new.
it was certainly the only free option. the internet was quite young then if you don't remember.
other platforms rose up around their success, but I'm pretty sure YouTube was more or less unique when it started.
Hey man, the playing-pinball-while-a-cat-interferes peertube community is very close-knit (video.apz.fi/).
I kid, but it's true that peertube lacks the dopamine hooks and variety that youtube does. It's much harder to sink hours into watching a bunch of videos that you'll only half remember by the next day.
A little ironic that this comment posted on Lemmy (tiny competitor to reddit)
Viewers go where the content is, yes, but you don't get content on alternative sites if you don't post there.
YouTube in the old days was awesome. Then Google happened to it. When it first started it was quite small.
Principles matter!
They realise that A LOT of those videos are not primarily about Windows?
I've seen many reviews of vintage devices where the uploader just casually installs Windows 11 in a "nonstandard" way, just because it's the only way.
Besides, you still have to activate it. Rufus doesn't help you get around that, so it's not even piracy.
For those who care, at the first setup screen instead of answering any of the questions press Shift + F10.
CMD will open.
Type (no quotes) “net user Prefferedusername /add” (replacing Prefferedusername with the user name you wish to use) and press enter.
Next type “net localgroup administrators Prefferedusername /add” and press enter.
Next type “net user Prefferedusername /active:yes” and press enter.
Next type “net user Prefferedusername /expires:never” and press enter.
Next type “net user administrator /active:no” and press enter.
Next type “net user defaultUser0 /delete” (this is case sensitive make sure the "U" is capitalized) and press enter.
Next type "regedit" and press enter.
This opens registry editor, navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE"
Delete "DefaultAccountAction", "DefaultAccountSAMName", and "DefaultAccountSID"
Right click on "LaunchUserOOBE" and rename it to "SkipMachineOOBE" and make sure the value is set to "1".
Close registry editor and type "shutdown /r /t 0"
Invalid command: net rap user Prefferedusername
Usage:
net rap user add Add specified user
net rap user info List domain groups of specified user
net rap user delete Remove specified user
Next type “ net user Prefferedusername/active:yes” and press enter.
A space is needed before the slash on this command, right? And no space before net.
Because some people still require windows for what ever reason and also it's fun to resist corporate bullshit by spitting in their face.
Personally I switched to Bazzite for my gaming rigs and Mint for everything else, but I wont judge anyone who wants to stay on windows despite the hostility microsoft has for its user base and I say more power to them.
Those who stand defiant in the face of overwhelming odds are exactly the sort of folk I like.
How is continuing to use their product (thus being farmed for telemetry and other revenues) defiant in any way?
The reality is you and others are afraid of change. There is no windows-only program I can't run. Your defiance is futile and you're the only one suffering, not Microsoft.
I get it but let me give you an example of the sort of thing Linux is dealing with:
I have a nephew who wanted a PC, and had a small budget (they where 11 at the time and I was not going to let them pay) so I used some parts around and made a not so bad mint machine. It worked very well but can not play fortnight (not an issue with mint or the hardware) or other such anti-cheat games. The child was ok with it but his parents got mad at me as to why I would not just "be normal" and put a real operating system on the machine. They tried to tell my nephew that he should not use his PC until they can bring it to someone that can "fix" it by putting windows on it (they are kinda asshats). Lucky for my nephew the place they took the PC said the same thing I did and that it would not run as well with windows on it, but would do it if they wanted (they said no when they got the cost).
So the PC gets used and is enjoyed (it was the nephews birthday present from me), and used by his father as much as him. But all this time I am getting constant complaints about the "weird stuff" I forced on them, and that one day they will get him a "real" computer. Keep in mind my brother has a PC that is running windows that has more bloat and malware then you would think possible at this time (I think why he kept using his son's) that was about the same in hardware (1060, am4 3600ish, 8 gigs of ram sort of machines). The mint PC was clearly better, and when their child started to point out how much more time my brother spent on his Linux computer then his own my brother just happened to "spill" a whole glass of water directly into his son's computer. Then he hid the PC away and just blamed it not working on the "bad software" that it was running, and how it was a "trash" machine anyway. (I did get it back eventually, replaced the board and shipped it back to my nephew who is now using it again).
So the point of the story is this, would you if you had to deal with users (and lets assume you are not related to them) like this put Linux on their machines or just not want to deal with them and put a ripped and custom windows on it?
The trick is to always install their system using btrfs-dkms.
It's guaranteed to break in a way that Google cannot resolve.
It explains why US Christians would vote in a pedo rapist felon, because they think they are winning something.
In contrast, I set my nephew up with Linux Mint, and he is now slowly converting the rest of his family to open source solutions.
My understanding is that they keep having conversations about privacy news, and he keeps knowing a solution, which sometimes is Android or Linux based. So now his parents will ask me "Is it true the XY protects against YZ and is free?"
It's been a pretty cool thing to watch.
The reality is you and others are afraid of change. There is no windows-only program I can't run.
Well I'm glad you represent everybody.
People who need to use software like the Adobe suite professionally? They should just abandon their whole career and not use Adobe. Because being unemployed will really show em.
Can you run Battlefield 6?
Valorant?
Apex Legends?
Rainbow Six: Siege?
Fortnite?
GTA V?
RDR2?
Can you run Battlefield 6?
This isn't even a Windows or Linux thing: Why the hell do you want Saudi Arabia and Jared Kusher* to have kernel-level access to your machine? Why, why is that worth it for just a game?
*I really wish I was joking with this part
I'd probably play BF6 and I do enjoy Apex Legends, but not enough to run Windows. Photoshop is great, but GIMP meets my non-professional needs. I'm not an engineer so AutoCAD isn't a professional requirement and I can fix 3d prints or plan landscaping in freecad.
But, I can't make Micrsoft stop enabling telemetry on my computer, inserting ads in my start menu or giving AI access to my entire system. I know there are tools to disable these things, I used them. I know the workaround to make local users, I know how to remove the AI integrations, I know how to use group policy to prevent the re-enabling of some items.
I don't want to have to fight my computer in order to use it. I want it to do exactly what I want and nothing else. Linux lets me do it and that is more important than a few FPSs
Everyone gets to make that choice. Well, except the people who can't upgrade to Windows 11... for them it's Linux or joining a botnet at some time in the near future.
I can run any software designed for Linux or Windows. Period.
If a package doesn't function, it's because the developers arbitrarily decided to disable it for capitalist reasons. Not because it won't work.
So the answer to "can Linux run X game made for Windows" is always yes. Always.
So. No then. You either are holding onto a zero day workaround for their anti-cheat OR the answer is no.
It’s neat to try to shift the answer so that you can still say yes but also no.
You should not install a game requiring kernel level privileges on a personal machine you use for anything other than gaming.
At this point, I recommend to go the console way (or dedicated gaming machine, which is basically the same at this point as you are not owning neither of them)
resist corporate bullshit by spitting in their face.
"Resist corporate bullshit by eschewing the free, non-corporate option – which, because it's open, gets better the more people use it – in favor of continuing to use the exact same corporate product but with an abstruse, hacky workaround that 0.001% of the userbase will use and will probably be plugged by this time next week. That'll show those corpo fucks who's boss. ✊Ⓐ"
Heard good things about Bazzite, how does it work out with .exe game files off the internet etc?
Ive got a boat load of games that aren't on steam/are from GOG or itch and run as their own files instead of being run off a service
To be fair, the last multiplayer game I was massively into was Warframe, but haven't been on that in years at this point (if No Mans Sky doesn't count lol)
I'll probably end up loading Bazzite just because gaming and general browsing online is all I use my rig for these days (I may branch into freecad at some point for the fun of it but we'll burn that bridge when we get to it)
I cannot find this meme I know I have seen
Panel 1: "Installing Windows 20 years ago" screenshot of install wizard with just a couple buttons
Panel 2: "Installing Linux 20 years ago" screenshot of a busy command line
Panel 3: "Installing Windows today" screenshot of a busy command line
Panel 4: "Installing Linux today" screenshot of install wizard with just a couple buttons
For example I don't have to jump through hoops to auto mount a secondary drive on windows I just install the drive and there it is. But on linux I have to jump through all sorts of ridiculous hoops for some stupid reason. However it will auto mount flash drives and sd cards even though those are the ones more likely to pose a security risk.
I just plugged in an old drive to make sure I'm not going crazy, and I didn't do anything besides hit the power button, log in, and open the file explorer:
And its right there.
articles like this wouldn't exist if it wasn't true, they will appear but they wont auto mount
techhut.tv/auto-mount-drives-i…
*some distros may auto mount but I never used one that did
As always on Linux you have different possibilities. Most big Desktop Environment's like KDE / GNOME / Cinnamon .... can mount devices automatically or on a click on the device. No need for additional entries in fstab.
If you however want a more general approach you can use systemd's automount or a fixed mountpount using fstab.
Most normal Desktop User's will be totally fine with the DE Solutions.
I thought you were talking about just opening the drive to use it from the file browser.
I do actually have a drive I use for automated backups, but I just used the GUI to change the automount setting:
I guess that's a little bit inconvenient, but its like 3 clicks, adding a step to something I had to do to set up some other software. Its not any more complicated than disabling sticky keys in Windows.
Except we're not comparing it to disabling sticky keys, we're comparing it to needing needing to follow an entire page's worth of instructions, pressing secret key combinations and entering commands into the terminal, just so you can use your computer without it phoning home to the mothership. And that's on top of the fact that the instructions are probably going to be different in a year since microsoft is deliberately fucking with you.
So on windows a drive will not automount the first time, you have to assign a drive letter, which it then remembers. If you skip this its just a drive in the device manager with no mount.
You can accomplish the same in Linux so the drive automounts on boot with a nofail option so that if it is disconnected from the PC the boot moves on rather than waiting on the drive to become available. But otherwise thr DE will let you mount it instantly.
This is a non problem. Linux has issues but drive mounting is not one of them.
It depends on the DE.
Even still, typing mount /dev/sda1 external isn't exactly Cirque du Soleil
articles like this wouldn't exist if it wasn't true, they will appear but they wont auto mount
techhut.tv/auto-mount-drives-i…
*some distros may auto mount but I never used one that did
Not true, if you format a NTFS or fat in windows, then remove drive letter, it won't auto Mount, same I'd you format it in Linux to a windows format and add to your PC, it prompts for a drive letter.
As for Linux, your user session defaults determine if it automounts or not.
Mine USD set to automount, so you can see in this screen the 80gig drive was auto mounted, but you can turn off USD and use specific mount options.
Running Tubleweed with Gnome, and the App is Disks. The user session defaults are accessed via dconf editor and you can set your system wide default for auto mounting, or manually tweak each drive via disks.I
Yast Partitioner was other screenshots, also has options to do the same if you run KDE tumbledweed, or you could install Disks.
(Which could be skipped if it wasn't encrypted)
So you're complaining that you have to click on it - once every two years - when you reboot...
That's rough, buddy.
I joke. But also, I guess if you feel that strongly about wasting my a click, Linux is definitely the OS for you.
Where do you get once every 2 years? Do you never reboot your machine?
It's once every boot. Everytime the machine starts you have to go to file manager and click on it before it mounts unless you modify fstab.
At this point you must be missing the point on purpose.
Just go ahead and google mount drive on boot in linux and you can see the 1,000s of post from people having the exact issue I describe. I'll even do it for you.
google.com/search?q=mount+driv…
Then go ahead and google the same thing for windows and you'll see what a non issue it is in windows because even google will assume that surely you meant linux.
Where do you get once every 2 years? Do you never reboot your machine?
I'm hearing you like to reboot your machine unusually often.
The reason I can think of where clicking would be a huge pain in the ass is an automatic task. I have some of those, but I put them on machines that I treat as servers, and the time between reboots is genuinely counted in years, for those machines.
At this point you must be missing the point on purpose.
I wasn't before, but now I am.
I find your argument distasteful. If you want a server, use a server. But there's no need to shout to the world that servers require command line use. That's normal in 2025.
If you treat your laptop like a server, that's okay. No one is judging. But my grandma isn't doing that, and it rings hollow to complain so loudly about it in a thread about average users enjoying Linux Mint.
An average user will never even notice the issue you have been complaining about, while enjoying the product for free.
I don't normally tell people to go open a pull request, but you should do so, if only to get a better understanding of what the community has already given you for free.
Windows users: "I don't want to swap to Linux, you have to follow arcane instructions from the Internet and use the terminal to do basic tasks"
Also Windows users: "Now here is how you add a local user:"
at the first setup screen instead of answering any of the questions press Shift + F10.CMD will open.
Type (no quotes) “net user Prefferedusername /add” (replacing Prefferedusername with the user name you wish to use) and press enter.
Next type “net localgroup administrators Prefferedusername /add” and press enter.
Next type “net user Prefferedusername /active:yes” and press enter.
Next type “net user Prefferedusername /expires:never” and press enter.
Next type “net user administrator /active:no” and press enter.
Next type “net user defaultUser0 /delete” (this is case sensitive make sure the “U” is capitalized) and press enter.
Next type “regedit” and press enter.
This opens registry editor, navigate to “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE”
Delete “DefaultAccountAction”, “DefaultAccountSAMName”, and “DefaultAccountSID”
Right click on “LaunchUserOOBE” and rename it to “SkipMachineOOBE” and make sure the value is set to “1”.
Close registry editor and type “shutdown /r /t 0”
Type (no quotes) “net user Prefferedusername /add”
Using backticks instead of quotation marks is the ideal way to document technical instructions like this here:
Typenet user Prefferedusername /add(replacing Prefferedusername with the user name you wish to use) and press enter.Next type
net localgroup administrators Prefferedusername /addand press enter.
Type `net user Prefferedusername /add` (replacing Prefferedusername with the user name you wish to use) and press enter.Next type
`net localgroup administrators Prefferedusername /add` and press enter.
I've been doing this in command prompt:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown/r /t 0
After reboot it lets you choose "I don't have internet" and you can continue with creating a local account.
I thought they started blocking that work around.
Also +1 for describing things like the quotes and preferred username.
We had a guy doing remote file copy on a Unix system. Hr was given a sample like:
Scp john@server2:/data/incoming/filename.prt /home/john/files
He tried 5 times then complained to IT that the system couldn't find the file to transfer.
IT realized he wasn't replacing filename with his filename he just assumed the server new which file he wanted by typing filename. Lol.
Had a user given instructions to delete log data in C:/users/myusername/logs
User replies to IT: my system does not have a folder called "myusername"
Unless they remove local accounts all together or disable shift F10 in the OOBE this should work, it just sets up a local account through command prompt in a similar manner that lusrmrg.msc would.
That said I wouldn't be surprised in the slightest if they remove local accounts altogether next.
They're showing you how you can install win 11 on machines that Windows 11 tries to claim can't run it, but actually can.
You know, getting around forced obsolescence...
Me in 2026: diving into the dark web to find an instruction manual
They took control of the digital town square and now its a prison. Monopolitistic shithole corporate vampire behavior.
"Freedom is dead. Freedom remains dead. And we've killed it. How shall we comfort ourselves, the murderers of all murderers? What festivals of atonement, what sacred games shall we have to invent?"
-Nietzsche 2026
Its so nice on peertube nowadays. !peertube@lemmy.world if anyone wants to join and watch/post videos.
And of course arbitrary try Linux out. Its a very productive OS.
there are thousands of videos still up.
people will just believe anything that fits their worldview and not check anything out….
It's disheartening, really. I fully sympathize with the efforts of software freedom and independent media platforms, but it's just so annoying how people with "my" world view are just like all other people as well – we believe what we want to believe and only question what goes against our beliefs.
I'm not saying I'm better, but I just hate it in general.
Yeah I don’t understand their take at all.
“They haven’t gotten them all so THEY’RE NOT DOING IT IN THE FIRST PLACE so reactionary with your worldview JEEZ”
This is the kind of low-tier thinking that got us here in the first place.
if thousands of videos exist like that, they’re clearly not removing all videos like that.
There isn't a claim being made that all videos showing circumvention of the Microsoft account requirement for Windows 11 installation are being taken down. Only some of them. You saying "people will just believe anything that fits their worldview" sounds like you're asserting that no takedowns are occurring. Thank you for clarifying that this is not actually your position.
The likelihood is that that this is being done automatically by youtube's AI, rather than because of requests by Microsoft. I think the real problem illustrated here is the lack of transparency when Youtube issues a takedown. An initial glance at Youtube's Community Guidelines doesn't seem to indicate a criterion by which a takedown would be automatically issued for such content, but I wonder if they're starting to automatically flag anything that might be considered circumvention guides. I had a private video taken down that I was sharing with a friend to show them how to use yt-dlp to extract audio from youtube videos and was given the same reason "harmful or dangerous content", which it clearly was not, but they're reluctant to explicitly say that they're removing videos that illustrate circumvention techniques. Yet another reason to stop using Youtube.
that sounds to me like trolls reporting them until it was taken down, people lying for clout, or it was taken down’s for some other reason.
Firefox based and Chromium addon to redirect YouTube and other links to privacy alternatives. Works for Firefox based browsers on Android too.
addons.mozilla.org/en-US/firef…
LibRedirect – Get this Extension for 🦊 Firefox (en-US)
Download LibRedirect for Firefox. Redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends.addons.mozilla.org
I find Garyjay helps with this, by mingling videos from other services.
Sometimes by the time I've tried one of the first videos to load from other services, the PeerTube results have loaded for me.
Come on! It's fun! And pretty frustrating at times. You'll hate it. And then love it. Then hate. It's called emotional balance and it makes character, or some shit, I dunno.
Just get the penguin already.
The noose keeps tightening.
Google also has been trying to argue that modifying client side javascript is equivalent to hacking.
Modifying code running on your own fucking machine, in your own fucking browser.
Yes.
At this rate, we will be having a "local files are hard for the average user" debate, here, in another decade.
Which, maybe it will be, at that point.
Hahah apple does so since iOS 1
iOS is designed from the ground so that people are trained to think in apps rather than files
This is why it took so long until files appeared and why it is still no file browser like in any other operating system (only local directories for some apps and cloud folders)
Download the ISO from MS, make bootable USB with Rufus. After clicking Start you can choose local account only, bypass TPM and RAM reqs, etc
- Fin
E I guess not fin. Massgrave
I know it's a normal thing, to not instantly look for alternatives to software you might have used for your entire life, and I get it, if it hasn't harmed you or done you wrong, then it's probably fine to stick with what you know.
But as someone who first experienced alternatives to Windows back in 2006, and like others who walked the more beaten path, we've grown tired of this stuff. The slow, decline of Windows, and the promise of something better with every update.
It won't surprise me if one day they decide to full send it and charge a monthly subscription to use the full OS, not one bit. Enshittification, it's bound to happen. I'm teaching my child about linux now, so they'll be aware that software doesn't have to suck.
Try something different, it's a good way to live, to know you don't have to remain where you are if you don't want to. Of course, only if you want to!
Right. A long winded response ignoring the subject of google censorship.
-1
It seemed somewhat topical to me. Google's censorship is the same trend of enshittification that Yar is talking about.
There are tons of other comments talking about the censorship issue. Using this moment to plug open source software is not unreasonable.
microsoft.com/en-us/windows-36…
Windows 365 Link: Cloud PC Device, Simple and Secure
Discover Windows 365 Link, the Cloud PC device that gives your organization secure, instant access to the Windows 365 environment for cloud-powered productivity.www.microsoft.com
Google doesn't care, this is most likely an algorithm taking down the video based on the title. Not the first time the algorithm took down videos accidentally see the copyright case below for example:
news.ycombinator.com/item?id=2…
That was years ago, now it is worse.
You know, Linux is great. I love it. I run a lot of things on it. But it can be a frustrating experience. Simply put, its not a one to one replacement and it will simply not fit into some peoples lives like windows has up to this point.
My personal experience with linux desktops (some arch flavors and fedora) combined with Wayland and an Nvidia card have been pretty abysmal.
On prior Fedora's and Endeavor, I had Firefox crashing constantly, no clue why. Crashes reduced this week with the release of Fedora 43 but its still not stable. This is something I've not experienced under windows ever since they rewrote firefox like.. 10 years ago now?
With KDE plasma, its system apps like settings crash. I've not had to restart my PC with the physical restart button under windows for quite a while now. But when using KDE, the whole thing freezes and will just not respond.
I've tried playing some CS2 literally today and couldn't make it through a match without a crash.
Vendor software for hardware devices (drivers) is missing linux support a lot of the time and while I appreciate open source alternatives, they just don't cover the edge cases I had. As an example: razer rbg lighting effects stacking is non existent on linux. Open RBG works.. but its not good enough.
I'm sooo ready to use KDE Plasma on a daily basis and really want to, but the stability I want is just not there yet. If you have simple use cases, don't stray too far onto the edge, possibly have older hardware and don't need Wayland or don't use Nvidia, I'd definitely recommend it. I use Mint on my 14 year old laptop just fine, but its got an old ass nvidia card, uses x11 with cinnamon and I don't game on it. Stable as a rock. I use Debian (headless) on my home server and it hasn't crashed with a 3 year uptime.
Desktop linux on a gaming machine.. I've just been disappointed.
Sorry for the dump. I'm voicing my frustration out of love for linux, not out of hate.
Then one day i made one more distro change and suddenly I was having the best experience I've ever had in any OS. Now I can only hope I can keep riding on this wave for a long time.
Eyy you didn't mention the distro you jumped to. Around these parts, that's a spanking.
Out with the distro or prepare your buttcheeks!
The first while is frustrating, weird and unfamiliar, but there will come a time where Windows will feel that way instead.
What have you run into that sticks out to you?
I’m curious because I’ve been on Linux full-time for 2 years now and an avid user for years before, but my friend is thinking of switching and I want to know what he might need help with.
It's easier than ever to make your own website. You could vibe code one up super fast and throw up some images or videos.
Getting people to see the stuff you make is the major hurdle. These platforms have that benefit because everyone is already there.
Not to mention if you were able to get traffic to your site it probably won't scale well lol.
That being said you should all be making web sites! Things were better when there were more places to go
You're correct on the being seen part, but maybe this would involve retraining people to start using a different search engine that works. But I know most of this is will never see the light of day, but maybe one day we can hope for a better future for the internet.
I do fear, with AI now replacing search by many people, what will the internet look like in the next 5 years. Scary to think what that will look like.
decended_being
in reply to silence7 • • •