Skip to content

Instantly share code, notes, and snippets.

└── AmazonBedrock
└── anthropic
├── 00_Tutorial_How-To.ipynb
├── 01_Basic_Prompt_Structure.ipynb
├── 02_Being_Clear_and_Direct.ipynb
├── 03_Assigning_Roles_Role_Prompting.ipynb
├── 04_Separating_Data_and_Instructions.ipynb
├── 05_Formatting_Output_and_Speaking_for_Claude.ipynb
├── 06_Precognition_Thinking_Step_by_Step.ipynb
├── 07_Using_Examples _Few-Shot_Prompting.ipynb
@weizsw
weizsw / list.txt
Last active September 4, 2024 08:28
terminal apps
glow
grex
lazydocker
fx
opencommit
openterminal
@weizsw
weizsw / .zshrc
Last active June 28, 2023 13:19
maverickzsh
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
@weizsw
weizsw / adguardhome.sh
Last active July 12, 2023 12:26
homelab
docker run --name adguardhome\
--restart unless-stopped\
-v ~/Development/adguardhome:/opt/adguardhome/work\
-v ~/Development/adguardhome:/opt/adguardhome/conf\
-p 53:53/tcp -p 53:53/udp\
-p 67:67/udp -p 68:68/udp\
-p 3000:3000/tcp\
-p 853:853/tcp\
-p 784:784/udp -p 853:853/udp -p 8853:8853/udp\
-p 5443:5443/tcp -p 5443:5443/udp\
@weizsw
weizsw / vim.md
Last active September 20, 2022 09:12
vim

delete multiple lines shift + v --> d tldr cheat.sh mycli iredis navi bat

@weizsw
weizsw / commit.md
Last active November 1, 2022 07:41
git

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

@weizsw
weizsw / integration
Last active November 22, 2022 06:48
launch.json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "auto",
"type": "auto-debug",
"request": "launch",