Category: Uncategorized
-
Where to find your Amplitude API key
On multiple occasions, I’ve needed to look up an Amplitude API key, and for the life of me, struggled to find it. I feel dumb every time. I’ve even argued with Chat GPT on the matter, as the LLM tried to tell me the wrong place to find the key. It doesn’t help that there…
-
How to Show Full Timestamps, Including Seconds, with the ls Command
I’d say of all of the command-line applications I use, ls is in the top slot. So much so, that I have it wired up to run every time I change directories with cd. Recently, I wanted to get some further insight to time a file was last modified. Easy enough, slap -l to get…