It's surprisingly easy to switch to the English layout. As a programmer, it was refreshing to leave behind the convoluted key combinations while coding. (I'm looking at you, `tilde`, on a Hungarian keyboard) On Linux,…
A wild guess, but maybe they target retina displays.
I used traits to extract common functionality from POPOs.
It's the main reason I dislike jQuery. It's hard to debug. document.getElementById('non-existent').classList; // error $('#non-existent').addClass('yay'); // hidden bug I prefer the explicit solution.
Where can I insert insults? In the first minute of my interaction with this site, I had to face it, there is no easy way to express my negative thoughts, even thought there were many. If this is the future, I should…
It's surprisingly easy to switch to the English layout. As a programmer, it was refreshing to leave behind the convoluted key combinations while coding. (I'm looking at you, `tilde`, on a Hungarian keyboard) On Linux,…
A wild guess, but maybe they target retina displays.
I used traits to extract common functionality from POPOs.
It's the main reason I dislike jQuery. It's hard to debug. document.getElementById('non-existent').classList; // error $('#non-existent').addClass('yay'); // hidden bug I prefer the explicit solution.
Where can I insert insults? In the first minute of my interaction with this site, I had to face it, there is no easy way to express my negative thoughts, even thought there were many. If this is the future, I should…