Skip to content

Instantly share code, notes, and snippets.

@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active August 24, 2026 12:19
install JDK and Android SDK on Linux Ubuntu

install openjdk

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk

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.

@rxaviers
rxaviers / gist:7360908
Last active August 24, 2026 12:16
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:
@dmythro
dmythro / id_ed25519.pub
Created August 1, 2025 13:25
public ssh key
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILBKZmgtKaunvcCAtpEh2w4Wd8bBzaC2krakQFCxVwFy dmytro.klymenko
@shahshrey
shahshrey / download-vscode-extensions-directly.md
Created September 2, 2025 05:37
Guide for downloading VS Code extensions directly from the Visual Studio Marketplace without using the extension manager

How to Download VS Code Extensions Directly from marketplace.visualstudio.com

Sometimes you need to download VS Code extension files (.vsix) directly without using VS Code's built-in extension manager. This is useful for:

  • Installing extensions in VS Code forks like VSCodium
  • Offline installations
  • Installing specific versions
  • Corporate environments with restricted internet access

Method: Direct Download from VS Gallery Assets

Hacking HY300 Pro+ Projector (720p)

Hello manufacturer. Good device. But software we want to customize. If you allow, we will buy more.

Despite being advertised as "4K 1080P", it really downscales those to 720P.

But for 28.50 EUR from Amazon Warehuose Germany in 2025, one can't exactly complain. https://www.amazon.de/dp/B0DSP74YQW

Chengdu Hotack Technology Co., Ltd. is the OEM?

@fangyuan99
fangyuan99 / gpt_checkout.user.js
Created May 10, 2026 09:22
gpt_checkout.user.js
// ==UserScript==
// @name GPT ๆ”ฏไป˜้“พๆŽฅ็”Ÿๆˆๅ™จ
// @namespace http://tampermonkey.net/
// @version 1.3.0
// @description ๅœจ ChatGPT ้กต้ข็”Ÿๆˆๅ„ๅœฐๅŒบ่ฎข้˜…ๆ”ฏไป˜้“พๆŽฅ๏ผˆ็Ÿญ้“พ/้•ฟ้“พ๏ผ‰โ€” Claude ็พŽๅญฆ
// @author https://github.com/fangyuan99
// @match https://chatgpt.com/*
// @match https://chat.openai.com/*
// @grant GM_setValue
// @grant GM_getValue
@dunkelstern
dunkelstern / README.md
Created May 8, 2023 17:58
Systemd Unit for running python application in virtualenv

Assumptions

  • Username is user
  • User is in group user
  • User's home is /home/user
  • Python application is in /home/user/pythonapp
  • Python script is named start.py
  • Virtual environment is /home/user/.virtualenvs/pythonapp created with python -m venv /home/user/.virtualenvs/pythonapp

You can add multiple Environment lines if you need more env-variables

@kayabaNerve
kayabaNerve / .md
Last active August 24, 2026 12:02
FCMP+SA+L

Full-Chain Membership Proofs + Spend Authorization + Linkability

This proposes an extension to FCMPs to make them a drop-in replacement for the exsting CLSAG. In order to be such a replacement, the proof must handle membership (inherent to FCMPs), spend authorization, and linkability.

Terminology