Discover gists
发布时间:2026-08-09 | 浏览:9
Instantly share code, notes, and snippets.
Claude Code Status Line - Complete Guide: all fields, config, ready-to-use scripts
A persistent, customizable bar at the bottom of Claude Code that shows real-time session data.
Best 'always' free tier cloud platforms A word of caution What are my ( maybe yours too ) needs and wants? Eliminating useless choices Heroku AWS Azure
A word of caution
What are my ( maybe yours too ) needs and wants?
Eliminating useless choices Heroku AWS Azure
⚠️ This document is static reverse engineering evidence, not a validated runtime command set.
As of 2026-07-15, no public copy of a dedicated "Quectel RG650E&RG650V Series AT Commands Manual" was found. AT Command list built entirely from off-device static reverse engineering of firmware image obtained from GLi.Net Mudi 7 GL-E5800 firmware 4.8.5 ( e5800-4.8.5_release2-996-0603-1780458650.zip ) AT command string recovered from: (a) the GL AP side: decompiled libcm_modem.so and stock GLiNet shell scripts (b) the reconstructed Quectel RG650 cellular baseband modem.elf (Hexagon DSP6, SDX75 "Pinnacles"). Command strings, parameter/test syntax and response formatters are reproduced.
Authors: @h0j3n , @aniqfakhrul Date: July 24, 2026
Certighost is an Active Directory Certificate Services (AD CS) vulnerability that allowed a low-privileged domain user to impersonate a Domain Controller and achieve domain compromise in the tested AD CS configuration. The issue was addressed in the July 2026 security updates.
The vulnerable path is an AD CS enrollment fallback known as a chase during directory-object resolution. By supplying request attributes such as cdc , an attacker could cause the Certification Authority (CA) to ask an attacker-controlled host for identity data belonging to a Domain Controller. The CA then used that data while issuing a certificate.
Some goals for these sentences:
Capture unusual phonemes (measure/pleasure)
Words which have multiple, valid pronounciations in different areas, but divorced from the overall accent (milk/malk, aluminium/al-oo-mini-um, roof/ruff, aunt/ant, vase/"vah-ze", room/"rum")
Frequently used but challenging contractions (could/wouldn't've (frequently misspelled as "couldn't of"))
Tricky speech patterns like "ca ts su rvive" where the double
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.
A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.
"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."
By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.