ePanorama.net
All about electronics and circuit design
https://developers.redhat.com/blog/2017/03/16/installing-linux-on-an-android-phone/?sc_cid=7016000000127ECAAY For Linux developer, being able to run a Linux distro alongside your pre-existing mobile OS on your android phone is a very enticing offer. Installing Linux on an Android device can help you to turn your simple phone into a highly useful tool for web development, troubleshooting, and various other procedures common in the IT industry. →
https://code.berlin/en/blog/computer-science-software-engineering/ Where computer science is about taking complex problems and deriving a solution from mathematics, science and computational theory, software engineering is very much focused around designing, developing and documenting beautiful, complete, user-friendly software. →
https://www.cyberciti.biz/faq/bash-scripting-using-awk/ AWK is a programming language that is designed for processing text-based data, either in files or data streams, or using shell pipes. You can combine awk with shell scripts or directly use at a shell prompt. Awk is an excellent tool for building UNIX/Linux shell scripts. I have successfully used AWK with very many →
https://blog.huntingmalware.com/notes/WMI Whenever someone thinks about hooking Microsoft Windows events, one thinks about rootkits, low level C++ code, and Windows API calls. There’s another approach to achieve similar things using just pre-installed Windows tools and without knowing anything about Windows internals. WMI is its name. From the Microsoft Developer Network (MSDN): WMI (Windows Management Instrumentation) is the →
http://bigthink.com/philip-perry/green-energy-will-overtake-fossil-fuels-by-2020-morgan-stanley-analyst-states?utm_campaign=Echobox&utm_medium=Social&utm_source=Facebook#link_time=1501961581 According to leading global investment firm Morgan Stanley the continuous drop in costs and the benefits surrounding green energy make it a rapidly more appealing option than its carbon-emitting cousins. A top analyst at the firm says green energy will overtake fossil fuels by 2020. There was no clear answer what they ment by “overtake”, but →
https://access.redhat.com/blogs/766093/posts/3031361?sc_cid=7016000000127ECAAY The SSL/TLS protocol uses RSA, Diffie-Hellman (DH) or Elliptic Curve Diffie-Hellman (ECDH) primitives for the key exchange algorithm. RSA is based on the fact that when given a product of two large prime numbers, factorizing the product (which is the public key) is computationally intensive, but a quantum computer could efficiently solve this problem →
https://m.youtube.com/playlist?list=PLJO4AtxKJiFMa-xhNLNpp-URxQH-7Ka6Q This YouTube playlist shows videos of interesting hardware plus software hacks. They can play computer demo multimedia with old game consoles, Arduino+LED sign, LEGOs and audio mixer… Many cool hacks I would say! Assembly Summer 2017 event is still going on, more videos at AssemblyTV at YouTube and Assembly Summer 2017 pages. →
RF attenuators are a universal building block within the RF design arena. I neeeded some RF attenuators for my electronics lab. I found this cheap product DC-4.0GHz RF Fixed Attenuator from Banggood. They seemed to have pretty good specfications and features considering that the price is just slightly over 7 Euros for three attenuators: Frequency →
https://opensource.com/article/17/6/3-security-musts-software-developers?sc_cid=7016000000127ECAAY 1. Don’t encrypt passwords, hash them. 2. Don’t put secret backdoors in software. 3. Authenticate users on every page—not only on the login page. →
https://techcrunch.com/2017/08/03/edge-computing-could-push-the-cloud-to-the-fringe/?utm_source=tcfbpage&sr_share=facebook I can believe in this vision! Edge computing could push the cloud to the fringe Peter Levine believes that cloud computing is soon going to take a back seat to edge computing — and we will very quickly see the majority of processing taking place at the device level. As crazy as that sounds — and →