NotebookLM Discussions

Did you know that NotebookLM can create a "podcast" like discussion with the sources in your projects? It's called and Audio Overview and can be really helpful in digesting the content in your project. I just found this and was amazed. Here is the … [Continue reading] about NotebookLM Discussions
How To: Delete or Clean npm-cache on Windows
After installing the latest version of Node.js (the current LTM version as of this writing is 12.18.4), I wanted to install some missing npm packages using Visual Studio Professional. However, I received the following error: Looking at this … [Continue reading] about How To: Delete or Clean npm-cache on Windows
UPDATE: How to Add Google Search Engine to the new Microsoft Edge

Microsoft has released its final version of Microsoft Edge based on Chromium. The following instructions will allow you to add the Google Search Engine as an option in your new Microsoft Edge browser. Open Settings in Microsoft Edge Click … [Continue reading] about UPDATE: How to Add Google Search Engine to the new Microsoft Edge
Akka.Net Actor Life Cycle and Hook Methods

Actor Life Cycle The following is the life cycle of an actor, including any hook methods. Starting Actor initializes. PreStart() hook method is called. Receiving Messages Actor is up and now able to process messages. Stopping Actor … [Continue reading] about Akka.Net Actor Life Cycle and Hook Methods