Skip to content

Instantly share code, notes, and snippets.

; functions
gfxmode:
xor ax,ax
mov al,0x13
int 0x10
ret
keypress:
mov ah,0x00

Keybase proof

I hereby claim:

  • I am foxiepaws on github.
  • I am foxiepaws (https://keybase.io/foxiepaws) on keybase.
  • I have a public key ASDGKVTpe3JY9RBf2noR1L9bU9I2fQaBPpdxIwE4tEMTsgo

To claim this, I am signing this object:

setting up irssi and scripts

Get scripts and enable things

  1. create needed directory mkdir -p $HOME/.irssi/scripts/autorun
  2. switch to directory then download and symlink scripts

    cd $HOME/.irssi/scripts

#lang typed/racket
; very quick and dirty bot for doing kinda a
; channel/user description thing
; author: Rachel Fae Fox
(require typed/irc/main
typed/irc/irc-message
typed/db)
#!/usr/bin/env perl
########################################################################
# Filename: quickrelay.pl
# Description: A relay bot we wrote when anthrochat broke badly and
# wasn't fixed for days (still not fixed as of writing
# this!)
# Version: 1.0.0
# Created: Mon Feb 27 01:52:10 2017
# Revision: None
require 'net/telnet'
# ilo_powermeter.rb by Allison Rachel Fox
# I release this file into the public domain
# or CC0 in areas where there isn't one.
#
# Really dirt simple tool to fetch
# power consumption information from
# iLO. Logs in over telnet as SSH is
# broken on iLO 2 due to a bug.

Rachel Snowmew

Rachel is a Snow Leopard. She goes Mew.

Appearence

Honestly I’ve really not thought too much about how i look, I’m a pretty bog standard snow leopard with black or brown hair, sometimes i’m squeaky, sometimes i’m a balloon. I have a dumb sausage mew tail and all that shit

Autism quizzes and issues

The AQ

The AQ is a test that, is in my (very autistic) opinion, completely fucking bunk and crap and should be ignored completely. It is based solely on ableist, and extremely out of date STEREOTYPES of

-- Default Text
monitor = "back"
radio = "top"
m = peripheral.wrap(monitor)
automatic file healing
hash the file, compare hash to known good file hash
if file bad, split file by negotiated max block size,
hash each block and find block(s) where hash failed.
for each block, there is a failures value, when that value reaches
MAX_FAILURES the entire block is considered bad and reloaded.
in normal mode, the block is split in approximate half, and then if