2016 (section)
November 2016
-
▸
JS Quirks: stringified numbers
JavaScript quirk: stringified negative binary, octal, and hex numbers like '-0x1' return NaN when converted to numbers because only decimal literals can have signs per ECMAScript spec.
March 2016
-
▸
DSL-2730U router's ipv6 problem in Ubuntu
Fix for DSL-2730U router not supporting IPv6 causing GitHub connection failures in Ubuntu. Solution disables IPv6 via sysctl.conf settings.
February 2016
-
▸
Sane ECMAScript 6 Generators
Comparing ES6 Generators to Python generators - shows key difference where breaking out of a for-of loop closes the generator in JavaScript but not in Python.
January 2016
-
▸
Sublime Text 3 unhiding menu in Ubuntu - simpler solution
Simpler method to toggle Sublime Text 3 menu visibility using keyboard shortcut (Ctrl+Shift+M) instead of editing config files.