When I lost my mom last year, I was very busy with a lot of activities at home. I got a lot of phone calls from friends and family who could not make it in person due to COVID-19. A lot of those phone calls were either about how they feel about losing my mother or other anecdotes of people dying due to COVID. I understand that their intentions were right but they did not know what to speak. I expected something like this:
“Hey, I heard about the news. I don’t have the right words and please don’t feel obligated to reply. Just know that if I can do something, big or small, now or in the future, I’m just a text away.”
Thank you Anh-Tho Chuong Degroote for saying it out for all of us. Anh is CEO of Lago(https://www.getlago.com/).
I am in love with Nord theme. After successfully moving my Terminal and Sublime Text 4 on MacOS, I wanted to change my browser as well. Firefox is so easy to customize that I decided I will go full Nord on it. So here is a preview of how it looks. I like very minimal setups and the color should be uniform.
Here are the steps:
Install the Arc Dark Theme for Firefox. That should setup the tabs and menu bar.
The tabs and new windows are still light color, so I went ahead and changed the userContent.css and userChrome.css. This is how you do it.
Procedure
Type about:config in the URL bar
Search toolkit.legacyUserProfileCustomizations.stylesheets and double-click the field to set it to true
Type about:support in the URL bar
Look for Profile folder field and click on the open button next to it.
Create a folder with the name chrome
Inside this folder, create a file userChrome.css and paste the following code inside it :
tabbrowser tabpanels { background-color: rgb(46,52,64) !important; }
browser { background-color: #2e3440 !important; }
@-moz-document url-prefix("about:blank") {
html > body:empty {
background-color: rgb(46,52,64) !important;
}
}
@-moz-document url("about:blank") {
html > body:empty {
background-color: rgb(46,52,64) !important;
}
}
@-moz-document url("about:newtab"), url("about:home") {
body {
background-color: rgb(46,52,64) !important;
}
}
Finally, set your Homepage and new windows to about:newtab
Completely quit and restart firefox
Enjoy
I learned very early the difference between knowing the name of something and knowing something. - Richard Feynman
Death of a close friend I woke up to learn about the death of a very close family friend. Mr. Satyanarayana Goda has been my dad’s and father-n-law’s closest friends. I still remember last year when these 3 were sitting in my living room in India and chatting like a bunch of college kids. He was also instrumental in arranging our wedding and getting the families together. He is someone who is very close to me out of all my dad’s friends. We will miss him. My dad and FIL will definitely miss him.
Mother-in-law’s birthday Many many more to come :)
Interesting Links