Skip to content

Instantly share code, notes, and snippets.

View kuzetsa's full-sized avatar

CatSwarm (kuza) kuzetsa

View GitHub Profile
@kuzetsa
kuzetsa / catalysts.md
Created November 11, 2021 18:02 — forked from mosbth/catalysts.md
From a cached version of http://freenode.net/catalysts.shtml since their website is currently down.

Catalysts

The "catalyst" role is critical to freenode and an essential building block of channels. No one is required to be a catalyst, but the users who perform this role ensure the smooth and efficient functioning of the network.

IRC does not automatically produce a stable culture of cooperative effort. Even in cases where cooperation is intended, misunderstandings and personality incompatibilities can result in an extremely chaotic and hostile environment. Catalysts help prevent and resolve misunderstanding, calm the waters when users have difficulties dealing with each other and provide examples of constructive behavior in environments where such behavior might not otherwise be the norm.

Catalysts try to resolve problems, not through the use of authority and special privilege, but by fostering consensus, gently nudging participants in the direction of more appropriate behavior and by generally reducing the level of confrontation rather than confronting users with problems.

@kuzetsa
kuzetsa / optipi.c
Last active November 24, 2017 04:46 — forked from zouppen/montecarlo.c
"64" (32bit coordinates) integer math 2D monte carlo integration for pi (3.14159)
/* Compiling with: gcc -lm
(might [not] be required) */
#include <math.h>
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
// return values sometimes don't care (trash it)
uint64_t trash;
@kuzetsa
kuzetsa / debian-to-gentoo.sh
Last active June 24, 2016 15:25 — forked from arantius/create-test-container.script
How To Install Gentoo Onto Any OpenVZ VPS
#!/bin/sh
set -e
if [ `whoami` != "root" ]; then
echo "This script must run as root!"
exit 1
fi
if [ ! -f /root/stage3-*.tar.bz2 ]; then
@kuzetsa
kuzetsa / injection.ks
Last active December 3, 2015 16:48 — forked from KK4TEE/first.ks
Orbital Injection for K-OS mod (kerbal space program)
// injection.ks
// Orbital Injection for K-OS mod (kerbal space program)
DECLARE altitudeMinimum is (70000 * 1.001). // make sure we stay out of atmosphere
DECLARE targetAltitude is 80000. // Target circular-ish orbit (try really hard)
DECLARE limitQ is 0.14. // threshold where we start to throttle back due to drag (Q)
DECLARE stillBreathing is (68955 / 1.001). // effects of the atmosphere (Q) exists
DECLARE hundus is 0.0001. // hundred us (microseconds)
DECLARE ASL is 600000. // sea level is not actually zero
DECLARE ASLHalf is (ASL / 2). //
@kuzetsa
kuzetsa / config.js
Last active July 22, 2018 18:06 — forked from unstephenk/gist:2cb8a870f5e66cc76752
current settings for gekko: [config.js]
// Everything is explained here:
// https://github.com/kuzetsa/gekko/blob/master/docs/Configuring_gekko.md
var config = {};
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// GENERAL SETTINGS
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Gekko stores historical history