Today I Learnt 9

Go 101 Continued The simplest Go program: package main func main() { } The first line package main specifies the package name (main here) of the containing source file. I just don鈥檛 understand this statement. Let me go back to the other book I was reading (Go in action). There I found the following statement: For the build tools to produce an executable, the function main must be declared, and it becomes the entry point for the program....

April 15, 2021 路 3 min 路 Harsh Kumar

Today I Learnt 7

Banana Pi M5 Learned of its existence from Explaining Computers Has onboard eMMC storage. SOC: Amlogic S905X3 with 4 x A55 cores (up to 2GHz), Mali-G31 MP2 GPU. Can boot from 16聽GB eMMC or SD Card slot. Uses USB-C for power (5V @ 2A) and eMMC setup. Has 4 switch (The wiki says 3 : Reset, Power and U-Boot 馃槙). 4聽GB LPDDR4 RAM. 10/100/1000 Mbit/s Ethernet. Wi-Fi/Bluetooth requires an optional USB dongle....

April 12, 2021 路 2 min 路 Harsh Kumar

Today I Learnt 6

Thoughts Regarding My RSS Feed Emotinality as a predictor for cultural success Found orignally from marginal revolution. Couldn鈥檛 access the article 馃槳 This sounds very interesting AdaFruit Lately I have been really interested in using more sensors and display for my Raspberry Pi, but everything is so f**ing expensive. I don鈥檛 know if I can buy anything. One thing I definitely am going to try is make a pir activated night light using Pico and Led matrix....

April 11, 2021 路 3 min 路 Harsh Kumar

Today I Learnt 5

Open Source Smart Watch Very similar to another project I have already heard about called the Watchy Made by Paul Smith with news over at Hackster.io. The project has a website and a GitHub organization. It has got a micro-USB port for data transfer and charging. The main one has a SD-card slot for data storage. The lite one has no SD-card slot. The components used are: EPS32-micro-D4: 2脳240 MHz, 320 KB RAM Bluetooth 4....

April 6, 2021 路 3 min 路 Harsh Kumar

Today I Learnt 4

Industry TV series Just brilliant. The complexities of all the relationships and actions is well thought out. The decisions made were well suited to the characters. It was all around just a well made show. I am impressed. Would recommend to all most anyone. The only point against it is that it has a very cynical worldview My notes from The Basics of CSS: Selectors Websites are composed of HTML : A markup language....

April 5, 2021 路 3 min 路 Harsh Kumar