this post was submitted on 09 Sep 2023
5 points (100.0% liked)

Technology

37604 readers
193 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

“With the release of Windows 10 21H2, Windows offers inbox support for Mopria compliant printer devices over network and USB interfaces via the Microsoft IPP Class Driver. This removes the need for print device manufacturers to provide their own installers, drivers, utilities, and so on.  Device experience customization is now available via the Print Support Apps that are distributed and automatically installed via the Windows Store,” the company wrote.

you are viewing a single comment's thread
view the rest of the comments
[–] jordanlund@lemmy.one 1 points 1 year ago (1 children)

"via Windows Update" - key piece of info missing from the headline "for some reason".

Yeah, I don't see a need for Windows update to do any 3rd party stuff.

[–] Joker@beehaw.org 2 points 1 year ago (1 children)

Why not? We essentially have this in the Linux world and it’s great. You have a package manager that pulls from your distro’s repositories and it’s filled with all kinds of software, although most drivers come packaged with the kernel. Most stuff is completely plug and play. You end up with one click (or command) software installations for just about everything so you’re not hunting around the internet and downloading installers. Everything you need, including dependencies, gets pulled in and it stays up to date without every app bundling it’s own updater. It’s super convenient.

[–] jordanlund@lemmy.one 2 points 1 year ago (4 children)

Because Microsoft manages Windows update, it's not like a package manager in Linux.

I don't want Microsoft telling me when I should update an Epson printer driver.

[–] Atemu@lemmy.ml 2 points 1 year ago

Because Microsoft manages Windows update, it’s not like a package manager in Linux.

Windows update is a package manager. It's hot garbage (obviously) but its job is indeed to manage packages and their updates.

Drivers and other HW-related tools have been distributed via Windows Update for years now and it's generally a good thing. Before M$ did this you had to plug in driver DVDs or scour the internet for drivers (ugh).

[–] hascat@programming.dev 1 points 1 year ago (1 children)

So you want Epson to provide you with a separately application which runs in the background to tell you when to update? Why split the responsibility?

[–] jordanlund@lemmy.one 0 points 1 year ago (1 children)

Because Microsoft has no more business managing Epson applications than Epson does, I dunno, Kensington or Belkin.

[–] interolivary@beehaw.org 1 points 1 year ago

It's not like Microsoft would be managing them, just providing the repository. I really fail to see how having N+1 separate application update mechanisms (possibly running in the background) would be better than having a central one. Sure, it's managed by Microsoft but if you have a problem with that I'm not sure what you're doing using Windows in the first place

[–] scrubbles@poptalk.scrubbles.tech 0 points 1 year ago (1 children)

Out of all the things to hate Microsoft for, removing the need to manage your own print drivers seems like a weird hill to die on

[–] Tippon@lemmy.dbzer0.com 2 points 1 year ago

If they were just drivers, I'd agree with you. I was looking into the Lexmark and HP continuous ink services recently, and one of them, Lexmark I think, wanted the ability to update the firmware in your printer to stop you from being able to use third party inks or toners.

Along with that, I've had issues in the past where a faulty driver crashed the Windows Update service. Trying to update the driver through Windows would take me to Windows Update to install the missing update before it would let me update the driver. If I couldn't get the driver from the manufacturer's website, I would have been stuck.

[–] Joker@beehaw.org 0 points 1 year ago (1 children)

Well, you could think of Microsoft as your distro. Generally, if they’re telling you to upgrade a driver, you should do it. At a minimum, everyone should be automatically installing security updates. This is one of the most important services an operating system vendor provides.

If you don’t trust them to do that or you don’t like their update frequency, maybe consider a different operating system. In the Linux world, we have some choices as far as release cadence and update policy. You can do rolling, 6 month, 2 year LTS, etc. Some are bleeding edge and others use “proven” software and remain very stable until the next major release.

[–] lemmyvore@feddit.nl 1 points 1 year ago* (last edited 1 year ago)

The thing is, on Linux you can see exactly what an update brings, and you can also block individual packages from updating. I doubt you'll get the same courtesy with Windows updates, it's all or nothing.