Tag: problem

The DayTek LCD TV from hell

This is the story about my worst experience yet with a TV. I’m not gonna lie, I’m a thrifter. If I see something for cheap where I’d normally spend more, I’ll get it for cheap. Was it because i grew up fixing and not just spending money making your problems go away? I don’t know….


[JS] Quick function to check if an object is empty

Checking for an empty object in Javascript is doable, but rather interesting. See, I’m used to EXT Js having everything built in, but that isn’t always the case. For example, we have Ext.isEmpty, but in version 5, it doesn’t know any better, it basically only checks for strings and numbers (Possibly NaNs and what have…