Skip to content

Instantly share code, notes, and snippets.

@rxaviers
rxaviers / gist:7360908
Last active September 18, 2026 08:33
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@Cryptophobia
Cryptophobia / fedora-43-hibernation-setup.md
Last active September 18, 2026 08:33
Fedora 43 Hibernation Setup

Enabling Hibernation on Fedora 43

A complete guide to enable hibernation on Fedora 43 (Workstation) with UEFI and btrfs filesystem, including fixes for Secure Boot and SELinux issues.

Complete Command Reference

Run these commands in sequence to enable hibernation:

# Calculate swap size (RAM-based formula)
@colinduwe
colinduwe / README.md
Created April 27, 2026 18:56
core/accordion cooperative open/close animation (WordPress 6.9+)

core/accordion cooperative animation (WordPress 6.9+)

The core/accordion block (added in WP 6.9) ships with no open/close transition. Adding one is non-trivial because the front-end uses the Interactivity API with a locked store:

  • data-wp-class--is-open="state.isOpen" adds/removes is-open on .wp-block-accordion-item.
  • data-wp-bind--inert="!state.isOpen" adds/removes inert on .wp-block-accordion-panel.
  • Block-library CSS then sets .wp-block-accordion-panel[inert] { display: none; margin-block-start: 0; }, which yanks the panel out of layout immediately and kills CSS transitions.

This drop-in does NOT extend or replace the locked store. It cooperates with it:

@Skullians
Skullians / braindumps.md
Last active September 18, 2026 08:27
the minecraft files

remember... the most permanent solutions are the temporary solutions - YHT

the minecraft files ™️

This is my public "dump" of knowledge I've gained over my time of running, developing, and providing support for Minecraft servers. Both some rants & personal experiences, but mainly advice.

This is mainly oriented for Paper & derivative software servers, but maybe I'll expand it for fabric as well.

>[!NOTE]

@nateluzod
nateluzod / countries.html
Created June 21, 2011 02:55
HTML List of Countries
<select name="Country">
<option value="" selected="selected">Select Country</option>
<option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option>
<option value="Afghanistan">Afghanistan</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>
@SMUsamaShah
SMUsamaShah / list_of_p2p_file_sharing.md
Last active September 18, 2026 08:17
List of P2P file sharing tools

Browser Based

  1. Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
    NOTE: Probably the only browser tool that streams file directly. Should transfer file of any size (hundreds of GBs etc)
  2. Localsend https://web.localsend.org/
  3. FilePizza https://file.pizza/
  4. PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
    1. ShareDrop sharedrop.io https://github.com/szimek/sharedrop (SOLD, not recommended, use PairDrop)
    2. SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop (SOLD, not recommended, use PairDrop)
  5. ToffeeShare https://toffeeshare.com/

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.

@AlexanderPro
AlexanderPro / VkAccessToken.md
Last active September 18, 2026 08:12
Как получить access token приложения vk.com

Что бы использовать Api vk.com нужно получить access token аккаунта.

  1. Для этого вам потребуется Standalone-приложение, которое можно создать тут.
  2. После того как вы создали приложение его можно найти на вкладке Приложения.
  3. Далее нам потребуется его id, который можно получить перейдя по ссылке на приложение в вашем аккаунте. Ссылка будет выглядеть так: https://vk.com/app123456. Где 123456 и есть id приложения.
  4. Теперь осталось перейти по ссылке вида:
    https://oauth.vk.com/authorize?client_id=123456&display=page&redirect_uri=https://oauth.vk.com/blank.html&scope=messages,wall,offline&response_type=token
    
  5. После перехода ВК попросит подтвердить доступ к аккаунту и перенаправит вас на страницу с предупреждением, где в url будет содержаться access token:
@pjburnhill
pjburnhill / TypeSafe Jev — Project Knowledge Resource.md
Created September 16, 2026 23:14
Comprehensive project reference for TypeSafe Jev: concepts, architecture, primitives, strengths, limitations, use cases, patterns, and practical guidance.

TypeSafe Jev — Project Knowledge Resource

Status: Working project reference
Knowledge date: 16 September 2026
Scope: TypeSafe AI, System One Models, and specifically the Jev model


1. Purpose of this resource