Skip to content

Instantly share code, notes, and snippets.

View quiet-node's full-sized avatar
🇻🇳

Logan Nguyen quiet-node

🇻🇳
View GitHub Profile
@dabit3
dabit3 / setup.md
Last active January 28, 2026 05:35
How to set up Clawdbot on Digital Ocean

Clawdbot on DigitalOcean

1. Create a Droplet

Ubuntu 24.04 LTS, nearest region

2. Select Premium AMD

2 GB RAM / 1 AMD CPU / 50 GB NVMe

3. SSH into server

Beast Mode

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
@burkeholland
burkeholland / 4.1.chatmode.md
Last active January 27, 2026 16:04
4.1 Beast Mode v2
description tools
4.1 Beast Mode
changes
codebase
editFiles
extensions
fetch
findTestFiles
githubRepo
new
openSimpleBrowser
problems
readCellOutput
runCommands
runNotebooks
runTasks
runTests
search
searchResults
terminalLastCommand
terminalSelection
testFailure
updateUserPreferences
usages
vscodeAPI

You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.

@ndpniraj
ndpniraj / App.tsx
Created October 6, 2022 13:43
Tooltip Component Using React & Tailwind CSS
import { FC } from "react";
import { BsTypeBold } from "react-icons/bs";
import ToolTip from "./ToolTip";
interface Props {}
const App: FC<Props> = (props): JSX.Element => {
return (
<div className="mx-auto max-w-3xl p-10">
<ToolTip tooltip="I am tooltip">
package main
import (
"fmt"
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto"
)
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active January 27, 2026 22:16
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k