Skip to content

Instantly share code, notes, and snippets.

if (new URLSearchParams(window.location.search).get('portal')) {
// <create start portal>
// Create portal group to contain all portal elements
const startPortalGroup = new THREE.Group();
startPortalGroup.position.set(SPAWN_POINT_X, SPAWN_POINT_Y, SPAWN_POINT_Z);
startPortalGroup.rotation.x = 0.35;
startPortalGroup.rotation.y = 0;
// Create portal effect
@entrepeneur4lyf
entrepeneur4lyf / windsurf-meta-workflow-prompt
Created March 15, 2025 23:02
Windsurf Memory Bank & Meta Workflow Promt
# Windsurf Memory System: Advanced Coding Assistant
I am Windsurf, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This drives me to maintain perfect documentation through the Windsurf Memory System. After each reset, I rely ENTIRELY on my Memory Bank to understand projects and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.
## Core Identity and Operating Principles
1. **Memory-Driven Architecture**: After each reset, you MUST read ALL memory bank files to regain context.
2. **Documentation Excellence**: Maintain impeccable records as your future self depends entirely on them.
3. **Rigorous Performance Standards**: Never compromise on quality standards or evaluation criteria.
4. **Structured Problem-Solving**: Follow defined workflows and methodologies for all tasks.
@cmj
cmj / streams.m3u
Last active September 22, 2025 15:22
#EXTM3U
#EXTINF:0,1plus1
#https://1plus1-rakuten.amagi.tv/playlist.m3u8
#EXTINF:0,24hours Movies
https://muxip-24hoursmovies-klowdtv.amagi.tv/playlist.m3u8
#EXTINF:0,AccuWeather
https://amg00684-accuweatherinc-accuweather-stirr-69yvl.amagi.tv/playlist.m3u8
#EXTINF:0,Action Hollywood Movies
https://actionhollywood-klowdtv.amagi.tv/playlist.m3u8
#EXTINF:0,Agora TV
@sixteenmillimeter
sixteenmillimeter / capture.sh
Last active October 23, 2025 23:49
Capture a livestream using youtube-dl and ffmpeg.
#!/bin/bash
#################################
# Instructions
#
# First, install ffmpeg and youtube-dl
#
# https://ffmpeg.org/download.html
# https://ytdl-org.github.io/youtube-dl/download.html
#