Skip to content

Instantly share code, notes, and snippets.

View gmh5225's full-sized avatar
๐Ÿ™ƒ

gmh5225.eth gmh5225

๐Ÿ™ƒ
View GitHub Profile
@echohive42
echohive42 / gist:acbecaeee02ebf10e422095d01de397b
Last active March 13, 2025 03:38
deepseek-r1 multi-think output
{
"timestamp": "2025-01-25T21:47:37.634489",
"question": "why does language exist?",
"n_approaches": 5,
"approach_list": [
"Anthropological perspective",
"Evolutionary biology",
"Cognitive science",
"Theoretical linguistics",
"Sociocultural analysis"
@Artefact2
Artefact2 / README.md
Last active October 21, 2025 02:42
GGUF quantizations overview

Which GGUF is right for me? (Opinionated)

Good question! I am collecting human data on how quantization affects outputs. See here for more information: ggml-org/llama.cpp#5962

In the meantime, use the largest that fully fits in your GPU. If you can comfortably fit Q4_K_S, try using a model with more parameters.

llama.cpp feature matrix

See the wiki upstream: https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix

@mackwage
mackwage / windows_hardening.cmd
Last active October 21, 2025 07:12
Script to perform some hardening of Windows OS
:: Windows 10 Hardening Script
:: This is based mostly on my own personal research and testing. My objective is to secure/harden Windows 10 as much as possible while not impacting usability at all. (Think being able to run on this computer's of family members so secure them but not increase the chances of them having to call you to troubleshoot something related to it later on). References for virtually all settings can be found at the bottom. Just before the references section, you will always find several security settings commented out as they could lead to compatibility issues in common consumer setups but they're worth considering.
:: Obligatory 'views are my own'. :)
:: Thank you @jaredhaight for the Win Firewall config recommendations!
:: Thank you @ricardojba for the DLL Safe Order Search reg key!
:: Thank you @jessicaknotts for the help on testing Exploit Guard configs and checking privacy settings!
:: Best script I've found for Debloating Windows 10: https://github.com/Sycnex/Windows10Debloater
: