Blog
-
The Longitude Problem
I recently read this book called “Longitude: The True Story of a Lone Genius Who Solved the Greatest Scientific Problem of His Time” by Dava Sobel.
-
Inside My Tplink Router
Recently my TPLink router, AC750 Dual band, at my place got fried because of a faulty power connection in my switch board. I got a new one and obviously tore apart the old one to see what’s inside. That was the first time I ever saw inside a router/access point system, so it was quite interesting what’s inside that plastic box. Once I opened it there were three wires each entering into one of the three antennas. Out of three, one had this removable pin thing and other two were soldered. After seperating the board from the antenna wires, I was finally able to look at each part on the board.
-
Mask Preparation
As part of my job, I work with Mask Preparation team to help with their software tools. Most people are aware of what happens from the RTL stage to the final gds file stream out, for both digital and mixed-analog flow. I got to go ahead of the process and witness the after-steps in the IC developement flow.
-
Reversible Logic
It is considered that if a system is able to regain its original state no matter after how many computations, virutally the energy lost is zero. This is very much evident in the quantum world. Also by saying that a circuit is reversible, it means that if the generated output is fed back to the same system (here one could consider as a cascode of same systems), the output in the end of the second system is same as that of input. Also these systems generate garbage bits in the end which are of no use except if you want to get back your inputs.
-
First Interactions With Ci
My First interaction with the concept of CI (regression) in the world of chip design
-
Bell Labs
If you ever wanted to be part of an organization which can offer insane freedom and a huge financial support to build whatever you want, I bet you don’t have any other dream than joining such organization. Well, one such organizations (I highly doubt if a second one ever existed… maybe PARC, R&D of Xerox) was Bell Laboratories (Bell Labs), the R&D division of AT&T, once upon a time, the only and largest telephone service company in the US.
-
Alpine Linux
In the world of Ubuntu, Linux Mint, Arch and many more, Alpine Linux was fresh and light to me.
-
Mimic Server With Old Laptop
I have been reusing my old laptop for storage purposes, which runs Alpine OS on it. Nothing professional but just for fun. It is a 6th generation i3 processor 6006 with dual core processor 2.0 GHz, which is no longer supported by intel. For some reason, high end OS doesn’t work correctly. If you have already read my old Alpine blog, you might have understood the situation with the installations of various OS. In this blog post, I will try to give an overview of all steps starting from installation to setting up the static IP address along with SSH logins and sudoers file
-
Eeprom Programmer
From quite some time, I have been thinking about building the 8-bit computer based on SAP-1 architecture that is demoed on Ben Eater’s YouTube channel. But I never gave any further thoughts and always left that idea behind just because I thought it is a bit complex and involved a lot of components. However, I recently I saw a video as part of that series where an EEPROM programmer is build using Arduino and a shiftregister. It barely has more than 3 components to build something that interesting. I think that is the only video with the longest duration in the entire series. So, based on the number of components used in the process, I think its doeable and started planning to do it during my vacation because at some point I will be bored and getting engaged in this task can be pretty fun.