PrincessLeiasCat,

The enshittification will continue until morale improves.

jack,

Yes, morale of the users. The corpos morale will never change

yournamehere,

and you think ppl will? naah ppl will use safari, iphone, insta, google search etc. and downvote you for daring to just mention problems with said corpos.

ebits21,
@ebits21@lemmy.ca avatar

Or until you give up on the bullshit and just install Linux already (me 5 years ago).

originalucifer,
@originalucifer@moist.catsweat.com avatar

linux mint people. youre not really using as much windows as you think

tabular,
@tabular@lemmy.world avatar

What?

knobbysideup,

On that note, mint does transparently allow you to use cloud resources like one drive (maybe not that specifically)

tigerjerusalem,

I wish but I have a Samsung notebook and the damn fingerprint reader won’t work on any Linux distribution.

originalucifer,
@originalucifer@moist.catsweat.com avatar

uhg samsung. reminds me of sony... does sony still do laptops? they had the worst hardware driver support that ever existed.

SomethingBurger,

They don’t. They killed the VAIO line of products in 2020.

r3df0x,

Biometrics are an end run around the fourth and fifth amendments.

stealth_cookies,

I don’t think it is just your laptop. I’ve not been able to get the fingerprint reader to work properly on my Framework on Linux either. I think the support for them just sucks on Linux.

tsonfeir,
@tsonfeir@lemm.ee avatar

If you have to hit the command line, it’s bad for most people.

webghost0101,

You don’t really need commandline in linux anymore, unless your doing advanced stuff which means you should learn commandline anyway.

As others have said. The real obstacle is getting it all installed. The only advantage to win and mac is it comes preinstalled.

Sanyanov,

Installing Linux through now-ubiquitous Calamares takes just a few minutes, it explains every step (of which only one is actually technical, which is drive partition, and the rest are like selecting time zone and admin password), and it’s extremely intuitive. It is literally easier than installing Windows.

But yeah, most people never installed Windows either, and just get it preinstalled.

webghost0101,

Peanuts for me but i am already in. Now try explain it to your (grand) parents.

Most people don’t know what a partition or a bios is.

I agree its not harder then installing windows but there is a reason that people ask me to install their windows.

hoxbug,

Which is true, a lot of people see it as black magic. They are just used to what the product comes with, even if you could install iOS on an Android phones or the other way around, people would still buy an iphone cause it comes with it.

TheGrandNagus,

Which in almost all cases you never have to do, unless you go for like Arch or Gentoo or something, which nobody should do unless they know what they’re getting into.

If you installed something like Linux Mint, there’s no reason why you’d ever need to go into the terminal. It’s just an option for if you want to use it, like the command prompt, powershell, or registry in Windows.

InternetCitizen2,

I realized that I was holding my dual boot out of FUD. Was a relief when I went full Ubuntu.

Dirk_Darkly,

I personally enjoy knowing I can easily search for software I need, know it will run and install without issues and I won’t have to fuck around with poorly documented systems when something inevitably breaks.

Sure Windows pisses me off and sucks, but it’s still simpler to deal with.

originalucifer,
@originalucifer@moist.catsweat.com avatar

it was somewhat controversial, but the mint people solved for this by including their own curated software manager (re:store) where you can search for (and install/uninstall) packages known to already work well with the distro.

most of my support calls are 'wheres that thing i can install apps with?'

WhiskyTangoFoxtrot,

That came from Debian long before Mint even existed. The lineage goes Debian -> Ubuntu -> Mint, and the package manager was part of Debian since the 1990s (although you had to use it through the command-line back then.)

originalucifer,
@originalucifer@moist.catsweat.com avatar

yeah but where did debian get it, cuz we all know it was hitler.

Sanyanov,

Use a popular Linux distro and employ the app store (that, unlike Windows Store, actually relies on insanely rich repositories that have just about anything) - installing apps on Linux is simpler than on Windows.

As per app support - 99% of all programs are either Linux-native or run just fine through Wine. Unless you have to work in field of engineering or employ Adobe software, you should be just fine

Dirk_Darkly,

Yeah, I’ve used everything from Ubuntu to Arch and can use it just fine. That’s not my point. It’s hard to argue against that software discoverability is worse and implementation/documentation is inconsistent. To find a program for windows, I just need to search for what it does and multiple options show up without using a store or knowing a repo name. Installing is as easy as running an exe (no dependencies, or distro limitations, or editing specific files buried in the system).

I am no fan of Windows by any means, but I never have to worry about edge cases. I will always be able to do what I’m aiming for without fiddling with Wine or anything else.

lustrum,

I installed Linux mint on my Framework laptop because fuck windows.

I had to move back to windows, it didn’t feel ready and couldn’t get it working easily how I like.

Heres some of the issues(any pointers would be great)

  • 120hz just wouldn’t work on one monitor, it detects it but won’t apply. (Works fine in W10 and Ubuntu).
  • Scrolling on the touchpad is unbelievably fast and makes it unusable.
  • Fractional scaling is a joke, my laptop screen needs around 125% but everything becomes a blurred mess.
  • The mouse is a bit jittery and can’t explain why (usually using a Logitech gaming mouse when docked).
  • Governor cannot be different on battery and AC. Defaults to max turbo.
  • Fingerprint sensor doesn’t work (works fine on Ubuntu and w10).
  • Unsure how to get hardware accelerated disk encryption working?

