Live data from Hacker News

Apple announces iOS 10

techcrunch.com

211–220 of 277 posts

Re: Apple announces iOS 10

#211
post #130

Earlier quoted context omitted.

But all laptops do.

I'm on a Chromebook Pixel 2, and it doesn't have this key. So, no.

What I really meant was Windows laptops as the parent was expressly mentioning Windows desktops. I did not know about the Chromebook though. I am curious though does it have F keys which are usually the ones that are used with the Fn key on Windows?

Re: Apple announces iOS 10

#212

Earlier quoted context omitted.

How do you expect it to know which volume setting you want to adjust?

It just needs to be smarter about the context. If a video is loading in chrome, 90% of the time the intent is to turn down the volume of the video, it's broken that it waits for it to start playing. Honestly, the most intuitive option for me would the audio controls should never touch the ringer, bury that behind a menu, rather than switching based on context.

I haven't used Android in a while but that used to be a setting... "Volume controls:" with a selector for what it did... Volume, ringer or both

Re: Apple announces iOS 10

#213
post #140

Earlier quoted context omitted.

No. People use other apps because they have a large adoption and stickers (we chat and line) or because they were free while sms were not (whats app). Only us tech nerds care about security.

But not only nerds think about cross-device compatibility.

Of course, that is how you get to the large user base. but I think it is wrong to assume that users care about security. If they did nobody would use SMS, email or Mc Donald's wifi but here we are. It is a very important feature, but it does not sell.

Re: Apple announces iOS 10

#214

Looks like Apple is doubling down on at least two features that really seem like duds -- 3D Touch (which as far as I can tell nobody even knows exists), and Siri (which everyone raves about but nobody uses for anything). I'd love to see UX improvements around minor inconveniences of the iOS experience: - what the hell the volume button does in different contexts (sometimes it changes the ringer, other times the in-ap…

Anecdotal, but I've found Siri to be quite helpful with Car Play, along with Google's equivalent (can't remember its marketing name) in Android Auto. Just drive along, push to issue command, and "Siri navigate me to in " and boom. This might have existed in luxury cars for years, but its coming down into the mainstream ~$30k cars recently and I'm loving it. I'm thankful for technologies like Siri in the context of dr…

>along with Google's equivalent (can't remember its marketing name)

This is kind of hilarious, because there have been complaints that Google didn't name it's voice recognition assistant (it's just "Ok Google").

Re: Apple announces iOS 10

#215

Heck, I just bought a course to study iOS9 development... Who can withstand such a pace?

Which course did you buy? The iOS development courses from Stanford are free on iTunes U and are probably the best out there. I did the one for iOS 7 and I learned all the fundamentals and more.

Re: Apple announces iOS 10

#216

Earlier quoted context omitted.

⌥ is not printed on any key on the Mac I am using, and I am sure ^ on top of 6 is not the ^ parent mentioned. I agree with parent, these are ridiculous.

They are on non-US apple keyboards, the US keyboards use the text "alt" and "option" and so on. I've always wondered why they don't put the symbols on the US keyboards yet use them in the UI anyway.

Could be that it's difficult to describe over the phone which keys are alt/option/command/control? "The one with four loops" vs "the one with forking road" would be funny :D

Re: Apple announces iOS 10

#217

Earlier quoted context omitted.

I've been using macs for I guess a decade or so now and I still have no idea what the option key is for. When a keyboard shortcut is like ^+⌥+F6 I just mash buttons until it works. Why do they use a different symbol on the button than in the UI? I really have no desire to learn the seven different buttons in Mac OS and I wish application authors would stop using them so they could someday simplify the keyboard. I don…

Seven? What? There's Control, Option/Alt, Command, and Shift. Four modifier keys. This is the same set you have on other OSes, except there, Command is called Windows Key or Super. Yes, Apple has symbols as abbreviations for Control, Command, Option, and Shift. Yes, Option is also called Alt. But it's not really all that complicated.

Option, Escape, Meta, Alt, Control, Shift: ŒMACS

Re: Apple announces iOS 10

#218

Earlier quoted context omitted.

Interesting facts in Wikipedia: "The "⌘" symbol (the "looped square") was chosen by Susan Kare after Steve Jobs decided that the use of the Apple logo in the menu system (where the keyboard shortcuts are displayed) would be an over-use of the logo. Apple's adaptation of the symbol — encoded in Unicode (and HTML) at U+2318 ⌘ (HTML ⌘) — was derived in part from its use in Scandinavian countries to denote places o…

Funny, I just realised where I had seen the icon before while reading your first sentence. Then later it was confirmed in the same paragraph. Thinking back, I can only remember once instance of the sign and it happens to be just around the corner from where I grew up. And just for kicks, if someone wants to see it in action: https://www.google.co.th/maps/place/Guml%C3%B6sa+Kyrka,+288+...

Looks like a beautiful place.

Re: Apple announces iOS 10

#219
post #199

How is object recognition possible on a (i)phone without a huge/massive dataset like Google uses on Google Photos' AI backend? It has to be worse AI than from Google Photos. Can someone clarify?

You only need a huge dataset to train the network. The trained network itself is (relatively) tiny, so it can be loaded and run on iPhones.

It's a whole subfield of machine learning called model distillation or model compression that concerns with shrinking large neural nets, or ensembles of them, to fit on small devices like phones and tablets. By reducing the space needed by 10x, they only lose 1-2% in accuracy.

But what I like about it is that neural networks can be transferred between different architectures, and the whole process of training a neural net can be sped up by starting from a previous result.

Post reply on HN