Live data from Hacker News

Viewing profile — fullsailor

fullsailor

HN member
Joined
Tue, Mar 22, 2011, 7:07 PM UTC
HN karma
73
Public activity
23 items

About fullsailor

No profile information was provided.

Recent public activity

  1. comment
    Comment #37180937

    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-prope…

  2. comment
    Comment #28918923

    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 …

  3. comment
    Comment #19577398

    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.…

  4. comment
    Comment #19567749

    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 t…

  5. comment
    Comment #15981502

    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 https://developer.a…

  6. comment
    Comment #15486156

    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 ho…

  7. comment
    Comment #15277749

    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 i…

  8. comment
    Comment #14894164

    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

  9. comment
    Comment #11155216

    I expect that gzip would make the over the wire price for repeated icons insignificant.

  10. comment
    Comment #10927525

    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 …

  11. comment
    Comment #6971154

    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 s…

  12. comment
    Comment #6944558

    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 intimidat…

  13. comment
    Comment #6726187

    IE on Windows XP and Android < 3 also do not support HTTP 2.0, so this would not affect them.

  14. comment
    Comment #6495581

    > 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 f…

  15. comment
    Comment #6472178

    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 …

  16. comment
    Comment #3552833

    s/Opaque/Transparent

  17. comment
    Comment #3534210

    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…

  18. comment
    Comment #3419091

    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.

  19. comment
    Comment #3402661

    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 con…

  20. comment
    Comment #2690488

    "You need to use Safari to view this video." Grr.

  21. comment
  22. comment
    Comment #2626364

    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 …

  23. comment
    Comment #2595523

    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 s…