this post was submitted on 01 Mar 2026
212 points (94.9% liked)

Technology

82131 readers
3788 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] BaraCoded@literature.cafe 1 points 20 minutes ago

[Screaming in Linux, pulling out hair]

[–] Reygle@lemmy.world 11 points 1 hour ago

Face it. Microslop is a malware company now.

[–] Mulligrubs@lemmy.world 33 points 18 hours ago* (last edited 18 hours ago) (3 children)

This is my last Windows laptop.

There's a massive delay to even open my control panel. Fundamental, easy tasks that I've accomplished reliably since Windows XP are no longer reliable. Multiple problems, I have no confidence anything will work.

Think of all the wasted time for so many millions of people around the world

Last week my television started translating programs into Spanish. No fucking reason. Far too much time wasted on a slow menu to fix.

Recently, I could no longer use necessary phone app with no-option utility; due to the latest Apple OS update, it would no longer function. Time for a new phone to replace my few-years-old phone.

A newer car from 2024... long story short, reflecting lights caused camera issues, triggering all sorts of driver vocal alerts like KEEP YOUR EYES ON THE ROAD. Off to the dealer. Later, updates change the user interface without warning; it's like having all of the buttons on your dashboard rearranged spontaneously.

All of these issues are on modern hardware that hasn't been modified in any way.

My apologies for losing my mind, first world problems. But it's relentless

[–] TBi@lemmy.world 3 points 32 minutes ago

I was helping a co worker with a windows issue. Tried opening task manager. Took 30 minutes to open. And during that time we were able to open chrome and browse the web for suggestions on how to fix.

What a load of crap… task manager was always top priority to open and lightweight enough to open fast.

[–] captainlezbian@lemmy.world 3 points 4 hours ago (1 children)

I'm sorry, wtf why does a car know where your eyes are‽

[–] BigPotato@lemmy.world 3 points 1 hour ago (1 children)

To track when you're falling asleep or texting or are vaguely Asian looking.

[–] captainlezbian@lemmy.world 2 points 46 minutes ago

I fucking hate the future… Bullshit panopticon

[–] PabloSexcrowbar@piefed.social 20 points 16 hours ago (1 children)

slow menu

Dude of all the things I hate about modern tech, I think the most obnoxious one is that it STILL takes multiple seconds for a simple text-based menu to load. On my one TV, sometimes it takes so long to load that I actually forget that I've opened it and am annoyed when it finally shows up. Gotta save all that precious compute power to load ads and shit, I guess.

[–] lightnsfw@reddthat.com 4 points 2 hours ago

I was just talking about this with one of my coworkers today. It's so stupid. Wtf are doing?

[–] Catnipchewer@lemmy.world 18 points 18 hours ago (1 children)

Linux is waiting patiently for that woman

[–] stardreamer@lemmy.blahaj.zone 5 points 15 hours ago* (last edited 15 hours ago) (2 children)

Devil's advocate here: switching to Linux wouldn't help.

I recently had to set up a public web server for a org that I belonged to. The idea was that I would set everything up in the most secure and unbreakable way I can think of, write documentation on how to do everything, transfer ownership of all the "break glass" credentials and lock my own account once I'm done.

This turned out to be a huge mistake. What was supposed to be some free work for a hobby group turned into a massive pain every day at 3-4am (due to time zone differences)

The person in charge of managing access control couldn't figure out how wg-easy works. She managed to give her own credentials to EVERYONE who needed access, which obviously didn't work due to IP conflicts. When pointed out, she modified the IP in every config file, which of course, still didn't work. It took forever to tell her NOT to share credentials and create new peers for each user.

The biggest problem is some how NOT windows or mac users. There is a single Linux user that is causing the most headaches. When I set up wireguard, I tested on both Linux and Windows, with Linux being what I used. I ran into some minor hiccups with getting split dns to work correctly, but it was relatively easy to fix in Network Manager. I assumed if there are other Linux users they would be able to fix it themselves. Obviously I was wrong.

