Skip to content

Instantly share code, notes, and snippets.

TERMS OF SERVICE AGREEMENT
This Terms of Service Agreement (the "Agreement") is entered into between [Anshul Chauhan] ("Bot Owner") and the user ("User") of the [Bot Name] Discord bot (the "Bot").
By using the Bot, the User agrees to be bound by the terms of this Agreement. If the User does not agree to the terms of this Agreement, they should immediately discontinue use of the Bot.
1. Use of the Bot: The Bot Owner grants the User a non-exclusive, non-transferable, limited license to use the Bot for personal or non-commercial purposes.
2. Prohibited Use: The User may not use the Bot in any way that violates applicable laws, rules, or regulations or infringes upon the rights of any third party. The User may not use the Bot for any commercial purposes without the express written consent of the Bot Owner.
3. Limitation of Liability: The Bot Owner shall not be liable for any damages arising out of the use or inability to use the Bot, including but not limited to, damages for loss of profits, loss of data, or o
@artizirk
artizirk / gnupg_scdaemon.md
Last active June 22, 2026 23:18
OpenPGP SSH access with Yubikey and GnuPG

NB: This document describles a 'Old-School' way of using Yubikey with SSH

Modern OpenSSH has native support for FIDO Authentication. Its much simpler and should also be more stable with less moving parts. OpenSSH also now has support for signing arbitary files witch can be used as replacement of gnupg. Git also supports signing commits/tags with ssh keys.

Pros of FIDO

  • Simpler stack / less moving parts
  • Works directly with ssh, ssh-add and ssh-keygen on most computers
  • Simpler
  • Private key can never leave the FIDO device

Cons of FIDO

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.

@frontrowmdgist
frontrowmdgist / spritz-health-quant.html
Created June 22, 2026 22:45
Spritz Health - All Widget Types (sticker, quant)
<div id="frontrow-badge">
<script async type="text/javascript">
const quantPath = window.location.pathname;
let quantScriptSrc = '';
let quantIframeSrc = '';
if (quantPath.includes('/product/snooze/')) {
quantScriptSrc = "https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=quant&product_id=5868";
quantIframeSrc = "https://app.thefrontrowhealth.com/api/widgets?presentation_type=quant&product_id=5868";
@Blackshome
Blackshome / low-battery-notifications-and-actions.yaml
Last active June 22, 2026 22:45
low-battery-notifications-and-actions.yaml
blueprint:
name: Low Battery Notifications & Actions
description: >
# πŸͺ« Low Battery Notifications & Actions
**Version: 3.4**
πŸš€ Stay Charged, Stay Smart! Let's automate and take charge of your battery maintenance!πŸ”‹βš‘
- go to http://invisible-island.net/xterm/ and download source file (e.g. http://invisible-island.net/datafiles/release/xterm.tar.gz)
- according to http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/ configure with ./configure --enable-256-color
- summarized:
- ./configure --enable-256-color
- sudo make
- check colors with http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/data/256colors2.pl, see http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/

Types

  • feat Commits, that adds or remove a new feature
  • fix Commits, that fixes a bug
  • refactor Commits, that rewrite/restructure your code, however does not change any API behaviour
  • perf Commits are special refactor commits, that improve performance
  • style Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
  • test Commits, that add missing tests or correcting existing tests
  • docs Commits, that affect documentation only
  • build Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
  • ops Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...
@GhassenChawati1
GhassenChawati1 / Setup.md
Created June 18, 2026 14:15
My Fedora GNOME Setup

🐧 Fedora GNOME Setup

Extensions:

  • Desktop Cube
  • Dash to Dock
  • Compiz Windows Effect
  • Compiz Alike Magic Lamp Effect

Apps:

  • Extension Manager
@frontrowmdgist
frontrowmdgist / celsius-herbs-qual.html
Created June 22, 2026 22:13
Celsius Herbs - All Widget Types (qual, sticker, quant)
<section class="fr-testimonials">
<script async type="text/javascript">
const qualPath = window.location.pathname;
let qualScriptSrc = '';
let qualIframeSrc = '';
if (qualPath.includes('/products/sinus-medicine-allergy-rhinitis')) {
qualScriptSrc = "https://app.thefrontrowhealth.com/api/widgets/script?presentation_type=qual&product_id=5104";
qualIframeSrc = "https://app.thefrontrowhealth.com/api/widgets?presentation_type=qual&product_id=5104";
@macfergusson
macfergusson / SQL_Resources.md
Last active June 22, 2026 22:10
SQL Community Discord Resources