• 1 Post
  • 158 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • Apple didn’t invent the concept of podcasts, but they sure popularized them. They used to be called syndicated audio, and were pretty niche. Then Apple added it as a feature of iTunes. The idea was that because your iPod didn’t have any wifi or data connection, you couldn’t listen to new content while out and about. So you would plug your iPod into your computer with iTunes to sync down all the latest content before you leave for the day. Then they needed feeds of new content to provide to the users, so lots of new episodicals were started, and Apple grouped them under the umbrella of “podcasts”.


  • Apple never made a product called iTouch. You’re thinking of a product called “iPod Touch”. It was the touchscreen version of the iPod (without the iconic clickwheel). The first one was essentially a slimmer iPhone 3G without a cellular modem.

    I worked in an electronics repair store just after they came out. We replaced hundreds of broken screens on them. The sheer number of people who called them “iTouch” was surprising, considering Apple never called it that.

















  • Yep, this is the reason. I have many different identity key files in my ~/.ssh folder, and for some reason ssh always tries all of those first, then exhausts the login tries and doesn’t ask for a password.

    I have the same problem when I specify a specific private key file with -i ./path/to/priv.key. If that key is different than the ones in my .ssh folder, it will use all those first before the specified one, and often exhausts login attempts giving a very hard to diagnose login failure. In that case I need -o IdentitiesOnly yes option to tell ssh to only use the one I specified.