Apple introduces macOS Mojave
531–540 of 665 posts
Re: Apple introduces macOS Mojave
#532Earlier quoted context omitted.
The differences are more in implementation than anything else: - AppKit isn't layer-backed by default, requiring you to handle this. Something as simple as setting the background color for an NSView is far more of a ritual than it is for a UIView. - NSColor/NSImage under the hood are different than UIColor and UIImage. - NSTableView and NSCollectionView have big differences (NSCollectionView is more subtle, I should…
"Something as simple as setting the background color for an NSView is far more of a ritual than it is for a UIView." Or you just use an NSBox as the rearmost subview of the NSView, and set its fill color.
Re: Apple introduces macOS Mojave
#533Earlier quoted context omitted.
"Something as simple as setting the background color for an NSView is far more of a ritual than it is for a UIView." Or you just use an NSBox as the rearmost subview of the NSView, and set its fill color.
I suspect that is exactly the kind of ritual he was talking about.
Cocoa developers tend to think it's all very apparent though. Was actually counting down until a comment like that appeared. ¯\_(ツ)_/¯
Re: Apple introduces macOS Mojave
#534Earlier quoted context omitted.
Hope significant are the differences between cocoa and uikit? I don't have any experience besides some light source browsing and it seemed the big difference is the NS to UI prefix change. Anyone care to summarize for the unenlightened?
The differences are more in implementation than anything else: - AppKit isn't layer-backed by default, requiring you to handle this. Something as simple as setting the background color for an NSView is far more of a ritual than it is for a UIView. - NSColor/NSImage under the hood are different than UIColor and UIImage. - NSTableView and NSCollectionView have big differences (NSCollectionView is more subtle, I should…
Props to Apple for finally fixing it.
Re: Apple introduces macOS Mojave
#535Earlier quoted context omitted.
It's amazing that so many bright minds are wasting time on *oji.
Always interesting to see the divergence between HN and what the average user cares about. For most people emojis (and animojis) have opened a whole new way to communicate with each other. I can't think of another linguistic feature in history which saw such widespread use within a decade and I feel like emojis don't get enough credit for that.
Re: Apple introduces macOS Mojave
#536The complaints here about how the new macOS does not have anything exciting or interesting is weird. I thought the best thing about the new macOS (and iOS) is that it's supposed to be Apple focusing on stability, rather than new features. Given all the bad things that have happened with macOS in the past year, I thought this was going to be appreciated. https://www.macrumors.com/2018/01/30/apple-focus-on-software...
High Sierra didn't have much notable or interesting either, and it proved to be the least stable release in a while by a damn sight. Lately it seems like Apple has downshifted in competence all-around (at least on the Mac). I'll believe evidence to the contrary when I see it — not sooner. I know that makes me seem like an HN Apple hater. And it pains me to say that. I've been a Mac fan since the mid-90s. I've tried t…
Re: Apple introduces macOS Mojave
#537Earlier quoted context omitted.
High Sierra didn't have much notable or interesting either, and it proved to be the least stable release in a while by a damn sight. Lately it seems like Apple has downshifted in competence all-around (at least on the Mac). I'll believe evidence to the contrary when I see it — not sooner. I know that makes me seem like an HN Apple hater. And it pains me to say that. I've been a Mac fan since the mid-90s. I've tried t…
I would not consider a brand new file system to not be notable. Maybe for average consumers it wouldn't matter much, but for us, we probably should appreciate how big an endeavour a new file system is.
Re: Apple introduces macOS Mojave
#538WWDC 2018, from underwhelming to boring. I will lose my mind if i hear *oji one more time. Will they ever stop with this nonsense? Favicons in Safari? It took them 6 years for the browser to remember the zoom setting per site, now we have the luxury of having favicons.
It's amazing that so many bright minds are wasting time on *oji.
Re: Apple introduces macOS Mojave
#539The complaints here about how the new macOS does not have anything exciting or interesting is weird. I thought the best thing about the new macOS (and iOS) is that it's supposed to be Apple focusing on stability, rather than new features. Given all the bad things that have happened with macOS in the past year, I thought this was going to be appreciated. https://www.macrumors.com/2018/01/30/apple-focus-on-software...
I find it very hard to be excited about a yet another "major" release that doesn't even qualify as a minor version bump.
Re: Apple introduces macOS Mojave
#540Earlier quoted context omitted.
"Something as simple as setting the background color for an NSView is far more of a ritual than it is for a UIView." Or you just use an NSBox as the rearmost subview of the NSView, and set its fill color.
I suspect that is exactly the kind of ritual he was talking about.