Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sturob
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
sturob
1y ago
For a good experience running Android apps on ChromeOS you really need an ARM CPU and a decent amount of RAM (12 or 16).
2.
▲
by
sturob
1y ago
https://www.lenovo.com/us/en/p/laptops/lenovo/lenovo-edu-chr...
3.
▲
by
sturob
1y ago
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.
4.
▲
by
sturob
1y ago
Could you clarify what you mean by 'attacks like this happen every day' please?
5.
▲
by
sturob
1y ago
Realizing that he needed Abrash (and aggressively recruiting him) could easily be seen as the most impressive thing he did to make Quake happen
6.
▲
by
sturob
2y ago
If they post
7.
▲
by
sturob
3y ago
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
8.
▲
by
sturob
3y ago
Prenuvo give you a link to all the .dcm files downloadable in a zip.
9.
▲
by
sturob
3y ago
Very cool. I wish this was around when I was a kid.
10.
▲
by
sturob
3y ago
Do you use openssh?
11.
▲
by
sturob
3y ago
"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:/&#
12.
▲
by
sturob
3y ago
Last time I saw something like this they were getting additional revenue by charging people to be crew.
13.
▲
by
sturob
4y ago
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.
14.
▲
by
sturob
4y ago
If you're logged in to wikipedia you can add custom css (and js) in 'Preferences > Appearance'
15.
▲
by
sturob
4y ago
Bail now. You think they won't raise it again after 9 years?
16.
▲
by
sturob
4y ago
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?
17.
▲
by
sturob
12y ago
Likewise for http://sturob.com/wc14/ We should aim to do better at collaborating on this sort of thing - before the tournament starts.
18.
▲
by
sturob
13y ago
Cool idea, guess scaling isn't a feature tho.
19.
▲
by
sturob
13y ago
There's a bit of confusion on the slides. Mixing up getUserMedia with WebRTC.
20.
▲
by
sturob
13y ago
TLDR: http://mlkshk.com/p/MQLE
21.
▲
by
sturob
14y ago
LinkedList.prototype.reverse = function () { var tail = function(prev, current){ if (current.next) { tail(current, current.next); } else { this.head = current; } current.next = prev; }.bi
22.
▲
Show HN - A map showing social activity not just highways and buildings
(thebackofyourhand.com)
2 points
by
sturob
14y ago
|
0 comments
23.
▲
by
sturob
14y ago
Interesting to see how many 5 chars are available. But a godaddy referal? Really?
24.
▲
by
sturob
14y ago
Conventional wisdom circa 1770: "State governance will remain an aristocratic process".
25.
▲
by
sturob
15y ago
Nicely done. I have implemented the Linear part of this already but this will save me from having to do the rest. Thanks!
26.
▲
by
sturob
15y ago
https://gist.github.com/1710335 Run it in the browser console, much quicker than uploading...
27.
▲
Realtime interactive algorithmic 8bit music maker
(entropedia.co.uk)
2 points
by
sturob
15y ago
|
0 comments