Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jQueryIsAwesome
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jQueryIsAwesome
13y ago
Well, TSA will start checking marathonists anytime soon. Ban me or whatever you need to do but the reality is that one bomb and Americans cry, while at the same time incentivate thousands of bombs and deads in Mexico for their useless "war
2.
▲
by
jQueryIsAwesome
13y ago
I'm Colombian, like, live in Colombia/South America.
3.
▲
by
jQueryIsAwesome
13y ago
Mass media focus on drama not in information; so your emotions are appealed more than rational thoughts. You can't do nothing about the North Korea crisis even if you watch the news, that's a "Reality check".
4.
▲
by
jQueryIsAwesome
13y ago
I never said "cure-all"... I never even mentioned cancer nor did the people in the video.
5.
▲
by
jQueryIsAwesome
13y ago
Billions of dollars are wasted to fight against a analgesic and therapeutic drug that could help millions; this world haves very dumb and/or corrupted people in charge.
6.
▲
by
jQueryIsAwesome
13y ago
Slightly related: If you are using ST2 I recommend the "Clipboard Manager" plugin to have multiple clipboards, it gets anything that is copied inside ST2 or any other software, it works with multiple cursors which is really handy.
7.
▲
by
jQueryIsAwesome
13y ago
Where does it say that bitcoins are money?
8.
▲
by
jQueryIsAwesome
13y ago
DOSS attacks can be overcome with a solid infrastructure like Cloudflare (expensive but possible) and also with the help of modern browser capabilities such as webRTC and offline cache.
9.
▲
by
jQueryIsAwesome
13y ago
The features of the console is not really a usability issue.
10.
▲
by
jQueryIsAwesome
13y ago
I found a way... well, sort of: var log = function(){ args = [].slice.call(arguments); args.unshift(console); return console.log.bind.apply(console.log, args) } But you have to add extra parenthesis at
11.
▲
by
jQueryIsAwesome
13y ago
Maybe add console.assert to that list: console.assert(str.length === 10, "String is not 10 characters long!"); and console.group/groupEnd console.group("sums"); console.log(1 + 1); console.log(2 - 3); console.grou
12.
▲
by
jQueryIsAwesome
13y ago
This "console"... IE5 didn't even have console... and event the current one IE haves is a joke compared to firefox or chrome.
13.
▲
by
jQueryIsAwesome
13y ago
The author also haves one of the best bios in twitter: > I connect stuff and copy bits. Sometimes it doesn't work
14.
▲
by
jQueryIsAwesome
13y ago
"Well, that explains why the business world is so broken"
15.
▲
by
jQueryIsAwesome
13y ago
"Freedom" is slowly losing its meaning.
16.
▲
by
jQueryIsAwesome
13y ago
Is awesome but it needs some work, it would be _really_ nice if it were syntax aware, so if you start Ctrl+D in a variable it should only select where is being used as a variable and not other things (regex, strings, etc) or at least a bool
17.
▲
by
jQueryIsAwesome
13y ago
ST3 will be released soon and is supposedly going go fully support all vim commands in vintage mode with better performance.
18.
▲
by
jQueryIsAwesome
13y ago
There must be a name for the logical fallacy of taking analogies way too literally.
19.
▲
by
jQueryIsAwesome
13y ago
> better-than-thou crowd The irony burns like flames from hell.
20.
▲
by
jQueryIsAwesome
13y ago
Kurt Cobain was homeless during a period of his life and was a drug addict and arguably also had mental issues; what I want to say is that is not "social justice" what many of them need but help finding passions that can provide at least fo
21.
▲
Russian Billionaire Wants to Create Cyborgs for Real
(mashable.com)
2 points
by
jQueryIsAwesome
13y ago
|
0 comments
22.
▲
by
jQueryIsAwesome
13y ago
The tracking problem seems easy to solve; but admitedly I never went to college so this may be just dumb, but why don't just use a external reference device? A little device that saves your initial position and triangulates the diff between
23.
▲
by
jQueryIsAwesome
13y ago
I see no benefits in promises, zero, none.
24.
▲
by
jQueryIsAwesome
13y ago
Sorry, I don't see no clarity there. And how would that fix the fact that stat works in individual files?, and more importantly, how does a function like that handles error? Individual level, group level? It is confusing.
25.
▲
by
jQueryIsAwesome
13y ago
Nope, the shared scope would obligate me to create a function with binded params for each iteration so "i" is not the last value (e.g. path.length) in every call. Examples: http://stackoverflow.com/questions/1451009/javascript-infamo...
26.
▲
by
jQueryIsAwesome
13y ago
The example I'm talking about is the one where he doesn't handle errors either, this one: http://pastebin.com/98CarwzU . And your example is disingenuous too, why do we need to add so much logic instead of collecting the errors if you want
27.
▲
by
jQueryIsAwesome
13y ago
... and what does that haves to do with promises? And in such case you would only do this once outside the listeners of http/or-whatever connections so it would be done just once regardless of the number of concurrent activity.
28.
▲
by
jQueryIsAwesome
13y ago
All the code and such a big abstraction for the first example when it could have done like this: var result = []; paths.forEach(function (i, file){ fs.stat(file, function (err, data){ result.push(data);
29.
▲
by
jQueryIsAwesome
13y ago
> Only humans perform experiments on other species that we would regard as torture. Because only humans are capable to, do you seriously think overwhelming cognitive advantage would be used any different if we had different traits? If o
30.
▲
by
jQueryIsAwesome
13y ago
Fixes done.
More ›