Skip to content

Instantly share code, notes, and snippets.

@Eliastik
Eliastik / check-updates-docker.sh
Last active August 19, 2026 07:02
This script checks for updates of the images for current installed Docker containers.
#!/bin/bash
# Filename: check-updates-docker.sh
#
# Author: Eliastik ( eliastiksofts.com/contact )
# Version 1.4.7 (06 april 2026) - Eliastik
#
# Description: This script checks for updates of the images for current installed Docker containers.
# This script doesn't need root access as long as you are running the Docker daemon in rootless mode
# or you followed the "Manage Docker as a non-root user" in the Docker documentation: https://docs.docker.com/engine/install/linux-postinstall/

LLM Wiki

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.

The core idea

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.

@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.

@ph33nx
ph33nx / WinMasterBlocker.bat
Last active August 19, 2026 07:00
Block All Adobe .exe files via Firewall on Windows Using Batch Script | Stop adobe apps to access internet
:: ################################################################
:: ## 🔥 WinMasterBlocker 🔥 #
:: ################################################################
:: # Author: https://github.com/ph33nx #
:: # Repo: https://github.com/ph33nx/WinMasterBlocker #
:: # #
:: # This script blocks inbound/outbound network access #
:: # for major apps like Adobe, Autodesk, Corel, Maxon, #
:: # and more using Windows Firewall. #
:: # #
@ArtBIT
ArtBIT / GRUB_INIT_TUNE.md
Last active August 19, 2026 06:58
A collection of GRUB init tunes
@fuengfah
fuengfah / dtacnopro.txt
Last active August 19, 2026 06:58
Dtac NOPRO
vmess://eyJhZGQiOiJ3d3cudHJ1ZS50aCIsInBvcnQiOiI4MCIsImlkIjoiYTE1MGQ1NTQtZTk2Mi00NjMyLTgyOWYtZWU1ODNhZGEzZjk1IiwiYWlkIjoiMCIsInNjeSI6ImF1dG8iLCJuZXQiOiJ3cyIsInR5cGUiOiJub25lIiwiaG9zdCI6ImQ3cHU1bXpyOWM0YjAuY2xvdWRmcm9udC5uZXQiLCJwYXRoIjoiXC9odHVuIiwidGxzIjoibm9uZSIsInNuaSI6IiIsInBzIjoiNDNfMTU0X0R0YWNfTnJvcHJvLVBoeW9lVlBOIiwidiI6IjIifQ==
path=%2Flain&security=none&encryption=none&host=d1lnzdlpso56a0.cloudfront.net&type=ws#VIP2-Dtac-13AUG
vless://b9cc5256-1d27-4403-a4b9-d72785aaae39@www.true.th:80?path=%2Flain&security=none&encryption=none&host=d1lnzdlpso56a0.cloudfront.net&type=ws#VIP2-AIS-13AUG
vmess://eyJhZGQiOiJ3d3cudHJ1ZS50aCIsInBvcnQiOiI4MCIsImlkIjoiYTE1MGQ1NTQtZTk2Mi00NjMyLTgyOWYtZWU1ODNhZGEzZjk1IiwiYWlkIjoiMCIsInNjeSI6ImF1dG8iLCJuZXQiOiJ3cyIsInR5cGUiOiJub25lIiwiaG9zdCI6ImQ3cHU1bXpyOWM0YjAuY2xvdWRmcm9udC5uZXQiLCJwYXRoIjoiXC9odHVuIiwidGxzIjoibm9uZSIsInNuaSI6IiIsInBzIjoiNDNfMTU0X0R0YWNfTnJvcHJvLVBoeW9lVlBOIiwidiI6IjIifQ==
vmess://eyJhZGQiOiJ3d3cudHJ1ZS50aCIsInBvcnQiOiI4MCIsImlkIjoiYTE1MGQ1NTQtZTk2Mi00NjMyLTg
@petergs
petergs / README.md
Last active August 19, 2026 06:57
Entra ID First-Party Microsoft Applications

Entra ID First Party Microsoft Applications

csv of pre-consented first-party applications listed via the servicePrincipals endpoint

The list (microsoft-first-party-applications.csv) can be generated via

mgc service-principals list --all --filter "appOwnerOrganizationId eq f8cdef31-a31e-4b4a-93e4-5f571e91255a" --count true --consistency-level eventual --select appId,displayName | jq -r '.value[] | [.appId, .displayName] | @csv'

This list is more extensive, but is missing entries compared to this page from Microsoft Documentation: Verify first-party Microsoft applications in sign-in reports. These applications are captured in applications-from-docs.csv.

@mxpanf
mxpanf / ASCII Art Collection
Last active August 19, 2026 06:46 — forked from creio/ascii art
ASCII Art Collection. A curated collection of static and live ASCII art links, along with some fun terminal commands for weather forecasts and the classic 'Star Wars' episode in ASCII.
# Static ASCII Arts
curl -L git.io/ricex # Rice
curl -L git.io/unix # Unix logo
curl -L git.io/taco # Taco
curl -L git.io/pizzza # Pizza
curl -L git.io/pancakes # Pancakes
curl -L git.io/poptart # Pop-Tart
curl -L git.io/waffles # Waffles
curl -L git.io/burger # Burger
curl -L git.io/rice # Rice (alternative)