Just because nothing matters, that doesn’t mean you get to be a dick.
Nihilism isn’t moral relativism. The freedom that comes from embracing your insignificance has no bearing on morality. You’re still a human being. You still have a conscience. You are still obligated to play well with others.
Nobody gets to do whatever the hell they want. We live in a world filled with traffic lights and tax forms, and only sociopaths think their personal philosophy somehow nullifies the social contract.
There is no contradiction, because your universal insignificance itself becomes insignificant when faced with the day to day pursuit of happiness.
Shit doesn’t have to matter in any grand scheme for you to be a good person leading a happy life. It’s like, the impending abyss is always there, but fuck it. >
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
alias noop "" | |
alias +fwd "-back; +forward; alias cfwd +forward" | |
alias -fwd "-forward; cbck; alias cfwd noop" | |
alias +bck "-forward; +back; alias cbck +back" | |
alias -bck "-back; cfwd; alias cbck noop" | |
alias +lft "-moveright; +moveleft; alias clft +moveleft" | |
alias -lft "-moveleft; crgt; alias clft noop" |
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
bind MOUSE1 +attack; | |
bind MOUSE2 +attack2; |
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
git rm -r --cached node_modules | |
git commit -m 'Remove the now ignored directory node_modules' | |
git push origin master |
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
alias +rocketJump "+jump; +duck; +attack;" | |
alias -rocketJump "-jump; -duck; -attack;" | |
bind MOUSE4 +rocketJump |
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
cvar list | |
-------------- | |
_autosave : cmd : : Autosave | |
_autosavedangerous : cmd : : AutoSaveDangerous | |
_bugreporter_restart : cmd : : Restarts bug reporter .dll | |
_cl_classmenuopen : 0 : , "cl" : internal cvar used to tell server when class menu is open | |
_fov : 0 : , "cl" : Automates fov command to server. | |
_resetgamestats : cmd : : Erases current game stats and writes out a blank stats file | |
_restart : cmd : : Shutdown and restart the engine. | |
abuse_report_queue : cmd : : Capture data for abuse report and queue for submission. Use abose_report_submit to activate UI to submit the report |