Live data from Hacker News

MacOS High Sierra

apple.com

431–440 of 630 posts

Re: MacOS High Sierra

#431

Earlier quoted context omitted.

argh! i can't believe people are still arguing about whether we should do MM/DD/YYY or DD/MM/YYYY or anything similar to that. here's how you should write a date that you are going to show to a user: Jan 11 2016 if you accept that premise, it doesn't matter (much) what order you put the elements in, because none of them can be confused with any other. a word is a month, a one- or two-digit number is the day of the mo…

That sounds a lot harder to localize, if local month names have different abbreviations.

A programmer's job is to make things easier for the user, not for himself. That's why we get paid the big bucks.

Re: MacOS High Sierra

#432

Earlier quoted context omitted.

If you have an iPad the iOS 11 update is huge . Being able to run two apps side-by-side with drag and drop supported across the system is a fundamental change to how you interact with stuff. The new dock and changes to the multitasking interface and behavior take some getting used to, but my iPad feels like a much more powerful device than it did a week ago.

I do have an iPad on which I've been using the 11 beta for the past few months and I love the new multitasking support, but is it really big enough to warrant a major version bump? You already could run two apps side by side in iOS 10 (I was a pretty heavy user of that feature, which is incidentally also the primary reason I opted into the beta), it just wasn't quite as flexible. Drag and drop is new, for sure. I sup…

Everything Apple has done since iOS was first introduced (or arguably the initial iPad support in iOS 3.2 ) has been incremental improvements. But drag and drop is one of the bigger ones, IMO on-par with the initial multitasking support which incidentally was the update that finally convinced me to buy an iPad.

For an example of where this smooths things out, I've been using Readdle's Documents as an approximation of a local filesystem for a while now. Saving an image to that before was tricky; iOS doesn't have a way to isolate an image out of a page, just copy or save to camera roll. So you could save to camera roll and then import it over, but you lose the filename in the process and replace it with something generic like "Image 10". Or you can do weird workarounds like using Workflow's "Get images from page", which pulls up a slideshow of all the images on the page, which you then get to scroll through and find the one you wanted.

Now you just drag it and put it straight into the destination. You can also drag the URL bar over, which saves the URL as a new text file.

And if I have data in Documents that I want to use elsewhere, there's no shenanigans required with piping it through share sheets, I just drag it out and use it.

If you want something less permanent than a file manager, the popover multitasking is also a good platform for temporary "shelf" style data buckets. I'm currently trying Scrawl Pouch, but I've seen a couple others that looked equally nice. It's basically intended as a drag-and-drop destination to temporarily store any type of data until you want to drag it back out somewhere else.

This can be the obvious stuff like images and links from Safari, PDFs and other files out of Documents. You can also drop things like map pins, which can be shared via messages or email or dropped as links into Pages documents. I haven't experimented a lot with 3rd party apps, but presumably we'll see this show up in other ecosystems, maybe dropping things like audio effects between a family of media creation tools, or someone could make a 3rd party service for sharing paintbrush presets that you could drop into Procreate.

They've also brought in the "spring-loaded folders" behavior from Finder for this. If you're dragging a URL and you want to add it as a Safari bookmark, you can hover it over the sidebar button to pop it open and then navigate to the folder where you want to drop and save it. Or after the sidebar opens, you can hover over the Reading List tab to put it there instead of bookmarks. It's integrated like that throughout the entire OS.

A whole lot of things that just weren't possible on iOS are now a 2-second interaction.

Re: MacOS High Sierra

#433

Earlier quoted context omitted.

Yes, you are completely missing how the keychain works. When you go to facebook.com, safari requests access to the facebook.com password via the keychain api. At which point you are supposed to be prompted by the OS, and if you allow it, the keychain api returns the decrypted password only for facebook.com . The vulnerability being demonstrated is able to decrypt every password in your keychain, without prompting the…

When I go to Facebook.com, my login credentials are instantly filled in by Safari. What prompt are you talking about?

[deleted]

Re: MacOS High Sierra

#434
post #256

Earlier quoted context omitted.

Wikipedia says that Windows accounts for well over 70% of all desktop use[0], I personally wouldn't call that a 3-way split. [0]: https://en.wikipedia.org/wiki/Usage_share_of_operating_syste...

