Viewing profile — stanlogin
stanlogin
HN member- Joined
- Sat, Dec 10, 2016, 8:54 AM UTC
- HN karma
- 2
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About stanlogin
No profile information was provided.
Recent public activity
-
comment
Comment #46613290
I think they have an issue on homepage: there is no "download/get start" link. All big buttons link to a tour page, and stopped there.
-
comment
Comment #39876765
I will not reply again. Yes you know something, and your knowledge is right. You saw my question and saw some keyword matched you knowledge, and you spoke out your knowledge. I'm n…
-
comment
Comment #39876725
When you said goroutine, you are talking about different thing.
-
comment
Comment #39875410
When you said "(go something)", you are talking about different thing.
-
comment
Comment #39871178
OK. It's difficult to you.
-
comment
Comment #39861838
I don't think its difficult to understand. Look at the other two answers.
-
comment
Comment #39848739
"in background"
-
story
Ask HN: Besides Go, what languages are muti-threading "in background"?
I mean, no need to write "async/await".
- story
- story
-
comment
Comment #39212797
I know it. But I'm asking about possibility of creating a new runtime.
-
story
Ask HN: Is it possible to write a JavaScript runtime with "await by default"?
So that this code: ``` let a = await aFuncThatReturnPromise(); console.log(a) ``` becomes the following and does the same thing: ``` let a = aFuncThatReturnPromise(); console.log(a…
-
comment
Comment #38176987
+1. I spent hours to understand how the router cache works and turn off cache but failed. It is good in pages folder. But in the app folder I just can not stop the cache.
-
comment
Comment #34686774
All browsers I know have disabled that option years ago.
-
comment
Comment #34686764
Seems it requires Win32, but I'm using a Mac.
- story
- story
-
comment
Comment #31856233
I'm not saying that Google is police force. I'm not asking Google to take the webmaster to jail. We are not talking about legality. SPAMMING is obviously against Google's TOS.
-
story
Ask HN: How to report a spammer website on Google?
Website: codegrepper.com Recently when I search programing keywords, that website often get very hight position on the search result page. But it has very low quality. The pages on…