Said person had DoH enabled in their browser that they didn't know how to disable, running varieties of "I don't know" for their network stack, DNS resolver, etc. almost every question for dig, cat /etc/resolv.conf descended into "what's that?" or completely incorrect commands (e.g. resolving a http url in dig). I could not figure out what the person was running, the person themselves had no idea what was running (I think it was systemd-resolvd, but I still don't know as of now). Eventually, after 3 workdays of trying to help fix this at 3-4am, I gave up. I can't help with a personal device belonging to somebody that has no idea what they're doing.

As for why I'm mentioning this story: switching to Linux wouldn't help this lady with her problem. There are similar issues on linux that would prevent a login or a graphical session (there was an old work machine that ran VLC, where VLC threw GBs worth of QT errors, eventually causing systemd to crash on reboot when the drive was full). The problem here isn't just the system, it's the user. A lot of people seem to be allergic to providing more details than "it's not working", "I don't know" and "I didn't try anything". If the general mindset is "I don't know what's wrong with no details", there's no savings the user from technical problems.

On a side note for "why the hell did I knowingly volunteer to set up a web server for someone else": the whole project was already 5 months overdue. It was beneficial for everyone for the server to be up asap. Said person in charge didn't think of anything (dns, hosting, software stack) other than ask a bunch of CS college students to design a Web app for her. Needless to say the students bailed on her (which is probably the best scenario? In terms of maintainability and security concerns). It also only took me 2 weeks to set everything up (lamp stack, K3S, crowdsec, openappsec, wireguard, etc)

[–] corsicanguppy@lemmy.ca 1 points 25 minutes ago* (last edited 14 minutes ago)

2 weeks to set everything up (lamp stack, K3S, crowdsec, openappsec, wireguard, etc)

If you're pushing kubes onto a normie or a noob, the fault's partially yours. Single-box apache, maybe samba xor git, depending on the workflow, and some audio hints in /etc/profile.d to remind them how to restart various pieces if they can putty in.

echo 'yum clean ; yum upgrade --skip-broken --no-best ; needs-rebooting && reboot||:' > /etc/cron.weekly/do-eet

... and walk away.

