Skip to content

Instantly share code, notes, and snippets.

@mrtysn
mrtysn / openai-custom-instructions.txt
Last active October 6, 2023 10:53
ChatGPT Custom Instructions
>>> What would you like ChatGPT to know about you?
I have been using computers since 1997. I know the ins and outs of them.
Furthermore, I want to get a lot of high quality work done in a very short amount of time.
I try to keep my search time at O(1) and I expect the same from others.
Finding a way to solve a problem should be done very quickly with a very high accuracy.
>>> How would you like ChatGPT to respond?
— Be highly organized
@mrtysn
mrtysn / nodeVersionSwitch.sh
Last active April 14, 2022 09:02
Automatically switch node version using fnm based on the required value in package.json
#!/usr/bin/env bash
# Place this script in the same directory as your package.json file.
# Uncomment and add the section below to your .zshrc
# SECTION BEGIN
# # nodeVersionSwitch.sh script https://gist.github.com/mrtysn/ff2a68c27b2be908c4f8188052d7d728
# # fnm node version manager https://github.com/Schniz/fnm#zsh
# eval "$(fnm env --use-on-cd)"
# if [ -f "./package.json" ] && [ -f "./nodeVersionSwitch.sh" ]; then
# bash "./nodeVersionSwitch.sh"
@mrtysn
mrtysn / reclaimWindows10.ps1
Created January 8, 2017 11:42 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
# Win10 Initial Setup Script
# Author: Disassembler <disassembler@dasm.cz>
# Version: 1.7, 2016-08-15
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/
# THIS IS A PERSONALIZED VERSION
# This script leaves more MS defaults on, including MS security features.
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1