Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
monkeyninja
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
monkeyninja
12y ago
As scientists, we work towards a better future, where human does not need to work, and machine does everything for you, the only tiny bit of work human will do is to ..... be a battery... it is paradise...
2.
▲
by
monkeyninja
12y ago
Imaging that, we can get rid of all drivers, must be brilliant...
3.
▲
by
monkeyninja
12y ago
According to the comments from their developer, Python code is written to follow NewsRelic and Java, Ruby, PHP and others are totally written on their own. Apparently they know NewsRelic developers, but they don't have their source cod
4.
▲
by
monkeyninja
12y ago
not really. We like to use sarcasm for fun, it doesn't mean the non-sarcastic views will be deleted. ask yourself before giving false information
5.
▲
by
monkeyninja
12y ago
API is more like the table of content of a book, not titles. Titles would be like the website name.
6.
▲
by
monkeyninja
12y ago
You have to understand with the big agriculture companies control the prices of seed, fertiliser and food, farmers hardly made any money. Normally government would distribute money to farmers (like in Europe) or farmers make high value prod
7.
▲
by
monkeyninja
13y ago
"taking a placebo knowing(or hoping) placebo can help" pretty much works the same way as taking placebo without knowing it. Why it is surprise?
8.
▲
by
monkeyninja
13y ago
Canada and Australia stay the most popular destination for corrupted officials from China, while U.S. may see some rich businessmen.
9.
▲
by
monkeyninja
13y ago
yes, they just built a small temple.....but it doesn't mean anything since .... anyway.... You didn't mention ROC regain the control over the island 1946..
10.
▲
by
monkeyninja
13y ago
language will not store unicode string internally with UTF8. Yes, we use it as input and output, but in memory, utf8 is terrible for random access characters. endian is only an issue (normally) for input and output, not really an issue for
11.
▲
by
monkeyninja
13y ago
I don't understand the reason of using C++ char array to store unicode text....
12.
▲
by
monkeyninja
13y ago
"noe\u{0308}".size => 4 You code is wrong