| OS version | Arch | File Host | Size | Download Link | Rate Limits |
|---|---|---|---|---|---|
| Windows 1.0 | 8086 | Winworld (Kansas City, Missouri) | 541KB | Download | ❌ Yes, 25 per day |
| Windows 2.0 | 386 | Winworld (Kansas City, Missouri) | 2.80MB | Download | ❌ Yes, 25 per day |
| Windows 3.0 | 8086/386 |
Discover gists
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.
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.
name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays
| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
| /* Compile with: | |
| * wayland-scanner private-code /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml xdg-shell.c | |
| * wayland-scanner client-header /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml xdg-shell.h | |
| * gcc -c xdg-shell.c | |
| * gcc -c egl-on-wayland-xdg.c | |
| * gcc -o egl-on-wayland-xdg xdg-shell.o egl-on-wayland-xdg.o -lwayland-egl -lwayland-client -lEGL -lGL | |
| */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> |
- Step 1: Download and install StarUML Version 6 from main website https://staruml.io
- Step 2: Download
app.asarfile from https://drive.google.com/drive/folders/1gbhjOEYH1NPZNB_uMDDNr34sMsgGw8kf?usp=sharing - Step 3: Copy
app.asarfile download in step 2 (Overrideapp.asarfile)- Window:
C:\Program Files\StarUML\resources - MacOS:
/Applications/StarUML.app/Contents/Resources/ - Linux:
/opt/StartUML/resources
- Window:
- Step 4: Open StarUML app to use
--> netbird mikrotik | by @xdenb43
--> tested on hap ax3/ROS 7.22.1
This guide describes briefly how to setup NetBird on MikroTik with DNS FWD and VPN solutions for all NetBird clients
Official NetBird container guide: https://docs.netbird.io/use-cases/homelab/client-on-mikrotik-router
Quick NetBird video guide (Rus): https://www.youtube.com/watch?v=eKYHmdY8ikw
[!IMPORTANT]