Some stuff is better but a combination of these just brings me back to windows. It just loads and works?

PainInTheAES, (edited )

I’m also on a Framework 13 with a 144Hz external. These problems do sound like some beginner-level issues you’d run into on a distro that runs behind in updates.

The only officially recommended distros by framework are Fedora and Ubuntu (although I’ve run a wide range and they’ve all worked). They have guides here for all sorts.

Issues 1 and 3, you need to use Wayland on KDE or GNOME and both Wayland and the DE need to be up to date. This is an area where Linux is rapidly getting better.

Issue 2, should be adjustable in any DE settings panel. That’s a really strange one because I’ve never run into touchpad issues in my testing.

Issue 4, no idea. Logitech support is pretty good. Does this happen on all distro? I wonder if this is related to the touchpad issue.

Issue 5, they can be. It depends on your governor program. I strongly recommend setting up TLP. There’s some good guides out there in the FW forums. However, avoid disabling USB ports. For other governor solutions I’m sure there’s a config file laying around somewhere or perhaps it’s saving the last used setting.

Issue 5a, if the issue is fan noise. Check out fw-fanctrl.

Issue 6, this just has to be a Mint thing. I’ve had fingerprint reading working on everything. My guess is that maybe they’re missing the fprint package or the UI/UX is rough. You can set up finger print reading from the terminal.

Issue 7, just select FDE on install if the installer offers it. Linux uses dm-crypt for FDE and it has baked in HWE. I would imagine other Linux encryption programs are hardware accelerated by default as well as support for it is part of the kernel. But I may be wrong about that.

All in all your experience of Linux is going to be very distro dependent and yes it may take some work and troubleshooting. But I think it mostly feels harder because it’s different from what you’re used to.

I run EndeavorOS and like that it’s all basic defaults because then I can build it into what I want. I highly recommend it once you become a little more used to Linux.

Sir_Kevin,

See this right here is the reason I haven’t switched. 1, I don’t know what half of those things are. 2, there’s so much “this may work on this but sometimes maybe not that, unless this”, when it should be a matter of changing a setting. Yes, I could figure it all out after a massive amount of research consuming time that I do not have, or I just continue with Windows 10 and it’s stupid menus.

PainInTheAES,

Well all issues except for changing the governor should be fixed by using Ubuntu and Fedora and installing per Framework’s install guide. The Encryption thing is a single toggle on install. The governor/TLP is a little more advanced but it’s only uninstalling like 2 programs, installing 2 programs, and you can configure it via GUI. And fw-fanctrl is optional.

It’s only complicated because I was explaining why.

For me Fedora on the framework worked out if the box and was configurable via GUI (except for non-free media codecs probably). Using a 144Hz external monitor, mixed scaling, Logitech ergo mouse, and thunderbolt dock.

I didn’t think it’s a massive amount of research but yes there is some learning that has to be done. If you switch from Windows to macOS you also have to learn new ways to do things. I don’t think it is unreasonable to expect the same for Linux. Expecting Linux to be a Windows clone with free support will never happen.

But I understand wanting to stick to Windows because it’s comfortable and what you’re used to. It’s how I feel about Linux now that I’m used to it. I’m not trying to proselytize. And I do still use Windows for specific use cases like some class assignments and 2000s era HI8/miniDV video conversion/restoration.

burliman,

Don’t get me wrong. I use Linux extensively, but mostly server loads and gateways. But have used Mint and Rocky as desktops. So I can’t see how someone can reasonably argue that they have the same polish as Windows (or MacOS) for the average user. Too much command line, too many disparate tools without consistency, just to name a couple.

Linux has its place, but it is not for the average person yet. I wish it would get there, but for decades people have been saying this.

RandomStickman,
RandomStickman avatar

Just throwing more personal anecdotal story, I use Mint at home and Win10 at work. The amount of time something wonky happen at work, like Teams being Teams, or issues connecting to wifi, are much higher than at home.

The only time I've touch the command panel is when there's some obscure programs I wanna try out. I don't even know how to delete a file using the Command Panel without looking it up first.

Using Mint as an Internet machine, and even gaming in my case with Steam making it so much easier, I feel much less resistance with Mint compared to Win10. Win10 just hides everything away and I feel like I need to twist its arm just to maybe have it do things I want, and I just want to print something. Mint was literally just plug and print. Mint feels more like Win7 than Win10 ever did to me.

Sanyanov,

Honestly, this. It’s very ironic, but with settings hidden God-knows-where and poor support for much of the advanced software, I find Windows way less polished and comfortable than Linux, despite many claiming the opposite

TheRedSpade,

People who claim the opposite either haven’t tried a mainstream distro in several years or they work for Microsoft.

!deleted125603,

