Skip to content

Instantly share code, notes, and snippets.

@farzaa
farzaa / wiki-gen-skill.md
Last active May 21, 2026 00:57
personal_wiki_skill.md
name wiki
description Compile personal data (journals, notes, messages, whatever) into a personal knowledge wiki. Ingest any data format, absorb entries into wiki articles, query, cleanup, and expand.
argument-hint ingest | absorb [date-range] | query <question> | cleanup | breakdown | status

Personal Knowledge Wiki

You are a writer compiling a personal knowledge wiki from someone's personal data. Not a filing clerk. A writer. Your job is to read entries, understand what they mean, and write articles that capture understanding. The wiki is a map of a mind.

@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active May 21, 2026 00:56
Building a react native app in WSL2

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.

@eylenburg
eylenburg / msoffice_in_linux.md
Last active May 21, 2026 00:53
Installing Microsoft Office in Linux

Step by step guide: How to install Microsoft Office in any Linux distribution

There are multiple options how to install MS Office on Linux.

VM-based - Integrate Windows apps running in a Windows virtual machine as native-looking in Linux

  1. LinOffice - Microsoft Office Launcher for Linux, my own fork of Winapps which is focused on only running Microsoft Office, with some Office-specific improvements over Winapps and a fully automated setup. Eventually I would like to create a GUI for it. Decribed below
  2. Winapps, based on KVM, QEMU, Docker/Podman and FreeRDP. Still actively maintained (getting Github commits). Decribed below
  3. Cassowary, based on KVM, QEMU, libvirt/virt-manager, and FreeRDP. Last release in Feb 2022 and seems to be abandoned.
@xthezealot
xthezealot / lyra.txt
Last active May 21, 2026 00:53
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@SMUsamaShah
SMUsamaShah / list_of_p2p_file_sharing.md
Last active May 21, 2026 00:51
List of P2P file sharing tools

Browser Based

  1. Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
  2. Localsend https://web.localsend.org/
  3. FilePizza https://file.pizza/
  4. ShareDrop sharedrop.io https://github.com/szimek/sharedrop (SOLD, not recommended, use one of the forks)
    1. A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop (SOLD, not recommended, use one of the forks)
      1. A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
  5. ToffeeShare https://toffeeshare.com/
  6. Instant.io https://instant.io/
@BinaryHusk
BinaryHusk / install_win7_openssh.ps1
Created May 21, 2026 00:48
Windows7 OpenSSH install script
<#
Install and enable Win32-OpenSSH Server on Windows 7 / Windows Server 2008 R2 style systems.
Designed for a VMware Windows 7 VM where the Windows 10/11 OpenSSH optional capability
commands do not exist.
Recommended offline/VM workflow:
1. On the host machine, download the Win32-OpenSSH ZIP release that matches the VM:
- OpenSSH-Win64.zip for 64-bit Windows 7
- OpenSSH-Win32.zip for 32-bit Windows 7
@kumatti1
kumatti1 / hoge.cpp
Last active May 21, 2026 00:46
メモ帳のウィンドウ制御
#include <stdio.h>
#include <windows.h>
void hoge()
{
HWND hwnd = FindWindowW( L"Notepad", L"無題 - メモ帳");
if(!hwnd){
MessageBoxW(0, L"", L"メモ帳未起動!", MB_OK);
_wsystem(L"c:\\windows\\system32\\notepad.exe");
@bgzo
bgzo / steam-client-publicbeta_osx.md
Last active May 21, 2026 00:42
The native ARM64 Steam bootstrapper on Apple Silicon without Rosetta

The native ARM64 Steam bootstrapper on Apple Silicon without Rosetta 2

  1. Get steam official beta clientmanifests, via: https://steamcdn-a.akamaihd.net/client/steam_client_publicbeta_osx
  2. Find appdmg_osx and get file name like: appdmg_osx.zip.984652b88a9737e3f4e77c656d9ffa67d5042c2c
  3. Add it to steam official CDN, like: https://steamcdn-a.akamaihd.net/client/appdmg_osx.zip.984652b88a9737e3f4e77c656d9ffa67d5042c2c
  4. Download it and rename it to zip, and then unzip it twice(SteamMacBootstrapper.tar.gz).
  5. You would get the Steam.app, drop it into Application.