jaydixx's avatar

@jaydixx
Beta tester

rat [any pronouns]
Wall

marquee is deprecated :(

dancing letter

is it just me or are there no canadians on wasteof

- someone whos not a canadian

3 0 18

if you accept the definition of a word as some letters surrounded by a gap, then

wasteof.mmMMmMmMMmMMmmMMMMmmmMMmMmMmMMMmmM

WHY IS THE PINNED POST ICON THE ONLY EMOJI ON WASTEOF TO NOT BE TWEMOJI-FIED!!

shovels are just ground spoons

i have something planned for april fools

thanks for 51 followers guys, very cool

now to overtake @polaris so i appear at the bottom of the beta explore page :trol:

2 0 1

have you been stabbed and are bleeding out? just laugh it off!

It has been medically been proven that laughter is an effective pain killer

turns out i cant get the .lk domain unless i have a contact address in sri lanka

i do not have that

which ending should i use for bit talk’s domain

.us - cheaper, but less COOL ($12/year i think)

.lk - COOL but expensive ($30/year?) plus it blends in with the name which i rly like

4 1 11
String.prototype.isUpperCase = function() {
  if (!/^[a-zA-Z]+$/.test(this.toString())) return false;
  return this.toString() === this.toUpperCase()
}
String.prototype.isLowerCase = function() {
  if (!/^[a-zA-Z]+$/.test(this.toString())) return false;
  return this.toString() === this.toLowerCase()
}

helpful. thought id send it

firstVar = 'hello';
secondVar = 'world';
print(firstVar+' '+secondVar);

def imAFunction() {
    print('ok');
}

imAFunction();

this isnt right

3 0 0

there are four types of people:

  • people who name the folder “source”

  • people who name the folder “src”

  • otherworldly beings who use both interchangeably

  • people who dont use a source folder at all (what is wrong with you /j)

3 0 3