ePanorama.net

All about electronics and circuit design

Erratic touchscreen behavior

Ghost touches on a touchscreen occur on smart phones and tablets when the screen registers touches or taps without any actual input from the user. This issue can be frustrating, but there are several potential reasons and solutions for it: Screen Calibration: Check if your device has a screen calibration option in the settings. Calibrate

Blue Screen of Death to Linux

It might not be the year of the Linux desktop yet, but Linux distributions will soon have their own Blue Screen of Death message. Windows’ infamous “Blue Screen of Death” (BSOD) is a bit of a punchline. People have made a hobby of spotting them out in the wild, and in some circles, they remain

Online coding tools

Earlier when you wanted to try a programming language, you needed to install compiler and IDE software to your computer. Now there are many on-line tools that allow you to test programming with many programming languages. Many languages on one service: https://onecompiler.com/ https://tio.run/# https://www.codechef.com/ide https://ideone.com/ https://www.codingninjas.com/studio/online-compiler JavaScript https://jsfiddle.net/ C and C++ https://www.programiz.com/c-programming/online-compiler/ https://godbolt.org/ https://cppinsights.io/ Python

Bullshit HiFi products

I Gave Money to Criminals – feat. Dankpods https://youtu.be/JMAu_mCxoII?si=5j-GDydbQhn45NSS “Around every corner, it feels like people are trying to scam you out of your money. But no one tries harder than audio companies. No I’m not talking about, Apple, Sony, Sennheiser or Samsung. I’m not even talking about hi-fi audio companies like Marantz, Bang and

Cyber security predictions for 2024

The year 2023 saw heightened cybersecurity activity, with both security professionals and adversaries engaged in a constant cat-and-mouse game. Here are some cybersecurity predictions for 2024 to help security professionals. It is crucial to anticipate the key themes likely to dominate the cybersecurity space in 2024. Cybersecurity is an ever-evolving process that can never be

MISRA C coding standard

MISRA C is a set of software development guidelines for the C programming language developed by The MISRA Consortium. The aims of MISRA C aare to facilitate code safety, security, portability and reliability in the context of embedded systems, especifically those systems programmed in ISO C / C90 / C99. There is also a set