Skip to content

Instantly share code, notes, and snippets.

View surtic86's full-sized avatar

Andreas Reinhold / surtic86 surtic86

View GitHub Profile
@danielmconrad
danielmconrad / unifi-pi.md
Last active March 21, 2025 17:21
Installing Unifi Controller + Pi-hole on a Raspberry Pi

Installing Unifi Controller + Pi-hole

Update Packages

sudo rpi-update
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install vim -y
@rfxDarth
rfxDarth / begone_thot.js
Last active May 8, 2020 21:48
begone_thot.js
function get_photos_count(card){
let scroller=card.querySelector(`.Expand>.CenterAlign.Fld\\(r\\)`);
if(!scroller)
return 1
else
return scroller.childNodes.length
}
function get_name(card){
return card.querySelector(".Flw\\(w\\)").innerHTML.trim();
}

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"