Live data from Hacker News

OS X is now macOS and gets support for Siri, auto unlock

techcrunch.com

521–530 of 578 posts

Re: OS X is now macOS and gets support for Siri, auto unlock

#521
post #67

Earlier quoted context omitted.

You can't really replace the underlying tools, you'd want to install the new versions in a different folder and update your Environment to point to those executables. EDIT: I'm wrong, didn't realize homebrew-dupes actually is meant to replace the OS X utils.

So effectively, it's only one step better than installing Cygwin on a Windows machine? Can someone please remind me again why the MacBook is such a preffered machine for software development? For years I've been told, " You get a shell! ", and " It's UNIX under the covers ", etc. Except that the shell userspace is antiquated, and the UNIX flavor is BSD rather than Linux. Meaning that I'm just as out-of-sync with my t…

If your complaint is that the UNIX layer of Mac OS X isn't ~exactly~ like Linux, then the only way you're going to solve that problem is by running Linux instead.

It's easy to get more up-to-date software with package managers.

Re: OS X is now macOS and gets support for Siri, auto unlock

#522
post #22

Earlier quoted context omitted.

https://github.com/Homebrew/homebrew-dupes is your friend.

Some may prefer Nix: http://nixos.org/nix/

nix seems really interesting & the 'right way' to do things. but strangely, i don't really* have problems with homebrew -- maybe because it has the luxury of being built on top of a stable, known system.

*i have had problems with python. i always have problems with python.

Re: OS X is now macOS and gets support for Siri, auto unlock

#523
post #42

Earlier quoted context omitted.

I think clipboard permissions for applications is going to become an issue with features like this. I may be incorrect but I'm pretty sure that clipboard access is unrestricted on both OS X (ugh, macOS) and iOS.

I think I'm gonna stick with calling it OS X, marketers be d *ed.

It was called Mac OS for years (1)

I also remember when it was just called "System"

(1) Yeah yeah I know all about NeXT, but OS X isn't NeXT as anyone who used Rhapsody will remember

Re: OS X is now macOS and gets support for Siri, auto unlock

#524
post #188
post #175

Earlier quoted context omitted.

To be fair (regarding "closed tech"), Apple was hardly the only one to release a propriety Vulkan alternative (there's also Mantle and DX12) and Apple released Metal to developers almost two years before Vulkan 1.0 was released.

Hmm, what does "to be fair" mean in this context? That it's ok because other people did a shitty move as well?

It feels like you're completely ignoring the second part of his sentence.

Re: OS X is now macOS and gets support for Siri, auto unlock

#525
post #511

Can I swipe someone's phone, walk over to their Mac, and have it unlock? Or is there something else going on that doesn't make this a really bad idea?

You mean like, the cops, FBI, or TSA take your iphone, put it close to your laptop, and then have access to everything, probably including your encrypted hard drive? Yeah, I'd say that's a pretty bad idea.

That too.

I was referring to just your average person---be it a friend, spouse, coworker, or someone who just happens to be near you.

Re: OS X is now macOS and gets support for Siri, auto unlock

#526
post #493

Earlier quoted context omitted.

brew install . I have about 100 packages installed and haven't had a problem in months. Anything somewhat popular is updated within day. But I don't get the complaint about multiple screens either. It's always been plug in -> desktop extended. I wouldn't even know what to get wrong.

Only since maybe Yosemite has multi monitor support been what I'd call well modeled and decent. It's quite often been plug in -> useless grey screen on the other monitor you can't use, or some other nonsense. It took, what 3 entire revisions of the OS just for that not to happen? For a while, I had apps where I couldn't put different windows of the same app on different monitors, or one of the windows would randomly…

"Fundamentally it came down to issues with Apple's way of thinking about workspaces, monitors, desktops, applications and windows. Even now I still have to spend far too much time hunting down things across multiple desktops and monitors. It seemed like Apple was dancing around what should probably just happen in an effort not to too closely mimic Microsoft."

Everything you need to know can be summed up in the fact that, in OSX, you can click the green button with a '+' in it, and that window can get smaller.

Re: OS X is now macOS and gets support for Siri, auto unlock

#527

Earlier quoted context omitted.

Huh? Apple lets me use my own email address, unlike say, Google.

I'm not sure if you'll find that helpful, but you can create a Google account with a non-gmail email. When you create your account, below the username textbox is a blue "I prefer to use my current email address". Never tried it myself though..

They've changed it now so if you want to signup for a Google account it asks for your existing email and has a text link to signup for a gmail. If you are on the gmail landing page and hit sign up then it's how you stated though.

Re: OS X is now macOS and gets support for Siri, auto unlock

#528
post #142

I thought I had at least 20 years before being scared of new technology. Still sitting on OS X 10.10 scared to update, and completely disinterested in most cloud stuff except for my OneDrive folder. Time to look into Linux, I suppose, since I'm about to become one of those people.

So nothing in Linux is new technology?

Re: OS X is now macOS and gets support for Siri, auto unlock

#529
post #213

Earlier quoted context omitted.

They did introduce a new file system - it just wasn't part of the keynote.

The doc https://developer.apple.com/library/prerelease/content/docum...

I finally understand a bug on OSX which bugged me for a long time. When I stored a file with the name äöü on and HFS+ volume and wanted to access this file via ä[tab] is would work. It was eventually fixed.

But know I know why this happened. HFS+ normalise the letter and ä becomes two characters, the a and the umlaut dots. And bash didn't know that or didn't care, so it so no file with an ä but with an a at the beginning.

Is this analysis correct? I so hope that APFS will be a little bit more sane.

Re: OS X is now macOS and gets support for Siri, auto unlock

#530
post #244

Earlier quoted context omitted.

Vulkan is based on Mantle, and DX12 can coexist with Vulkan because Microsoft doesn't take responsibility for all of Windows' OpenGL and Vulkan support. In this area at least, Apple really is doubling down on proprietary technology where others aren't so much.

One aspect of their decision to run with Metal that surprises me, is that they decided the cost of developing and maintaining an API of that level of complexity was worth it. I'd like to know what they were thinking.

I think they looked at how 'well' third parties developed Mac OS X drivers for OpenGL, and figured that wouldn't get better.

Assuming they knew about Vulkan in time (Vulkan was announced at SigGraph 2014, about a year before Metal's _release_, so that may have been tight), I guess they assumed things wouldn't get better if they replaced OpenGL with another open technology.

Also, from what I read, Vulkan doesn't do anything implicitly, OpenGL does lots of things implicitly. They may have thought that the optimum API lies between the two.

Post reply on HN