I've been using Feedbin for a few years and have been happy with it, especially since it syncs with my preferred iOS client, Reeder. https://feedbin.com https://www.reederapp.com
I think Cast does something like that? I haven't used it myself, so I'm not 100% sure what features they offer. But it sounds like they handle streaming audio between co-hosts, recording individual tracks, and doing the…
There's another explanation of Kalman filters here: http://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures...
You could use this technique to examine the man page for a program and infer from that what valid command line arguments would be: some terminal shells (fish, for one, possibly zsh as well?) do something like this…
Because then the thumbnail where you see your own face behaves more like a real-world mirror, which is easier to reason about if you want to adjust your position.
Retina for games may not be a big deal, but Retina for text definitely is: I notice the difference when reading on my iPad 2 vs my iPhone 4S. The distinction doesn't seem like much when you're in the middle of reading,…
As someone who knows both Javascript and Objective-C, this is less readable than either. Underscore.js may have some useful abstractions, but they'd be better exposed as Objective-C categories rather than trying to…
Looks really similar to Coffeescript. Is it safe to say that this new Javascript feature is a direct result of Coffeescript's influence? I hope so: Javascript is full of little horrors like the 'this' keyword, and it…
iOS and Mac apps are a lot of fun to write and work with, for two reasons: 1) Objective-C is a pretty decent language. It's not perfect, it has some baggage, but overall it's pretty neat and has enough flexibility to…
The basics are definitely easy. A lot of apps need more than the basics; even changing between landscape and portrait can be tricky and more complex that a simple autoresizing mask can handle (I would know, since I'm…
I'm definitely aware of the autoresize tools, but like you said, as soon as you start to have variable sized data it all sort of falls down. Then you wind up having to switch to using a UIWebView, which means redoing a…
The author may be overstating how rigid they are. iOS apps can be much less dynamic than web apps, mostly because you're working at a "lower" level in the GUI stack. Instead of having a layout engine that recalculates…
I agree, but aren't these fundamentally hard problems? Take your calendar example. You could solve that problem with: * Standardization. Difficult, but possible, if you can convince the entities involved that it's a…
I've started to feel this way, too, but I guess I'm more selfish: the things I want to do and the products I use mesh together really well, and I've stopped caring about other people's problems. I feel bad for people…
Great work; this looks way nicer than the competition. Is Speaker Deck a for-profit idea, or is this a side project for Ordered List? I'd hate to see this turn into SlideShare: a hopeless mishmash of tacky ads.
I'm sure Apple will still use the UDID for provisioning. This change sounds like they're removing access to it from the device API.
That's very much a matter of opinion. Personally, I would rather write Objective-C/J than Javascript.
I've been using Feedbin for a few years and have been happy with it, especially since it syncs with my preferred iOS client, Reeder. https://feedbin.com https://www.reederapp.com
I think Cast does something like that? I haven't used it myself, so I'm not 100% sure what features they offer. But it sounds like they handle streaming audio between co-hosts, recording individual tracks, and doing the…
There's another explanation of Kalman filters here: http://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures...
You could use this technique to examine the man page for a program and infer from that what valid command line arguments would be: some terminal shells (fish, for one, possibly zsh as well?) do something like this…
Because then the thumbnail where you see your own face behaves more like a real-world mirror, which is easier to reason about if you want to adjust your position.
Retina for games may not be a big deal, but Retina for text definitely is: I notice the difference when reading on my iPad 2 vs my iPhone 4S. The distinction doesn't seem like much when you're in the middle of reading,…
As someone who knows both Javascript and Objective-C, this is less readable than either. Underscore.js may have some useful abstractions, but they'd be better exposed as Objective-C categories rather than trying to…
Looks really similar to Coffeescript. Is it safe to say that this new Javascript feature is a direct result of Coffeescript's influence? I hope so: Javascript is full of little horrors like the 'this' keyword, and it…
iOS and Mac apps are a lot of fun to write and work with, for two reasons: 1) Objective-C is a pretty decent language. It's not perfect, it has some baggage, but overall it's pretty neat and has enough flexibility to…
The basics are definitely easy. A lot of apps need more than the basics; even changing between landscape and portrait can be tricky and more complex that a simple autoresizing mask can handle (I would know, since I'm…
I'm definitely aware of the autoresize tools, but like you said, as soon as you start to have variable sized data it all sort of falls down. Then you wind up having to switch to using a UIWebView, which means redoing a…
The author may be overstating how rigid they are. iOS apps can be much less dynamic than web apps, mostly because you're working at a "lower" level in the GUI stack. Instead of having a layout engine that recalculates…
I agree, but aren't these fundamentally hard problems? Take your calendar example. You could solve that problem with: * Standardization. Difficult, but possible, if you can convince the entities involved that it's a…
I've started to feel this way, too, but I guess I'm more selfish: the things I want to do and the products I use mesh together really well, and I've stopped caring about other people's problems. I feel bad for people…
Great work; this looks way nicer than the competition. Is Speaker Deck a for-profit idea, or is this a side project for Ordered List? I'd hate to see this turn into SlideShare: a hopeless mishmash of tacky ads.
I'm sure Apple will still use the UDID for provisioning. This change sounds like they're removing access to it from the device API.
That's very much a matter of opinion. Personally, I would rather write Objective-C/J than Javascript.