Skip to content

Instantly share code, notes, and snippets.

View dougwithseismic's full-sized avatar
🎯
For Hire

Doug Silkstone dougwithseismic

🎯
For Hire
View GitHub Profile
# S2 Telemetry — steam_id=76561197993723325 session=4097379568 start=20260220_101832
# type | game_time | data...
SESSION_START | session=4097379568 steam=76561197993723325 map=unknown
ROUND_START | t=1686.59 | round=0
STATS | t=1691.88 | spd=0.0 angvel=0.15° shots=3/7 move=0% crouch=0% air=24%
PREAIM | t=1691.88 | avg=60.83° med=71.06° p90=75.90° n=640
ENGAGE | t=1702.11 | preaim=31.43° ttt=0ms dur=15344ms shots=0/0 dmg=0 kill=0 died=0
ENGAGE | t=1709.92 | preaim=33.37° ttt=0ms dur=7812ms shots=0/0 dmg=0 kill=0 died=0
STATS | t=1709.92 | spd=0.0 angvel=0.00° shots=0/0 move=0% crouch=0% air=0%
[
{
"name": "MODEL_CHAT_16579_TOKENS",
"enabled": true,
"variant": {
"name": "5120_tokens",
"enabled": true,
"payload": {
"type": "string",
"value": "5120"
// ==UserScript==
// @name DeepSeek Auto-Refresh on Server Busy
// @namespace Violentmonkey Scripts
// @match https://chat.deepseek.com/a/chat/*
// @grant none
// @version 1.1
// @author Doug Silkstone <doug@withseismic.com>
// @description Auto-clicks refresh button when server is busy
// ==/UserScript==
// Configuration object for the search
const searchConfig = {
searchCriteria: { user: { id: true, email: true } }, // What we're looking for
maxDepth: 50, // How deep to search in the tree
stopAfterFirst: false, // Whether to stop after finding the first match
searchPaths: ["memoizedProps", "memoizedState"], // Where to look in each node
mainSelector: "#__next", // The root element of our React app
callback: (matchingObjects) => {
matchingObjects.forEach(({ matchingObject, fiberNode }) => {
console.log("Found matching object:", matchingObject);
import { getCalApi } from "@calcom/embed-react"
import { useRef, useEffect } from "react"
const useCalDotCom = (namespace: string, link: string, config: object) => {
const calRef = useRef<any>(null)
useEffect(() => {
const initCal = async () => {
const cal = await getCalApi()
@dougwithseismic
dougwithseismic / clientsite.html
Last active September 1, 2022 13:21
JavaScript Express / Node : How can I serve different scripts to different customers like Hotjar does?
<script defer src='https://my.backend.io/v1/library/customer-xyz123/ />