Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Pearson complaining about using Linux to access my course material

⁨1229⁩ ⁨likes⁩

Submitted ⁨⁨3⁩ ⁨weeks⁩ ago⁩ by ⁨okr765@lemmy.okr765.com⁩ to ⁨mildlyinfuriating@lemmy.world⁩

https://lemmy.okr765.com/pictrs/image/ebb2d3a9-fbb1-43cf-8b5f-ba1af3ef38c4.png

source

Comments

Sort:hotnewtop
  • frightful_hobgoblin@lemmy.ml ⁨3⁩ ⁨weeks⁩ ago

    “upgrade”

    source
    • JasonDJ@lemmy.zip ⁨3⁩ ⁨weeks⁩ ago

      Upgrayedd. With two “d”'s.

      source
      • someguy3@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        A shareholder’s love is very different from that of a FOSS.

        source
      • StarMerchant938@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        “You are an unfit mother, your children have been placed in the custody of ’ CARLS JR.'”

        source
        • -> View More Comments
    • saltesc@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      Aw, manggg. But I just upgraded to Linux last week’s. Shoot…

      Back to being treated like an idiot, force fed bloat, having no control over my own PC, and taking four steps to get everything done but often ending up down a rabbit hole of 19 step troubleshooting just to say, “Fuck it! Fine! I’ll accept the new feature” then being toured on the new feature after it crashes first then won’t let you login, but finally you do and THEN you’ve got your file open but forget what for by then, all the while it’s notifying you of updates constantly but you won’t run them because noticed it’s contains the AMD driver which is the old one so Adrenaline will stop working but that also means Windows somehow undid the group policy fucking around you had to do has somehow been undone and they say Linux is hard.while.Windows thinks I’m the fucking idiot and- RAAARRRGH!!!

      snaps back

      Huh, sorry. I get flashbacks still. The doctors say with the right therapy, I’ll be better in a year.

      source
      • ArchAengelus@lemmy.dbzer0.com ⁨3⁩ ⁨weeks⁩ ago

        I felt this revulsion in my bones. :shudder:

        source
    • neidu3@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

      Haven’t you heard? Pearson’s requires at least Linux 2.

      source
      • joyjoy@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

        Let me just check something on my terminal.

        $ uname -sr
        Linux 6.14.4-arch1-1
        

        I’m suspicious.

        source
      • WhiskyTangoFoxtrot@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        That came out in 1996.

        source
    • joyjoy@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

      This means they forgot platforms other than Windows exists. It’s likely they’re checking for currently supported systems and anything older is insecure, so blocked for your security.

      Likely something like this pseudocode

      function isPlatformVersionSupported(useragent) {
          // Windows XP is NT 5.1
          // Windows Vista is NT 6.0
          // Windows 7 is NT 6.1
          // Windows 8 is NT 6.2
          // Windows 8.1 is NT 6.3
          // Windows 10 and 11 is NT 10.0
          if (useragent.name == "Windows" && useragent.version.match(/Windows NT (6\.3|10)/)) {
              return true
          }
      
          // TODO: insert supported macos versions here
      
          return false
      }
      
      source
    • Lucidlethargy@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

      I always hate this when it’s used to target Firefox.

      “upgrade to chrome”

      Like… What the fuck?

      source
      • AtariDump@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        Just use a user agent switcher.

        source
    • Vespair@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

      The actual audacity

      source
  • Eggyhead@lemmings.world ⁨3⁩ ⁨weeks⁩ ago

    Their deliberate word choice of “upgrade” to supported operating system is mildly infuriating.

    source
    • possiblylinux127@lemmy.zip ⁨3⁩ ⁨weeks⁩ ago

      They probably assume you are running something like Windows 7

      source
      • voodooattack@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        Uhh

        Your operating system, Linux, is not supported…

        source
        • -> View More Comments
      • AngryPancake@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

        They know which operating system you use based on the user agent, so they know it’s Linux.

        source
        • -> View More Comments
    • noxypaws@pawb.social ⁨3⁩ ⁨weeks⁩ ago

      we have wildly different definitions for “mildly”!

      source
  • JuxtaposedJaguar@lemmy.ml ⁨3⁩ ⁨weeks⁩ ago

    I’ll just change my browser agent then; you’re a fucking website, you don’t need to know which OS I’m using.

    It’s amazing how many “unsupported” web apps work perfectly fine once you change the UA. It’s often a completely arbitrary limitation so that they can hire less qualified support staff.

    source
    • janus2@lemmy.zip ⁨3⁩ ⁨weeks⁩ ago

      and so they can use browser vulnerabilities features to collect more data on you

      source
      • lagoon8622@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

        Nope we don’t want to hire anyone who knows anything about Linux, no one uses Linux

        “Linux is unsupported”, that’ll work

        Everyone: uses a UA switcher

        “See? No one uses Linux, 100% of users are on Windows or MacOS”

        source
    • Irelephant@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

      A small publisher’s ebook platform recently started blocking firefox for me, did a bit of digging and found that if pages aren’t requested with the right headers (which work in chrome and msedge) it will respond with a 302, suggesting you go to another page which takes a few minutes and then times out.

      This is probably to stop scraping, and could be because I started testing some scraping scripts on it.

      Anyway, this hasn’t even stopped me scraping, I just copied the headers and use those in my script.

      source
      • Evotech@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        I use this extension by a Firefox dev

        addons.mozilla.org/en-US/firefox/…/chrome-mask/

        source
        • -> View More Comments
  • MonkderVierte@lemmy.ml ⁨3⁩ ⁨weeks⁩ ago

    Upgrade

    Insults on top of incompetence, huh?

    source
    • Duamerthrax@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      It’s Pearson.

      source
  • Disorder6069@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

    I ran into this before too, I believe I got around it with a User Agent changer… that or a windows 10 VM with 2 cores and 2GB of RAM that ran only Firefox

    I think it’s just because people that use Linux are generally more technologically inclined and are more likely to try and get around their crappy DRM

    source
    • okr765@lemmy.okr765.com ⁨3⁩ ⁨weeks⁩ ago

      Yeah, I can still access it just fine, but the word “Upgrade” didn’t make me very happy…

      source
      • Disorder6069@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

        Very true, I too would consider Microsoft’s spyware a massive downgrade

        source
  • DaddleDew@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    The most infuriating part is that they call it an “upgrade”

    source
    • scrubbles@poptalk.scrubbles.tech ⁨3⁩ ⁨weeks⁩ ago

      Yeah I go from an OS that I know how to use up and down to an ad riddled bloated piece of garbage. Thanks!

      source
  • Tattorack@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    “Upgrading” to a supported operating system… “Upgrading”.

    source
    • flightyhobler@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      Yeah, that was also what got into my nerves.

      source
  • moseschrute@lemmy.ml ⁨3⁩ ⁨weeks⁩ ago

    How tf do you not support an operating system. Like you gotta go out of your way to detect and block the operating system. Like if you put in 0 effort it would probably work but your company really spent money making their product less accessible for no reason.

    source
    • fnrir@lemmy.blahaj.zone ⁨3⁩ ⁨weeks⁩ ago

      User agent

      source
    • Vorticity@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      I don’t really disagree with you. It’s dumb to go out of your way to block an OS that probably works just fine.

      That said, the answer is probably “lawyers” and an attempt to limit liability. People rely on the course materials to work. If they don’t want to out the effort into testing to ensure that their software works on Linux, even if it would probably be fine, they may want to limit the possibility of being sued by someone when it somehow screws up their semester.

      So, they out up a soft barrier that says “this may not work right” but let you use it anyway. They have deniability if something goes wrong while the savvy Linux user probably just laughs and changes their user agent.

      Essentially, no one is hurt and the lawyers are happy.

      source
      • tankfox@midwest.social ⁨3⁩ ⁨weeks⁩ ago

        The motivation from their side is not wanting to support Linux. There’s a difference between working and supported; support costs them money in terms of every phone call from every person for whom the material doesn’t work correctly, as that means paid trained staff on hand all the time whether you’re having linux issues right now or not. Imagine if one person a year had linux issues, requiring them to hire a full time linux tech with nothing to do but pick up the phone once a year. By putting a roadblock in front that people can get around, it can ‘work’ on that system while they have a leg to stand on to say no to any linux user who wants help they can’t provide.

        source
  • GreenKnight23@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    I had this problem over 10 years ago. change your user-agent, problem solved.

    they do it because they are regulations for educational software that must be met, like specific access requirements in order to be used in accredited courses.

    it’s not anything specifically against Linux, it’s that they can’t test and validate those access requirements for anything outside Windows due to organizational limitations.

    source: I worked for colleges early in my career that used Pearson then worked for a vendor that managed infrastructure and project management for Pearson. they aren’t unique, their competition is just as fucked as they are. most still use waterfall because upper mgmt is old and refuses to adapt.

    source
    • cute_noker@feddit.dk ⁨3⁩ ⁨weeks⁩ ago

      My bank does this too. I also just change the user agent to switch and it works with no issues.

      At this point it just seems silly that they even want to go out of their way to Prohibit Linux users

      source
  • ronflex@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    They’re under a class-action lawsuit currently for using biometric data in a US state where it’s illegal. Just kinda interesting. www.bipatestsettlement.com/Home/FAQ

    source
  • thorhop@sopuli.xyz ⁨3⁩ ⁨weeks⁩ ago

    “Upgrade”? Every other option is a downgrade. Sue them for false advertisement.

    source
  • FryHyde@lemmy.zip ⁨3⁩ ⁨weeks⁩ ago

    Very loose interpretation of the word “upgrade” they’re employing here…

    source
    • lambipapp@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      I assume it is a generic message, let’s say youd run windows 7. Then this message would sound more reasonable.

      But I agree, this is crazy if it is running in a browser

      source
  • padook@feddit.nl ⁨3⁩ ⁨weeks⁩ ago

    Its comical that in the last 25 years Linux has gone from a nerd-only tool to something that a 10 year old can install on an air-fryer and still we deal with this bs

    source
  • 01189998819991197253@infosec.pub ⁨3⁩ ⁨weeks⁩ ago

    I had that problem. I changed my ua to Edge on Windows, and the message went away. Everything worked.

    source
    • CanadaPlus@lemmy.sdf.org ⁨3⁩ ⁨weeks⁩ ago

      Holy shit, why even implement the message then? There is no good answer.

      source
      • Brandonazz@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        Netflix does the same thing with “supported browsers.” It doesn’t matter if it’s actually supported, just whether it’s one of the two or three it allows because it can do analytics or whatever with them.

        source
    • Echolynx@lemmy.zip ⁨3⁩ ⁨weeks⁩ ago

      Huh, would that work for remote proctors?

      source
      • Phoenixbouncing@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        No because that requires installing a rootkit on your machine as part of their anti-cheat system.

        source
  • qwestjest78@lemmy.ca ⁨3⁩ ⁨weeks⁩ ago

    I had a course where the teacher beasically said you would have a hard time passing if you did not have a windows laptop because it was the only OS what worked well with their program.

    The program was Excel sheets

    source
    • LodeMike@lemmy.today ⁨3⁩ ⁨weeks⁩ ago

      Most tech street smart non-techie.

      source
    • possiblylinux127@lemmy.zip ⁨3⁩ ⁨weeks⁩ ago

      College is a joke

      source
  • lightnsfw@reddthat.com ⁨3⁩ ⁨weeks⁩ ago

    What “Key features” from an educational course could possibly require windows? It’s spying on you.

    source
    • kiagam@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      They just don’t want to support it to save dev time/money

      source
      • dustyData@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        Oh yes, the very expensive Dev time cost of zero, because it is a fucking website.

        source
    • tankplanker@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      Does it have online exams? Pearsons shitty anti cheat stuff they use for proctoring is windows and mac only.

      Having seen how much people cheat including using someone else using screensharing to proxy the exam for you I cannot blame them for wanting to do this, but I do blame them for not wanting to support Linux properly.

      source
      • lightnsfw@reddthat.com ⁨3⁩ ⁨weeks⁩ ago

        If they’re going to have online exams they need to just accept that cheating is going to happen. There’s a million ways to do that in an environment you control. Make the exams open book but make it harder to account for the fact that the students have access to reference materials.

        source
        • -> View More Comments
    • ayyy@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

      TPM2.0 DRM crap?

      source
  • hazypenguin@feddit.nl ⁨3⁩ ⁨weeks⁩ ago

    “Upgrade”

    LOL

    source
  • echolalia@lemmy.ml ⁨3⁩ ⁨weeks⁩ ago

    I had this problem with Pearson. I got around it by making sure my bowser (librewolf) reported windows as my user agent. This was last semester for an online intro level course, ymmv

    source
  • JackbyDev@programming.dev ⁨3⁩ ⁨weeks⁩ ago

    Damn! If only we had some sort of technology that was OS independent and served as a way to view content and run code written for it without having to recompile for every platform.

    I am of course talking about web browsers. Which I’m betting this screenshot is from.

    source
  • BlameTheAntifa@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    The funny thing is that their server is probably running on Linux.

    source
    • GreenKnight23@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      they aren’t all. vast majority is Windows Server and IBM.

      source
      • MehBlah@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        Windows has a laughable market share when it comes to webservers.

        source
        • -> View More Comments
      • AugustWest@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

        Lol what? Linux servers are much higher in market share.

        source
        • -> View More Comments
      • Treczoks@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

        Guess what most IBM big irons are running nowadays?

        source
        • -> View More Comments
      • _cryptagion@lemmy.dbzer0.com ⁨3⁩ ⁨weeks⁩ ago

        That is both laughably wrong, and immediately verifiable as false. As far as server marketshare goes, Linux leads the pack with 62.7%.

        source
  • andros_rex@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    Pearson has an effective monopoly on teacher certification tests. I don’t understand why private companies get to make up so many of the rules.

    source
    • WanderingThoughts@europe.pub ⁨3⁩ ⁨weeks⁩ ago

      Money makes might makes right

      source
    • Charlxmagne@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      Th*tcher

      source
  • fennec@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

    Our website runs on a linux server, can you not use it though

    source
  • beerclue@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    This is like the Apple Business website, which only works in Safari, according to them. Used the User-Agent Switcher plugin, and the website/dashboard works just fine on Firefox in Linux.

    source
    • Naz@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

      You heard that OP? That’s how you do it, it’ll still work on Linux.

      source
  • cupcakezealot@lemmy.blahaj.zone ⁨3⁩ ⁨weeks⁩ ago

    what could they possibly be doing that requires an os?

    source
    • herrvogel@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

      Widewine? Maybe they have some content that requires L1, which still doesn’t work on Linux because of totally legitimate technical reasons that are absolutely not at all utter horseshit.

      source
  • TootSweet@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    “Upgrade?” “UPGRADE?!” Oh no they didn’t.

    Seriously, though, there may well be ways around this without switching your OS. If it’s browser-based, the first thing I’d try is a user-agent switcher.

    Though, actually, does that “remind me later” option work? It does look kindof grayed out, but it couldn’t hurt to try a click.

    source
  • jerkface@lemmy.ca ⁨3⁩ ⁨weeks⁩ ago

    Use Librewolf or a plugin that masks your user agent for privacy purposes; hides your OS so you can’t be fingerprinted so easily.

    source
  • Abnorc@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

    Your operating system Ubuntu, is not supported.

    Click here to upgrade to Arch, btw.

    source
  • EndlessNightmare@reddthat.com ⁨3⁩ ⁨weeks⁩ ago

    upgrade to a supported operating system

    What are the options? Let me guess, Micro$oft Windows or Windows

    source
  • FEIN@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    For the record, my friend (he uses arch btw) has used Pearson before and I dont believe it actually affected him, so to me the message means “it could work for you but we won’t support Linux if something screws up on your end because we’re lazy developers”

    source
  • Deepus@lemm.ee ⁨3⁩ ⁨weeks⁩ ago

    NO! YOU FUCKING UPGRADE!

    source
-> View More Comments