DEV Community

Peter Kim Frank
Peter Kim Frank Subscriber

Posted on

WWDC Discussion Thread

Apple's Worldwide Developer Conference 2019 is taking place this week.

👉 You can watch the livestream now

This is a discussion thread to talk about any of the announcements and take-aways from WWDC19.

Latest comments (43)

Collapse
 
rhymes profile image
rhymes

All I want is a Macbook Pro without the touch bar and a great keyboard :(

Why hast thou forsaken me Apple :P ?

Collapse
 
peter profile image
Peter Kim Frank

This. I basically want my 2015 Macbook Pro in the same exact form factor (no new features) but with the hardware upgraded.

Collapse
 
rhymes profile image
rhymes

Mine is a mid 2012 model 😱

Collapse
 
tom0pearson profile image
Tom Pearson

Anyone else think RxSwift's popularity will die now that it's not the goto native reactive UI framework?

Collapse
 
gene profile image
Gene

If you’d be willing to ship it to me that would be awesome! 😂

Collapse
 
rickssss profile image
Rick

Hiding the complexity is being less complex. Regardless of whether you’re using a functional/declarative or imperative paradigm, if you’re using a modern “high level” programming language you’re relying on abstractions that exist to move the burden of micromanaging to the computer and give the developer the task of architecting the program. The existing UIKit API has a much greater gulf of abstraction between the Swift that is written and the atomic instructions that are carried out than SwiftUI and UIKit may potentially have, and the gulf there exists to allow innumerable compiler and runtime optimizations. To me, it’s similar to saying that handwriting individual operations of exponentiation on binary numbers numbers is less complex than doing 356 in just because it’s closer to the metal

Collapse
 
solomon profile image
Solomon • Edited

Sorry for the plug, but I wrote a little list of the keynote announcements. 😃

Collapse
 
peter profile image
Peter Kim Frank

This is awesome!

Collapse
 
ben profile image
Ben Halpern

No apology needed, this is the perfect use for this thread!

Collapse
 
vuild profile image
Vuild
Collapse
 
andy profile image
Andy Zhao (he/him)

So uh... $1000 monitor stand?

Collapse
 
matthias profile image
Matthias 🤖

USD 5000 for a display without a stand? That‘s a joke right?

Collapse
 
jgaskins profile image
Jamie Gaskins

It's really not. The presenter that introduced it talked about how it beats $43k monitors in every metric that matters. Literally no other monitor in the world right now matches its specs for with a 4-figure price tag.

I'm not sure how much of a monitor aficionado you are, but once you get past mainstream quality (even 4th-quintile quality), price shoots up unbelievably fast. I'm talking double the price for improvements most of us wouldn't even notice, let alone be able to appreciate. Graphic design and animation are much different worlds from typical web development.

Collapse
 
ohyesjosh profile image
Bubblesort papi

Is SwiftUI intended to be the future of UI code? Or an alternative?

Collapse
 
nunovieira profile image
Nuno Vieira

I'm curious to see how this will work with network requests etc. Also, I always thought to myself "If someday, Apple releases something like RxSwift, all those apps that depend heavily on it, will have a hard time migrating the app." Never actually believed this would happen, any time soon. Really excited to try this!

Collapse
 
themafro profile image
Matthew Francis

SwiftUI looks fantastic.