For a good experience running Android apps on ChromeOS you really need an ARM CPU and a decent amount of RAM (12 or 16).
HN user
sturob
Thank you, I was not aware of all of these, and I don't doubt the seriousness of the issue.
That said: 'every day' does seem quite hyperbolic.
Could you clarify what you mean by 'attacks like this happen every day' please?
Realizing that he needed Abrash (and aggressively recruiting him) could easily be seen as the most impressive thing he did to make Quake happen
If they post
The story they lead their marketing with ends:
“Cool! Now this will be with me wherever I go.”
So the next question is obviously:
"Will it? Forever? What are you doing to ensure that?"
Because most consumer startups fail. The ones that get bought out usually end up sunset or neglected. Even the ones that IPO often alienate users by chasing quarterly earnings (evernote/dropbox/pinterest).
Prenuvo give you a link to all the .dcm files downloadable in a zip.
Very cool. I wish this was around when I was a kid.
Do you use openssh?
"In January, Goldman disclosed that it had lost about $3 billion on the consumer-lending push since 2020."
Looks like Tim Cook will be joining Warren Buffett in the 'squeezing Goldman Sachs' hall of fame: https://markets.businessinsider.com/news/stocks/warren-buffe...
Last time I saw something like this they were getting additional revenue by charging people to be crew.
An important detail that none of the reporting I've seen has mentioned: Tesla got upwards of $750 million in subsidies from the state of NY for putting the Gigafactory 2 in Buffalo.
The condition was that they had to support 1460 jobs. Last I heard they were around 1500, so it's reasonable to believe the analyst jobs are only located there to avoid paying fines for breach of contract with NYS.
If you're logged in to wikipedia you can add custom css (and js) in 'Preferences > Appearance'
Bail now. You think they won't raise it again after 9 years?
It could be interpreted as him owning 100 gigs of RAM across all his devices.
I'd estimate I'm around 50-60, so I'm sure plenty of HNers are over 100 total?
Likewise for http://sturob.com/wc14/
We should aim to do better at collaborating on this sort of thing - before the tournament starts.
Cool idea, guess scaling isn't a feature tho.
There's a bit of confusion on the slides. Mixing up getUserMedia with WebRTC.
TLDR: http://mlkshk.com/p/MQLE
LinkedList.prototype.reverse = function () {
var tail = function(prev, current){
if (current.next) {
tail(current, current.next);
} else {
this.head = current;
}
current.next = prev;
}.bind(this);
tail(null, this.head);
};Interesting to see how many 5 chars are available. But a godaddy referal? Really?
Conventional wisdom circa 1770: "State governance will remain an aristocratic process".
Nicely done. I have implemented the Linear part of this already but this will save me from having to do the rest. Thanks!
https://gist.github.com/1710335
Run it in the browser console, much quicker than uploading...