diff --git a/content/daily-notes/2024-12-16.md b/content/daily-notes/2024-12-16.md index 75e3f10..44f27ec 100644 --- a/content/daily-notes/2024-12-16.md +++ b/content/daily-notes/2024-12-16.md @@ -20,4 +20,9 @@ This chapter is titled _A good time or a good story: On the upsides of unpredict #### WhatsApp chat export [GitHub - Pustur/whatsapp-chat-parser-website: Website to view your exported WhatsApp chat logs 👁‍🗨](https://github.com/Pustur/whatsapp-chat-parser-website) #whatsapp -A conversation in a group led me down a rabbit-hole of whether there is a good user interface to visualize WhatsApp chat exports. The text files are rather clunky to look at. A bit of googling led me to [this site](https://whatsapp-chat-parser.netlify.app/), which also happens to be open source. \ No newline at end of file +A conversation in a group led me down a rabbit-hole of whether there is a good user interface to visualize WhatsApp chat exports. The text files are rather clunky to look at. A bit of googling led me to [this site](https://whatsapp-chat-parser.netlify.app/), which also happens to be open source. + +#### Learning C\# Programming Language using Claude +I last wrote code in C# a while ago. Starting today, I started ramping up on C# once again to work on a project. A lot of the core elements of the language have remained largely unchanged. But it was surprising how fast it was for me to pick up the new changes that have happened. + +This was possible largely due to me using Claude as a learning tool. Instead of reading a book or hunting down a specific article or piece of documentation, I just gave a lot of context about me and what I know to Clause and asked it to explain things to me. \ No newline at end of file