HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nuko-suke-dev

no profile record

Submissions

Show HN: Dandori – Visualize Your Tasks

dandori-web.com
5 points·by nuko-suke-dev·2 ปีที่แล้ว·2 comments

[untitled]

1 points·by nuko-suke-dev·3 ปีที่แล้ว·0 comments

Show HN: You don't need to fetch with request url in JavaScript

github.com
3 points·by nuko-suke-dev·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by nuko-suke-dev·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by nuko-suke-dev·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by nuko-suke-dev·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by nuko-suke-dev·4 ปีที่แล้ว·0 comments

Show HN: Speed up your site by running JavaScript when the browser is idle

npmjs.com
94 points·by nuko-suke-dev·4 ปีที่แล้ว·87 comments

comments

nuko-suke-dev
·2 ปีที่แล้ว·discuss
Thanks for the feedback! I have been convinced that people can’t understand what the site is like and how to use it intuitively. This site needs to be more user-friendly.
nuko-suke-dev
·4 ปีที่แล้ว·discuss
I agree with you. It is difficult to measure how to improve the site performance concretely by using idle-task, but I will do this with my application.
nuko-suke-dev
·4 ปีที่แล้ว·discuss
Certainly.
nuko-suke-dev
·4 ปีที่แล้ว·discuss
Thank you for your good code review! In most cases, I agree with you. I will improve the code as you said gradually.
nuko-suke-dev
·4 ปีที่แล้ว·discuss
Sorry for the confusion.

>this is a convenience wrapper around “requestIdleCallback” That's right. I changed README.

https://github.com/hiroki0525/idle-task#features
nuko-suke-dev
·4 ปีที่แล้ว·discuss
`idle-task` has shim as below .

https://github.com/hiroki0525/idle-task/blob/main/src/index....

References - https://developer.chrome.com/blog/using-requestidlecallback/...
nuko-suke-dev
·4 ปีที่แล้ว·discuss
>The README file presents it like an alternative to `requestIdleCallback`, while, in fact, it is a convenience wrapper around `requestIdleCallback`. It is a nice idea, but the description makes it confusing.

That's right. I changed README to everyone to understand it.

https://github.com/hiroki0525/idle-task#features