(--no-best and --skip-broken because RH can't even do releng now. 'You had one job' meets 'Dead Sea Effect')

[–] Muffindrake@lemmy.world 8 points 4 hours ago* (last edited 4 hours ago) (2 children)

Oh yeah, starting your post with

I set up a web-facing server for this niche group so I can provide unpaid tech support at 4am

is definitely on every normal user's mind at all times.

The missing undertone here, which is present in about every issue involving Windows 11 ever since it was released, is the corporate enshittification, the unerring fatigue of normal users of avoidance to

go the fuck away from this cursed idiocy,

and last but not least people like you going 'hmm yes but akshually' in sort-of-defense-but-not-really of the deliberately malicious and billion-dollar company.

We have been conditioned to view people that criticize the corporatism in this Western society with the same lens as we used to conspiracy theorists. You need to call this out as propaganda wherever you see it. The people who cannot describe the price of a supermarket banana or bread are not your friends.

Look at it this way: A normal dude with bad hair and questionable social intelligence isn't getting up in the morning and deciding to fuck with a million or more users by making their computers unbootable. There is only good intentions. Sometimes the Lennart Poetterings fuck up - but we will send three long-haired dudes with funny glasses to your place to fix your tank for free, as you did.

Whereas with Shitmicro Operating System, they have continually demonstrated that they're here to sell you ads and make everything so much shittier like you would not have believed twenty years ago.

[–] corsicanguppy@lemmy.ca 1 points 11 minutes ago

Sometimes the Lennart Poetterings fuck up

Dude. That guy has single-handedly ruined two decades of bulletproof, fast, reliable booting. I can't wait until we all wise up and it's more than PCLinuxOS that avoids this mess. It's a metastatic kudzu/poison-ivy hybrid with a taste for flesh.

[–] stardreamer@lemmy.blahaj.zone 1 points 1 hour ago* (last edited 1 hour ago)

is definitely on every normal user's mind at all times.

That was the context. The problem wa connecting to Wireshark, which more and more people are doing thanks to general awareness of VPNs.

and last but not least people like you going 'hmm yes but akshually' in sort-of-defense-but-not-really of the deliberately malicious and billion-dollar company.

Huh? Where in my post did I defend MS? I was there when Balmer and crew decided to sue anyone with a pulse for using Linux. I was there when the Cathedral acquired the Bazaar (and I deleted my account for it), and I am still here using Linux and BSD for every single machine I own with the exception of one. I still hold a grudge against Mr. Bill "Jump on a roller to show how fit you are" Gates, and I refuse to purchase anything from their game catalog since 2011. Hopefully with this context, you would no longer misconstrue my point as "defending Microsoft".

Alas, normal users care about neither. The computer is just a tool that allows them to do work which allows them to put food on the table. If your assistance is just "boo hoo use Linux". That's not productive to them nor us. Joe Shmoe isn't gonna care that you should save your documents as ODT instead of DOCX. They need that document working with no hassle NOW.

Look at it this way: A normal dude with bad hair and questionable social intelligence isn't getting up in the morning and deciding to fuck with a million or more users by making their computers unbootable. There is only good intentions.

Case in video game modding: 1. GShade, where the developer deliberately made people's game segfault if compiled on their own after an update 2. MultiMC, where the developer personally threatened to sue for trademark violation after packaging the application for a Linux distro 3. Bukkit, where one dev decided to DMCA and take down all instances of the project.

Outside of video games: the entire university of Maryland, which attempt to inject backdoors into the Linux kernel that was not caught until they published a paper.

Also, for the "good dudes part": regardless of intentions, if the damage is done, the harm is done. If a suitcase falls from an airplane and kills me tomorrow, I wouldn't care whether it was intentional or not. I would be dead.

Going back to the original blog post: there is both a user problem and a technical problem here. The technical problem "could" be fixed by switching to Linux (assuming systemd or gnome doesn't get to it first), but the user problem can't. Calling out anyone who points out the user problem as "corpo drone" isn't going to make it go away.

[–] Hazzard@lemmy.zip 22 points 19 hours ago (1 children)

Ah, Windows and OneDrive. A match made in hell.

I've despised them ever since I built a Win11 PC, it was enabled without my consent, immediately stopped me from adding any new files to my Desktop+Documents once it ran out of the pitiful 5 free gigabytes, and promptly deleted all of my data from those folders when I deactivated the "feature".

That miserable experience, combined with every third update putting me through a setup that employed dark patterns to try to trick me into turning it back on (not to mention my fears that they'd pull the same crap with Recall), was the main thing that caused me to ditch Windows. I don't like feeling dread every time there's a new update, assholes.

[–] lemmydividebyzero@reddthat.com 4 points 15 hours ago

But the shareholder value!!!111

[–] reksas@sopuli.xyz 25 points 22 hours ago (4 children)

no matter how difficult you think linux is to use, can it really be that difficult compared to windows? At least with linux any problems can be solved one way or another and with varying levels of effort. With windows, you just have to deal with the ever increasing levels of bullshit. And if you dont need to do anything complicated and use pc just for browsing, email and other simple stuff, why would you put yourself through using windows to do it? People should really consider if the mental models they have in their heads about different operating systems are actually based on reality.

[–] huggingstars@programming.dev 7 points 14 hours ago* (last edited 14 hours ago) (1 children)

With Windows you simply have much less problems to solve. Normal people don't care about jumping through hoops to create local accounts, they'll just register.

Windows interfaces are designed for easy learning and are backed by real telemetry data from millions of systems, like Ribbon menus. On Linux power users run the show so even blatant violations of basic principles tend to stick since the development version is the shipped version and is what they are used to.

[–] reksas@sopuli.xyz 4 points 10 hours ago* (last edited 10 hours ago)

Though when you do encounter problems in windows, they will likely be something that just cant be solved or its unnecessarily big hassle. Or bad stuff will happen that was mostly out of your hands in the first place, like what happened with the article.

But yeah, there should be a distro that is specificially aimed for tech illiterate people that is nice and easy to use and also safe. But then again, if majority started using linux it might also draw more attention from malicious parties like criminals and corporations. Its just that for me, once you have linux set up and automated, you dont need to do anything complicated with it if you dont want to. At least i havent had to on mint. I understand that basic users can't do that on their own, but I bet there are tons of people who have skills to do so and could do it for a reasonable pay or even as a favor to friend. People are willing to pay more for less, so why not.

[–] sveltecider@lemmy.ca 9 points 18 hours ago

I use Linux and Mac and windows and Linux is definitely the “hardest” to use for most people day to day. I think most people on this site are in tech so they underestimate just how tech illiterate the average person is.

[–] MangoCats@feddit.it 11 points 20 hours ago (1 children)

People should really consider if the mental models they have in their heads about different operating systems are actually based on reality.

These people's reality is: they are familiar with Windows, and anything else is scary and perceived as even more difficult to learn to use. 20 years ago a colleague asked me about changing to Linux, I told him he could do all the same things he was doing, just use Open Office instead of MS Word and Excel, GIMP instead of Photoshop - he didn't even dive as deep as the differences between GIMP and Photoshop usage, his response was: "You mean I'll have to learn all new icons and names for my software?" "Well, yeah, that's part of moving." "In that case I don't think Linux is for me." "I have to agree with you there."

[–] reksas@sopuli.xyz 4 points 10 hours ago

oh.. if the bar is there then I dont even know what to say..

For me, such way of thinking is really alien.

[–] lobut@lemmy.ca 3 points 18 hours ago (1 children)

It "can" be ... it's just what people are more familiar with sometimes and new terms that seem native like: "control panel" "command prompt" "regedit" can be strange to people that haven't. It's not that they can't learn it, it's just a bit of an uphill battle.

Hell, Bazzite confused me for a bit because I didn't know wtf an immutable distro was.

[–] reksas@sopuli.xyz 4 points 10 hours ago* (last edited 10 hours ago)

yeah, bazzite is still somewhat confusing to me because its so different from other distros i have used. But whenever i dont know or understand something i just search for guides and explanations or if nothing else works or i feel lazy i might even cave in to ask llm for info. Idea of not looking up information when needed is just something that doesnt even occur to me, its like refusing to be autonomous.

[–] spaghettiwestern@sh.itjust.works 23 points 1 day ago* (last edited 1 day ago) (1 children)

Let me, for once, not mince words here: Windows 11 is a travesty, a loose collection of dark patterns and incompetence, run by people who have zero interest in lovingly crafting an operating system they can be proud of. Windows has become a vessel for subscriptions and ads, and cannot reasonably be considered anything other than a massive pile of user-hostile dark patterns designed to extract data, ad time, and subscription money from its users.

I ran into the same type of problem trying to reset the forgotten MS password for a friend. In her case she could log in to her PC with a PIN but not her password. Outlook was still accessible from the PC but not her phone.

Attempting to change the password resulted in an "SMS service not available" message 90% of the time over a period of days. The few times the service was available and it said we successfully changed the password, the new password would not work, even when we were positive it was entered correctly. The SSD wasn't anywhere near full.

Microsoft then turned the days already wasted because of their incompetence into a week. As a last ditch effort we tried Microsoft's 24 hour turn-around password reset questionnaire three times. After going through the process the new password was still rejected both on her PC and phone every single time.

We eventually had to give up. If her PC or her Outlook app ever asks for a password she'll lose all access and that's apparently just fine with Microsoft. When she does buy a new PC it'll be an Apple.

[–] WhyJiffie@sh.itjust.works 18 points 1 day ago (2 children)

When she does buy a new PC it'll be an Apple.

an apple? Because of this? why? why is it not an option to use a computer without an online account?

[–] spaghettiwestern@sh.itjust.works 11 points 1 day ago (8 children)

Microsoft is making it impossible to use Windows PCs without an online account. Obviously there's Linux, but I'm not willing to be her only source of tech support. That leaves Apple.

load more comments (8 replies)
[–] MangoCats@feddit.it 4 points 20 hours ago (2 children)

OS-X (they still use that, right? Not iOS desktop or somesuch nonsense, yet?) seemed pretty much a middle ground between Windows and Linux the last time I used it. Kinda slightly more polished and uniform presentation than Ubuntu-du-jour, a little less mysterious than Windows, but in the end: just as screwed up.

I tried enabling Home folder encryption. After about 3 days a hard power-off shutdown (needed due to a driver error in their walled-garden hardware MacBook Pro, it wouldn't power off or restart any other way) then the encrypted home folder was toast, unretrievable - laptop wouldn't boot. Tech support was very nice, reassuring that they knew what was going on, and their best solution? Reinstall the OS from physical media, start over fresh, your files are so secure that not you or anybody else on the planet will ever see them again.

load more comments (2 replies)
[–] whaleross@lemmy.world 107 points 1 day ago (1 children)

TL;dr New Samsung phone syncs 280GB of photos to OneDrive that in turn fills the laptop storage . At some point something has become corrupted with attempting to log in and change password when the laptop disk is full.

[–] Burninator05@lemmy.world 53 points 1 day ago (1 children)

Yes, all of that happened but it happened because Samsung uploaded the photos without clear authorization and Microsoft downloaded all of the files without authorization after One Drive was automatically reinstalled after the user deliberately removed it.

[–] 27Purple@lemmy.world 1 points 2 hours ago

The thing is you do get the choice to sync the account, it's not automagic, so the writer saying "she didn't authorize it" is actually false. Generalizing here but most non-tech literate people generally sort to just pressing "next next yes" on everything so it's not unlikely she's simply authorized it without actually realizing it. Same with Onedrive sync, it's not automatic, you get the option but it's very simple to opt out during OOBE or when prompted in Windows, but most people simply look at it and say "that sounds neat".

That said the OOBE on new Samsungs is absolutely atrocious and I don't blame her for ending up in this situation. It's like a 20 step process on the S25 (I have one so I know what it's like) and I'm definitely not defending the clusterfuck that Windows is. I feel for both of them. I'm just saying there are some inaccuracies.

[–] Zwuzelmaus@feddit.org 41 points 1 day ago (2 children)

Dark patterns killed my wife

For unknown reasons, I stopped reading the headline at this point for about 3 seconds...

[–] sveltecider@lemmy.ca 4 points 18 hours ago

That’s for OpenAI, not Microsoft

load more comments (1 replies)
[–] Smoogs@lemmy.world 37 points 1 day ago

All my computers are now Linux. My next phone is going to be fairphone cuz fuck all this shit.

[–] KiwiTB@lemmy.world 52 points 1 day ago (5 children)

This same issue can happen if your bios is updated by Windows in some cases as the bios resets, security is considered changed so your pin is set as invalid.... Despite it being Windows which caused the issue. AHH Microsoft, incompetence defined.

load more comments (5 replies)

Perfect opportunity to install linux instead of the joke that win11 is

[–] Burninator05@lemmy.world 16 points 1 day ago

The only course of action most Windows users would take at this point is a full reinstallation.

I think most users would either hire someone to reinstall Windows for them or would decide to buy a new laptop. The fun part is that as soon as they log into their MS account after a reload/purchase the sync would happen again and they would be right back where they started.

load more comments
view more: next ›