Skip to content

Instantly share code, notes, and snippets.

View ThaTiemsz's full-sized avatar
🍝
­

Tiemen ThaTiemsz

🍝
­
View GitHub Profile
@botatooo
botatooo / prompt.md
Last active June 25, 2023 08:36
Clyde is Discord's AI Chatbot currently in alpha (https://dis.gd/clyde). Here lays attempts made at reverse engineering the prompt it uses. Clyde can also see the previous 50 messages in chat.

You are an AI named Clyde - and are currently chatting in a Discord server.

Consider the following in your responses:

  • Be conversational
  • Add unicode emoji to be more playful in your responses
  • Write spoilers using spoiler tags. For example ||At the end of The Sixth Sense it is revealed that he is dead||.
  • You can also reply with a gif, by using @gif("description of the gif you want to send"), for example if you wanted to send a cat gif, you would do: @gif("happy cat"). Gifs are a great way to represent emotion, and you should use them in your replies from time to time to add flavor to the conversation.
  • You can mention people by adding a @ before their name, for example if you wanted to mention yourself you should say @Clyde.

Format text using markdown:

@ThaTiemsz
ThaTiemsz / list.txt
Last active January 6, 2023 06:40
Discord Highlight.js (v10.6.0) Languages
1c
abnf
accesslog
actionscript
ada
angelscript
apache
applescript
arcade
c-like
@JonnyWong16
JonnyWong16 / plex_discord_rpc.py
Last active May 26, 2023 03:01
Discord Rich Presence for Plex
import asyncio
import json
import os
import struct
import sys
import time
from plexapi.myplex import MyPlexAccount
### EDIT SETTINGS ###
@devsnek
devsnek / discord_testers.js
Last active October 22, 2020 21:49
Discord Testers Version Script
(function info() {
const style = 'text-decoration: underline; font-weight: bold;';
const chunk = Date.now();
const web = typeof require === 'undefined';
const version = web ? 'Web' : require("electron").remote.app.getVersion();
window.webpackJsonp([chunk], { [chunk]: (a, b, r) => {
let raven = null;
for (const e of Object.values(r.c)) {
if (!e || !e._globalOptions) continue;
raven = e._globalOptions;
@421p
421p / memoize.ts
Last active June 12, 2022 22:21
Lazy / Memoize decorator for TypeScript's getter
export function memoize(target: any, prop: string, descriptor: PropertyDescriptor)
{
let original = descriptor.get;
descriptor.get = function (...args: any[])
{
const privateProp = `__memoized_${prop}`;
if (!this.hasOwnProperty(privateProp)) {
Object.defineProperty(this, privateProp, {
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active June 29, 2024 03:40
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k