There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. (more…)
Read more »
Prior Art V8 implements "idle tasks" which can be accessed through its C++ API. Idle tasks are optional (non-urgent) GC work that will run eventually. Blink uses idle tasks to schedule work between frames, after JavaScript execution is finished. https://... (more…)
Read more »
It is surprising how algorithms are everywhere and how we modern developers often don’t care about them. I assumed and was convinced this… (more…)
Read more »
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton - aanupam23/hugo-sugoi... (more…)
Read more »
There is some buzz about Reactive programming. I prepared small comparison between some popular FRP libraries... (more…)
Read more »