I only have a Windows PC for gaming. I'd gladly switch to Linux if all games were also available there. (I tried wine and stuff like that ages ago, but that was just a pain.) Windows has effectively a monopoly on gaming PCs.

One third of the games I've purchased on Steam are available on Linux.

I guess the perception of whether or not Microsoft effectively has a monopoly in the gaming PC market segment really centers around the games you play.

Re: MacOS High Sierra

#435

Earlier quoted context omitted.

that way would work fine, too. i can look at that and tell what date we are talking about at a glance. the real problem is displaying both the month and the day of the month as one- or two-digit numbers, which leads to ambiguity. display the month as a three-character string, and the year as a four-digit number, and we are all on the same page again.

Actually it doesn’t, there’s standards for that. YYYY-MM-DD DD.MM.YYYY MM/DD/YYYY Notice the separators. Except for parts of Japan and Australia, these are international standards and used everywhere.

it's pretty obvious that, if those standards were being followed all the time, we wouldn't be having this conversation.

i am talking about an ad hoc, fairly simple thing one can do, if one is writing user-facing code. it's a rule i follow, and i offered it up as something other people might want to try as well.

Re: MacOS High Sierra

#436
post #246

Earlier quoted context omitted.

I haven’t used OpenOffice much? But it feels much less polished than Office or iWork. I guess there’s Google Docs, but even that’s limited compared to even iWork. Is there anything actually decent that can be used for “Office” stuff on Linux?

GDocs has been the primary office tool for the past several jobs I've had across the entire staff. What can it not do that office can do?

It doesn't take 10 minutes for a LaTeX or Word user to get frustrated with docs. What doesn't it do:

1. user defined style definitions

2. citations / bibliography

3. anchoring

There are plugins that can help, but at least where I work using these is often banned to avoid the risk of leaking corp info.

Re: MacOS High Sierra

#437
post #374

Earlier quoted context omitted.

>Your typical Android phone calls home around 1200 times per day Do you have any proof to back up the claim?

I don't know how many times Google Maps calls home, but it does it often enough for Google to know where any Android user that hasn't explicitly disabled location tracking has spent each minute of his/her life. The proof is easy obtainable on Google Maps location history.

It doesn't call home with each data point; that would mean that radio is never standby and the user would notice that his battery is quickly dead.

No, location history is a _feature_, where saved datapoint set is submitted in batches, when the radio is active. And of course, you can turn it off (I did).

Re: MacOS High Sierra

#438

"Conclusion In this blog post, we briefly discussed High Sierra's "Secure Kernel Extension Loading" (SKEL) and demonstrated a new 0day vulnerability that can be exploited to fully bypass this new `security' feature. Unfortunately when such `security' features are introduced - even if done so with the noblest of intentions - they often just complicate the lives of 3rd-party developers and users without affecting the b…

It's always interesting how they implement security features. With Vista MS introduced UAC which is a major headache if you develop any automated tools. But most users I have observed will always press "Yes" automatically because they have no idea what the message really means. The result is that life got worse for developers often forcing them to do less secure hacks and overall no gain in security.

Re: MacOS High Sierra

#439

Earlier quoted context omitted.

But not the telemetry or tracking.

Yes you can. Anyway, how many UWP apps are you running? Do you think every Win32 desktop app is now magically tracking you? Nope. So, let's compare how many UWP apps that you actually want to run (I don't use any of them) and see if they're tracking you as much as all the mobile apps you're running. There's no contest here.

The problem with Windows tracking is not that apps track you (here the solution would be easy: just don't use the apps), but that the system itself snitches on you.

Are you starting an app or search for document, using the windows shell? Your phrase goes to Bing. That's much harder to avoid than just not using an app.

Re: MacOS High Sierra

#440

Earlier quoted context omitted.

I was an big Aperture user too, and put off the move a long time. I installed and edited the same photos in everything. You either take the feature-set hit and switch to Apple Photos ( which does a great job with basic tweaks ), or you switch to Lightroom. Everything else is way below par. Your photos just won't anywhere near as good.

Which presents an opportunity for someone like Pixelmator or Affinity to make a photo management app + their photo editing tools.

Personally, I don't want a "photo management" app, I want an app that is very good at batch processing, works over NFS drives, and doesn't use "projects" and "libraries".

Basically I want a GUI version of ImageMagick.

Post reply on HN