Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fullsailor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
fullsailor
3y ago
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]: https
2.
▲
by
fullsailor
5y ago
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) × $0.005
3.
▲
by
fullsailor
7y ago
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 damaging th
4.
▲
by
fullsailor
7y ago
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 critical thing. A m
5.
▲
by
fullsailor
9y ago
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.apple.com/safari/t
6.
▲
by
fullsailor
9y ago
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. They accepted the r
7.
▲
by
fullsailor
9y ago
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 stages after the rel
8.
▲
by
fullsailor
9y ago
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.
▲
by
fullsailor
11y ago
I expect that gzip would make the over the wire price for repeated icons insignificant.
10.
▲
by
fullsailor
11y ago
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. https:/&#x
11.
▲
by
fullsailor
13y ago
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.
12.
▲
by
fullsailor
13y ago
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 and Gatekeeper
13.
▲
by
fullsailor
13y ago
IE on Windows XP and Android < 3 also do not support HTTP 2.0, so this would not affect them.
14.
▲
by
fullsailor
13y ago
> 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.
15.
▲
by
fullsailor
13y ago
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.
16.
▲
by
fullsailor
15y ago
s/Opaque/Transparent
17.
▲
by
fullsailor
15y ago
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.
18.
▲
by
fullsailor
15y ago
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.
▲
by
fullsailor
15y ago
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 years" seems indefinit
20.
▲
by
fullsailor
15y ago
"You need to use Safari to view this video." Grr.
21.
▲
by
fullsailor
15y ago
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.
22.
▲
by
fullsailor
15y ago
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.