You can always google translate it :) (layout is somewhat broken)
As for comments: oh, yeah. Same if you read comments under MicroPython or Espruino conference videos.
Altho it's somewhat true for web development: take a look at patreon or meetup, they do a bunch of requests after the initial page load to pull data for the ui. Those requests plus the re-paint that occurs when data is loaded makes the sites feel sluggish for seconds. Just why, why?
And fun aside: saw a blog post a couple of weeks ago about one's opinion about embedded in 2019. Basically use C if you are doing home hobby arduino projects. Otherwise use anything else where it's harder to buffer overflow / memory-corrupt yourself.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You can always google translate it :) (layout is somewhat broken)
As for comments: oh, yeah. Same if you read comments under MicroPython or Espruino conference videos.
Altho it's somewhat true for web development: take a look at patreon or meetup, they do a bunch of requests after the initial page load to pull data for the ui. Those requests plus the re-paint that occurs when data is loaded makes the sites feel sluggish for seconds. Just why, why?
And fun aside: saw a blog post a couple of weeks ago about one's opinion about embedded in 2019. Basically use C if you are doing home hobby arduino projects. Otherwise use anything else where it's harder to buffer overflow / memory-corrupt yourself.