Discover gists
| delete window.$; | |
| let wpRequire = webpackChunkdiscord_app.push([[Symbol()], {}, r => r]); | |
| webpackChunkdiscord_app.pop(); | |
| let ApplicationStreamingStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.getStreamerActiveStreamMetadata).exports.A; | |
| let RunningGameStore = Object.values(wpRequire.c).find(x => x?.exports?.Ay?.getRunningGames).exports.Ay; | |
| let QuestsStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.getQuest).exports.A; | |
| let ChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.A?.__proto__?.getAllThreadsForParent).exports.A; | |
| let GuildChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.Ay?.getSFWDefaultChannel).exports.Ay; | |
| let FluxDispatcher = Object.values(wpRequire.c).find(x => x?.exports?.h?.__proto__?.flushWaitQueue).exports.h; |
| #!/usr/bin/env bash | |
| # install pwnagotchi on rpi4 | |
| WIFI_DEV="wlan1" | |
| AUTO_MODE=true | |
| DEBUG=false | |
| PWN_GRID=false | |
| PWN_GRID_REPORT=false | |
| HOME_NETWORK="YourHomeNetworkMaybe" |
Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:
Up Arrow: Will show your last commandDown Arrow: Will show your next commandTab: Will auto-complete your commandCtrl + L: Will clear the screen
Tags: networking protocol
Quote of the Day is a simple protocol that is used to deliver daily quotes. Although its usage is almost nonexistent these days, there are still a few public servers. The protocol is defined by RFC 865. According to the RFC, a QOTD server is run on port 17 for TCP and UDP connections.
The RFC recommends that;
Bug de paiement lié au User-Agent du navigateur intégré Facebook / Instagram, sur une passerelle de paiement WooCommerce (Stancer) — Diagnostic, cause racine et correctifs appliqués
Les clients arrivant sur la boutique via une publicité Facebook ou Instagram, et cliquant depuis le navigateur intégré de ces applications (in-app browser), voyaient leur commande bloquée au moment du paiement par carte bancaire. La commande restait en statut « en attente de paiement », puis était automatiquement annulée après expiration du délai de réservation de stock, sans qu'aucun paiement n'ait été tenté avec succès.
Shift+Enter in Claude Code inserts a newline without submitting your prompt—essential for writing multi-line code or complex queries. However, getting this key combination to work reliably through a terminal stack involving iTerm2 and tmux requires configuration at multiple layers.
This guide explains both the fix and the reasoning behind it.
If you just want it working, here's what you need:
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| /* CSS */ | |