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
| -- ============================================================================ | |
| -- BASIC SETTINGS | |
| -- ============================================================================ | |
| -- Leader key | |
| vim.g.mapleader = "," | |
| -- UI Settings | |
| vim.opt.termguicolors = true | |
| vim.opt.background = "dark" |
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
| // ==UserScript== | |
| // @name Claude Chat Performance Enhancer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Keep only last N messages visible in Claude chat | |
| // @author gtlsgamr | |
| // @match https://claude.ai/chat/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |
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
| const {DateTime} = require("luxon"); | |
| const date = require("date.js"); | |
| //the function which I use but is malfunctioning in random edge cases, mostly due to date.js.org only taking utc i think | |
| const time_value = DateTime.fromJSDate( | |
| date(msg.text.split("/")[0]), | |
| { | |
| zone: user_to_find[0].timezone, | |
| keepLocalTime: true, | |
| } | |
| ).toLocaleString( |
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
| ====================== | |
| Proton: 1629388507 proton-6.3-6b | |
| SteamGameId: 1404210 | |
| Command: ['/home/gtlsgamr/.local/share/Steam/steamapps/common/Red Dead Redemption 2/PlayRDR2.exe'] | |
| Options: {'forcelgadd', 'hidenvgpu', 'nativevulkanloader'} | |
| depot: 0.20210723.18 | |
| pressure-vessel: 0.20210722.0 | |
| scripts: v0.20210722.0-0-gb142f90 | |
| soldier: 0.20210719.0 soldier 0.20210719.0 | |
| ====================== |
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
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: AuthenticAMD | |
| CPU Brand: AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx | |
| CPU Family: 0x17 |