this post was submitted on 11 Jul 2024
665 points (97.7% liked)

Technology

59611 readers
3235 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

When is an ad an advertisement and not a recommendation? Microsoft clearly likes to use the term recommendation for what others may see as an advertisement.

There are recommendations in the Start menu, Settings app, Lock screen, File Explorer, Get Help app, and other areas of the operating system already. These are often not that useful. App recommendations in the Start menu are limited to Microsoft Store apps.

Now, Microsoft is testing recommendations in the Microsoft Store app. If you never use the app, you won't be exposed to these. If you do, you may notice recommendations popping up when you try to use the built-in search.

First spotted by phantomofearth on X, two or three recommendations are shown whenever search is activated in the official Microsoft Store app.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 4 months ago

So anyway, welcome to computing 101, first you're going to create a new folder for your stuff. So let's do this, grab the mouse, and;

Right click->watch ad->New Folder

Mr Bob! The mouse bit me and now I can't stop the commercials!

[–] [email protected] 1 points 4 months ago (1 children)

Sounds like they’re reaching feature parity with Apple and Google. Both already do that so I’m not surprised. I never use Microsoft’s App Store so I’ll never see them.

[–] [email protected] 4 points 4 months ago (1 children)
load more comments (1 replies)
[–] [email protected] 24 points 4 months ago

Windows really is the worst OS. You pay 150$ for the license when you buy a laptop with it pre-installed and then on top of that, they spy on you and also show you ads.

Linux is free, does not spy on you and does not show any ads.

[–] [email protected] 79 points 4 months ago (11 children)

I've recently made the switch over to LinuxMint and I was shocked. Installing a popular Linux Distro is EASIER than installing Windows 10/11 at this point. Seriously. The Linux installer is super noob friendly, very quick and straight to the point, it doesn't need you to create an online account and you don't need be wary of accidentally giving any corporation the rights to steal your data.

And all the software I use (Steam, Discord, Spotify, Firefox, Thunderbird, ...) were all downloadable from the GUI Installer and worked right away OUT OF THE BOX. No fiddling in any Terminal was required.

Seriously, it's easier than installing Windows at this point.

[–] [email protected] 22 points 4 months ago (3 children)

Installing Linux has never been particularly difficult, not in the last 15 or even 20 years anyway. I've always found it easier and more straightforward than the contemporary Windows installation process.

The challenging part is wrapping your head around the Linux/Unix way of doing things when things can't be done through the GUI with just a few clicks.

[–] [email protected] 4 points 4 months ago (3 children)

I know the filesystem is simple to Linux users, but the semantic form of physical drives getting a letter always made more sense to me.

I have three drives in my computer. So they're labeled C:, D:, and E:. You can't place a file on "The Computer" - it's stored on some particular drive. If I install a game on the E drive, and then later somehow remove that drive and bring it somewhere else, that game remains on that drive, even if it's no longer E.

On Linux, as best I understand it, if I have three drives, two of them are at /dev/hdd0 and hdd1. But they're not actually there, they're accessed at /media/hdd0 after mounting them (or at least, that's the convention, and if it's someone else's computer, good luck). Then you either begin every game installation path with that annoying prefix, or you start configuring a dozen symlinks. If you place an item in /home/documents/notporn, then who knows which drive it's on because you don't know what symlinks someone set up to make that folder.

Windows does have symlinks too now, which has been nice for hacking a few installation directories, but I appreciate that it's an exception, and everything else follows relatively logical division of space, rather than this hybrid system where the filesystem isn't just stored files but also devices, programming concepts, and more.

[–] [email protected] 9 points 4 months ago* (last edited 4 months ago) (9 children)

I know the filesystem is simple to Linux users, but the semantic form of physical drives getting a letter always made more sense to me.

That's one of the things that semi-experienced Windows users need to wrap their head around, but I strongly disagree that drive letters are somehow inferior to a hierarchical file system structure. I mean, the A:, B:, C: ... convention was originally just intended for the first IBM PC with 1 or 2 floppy drives. It was never intended to support complex storage configurations, whereas the hierarchical file system was designed for Unix systems that had to handle multiple magnetic drives from the start. It is a much more flexible system to organize your file storage.

On Linux, as best I understand it, if I have three drives, two of them are at /dev/hdd0 and hdd1. But they’re not actually there.

That's because there is a difference between a block device and a mounted file system. Windows just obscures that difference from you with its archaic drive mapping system.

All your block devices and partitions on your block devices will be in /dev with a meaningful name. You can list them with the lsblk command. If a partition contains a file system that Linux knows how to use, you can mount it anywhere you like.

they’re accessed at /media/hdd0 after mounting them

No that's not "convention" at all. Some desktop environments may decide to mount undefined drives there, but there really is no convention, ultimately you mount it where you want it to be mounted.

If you place an item in /home/documents/notporn, then who knows which drive it’s on because you don’t know what symlinks someone set up to make that folder.

If your unsure, df /home/documents/notporn should tell you exactly what drive it's on, but ultimately it's up to you to know how you've organized your storage.

BTW I've said this before, but Linux is probably harder for users who know Windows just well enough to be dangerous than it is for relative beginners, because there are so many concepts and things they take for granted that they have to unlearn.

load more comments (9 replies)
[–] [email protected] 4 points 4 months ago

So just to help a little bit without getting too technical...

df -h is your friend to find out which physical drive or partition relates to which directory (called the "mount point")

If you want, you can set up each drive/partition to be mounted a bit Windows-esque.

For example:

  • Drive 1, partition 1 will almost certainly be root /
  • But drive 1, partition 2 can be mounted to: /mnt/d/
  • And then drive 1, partition 3 can be mounted to: /mnt/e/

And so on.

You'll need to look up fstab to understand how to do that.

I understand it's tricky to get your head around initially as I felt exactly the same coming from Windows to Linux.

Once you get your head around partitions being able to be mounted anywhere, it actually becomes really handy

load more comments (1 replies)
[–] [email protected] 9 points 4 months ago (3 children)

I think about this sometimes. What stuff can't you do in a Linux GUI that an average person would be able to do in Windows? For the sake the simplicity, lets limit the GUI to Cinnamon, Plasma, or Gnome.

Obviously, there are obscure GUIs out there, but in the main ones, I think just about everything can be done without CLI.

[–] [email protected] 6 points 4 months ago (2 children)

I'd amend that to say I wouldn't count "regedit" or group policy muck to be "easy" by virtue of having "a gui". Those are areas where technically there's GUI that might be CLI-only under Linux, but hardly friendly enough to make a difference.

load more comments (1 replies)
load more comments (2 replies)
load more comments (1 replies)
load more comments (10 replies)
[–] [email protected] 12 points 4 months ago
[–] [email protected] 32 points 4 months ago

I'm so done with companies claiming my house for their ads.

It's my house i decide what makes it in as i pay the rent and i bought these devices, so fuck off.

[–] [email protected] 29 points 4 months ago (3 children)

The last Windows 10 update automatically installed copilot without asking. Immediately deleted that shit

[–] [email protected] 9 points 4 months ago (1 children)

Thank you for letting me know. I will too.

[–] [email protected] 4 points 4 months ago (1 children)

A friend said it didn't for him, but for me it was in slot 1 of the taskbar

[–] [email protected] 3 points 4 months ago

It's not on mine yet.

So some a/b testing maybe

load more comments (2 replies)
load more comments
view more: ‹ prev next ›