deleted_by_author

  • Loading...
  • aniki,

    deleted_by_author

  • Loading...
  • TrenchcoatFullofBats,

    My mom is running Fedora 38 on a T14 Gen 2. It’s much more reliable than her old macbook, but we did have some issues with the sound driver, and the fingerprint reader is like Sex Panther cologne - 60% of the time, it works every time.

    geophysicist,

    Why would you swap a MacBook to Linux?

    aniki,

    deleted_by_author

  • Loading...
  • geophysicist,

    Makes sense!

    ares35,
    ares35 avatar

    linux is great for two types of people.. those that just need a browser or libreoffice and could use even a livecd or reset-on-reboot kiosk mode type se;tup that's been set up for them, and those that want to get their hands dirty.

    for everyone else, it can really be a pain in the ass sometimes when something goes wrong. help is fragmented in even more ways than the distros themselves, and every third response is usually something along the lines of 'google it' ("i did, that's how i got here") or 'rtfm' ("what fucking manual?"--documentation is lacking for soooo many things) and then silence.

    at least with windows you should already know going-in that 'backup and reinstall' is probably high-up at #3 on the list of things to try/do, after you search and scan a much larger pile of resources specific to windows and its (relatively few, by comparison) different versions.

    brothershamus,
    brothershamus avatar

    Totally agree, but with the caveat that if you have to support this user anwyay, bite the bullet and switch to Apple - at least they can still run Office and pretend it's windows while still benefitting from simply restarting everything as a fix.

    VindictiveJudge,
    @VindictiveJudge@lemmy.world avatar

    help is fragmented in even more ways than the distros themselves, and every third response is usually something along the lines of ‘google it’ (“i did, that’s how i got here”) or ‘rtfm’ (“what fucking manual?”–documentation is lacking for soooo many things) and then silence.

    This, and persistent sound driver issues, are what ultimately drove me away after using Linux as my primary for a few years. Forums were also filled with shorthand and they wouldn’t tell you what to actually type into the fucking terminal. Can’t figure out what the shorthand means? Too bad, because nobody will tell you.

    PainInTheAES, (edited )

    This is a take I would have agreed with 10 years ago but not today.

    There’s also the SteamDeck and gaming is a very valid use case now. I do admittedly like getting my hands dirty but I use Linux as a daily driver for school and home.

    The forum culture has gotten a bit better. It used to be like that more often 10 years ago but now people seem more helpful. It also really depends on what you google. (E.g. my desktop crashed Linux help vs gnome crash error from logs) But you’re also expecting a lot of free support from the community. If you need support buy Linux from a company that offers support like System76, Steam, etc.

    Ok, and you can also just backup and reinstall Linux?? In fact some distros automatic snapshots of your system get taken and you can roll back from the terminal, GUI, or bootloader.

    The last one I just don’t get. Windows errors are cryptic hieroglyphics or UX’d to uselessness. At least I’m Linux it tells me what went wrong either on the screen or in logs. Even with visual bugs I’ve been able to find an exact bug report with the developers response and the version it will be fixed in after some Googling.

    originalucifer,
    @originalucifer@moist.catsweat.com avatar

    what maintenance? most of the peeps i have using it blindly are just automatically applying recommended updates.

    Flaky,
    @Flaky@iusearchlinux.fyi avatar

    Friend of mine has a System76 laptop and had to talk to their support about issues with the webcam on certain apps. It was fixed but they asked him to check lsusb. This guy only knows the basics of the terminal from me having to teach him.

    sanpo,

    And what would’ve Microsoft support said?

    “Reinstall drivers, reboot, and pray it starts working!”

    Troubleshooting Windows for non-tech people isn’t any easier in any way.

    Flaky,
    @Flaky@iusearchlinux.fyi avatar

    I’m not discounting System76’s support (hell to my friend Linux is hard, but rewarding), but I am saying that this sort of thing is still alien to the average consumer. I’ve seen university students not know what a command line is.

    aniki,

    deleted_by_author

  • Loading...
  • sanpo,

    And besides, Linux usually provides useful logs, so you don’t have to fumble in the dark.

    TheGrandNagus,

    And when you do get an error message, it’s usually descriptive. Like a generic permission denied then a file path to the file where there was an issue or something like that.

    You get an error message in Windows and it’s usually something along the lines of 0xc000021a. Thank you, Microsoft. Very legible!

    brothershamus,
    brothershamus avatar

    The windows environment, as f*d as it is, is the ONLY mental model they are capable of. I have a short list of very needy users who cannot remember their f'ing password. Any of them, much less that there are multiple passwords.

    Every day it's some random BS with email, or scroll bars or something that makes me think FFS why is everyone this incapable of grasping a simple web search??

    I moved some of them to Apple because I'm not touching M$ with a ten-foot pole anymore. Oh god, the anguish I heard. The screams. The scroll bars just disappear!!! AAiiiiGhhhh! They close out windows and think that's closing the program. "But I restarted it!" No you didn't. They have no idea what desktops are, much less multiple ones. No C drive?? No C drive? complete catatonia. It's never-ending.

    Long story short, the entirety of the computer revolution (that was a thing we called it once, which was the style at the time) is very much just Windows for them. That's it. If you can make a Linux system mirror exactly Windows 10 in every respect and - AND - run all of Microsoft's products with no incursion of *nix-ism at all then they'll be happy. Well, not happy. Not-always-crying-in-panic. Obviously, that's never going to happen.

    I've hated Microsoft for so long; I've long since given up on them ceasing to be a cancer on the modern world, it's all I can do to just erase them from every corner of my computing experience where possible.

    Hamartiogonic,
    @Hamartiogonic@sopuli.xyz avatar

    Oh, and then they tell me about some window with some warning text on it. My first question is: Who is asking? Is it something Windows is asking you? Is it some other app? Is it a fake ad on a website. Context matters a lot, and some people don’t seem to know that context even exists.

    WhiskyTangoFoxtrot,

    Yes, but if Windows breaks it’s your fault. If Linux breaks it’s Linux’s fault.

    Smokeydope,
    @Smokeydope@lemmy.world avatar

    My elderly parents in their 60s use linux mint daily and have never had an issue with it (admittedly I did have to set it up for them still). I just set up the desktop shortcuts for them to their websites and turn on automatic updates. The hardest part isn’t using an alternative OS like mint or pop, its getting an average person to figure out how to install it. Getting into your BIOS to boot into the installation drive, re-partitioning your harddrive to free up space for dual booting or nuking windows off all together, those are the hardest parts for any first timers IMO. After youve done it a dozen times its no problemo but the first time is nerve racking at least it was to me.

    originalucifer,
    @originalucifer@moist.catsweat.com avatar

    there is an 'oem setup' you can run. so ive been taking old desktop PCs, running them through the oem setup where i can configure the drivers and everything, and then shut it down.

    Then on first boot when i hand it to a new end user, they just follow the instructions. i tell them to leave most things default and theres never really any issues.. printers sometimes i spose

    thefartographer,

    I propose an “e-printer.” It’ll just be an e-reader that you can send images, documents, any non-moving media to via a “print” icon. It’ll have options on how to format the file browser, including a view called “piles” where it shows a disheveled layering of whatever files are in that directory instead of a folder icon. Previewing items in the “piles” view would let you “thumb through” the corners of the “printouts” until you find the one you suspect is the right file. The first select shows an image preview of the file, the second select fully opens the file. Extra points if we can open the file using a voice command such as “ahhhh, there it is.”

    ares35,
    ares35 avatar

    so, a pdf 'printer' basically. anything you print gets dumped to pdf files... which can be previewed, searched, annotated, organized into directories (piles) etc. as well as sent to and shared with others, or even printed on a dead tree.

    most of my 'printing' is already done this way.

    thefartographer,

    Actually, yes. And make it compress and process the PDF real slow-like with a bunch of horrible noises that are frightening to pets.

    My intent though is to avoid the inclusion of dead trees in this process, but still create an analog for all the horrible inconveniences of printing on dead trees that my older tech support clients argue are features.

    TrenchcoatFullofBats,

    make it compress and process the PDF real slow-like with a bunch of horrible noises that are frightening to pets.

    DOT MATRIX PRINTER NOISES INTENSIFY

    OKIDATA POWERS ACTIVATE

    thefartographer,

    Instructions unclear; reader broke when I tore off the perforated edges; paper accordion fold appears impossible

    TrenchcoatFullofBats,

    Dot Matrix Printer: IT IS ALL PART OF MY CHARM

    Now I’m wondering if I could combine the dot matrix printer sound with the sound a 9600 baud Hayes modem makes when someone in the house picks up a phone

    brothershamus,
    brothershamus avatar

    it really should just be a print process that inevitably fails with an incomprehensible error code or a demand for money.

    blackluster117,
    @blackluster117@possumpat.io avatar

    “PC Load Letter? What the fuck does that mean?!”

    thefartographer,

    A boring dystopia

    nilloc,

    OSX had stacks, and has quick view that does all that piles stuff. I tried them out for about a week when they were first introduced. Grids are better for a reason.

    And the print dialogs all have save PDF instead, but automating an eReader upload is a neat idea.

    thefartographer,

    Stacks was exactly my inspiration web describing piles, and gallery is kinda my inspiration on how to “thumb through” files. Except my idea would require a lot of resources dedicated to high quality compressed previews of documents.

    Also, I’m not proposing this like I think I’ve come up with an invention. I’m just hoping that my random musings would inspire someone with far more technological knowhow than myself. When I worked in mobile tech support, I quickly realized that the majority of issues that let bad-actor computer repair companies take advantage of old people revolved around printing stuff.

    Even though I no longer work in tech support, I still offer free basic tech support and computer repairs to older members of my community to try to make amends for having worked for such bloodsucking companies.

    HC4L,

    Kinda disagree here, my parents also won’t install Windows or any other OS by themselves. An average person isn’t going to switch to an alternate OS. Because they do not care.

    An average person however IS going to want that specific Windows only mail client, legacy applications that don’t run on Linux or use their bank website that isn’t supported by Linux.

    This is a one way ticket to making yourself the sole family sysadmin.

    thejml,

    I had my Mom and Dad using Ubuntu like 12yrs ago. He was fine using it for like 6-9 months, I was impressed… Then he got a high end slide scanner that literally only worked with custom software in Windows XP. And then my Mom needed some windows only software for her hobbies and well, they both have Windows now and it’s somehow reduced my tech support and they’re happy, so whatever. I’ll stick to Linux/Mac and everyone’s happy.

    It really comes down to “use the right tool for the job”.

    jmankman,

    What the fuck bank do you use that looks at your OS and says “fuck that guy”?? It’s a fucking website

    LemmyIsFantastic,

    Plenty of banks, if not most, will keep you out just for using a known VPN.

    brothershamus,
    brothershamus avatar

    Becoming the sole family admin is an inevitability. Unless your family are all people who read manuals, and they're not, you are the sole family admin already and probably don't know it.

    Anomalous_Llama,

    And as the sole sysadmin of my family I am going to prioritize keeping them in familiar environments to reduce my ticket load as I don’t have a tier 1 group to handle them.

    theherk,

    Sorry, I don’t support Windows.

    TheGrandNagus, (edited )

    People say this but if you’re just using something like Linux Mint, it’s vastly simpler than Windows.

    The search works. Never will you open the start menu, search for an app, and instead get ads and bing results.

    All functions are done through graphical programs (terminal isn’t needed).

    It’s laid out in the usual Windows UX, complete with a taskbar at the bottom, start button in the bottom left that opens a familiar menu, minimise, maximise, and close buttons in the top right of a window.

    Apps are installed through an app store, rather than searching online, hoping you’ve downloaded the right installer, opening it, going through the installer, deleting the installer afterwards.

    Auto updates can easily be enabled at first time setup, in the tutorial program that runs upon first boot.

    A distro like Mint is easier than Windows or MacOS. It doesn’t need to be made any simpler, it just needs to be available out of the box on more devices, because no average user will ever change their OS, not even to an easier to use one.

    geophysicist,

    There’s a guy above that listed 11 issues that he couldn’t figure out when he swallowed from Windows to mint. I swear the Linux maximalists just repeat “Linux works perfectly” on loop hoping that’ll make it true

    TheGrandNagus,

    I never said you’ll never run into issues. Desktop OSes are intrinsically more complicated than, say, a notes app.

    But if you think people don’t run into issues on Windows all the time, or that no time was spent learning how windows works, then you’re out of your mind.

    Mint is objectively easier to use than Windows. I’m not telling you to use it. Use what you want. I’m just giving you the info.

    i sWeAr WiNdOwS mAxImaLisTs jUsT rEpEaT “wIndOWs wOrKs pErFecTlY” oN LoOp hOpiNG tHat’LL mAkE iT tRuE

    geophysicist,

    We’re not talking about complicated things that need learning. We’re talking about the fingerprint scanner not working in mint or the scrolling being a super sensitive default speed

    If you need to dive into online forums to fix your os installation, instead of just going into the settings app, then it is not “objectively easier than windows”

    TheGrandNagus,

    Which settings app? Windows has multiple, for… reasons…

    And let me get this straight, you’re saying people never search for assistance when things don’t work in Windows? Lmao

    cybersandwich,

    I only use Windows at work (because I have to). The thing that drives me fucking nuts, as an advanced computer user in general, is how God damned unintuitive the Office,OneDrive, and File explorer integration is.

    I have no idea where I am saving stuff half the time(or more accurately have to change it each time because the defaults are dumb). I don’t want it in my OneDrive downloads folder or OneDrive documents folder. I want it in my fucking laptop download folder or local documents folder.

    Then Teams is saving stuff in SharePoint in the background, permissions are annoying AF. At least they’ll flag that a recipient of an email attachment or imbedded url doesn’t have access. So that’s nice I guess.

    Oh, then sometimes I’m prompted to save a copy of a shared document, but that’s different from “download a copy”. If you save a copy it just makes a new shared copy for everyone in the SharePoint site.

    I feel like a boomer when I work with MS now. Maybe it’s all enterprise settings for where I work and maybe it’s not MS’s fault but hot damn I am so much less productive than if I just used Gsuite, only office, on Mac or .

    Maybe I just need to spend a week taking training classes on these products. But who tf has time for that when you have your actual job to do. So I guess that really sums up Microsoft for me: it’s in the way and slowing me down.

    Hamartiogonic,
    @Hamartiogonic@sopuli.xyz avatar

    When saving a file in Word, Excel or whatever, the process looks some thing like this.

    ctrl+s

    “Save this file” dialogue appears, and it expects I want to dump everything into the root of OneDrive. Well, I don’t.

    “Choose location” has some folders, none of which are what I want, because I tend to save my files pretty deep in the tree. Everything has a logical place, you know. I’m not one of those people who have a thousand files and 500 GB on the desktop. I like it neat and tidy.

    Click “more options”. Now I can finally navigate to the specific folder I want. If you realize you actually need to create a new folder, this dialogue box isn’t for you. In order to do that, you need to go to “browse” where you’ll get the normal file dialogue box.

    Can’t I just jump straight to the browse menu when I press ctrl+s? You know, like the way normal applications do it. Just try to save a file with Inkscape to see what I mean.

    ebits21,
    @ebits21@lemmy.ca avatar

    Same. I was so annoyed with windows slow, useless search at work (I search for pdfs all day) I just wrote a Python program that does that job much, much better.

    rhythmisaprancer,
    rhythmisaprancer avatar

    What you are saying heavily echoes my challenge as a govt employee who uses Linux at home. Like why, when I select a folder to save something in, does it revert right back to the nebulous default one minute later? Unacceptable.

    Serinus,

    saving stuff in SharePoint in the background, permissions are annoying AF

    The nice thing about this is that it told me when bosses were snooping around files that I’d never shared with them. I got an automated email from Sharepoint asking to give them permissions.

    RunawayFixer,

    It is not the settings of your enterprise, the file savings mess is 100% on Microsoft. Imo learning to work with it is pointless, since it will be entirely changed sometime in the future again when Microsoft again tries to trick more people into using these programs in order to boost their quarterly statistics.

    thatsnothowyoudoit,
    @thatsnothowyoudoit@lemmy.ca avatar
    deweydecibel,

    Was this at all necessary? You used a generic meme format to reiterate the point someone else made, and because there’s no “hide images in comments” setting yet, it’s just distracting and taking up space.

    God damn do I want RES back.

    stopthatgirl7,
    stopthatgirl7 avatar

    You seem fun.

    anarchy79,
    @anarchy79@lemmy.world avatar

    He’s from… That other place.

    tocopherol,

    I guarantee you your comment will annoy significantly more people.

    nexas_XIII,

    Be the change you want to see. Make RES for Lemmy?

    TheBat,
    @TheBat@lemmy.world avatar
    cholesterol,

    After leaving Windows I actually still get stressed just reading about stuff like this.

    init,
    @init@lemmy.ml avatar

    But are you sure you don’t want to make Edge your default browser??

    CrayonRosary,

    Why do you think you need to download Chrome? Write a 500 word essay explaining how it’s better than Edge.

    (For real, though, it’s not. Use Firefox.)

    testgoatpleaseignore,

    deleted_by_author

  • Loading...
  • dgriffith,

    Your answer was 501 words, we have uninstalled all browsers except Edge and made Edge your default browser! Enjoy using Edge!

    dual_sport_dork,
    @dual_sport_dork@lemmy.world avatar

    Your answer was exactly 500 words, so we have added the notation “smartass” to your permanent file and also made Edge your default browser. Enjoy using Edge!

    dgriffith,

    “Ok where’s my Linux Mint USB stick, it’s time to make that live distro permanent.”

    ScaNtuRd,

    Chrome? Why would you download that Google crap?

    CrayonRosary,

    Did you not read my whole message?

    DudeDudenson,

    Oh you want to change the default app for a file extension? Here change it for all the extensions one by one by hand!

    What do you mean you didn’t have to do this before? There’s no before!

    dditty,

    So there’s also this neat feature in Microsoft Office where if you insert a hyperlink to a Google Doc/Sheets/Slides/Forms, Microsoft appends URIs to the end that prevents the link from opening in browsers other than Edge/IE. It can be corrected with a registry edit, but it’s been an issue for years and years at this point. Super annoying!

    Natanael,

    Or another fun thing I recently saw at work, Microsoft changing Office programs to always open links in Edge by default so you have to edit a setting to make it open the default browser again - which caused a significant productivity loss when people suddenly had various intranet pages opened in a browser they were not logged into, and they all had to contact support to get the original sane behavior back.

    Microsoft is being run by marketing teams with hubris these days, there’s absolutely no way they’re testing these things with real humans before release.

    adam_b,

    Thanks to FOSS Devs, it’s possible to remove a lot of shit Microsoft throws at their users, Sophia Script, Optimizer, PrivateZilla, PrivacySexy… To name a few…

    However, removing Microsoft Edge is still difficult, if not impossible, I used pirated iso’s ( for testing purposes ) that removes MS Edge, but once you update the system, everything crashes, AME is a good example, in order to keep the system stable, they disabled all updates for you…

    I also noticed that the privacy invasive features I turn off, get turned on, on the next update, MS Edge does this with each update, so it leaves you with no choice but to just … Ignore its there, and not use it…

    So my conclusion is, you can’t disbale anything unless Microsoft allows you to, yes you can have a less annoying experience with one of the tools I mentioned above, but the OS remains hostile against user choice.

    random65837,

    So my conclusion is, you can’t disbale anything unless Microsoft allows you to, yes you can have a less annoying experience with one of the tools I mentioned above, but the OS remains hostile against user choice.

    Whats funny there, is people that are forced (I assume that’s the only reason you’d run it) to run Windows hate that shit, while at the same time the Apple cult embraces have zero control of their devices. They know best after all…

    cholesterol,

    but the OS remains hostile against user choice.

    That’s just it. Most of us probably work on our computers – imagine if you were a carpenter and your tools actively fought you. It’s about literal quality of life for me at this point.

    dual_sport_dork,
    @dual_sport_dork@lemmy.world avatar

    The worst part is that if Raymond Chen is to be believed (author of The Old New Thing, work(ed) for Microsoft) this is the complete antithesis of what their philosophy was supposed to be in the Windows 96/98 era, which was “let the user have full control over how they want to use their computer.”

    That shit went right out the window, didn’t it?

    endhits,

    If you have to do stuff like that, it’s time the cut your losses and stop using windows.

    adam_b,

    lol… easier said than done…

    Linux either doesn’t have the professional software I use, or it does but i have to relearn it if I wanna use Linux

    endhits,

    Yeah I understand. Hopefully the situation improves.

    nekusoul,
    @nekusoul@lemmy.nekusoul.de avatar

    Personally I hate these tools with a passion as every single one I’ve seen goes overboard and disables potentially wanted features or straight up breaks stuff in its default configuration. It’s always fun to figure out what’s wrong with a machine only to eventually figure out that the owner used one of those tools a few months ago.

    IMO people should either do these changes themselves or use another OS, though ultimately there needs to be legislation against this to help the non-technical people.

    adam_b,

    You can’t do 70℅ of what these tools can do for you since these features are hidden by Microsoft, and the only way to disable or enable them is via Powershell

    Also, you have to be lazy and reckless to run them as they are, since almost all of them have checkboxes and explainers to what they’re going to do.

    From a person who troubleshoots computers perspective, yes, fixing a computer for someone who tinkers but doesn’t understand what they’re doing ( in some cases they might not know what they’re trying to achieve ) can be a headache, and I can’t help but give them this look 😒

    CeeBee,

    This exact same thing happens when trying to cancel a subscription. Magellan TV wouldn’t let me continue to cancel my subscription until I selected a reason for the cancellation.

    So I exited the process and contacted support with the message “your website will not let me cancel without providing a reason”.

    They replied with “you can just select a reason and then it will allow you to continue”

    To which I said “and where’s the option to cancel without you holding my account hostage until I do what you demand of me?”

    They replied with confirmation that they’ve cancelled my subscription for me.

    It seems petty, but no company should be allowed to forcibly extract additional info out of you when you want to cancel. They can ask all they like, but never force.

    Gsus4,
    @Gsus4@mander.xyz avatar

    You could tell them that your dog made you do it because there aren’t enough shows about bitches, then the ball is on their court to act crazy :D

    dafo,

    Here in Sweden you can cancel a subscription however you wish (as long as it’s within reason). You can send a company snail mail, email, go by their office, phone, text, whatever reasonably reaches them. They’re not allowed to pull the “Oh, buy you have to call [number which leads to an antichurn department]” or “please tell us why” (but of course they’re gonna try anyway. If it’s an online form you usually have a “I don’t want to disclose why”-reason).

    Fiivemacs,

    selects other

    ‘get fucked’

    AeonFelis,

    I believe the exact wording should be “Because fuck you, that’s why”.

    anarchy79,
    @anarchy79@lemmy.world avatar

    That is the one single sentence I have ever entered into an “other” box.

    nucleative,

    Hey, Lemmy user in this thread: you’re likely in the top 0.1% expertise of all computer users worldwide.

    This prompt is aimed at my boomer dad, who wouldn’t know what that funny icon is but read somewhere to close his apps for better speed. If his OneDrive docs disappear, I’ll get a call about it. At the same time, Microsoft probably can’t sell anything to my dad ever again, except his Office 365 subscription, so that makes him the product.

    Microsoft is usually pretty good at letting tech users disable this kind of stuff with powershell commands or registry keys, which you already know how to do. And of course businesses join windows PCs to domains and disable this stuff centrally too.

    TWeaK,

    Your stuff wouldn’t disappear if Microsoft didn’t keep stealing it and storing it on their servers, insteads of leaving it on your PC where it belongs.

    This isn’t for your boomer dad, this is for Microsoft. You pay them for software, they steal your data. They’re literally worse than Facebook and Google now.

    Smokeydope, (edited )
    @Smokeydope@lemmy.world avatar

    My parents are 60 years old and use mint daily. When my mom needs onedrive she just uses the web app through the internet browser. At this point its better for your boomer parents to move them to a OS where they aren’t a product and the corporate overlords won’t be able to fuck with their local files. the 99% of normal users only use their computers to boot into the internet browser, and every piece of software they use from banking to documents has a web-based front end, a FOSS alternative, or can be emulated with wine.

    HelloHotel, (edited )
    @HelloHotel@lemmy.world avatar

    When you do what microsoft wants, they dont punish you. Microsoft have found a way to treat users like employees. Every company knows to punch an employee above the belt (by nesesity of a cruel world or optionally pretend its true), apologise, give them cake and pray they develop a relationship.

    For those that whisper “union” to coworker, punch below the belt, look tough and walk away.

    this is how Microsoft hates your non cooperationThey wont mess with buisnesses because they have too much power to abandon their product in mass and are generally aligned with Microsoft’s productification practices. However, users “dont have any power”. Microsoft doesnt want users to turn these settings off, devorcing your computer as much as they will allow makes a “your device is not set up” screen to appear at login. Its a lie (or gross redefinition of “set up”). I would argue that it is designed to trick users into turning those fetures back on. If you run a program or follow a guide to turn off settings in the registry, they have in the past, changed them back. users often dont check every setting to make sure they havent changed in the night. Microsoft actively disrespected (and mabe still does) the “open urls/links in this app” menu, they give you their sales pitch on edge when switching the prefrence, they overrode the setting to always be edge or they did the above settings tampering

    realitista,

    I’m okay with this as long as one of the options is

    “Because fuck you, that’s why.”

    anarchy79,
    @anarchy79@lemmy.world avatar

    Literally what I write in every "Other reason: " box any time some rando software decides to entitle itself the privilege to open up browser pages on my machine.

    ares35,
    ares35 avatar

    if there's a 'fill in the blank' after choosing 'other'...... their 'ai' is going to melt from the responses.

    burliman,

    Or just pick the first option, which is basically what this article is saying. I don’t want it running all the time.

    Dran_Arcana,

    You already paid for windows; our default response should be to poison the survey not capitulate to also being the product.

    Karyoplasma,

    You assume I paid for Windows.

    IHeartBadCode,
    IHeartBadCode avatar

    I know my response. ' UNION SELECT username, password FROM users--

    tslnox,

    Or you could call good old Bobby Tables.

    Nobody,

    “Bill Gates is trying to use OneDrive to install a chip in my brain.”

    heygooberman,
    @heygooberman@lemmy.today avatar

    First with Chrome, now with OneDrive. What exactly are they trying to do with these “explanations” aside from annoying their user base?

    knotthatone,

    Pushing subscriptions and vendor lock-in. They harass you to use OneDrive so they can later harass you to pony up for a 365 subscription.

    AWittyUsername,

    The only reason I want a 365 subscription is for Excel, still nothing really beats it.

    dual_sport_dork,
    @dual_sport_dork@lemmy.world avatar

    Yeah, but you can also just pirate a volume license version of Office 2016 and move on with life.

    knotthatone,

    That’s fine if you actually want it. I usually get the Costco deal for the family plan because we need the official MS Office apps and the terabyte storage per account is useful for us.

    But Microsoft has gotten really obnoxious lately about upselling in the OS.

    0x2d,

    the enshittification of chrome sucks since i used to love it

    TheFeatureCreature,
    @TheFeatureCreature@lemmy.world avatar

    Guilt tripping.

    AdmiralShat,

    I suppose they think they can gather more information on user habits and user interaction with onedrive to determine how to reduce user loss.

    Isycius,

    If so, they should pay for Q/A and/or focus testing themselves. Not freeload off from forcing users.

    I can already see that this won’t gather them any data that is actually useful for analysis.

    MystikIncarnate,

    This is the software giant equivalent of the Simpsons out of touch meme.

    They’re frantically looking for why nobody likes them while they’re aggressively doing the thing that nobody likes them because of.

    IMO, this is a bit like having a fellow student in your same grade in highschool who asked you out on the first day of class despite not really even knowing your name and when you declined, they asked you why every day for the entire year, and no matter what you said, they would still ask again tomorrow, because your answer never satisfied them.

    Listen to me Microsoft, you have a few winners, like Windows, maybe office/365 for the business folks (though, formerly, it was exchange), and a few other gems. Don’t ruin the reputation you still have for making half decent operating systems by turning them into an ex that just won’t stop calling… IMO, this whole thing started when you axed MSN Messenger, and forcibly merged it into Skype, rather than bringing clever upgrades from the Skype codebase over to messenger. Everything went downhill from there. Even teams is still tainted by the Skype for business shenanigans that happened. You messed up. Stop irritating the clientele that you still have and give it a rest. Just make a good operating system, and focus on innovation. I haven’t seen any of that from you folks since the release of the NT kernel; it’s all been predictable iterative changes.

    Back the hell off.

    Koordinator_O,
    @Koordinator_O@lemmy.world avatar

    That comparison is missing a bit. That fellow student is not just asking you. He asks everyone and sure enough there are some willing to say yes. That is the problem. There are still enough such people so its worth for them. They don’t care about the no sayers. Who cares if you are anoyed if the next five people say yes? So no. They will never back off. Only when the numbers turn red. And then they probably will find an even worse system instead of improving.

    MystikIncarnate,

    They don’t care about the no sayers.

    OP’s article would imply that they do. There’s literally no other reason to do what they’ve done with OneDrive. They’ve given a list of reasons that they find to be “the only possible reasons why you would reject such an amazing program”, and given you no other options. Historically, yeah, that’s been the case, you don’t want it, fine… and they go and sell it to someone who does; but this isn’t that. This is pestering you as to why you don’t like them and no answer YOU provide is good enough; only if you fit into their little boxes, is your answer “good enough”… for now.

    No1,
    @No1@aussie.zone avatar

    Reason: Other
    Please specify: Nunya. Nunya bidness

    ScaNtuRd,

    I feel like the EU needs to get on top of this

    random65837,

    Of course you do…

    dynamojoe,

    They’re training an internal AI on documents in OneDrive, I bet.

    Saki,

    The same URL now: Microsoft gives in and lets you close OneDrive on Windows without explaining yourself

    Update November 10th, 4:45AM ET: Microsoft has removed the dialog forcing users to fill out a survey when quitting OneDrive, and reverted to the original prompt. In a statement sent to The Verge, Microsoft says:

    Between Nov. 1 and 8, a small subset of consumer OneDrive users were presented with a dialog box when closing the OneDrive sync client, asking for feedback on the reason they chose to close the application. This type of user feedback helps inform our ongoing efforts to enhance the quality of our products.

    The story below is unchanged.

    OsrsNeedsF2P,

    Useless PMs are KPI farming, more at 8

    Smokeydope,
    @Smokeydope@lemmy.world avatar

    Yeah okay microsoft whatever you say. The only thing you’ve ever been interested in ‘enhancing the quality of’ is how tight the leash around your users necks is. At this point I would respect you more if you were just honest about your corporate assholery.

    “We don’t give a fuck about you as a user and want to test how far we can screw with you just for fun, enjoy your 15.99$/month subscription based service to reduce the new 15 second advertisements that show up whenever you launch a program on windows 12, to one per hour. Slop it up, you retarded cattle.”

  • All
  • Subscribed
  • Moderated
  • Favorites
  • technology@lemmy.world
  • DreamBathrooms
  • magazineikmin
  • tester
  • Durango
  • Youngstown
  • rosin
  • khanakhh
  • slotface
  • ngwrru68w68
  • mdbf
  • thenastyranch
  • kavyap
  • InstantRegret
  • modclub
  • JUstTest
  • everett
  • Leos
  • GTA5RPClips
  • osvaldo12
  • ethstaker
  • cisconetworking
  • tacticalgear
  • normalnudes
  • anitta
  • cubers
  • provamag3
  • megavids
  • lostlight
  • All magazines