| Site | Size Limit | API | Clearnet Mirrors | Tor Mirrors | Online |
|---|---|---|---|---|---|
| GoFile.io | No Limit | API | N/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| :root { | |
| --lt-color-gray-100: #d8dee9; | |
| --lt-color-gray-200: #e5e9f0; | |
| --lt-color-gray-300: #eceff4; | |
| --lt-color-gray-400: #8fbcbb; | |
| --lt-color-gray-500: #88c0d0; | |
| --lt-color-gray-600: #81a1c1; | |
| --lt-color-gray-700: #5e81ac; | |
| --lt-color-gray-800: #4c566a; |
A checklist to see if Wayland meets my needs.
- Nvidia Prime offloading for laptops with hybrid graphics (support for external monitors via USB-C/Thunderport)
- xkill alternative. Currently in wayland each DE/WM uses its own method.
- KDE (KWin):
qdbus org.kde.KWin /KWin killWindow - Sway
- SIGTERM:
swaymsg kill. Default keybind:$Mod + Shift + q
- SIGTERM:
- KDE (KWin):
- SIGKILL:
kill -9 $(swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true).pid')
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default_language_version: | |
| python: python3.13 | |
| fail_fast: true | |
| repos: | |
| # Use the Ruff version managed by the project's dev dependencies for consistency | |
| - repo: local | |
| hooks: | |
| - id: ruff | |
| name: "Ruff (Linter)" | |
| stages: [pre-commit] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cleanupPeriodDays": 30, | |
| "env": { | |
| "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": 1, | |
| "DISABLE_TELEMETRY": 1, | |
| "CLAUDE_CODE_ENABLE_TELEMETRY": 0, | |
| "DISABLE_ERROR_REPORTING": 1, | |
| "CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": 1, | |
| "CLAUDE_BASH_DEFAULT_TIMEOUT_MS": 120000, | |
| "CLAUDE_BASH_MAX_TIMEOUT_MS": 600000, |
direct url: https://channels.nixos.org/nixos-unstable/latest-nixos-graphical-x86_64-linux.iso
nix --extra-experimental-features nix-command --extra-experimental-features flakes run nixpkgs#wget -- "https://channels.nixos.org/nixos-unstable/latest-nixos-graphical-x86_64-linux.iso" Ventoy default mount path: /run/media/nixos/Ventoy