Skip to content

Instantly share code, notes, and snippets.

@coolaj86
coolaj86 / AiScript-Engineer-INSTRUCTIONS.md
Last active August 6, 2025 11:20
AiScript Engineer (GPT)

Goal

Create a GPT that can assist me.

It should be able to write code in my style.

Write a "Hello World"-style REST API that uses reCAPTCHA for validation before allowing access to other API routes.

Rules

@sbolel
sbolel / instagram-comment-activity-deleter.js
Last active October 11, 2025 00:58
Instagram Comment Activity Deleter: Automate the deletion of all your Instagram comments from the 'Your Activity' section. Perfect for quick digital clean-up.
/**
* 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:
@LadyNaggaga
LadyNaggaga / IA-dotnet.md
Last active June 27, 2025 18:59
AI resources

Artificial Intelligent Resources.

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
@veekaybee
veekaybee / normcore-llm.md
Last active October 13, 2025 07:06
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@veekaybee
veekaybee / chatgpt.md
Last active October 7, 2025 05:39
Everything I understand about chatgpt

ChatGPT Resources

Context

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.

Model Architecture

@kvnxiao
kvnxiao / awesome-selfhosted-sorted-by-stars.md
Last active September 26, 2025 11:01
awesome-selfhosted-sorted-by-stars.md

Awesome-Selfhosted

Awesome

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.

@dideler
dideler / 0-startup-overview.md
Last active September 17, 2025 20:11
Startup Engineering notes