Dear Vishi, this is my weekly logs from Nov 18 to 24, 2024.
Activity | Streak | Count | Logging |
---|
I despise having to scroll to bottom of the Google Sheet with large entries. Go to Extentions->Apps Script
and add this to the Code.gs
file
function onOpen() {
let ss = SpreadsheetApp.getActiveSpreadsheet();
let sheet = ss.getActiveSheet();
sheet.setActiveRange(sheet.getRange(sheet.getLastRow(),1));
}
This is what Donald Trump tweeted on Diwali before US elections
Bangladesh has seen a recent ousting of their prime minister Sheikh Hasina who fled to India. It's interesting that Kamala Harris tweeted no such thing on Bangladesh's Hindus. However, Tulsi Gabbard was more vocal on her tweet on Bangladesh
Checked out Deadpool 2
It's hilarious with over-the-top action
Would recommend
Thanks to this song, I learned that New York City was originally called New Amsterdam as it was a Dutch colony in 1624. New York was captured during the reign of King Charles II of England and renamed.
I saw video of this young girl getting emotional
This is the full song
Recently watching lot of Osho reels
This is the background music
You can use git clean
to remove untracked file in git repo. You can also provide options
-f
: Forcefully removes files.
-i
: Review before deleting
-d
: Removes untracked directories.
-x
: Includes ignored files (those listed in .gitignore).
My friend asked if I wanted jalebi after work. I said, "Nah, not a fan." He looked at me like I was suddenly grown a into health freak. “Wow, so health-conscious!”
I let him bask in my glory for three seconds before I ruined it. "Let’s get samosas instead. I’m not healthy—I just like my diabetes deep-fried, not sugary."
Let's say I've a Makefile
build:
./gradlew clean build
If I simply run, I can see commands executed by Makefile
$ make build
./gradlew clean build
However I can suppress command using
$ make -s build
Skip a test during the build like
import org.junit.jupiter.api.Disabled;
@Disabled
public class AppTest {
}
Default 2FA for Chase has only phone options. However if you are outside the U.S., you mostly rely on email for authentication. Go to Chase 2FA and select email