/** | |
* This script automates the process of deleting your own Instagram comments. | |
* It deletes comments in batches to avoid hitting rate limits or breaking the page. | |
* | |
* WARNING: This function directly manipulates the DOM and depends on the current HTML | |
* structure of Instagram's website to work. If Instagram implements changes to the | |
* activity page layout, structure, or functionality, this script may break or cause | |
* unexpected behavior. Use at your own risk and always review code before running it. | |
* | |
* How to use: |
The gist below is a list of useful resources for .NET developers getting started with the new wave of AI applications.
Sample | Summary |
---|---|
A .NET introduction to RAG (Retrieval Augmented Generation) | This blog explains how to use AI to create text, images, audio, or anything else, and how to build a simple chat app with .NET and Azure OpenAI. |
A .NET introduction to Chat GPT Plugins | This is a quickstart for sample for creating ChatGPT Plugin using GitHub Codespaces, Visual Studio or VS Code, and Azure. The sample includes templates to deploy the plugin to Azure Container Apps using the Azure Developer CLI. |
Generative AI Native Sample: ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search | This |
ChatGPT appeared like an explosion on all my social media timelines in early December 2022. While I keep up with machine learning as an industry, I wasn't focused so much on this particular corner, and all the screenshots seemed like they came out of nowhere. What was this model? How did the chat prompting work? What was the context of OpenAI doing this work and collecting my prompts for training data?
I decided to do a quick investigation. Here's all the information I've found so far. I'm aggregating and synthesizing it as I go, so it's currently changing pretty frequently.
Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
This is a list of Free Software network services and web applications which can be hosted locally. Non-Free software is listed on the Non-Free page.
See Contributing.
Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate