Doubting the capability of windows

  • Thread starter Thread starter Saint
  • Start date Start date
  • Tags Tags
    Windows
AI Thread Summary
In Linux, users can easily create and mount a virtual CD image using simple shell commands, such as copying the CD contents to an ISO file and then mounting it to a directory. This process highlights Linux's built-in capabilities for handling basic tasks without the need for additional software. In contrast, Windows lacks this straightforward functionality, leading to a perception that it is less efficient for certain operations. While some argue that Windows is inferior to Linux as an operating system, it is acknowledged that Windows provides a superior platform due to its extensive software ecosystem and ease of use for consumers. Microsoft’s business model, which involves charging for its products, is compared to other industries where higher prices often correlate with better quality. However, Windows is criticized for its proprietary nature, which can limit user understanding of the system's internals, whereas Linux is seen as more transparent and accessible for those willing to explore its complexities.
Saint
Messages
437
Reaction score
0
put cd in drive
assuming your cdrom is at /dev/cdrom
cat /dev/cdrom > /songs.iso
makes image

to load image, decide where you want it to be,
say /mnt/image1
mkdir /mnt/image1
mount -o loop /songs.iso /mnt/image1

the contents of the cdrom will be at /mnt/image1


As you can see, in linux, just a few commands in Shell, you can mount virtual CD. You do not need a specific software to do it.

But, we can't do this in Windows.
Isn't it Windows a handicap compared to linux ?


 
Computer science news on Phys.org
Linux adds those basic tasks by default...windows gives you access to almost all of the software made the world over.

It's a pretty fair trade-off, IMO.
 
Yes windows the OS is inferior to Linux the OS, but Windows the platform is superior to Linux the platform in the general case.

Its sort of like Rome was a great civilization but it wasn't Caligula or Nero or Tiberius that made it that way. It was the society that could protect the artists and engineers from having to be farmers and soldiers so that they could advance the culture. MS provides a platform under which the developers don't have to reinvent the wheel every time they write a program. These days, linux does that too, but MS already has all the power. Oh well, so did Tiberius, Caligula, and Nero.
 
Last edited:
MS squeezes more $$$ from consumers' pockets, right ?
 
Most companies that survive in the long run charge money for their product.

Microsoft charges for it's product. So do automakers. Most of the time, the more expensive auto makers deliver a better product.

I think that's the case with Msoft...they charge money for their product, but in many ways it is the best os you can buy.

Just like BMW charges more for their cars when compared to Ford, microsoft charges more for their OS when compared to other brands. Because theirs works best, with more. Period.
 
Basic MS philosophy is still: 1 butt = 1 chargeable customer.

MS works as a collective of partnerships surrounding the Mother System. The partners (software companies, for example) must answer to MS. This helps in a way, but making it work is not trivial. Once you click somebody's icon to do something (or invoke it indirectly) the ball goes into their court. Help might be in Kuala Lumpur.

the biggie: Windows is 100% proprietary and only real sharpers within the customer base are going to figure out how it works under the hood. MS presumes for everybody what and how they are supposed to do stuff. But I stick with it, because I am lazy. So if I can't figure out quickly how to do something, I don't do it. I suspect Linux has it all over Windows in this respect (meaning, telling the internals of the system).
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top