Skip to content

Instantly share code, notes, and snippets.

View tcsenpai's full-sized avatar

TheCookingSenpai tcsenpai

  • KyneSys Labs
View GitHub Profile
@tcsenpai
tcsenpai / Local LLM Jailbreaks.md
Last active April 28, 2025 17:20
Local LLM Jailbreaks.md
@tcsenpai
tcsenpai / Awesome AI.md
Last active September 7, 2024 15:43
Awesome AI - A curated personal list of favorite AI tools
@tcsenpai
tcsenpai / Combined Techniques.md
Created February 20, 2024 13:24
This is a collection of finely tuned techniques with proven benefits, combined to provide a more convenient way of creating a beneficial routine without too much effort.

Combined Techniques

By TheCookingSenpai & Perplexity.ai

What is this

This is a collection of finely tuned techniques with proven benefits, combined to provide a more convenient way of creating a beneficial routine without too much effort.

ADD / ADHD Friendly

@tcsenpai
tcsenpai / clonereclone.bash
Created December 25, 2023 12:42
A git/gh wrapper to quickly move repositories from an old to a new account (readable and in one script)
#!/bin/bash
#
# CloneReclone
# A git/gh wrapper to quickly move repositories from an old to a new account.
#
# Usage: chmod +x clonereclone.sh && ./clonereclone.sh
# WARNING: To make things easier, you better "gh auth login" before with your new account
#
# ENORMOUS DISCLAIMER
#
@tcsenpai
tcsenpai / keybase.md
Created December 25, 2023 09:06
keybase.md

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@tcsenpai
tcsenpai / install_keybase_ubuntu.bash
Created December 25, 2023 09:02
Keybase private censorship resistant messenger installation gist for Ubuntu 20.04 and upper (tested until 23.10)
# Why is needed?
# The official instructions fails due to gconf2 and related
# What is keybase?
# https://keybase.io
# by thecookingsenpai
# https://github.com/thecookingsenpai
#!/bin/bash