• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle







  • When you hit the windows key (aka meta-key or super-key) it brings up the app launcher. You get a dock at the bottom with pinned or running apps (like a taskbar), and all of your open windows are presented in a sort of mini-version that lets you switch between them or move them between workspaces. There is a search bar that you can immediately type into to open any app with a .desktop file. There is also a button to bring up the app grid which shows your apps kind of like a mobile device’s home screen.






  • Well letters don’t really have a single canonical shape. There are many acceptable ways of rendering each. While two letters might usually look the same, it is very possible that some shape could be acceptable for one but not the other. So, it makes sense to distinguish between them in binary representation. That allows the interpreting software to determine if it cares about the difference or not.

    Also, the Unicode code tables do mention which characters look (nearly) identical, so it’s definitely possible to make a program interpret something like a Greek question mark the same as a semicolon. I guess it’s just that no one has bothered, since it’s such a rare edge case.







  • What? Nautilus (ubuntu default file browser) finds drives wherever they are mounted and lists as their own location, as if it was windows. That includes the default mount point. Even if it wasn’t detected, it can still get to the mount point by browsing through the file system normally.

    Installing software can be done via a software manager (included in ubuntu and most other distros). Software not in the manager is usually distributed as a portable binary (also common on windows) or an app image (even easier to use than an installer). Once installed, that software is the same as on windows.

    Besides basic file manipulation, installing/running software, and web browsing, what else does the average user even do? All of it can be done on linux, with or without CLI.