ePanorama.net
All about electronics and circuit design
People seem to want their TV with more features, like internet ready, apps, web browser etc. All these extra features are basically already there on computers. Now they want a combination. The connected TV will evolve. Connected TV and voice remote control seems to be the direction TV makers are pushing their products to because →
I saw an interesting article at Controlgeek blog titled America’s Got Talent Buzzer Show Control. It tells how the judge buttons work in the “World’s Largest Talent Show”. Those buttons sound a loud buzzer sound effect, fire a bunch of strobes and light cues, and trigger video on large upstage video wall. Often on TV, →
Is preventive maintenance on data center equipment not really that preventive after all? Can Maintenance Make Data Centers Less Reliable? With human error cited as a leading cause of downtime, a vigorous maintenance schedule can actually make a data center less reliable, according to some industry experts. Is Maintenance Making Your Facility Less Reliable? article →
I have recently started to use Notepad++ more and more for my code editing (both C source code and scripts). Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. The editor is a multi-Language environment that has syntax highlighting and →
17 JavaScript tools for the HTML5 generation article has an interesting list of useful tools. Look beyond jQuery and you’ll find a wealth of JavaScript libraries tuned for mobile devices, Canvas-based animation, HTML5 video, local databases, and more. I have also seen some other interesting looking tools that seem to be something that could be →
I bought Fuji HS20 camera few months ago (just some months before the model was discontinued). HS20 is a pretty good superzoom digital camera. It has a very long zoom lens and good macro properties. I have taken many of the photos posted recently to this blog using this camera. To take good macro photographs →
A class-D amplifier or switching amplifier is an electronic amplifier where all power devices (usually MOSFETs) are operated as binary switches. They are either fully on or fully off. The term “class D” is sometimes misunderstood as meaning a “digital” amplifier. While some class D amps may indeed be controlled by digital circuits, the class →
Is electronics heading to be less and less hackable? DIY site iFixit has been keeping tabs on the tech world whilst providing handy self-repair guides for popular electronics. Now the site maintainers have seen trend that electronics products seem to become intentionally harder and harder to fix in recent years. The New MacBook Pro: Unfixable, →
Happy 25th Birthday, GIF. 25 years ago (on last Friday) the Graphics Interchange Format was released, and the world has never been the same again. The GIF was originally released by CompuServe to replace RLE – a file format which was limited to black and white only. But the GIF evolved over the next 25 →
I saw yesterday an interesting new web-based, graphical programming editor. Google Blockly — a Language With a Difference tells about a new Scratch-like graphical language, Blockly. You program with it by dragging and dropping code blocks onto a design surface. Blockly is written in JavaScript and runs inside web browser. All the code is free →