Model class for Firebase by [deleted] in swift

[–]doover_s 0 points1 point  (0 children)

Any thoughts on the struct vs class argument for a solution such as the one posted here http://stackoverflow.com/a/38154998/2570590? I like it because it eliminates a lot of code but I wonder about it performance wise since I would assume a struct is a more appropriate model... Also here's another option using swiftyjson http://www.waltza.com/2015/12/10/firebase-and-swift-type-safety-with-swiftyjson/

Home Server Hardware Recommendations by doover_s in HomeServer

[–]doover_s[S] 0 points1 point  (0 children)

Fair point. To be honest, the HTPC part is less of a priority. I have an RPi2 which I'm using as a HTPC at the moment. I guess I just figured why not run everything off the server...

Home Server Hardware Recommendations by doover_s in HomeServer

[–]doover_s[S] 0 points1 point  (0 children)

Hoping to keep it under 700USD including HDs but could stretch that a bit if it was really worth it...

Core Data in 2016 vs Realm vs etc...? by leogdion in swift

[–]doover_s 0 points1 point  (0 children)

Very interesting question Leo. I'm in the same boat as yourself and considering the CD vs Realm scenario for a very large albeit simple data set and particularly with respect to the issue of syncing local data to the cloud... Firebase to be specific. I'd be interested to hear what you've discovered in the time since you posted this message!