JS technically does have TCE (specified in ES6[1]), but only the JavaScriptCore runtime used by Safari/WebKit implements it[2]. [1]: https://webkit.org/blog/6240/ecmascript-6-proper-tail-calls-... [2]:…
LIST requests are priced by the 1000. And are priced the same at all storage classes. My estimate is that it would cost him $1 to click that button. 2M LIST requests = (2B objects / 1000 per LIST) $1 = (2M / 1000) ×…
I think you're right. I don't recall the specific equipment, we were visiting and only did a short training before. Now I've read more on it and I do feel (sheepishly) misinformed. The light may have been way less…
I'm a relatively newbie diver (only 80 dives), but there have been a few times where something unexpected or new happens that can send you into at least a mild panic. Recognizing this panic and how to recover is the…
The Payment Request API is supported in the Safari Technical Preview and enabled by default since Release 44. https://webkit.org/status/#feature-payment-request…
You don't necessarily need to disassemble and return it in the box. I bought and returned two bedside tables (HEMNES) recently. I only constructed the first and was unhappy with how it looked once it was in my room.…
iOS updates are available for everyone at the same time, but Apple does stagger the update notifications. So users that know an update is available can go to Settings and find it immediately, but notifications go out in…
For 2017 calendar year. good: ~99.50% major: ~0.04% minor: ~0.46% There's 7 years of history on their status API. https://status.github.com/api/daily-summary.json
I expect that gzip would make the over the wire price for repeated icons insignificant.
The "32 bit Runtime" is a misnomer. Its a difference between the modern and legacy runtime. iOS (and iPhoneOS) never supported the legacy runtime. The name comes from it being the only runtime for 32 bit OSX apps.…
Not trying to legitimize what is obviously satire, but you could possibly uncrop a printed photo, if the original photo was online, and if it was indexed by Google. Reverse image search win.
Excited to try this out. I showed my designer your blog post on how you used Quartz Composer to sketch out your iOS app redesign. By itself, the Quartz Composer is pretty intimidating. One nitpick, the .pkg isn't signed…
IE on Windows XP and Android < 3 also do not support HTTP 2.0, so this would not affect them.
> GitHub uses the branch name; you can replace it with a changeset ID and it’ll work, but you’ll need to find a changeset ID. You can press 'y' to expand the URL to its canonical form.
What alternatives to JavaScript are there for browser-side scripting? Even things like CoffeeScript and Dart only translate into JavaScript and still use its runtime. We just have to continue to improve the tooling.
s/Opaque/Transparent
Rails is a Rack application, so yes a Rails app could play host to more than one sub app. In fact this is such a good pattern, that Rails core added Rails Engines which do just but better.
Even when you free RAM by force-quitting the app its not deleted, only marked as free. I also don't think that unused RAM, (all 0s?) would use less power than used RAM.
What would happen with birthdays that occur on days that were cut out of the new calendar? Jan 31, May 31, Jul 31, Aug 31, and Oct 31. Also, that extra week business seems more confusing than leap years. "Every 5 or 6…
"You need to use Safari to view this video." Grr.
Not really for application specific images. However, vendor, lib, and engine images will be copied into public in production. Keeps you from manually having to keep somebody elses asset dependencies updated in your app.
I haven't tested this myself, but I can guess that they will load slower in development. In development asset requests go through the asset pipeline now instead of being directly served up through the HTTP server.
JS technically does have TCE (specified in ES6[1]), but only the JavaScriptCore runtime used by Safari/WebKit implements it[2]. [1]: https://webkit.org/blog/6240/ecmascript-6-proper-tail-calls-... [2]:…
LIST requests are priced by the 1000. And are priced the same at all storage classes. My estimate is that it would cost him $1 to click that button. 2M LIST requests = (2B objects / 1000 per LIST) $1 = (2M / 1000) ×…
I think you're right. I don't recall the specific equipment, we were visiting and only did a short training before. Now I've read more on it and I do feel (sheepishly) misinformed. The light may have been way less…
I'm a relatively newbie diver (only 80 dives), but there have been a few times where something unexpected or new happens that can send you into at least a mild panic. Recognizing this panic and how to recover is the…
The Payment Request API is supported in the Safari Technical Preview and enabled by default since Release 44. https://webkit.org/status/#feature-payment-request…
You don't necessarily need to disassemble and return it in the box. I bought and returned two bedside tables (HEMNES) recently. I only constructed the first and was unhappy with how it looked once it was in my room.…
iOS updates are available for everyone at the same time, but Apple does stagger the update notifications. So users that know an update is available can go to Settings and find it immediately, but notifications go out in…
For 2017 calendar year. good: ~99.50% major: ~0.04% minor: ~0.46% There's 7 years of history on their status API. https://status.github.com/api/daily-summary.json
I expect that gzip would make the over the wire price for repeated icons insignificant.
The "32 bit Runtime" is a misnomer. Its a difference between the modern and legacy runtime. iOS (and iPhoneOS) never supported the legacy runtime. The name comes from it being the only runtime for 32 bit OSX apps.…
Not trying to legitimize what is obviously satire, but you could possibly uncrop a printed photo, if the original photo was online, and if it was indexed by Google. Reverse image search win.
Excited to try this out. I showed my designer your blog post on how you used Quartz Composer to sketch out your iOS app redesign. By itself, the Quartz Composer is pretty intimidating. One nitpick, the .pkg isn't signed…
IE on Windows XP and Android < 3 also do not support HTTP 2.0, so this would not affect them.
> GitHub uses the branch name; you can replace it with a changeset ID and it’ll work, but you’ll need to find a changeset ID. You can press 'y' to expand the URL to its canonical form.
What alternatives to JavaScript are there for browser-side scripting? Even things like CoffeeScript and Dart only translate into JavaScript and still use its runtime. We just have to continue to improve the tooling.
s/Opaque/Transparent
Rails is a Rack application, so yes a Rails app could play host to more than one sub app. In fact this is such a good pattern, that Rails core added Rails Engines which do just but better.
Even when you free RAM by force-quitting the app its not deleted, only marked as free. I also don't think that unused RAM, (all 0s?) would use less power than used RAM.
What would happen with birthdays that occur on days that were cut out of the new calendar? Jan 31, May 31, Jul 31, Aug 31, and Oct 31. Also, that extra week business seems more confusing than leap years. "Every 5 or 6…
"You need to use Safari to view this video." Grr.
Not really for application specific images. However, vendor, lib, and engine images will be copied into public in production. Keeps you from manually having to keep somebody elses asset dependencies updated in your app.
I haven't tested this myself, but I can guess that they will load slower in development. In development asset requests go through the asset pipeline now instead of being directly served up through the HTTP server.