DIY Culture: Repair and reuse a smartphone

The DIY or Do It Yourself culture is a great way to fight against the programmed or built-in obsolesce. I have owned this phone for 4 years; since then I have kept it with me almost everywhere. This Technology has helped me to reduce wasted time in routine tasks like doing lines in the bank. This is my second battery replacement, two years ago I embrace the international battery replacement program of Apple. At that moment I realize that I will be able to keep my phone for one more year. This movement was incredible because I could start to…

Continue ReadingDIY Culture: Repair and reuse a smartphone

How to add math on your blog : MathJax + Blogger

This tip is useful for engineering and science bloggers who want to share their knowledge on the web. Here is the way I found. I recently tested it on the Blogger system,  the purpose is to share science tutorials with you using the correct math way. Let's do it! Step 1: Add a new gadget to your blog and copy and paste the following script. <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> Step 2: Write code in a new post following using latex language inside: Inline:           \( latex code here \) Paragraph:    \[ latex code here…

Continue ReadingHow to add math on your blog : MathJax + Blogger