jaydixx's avatar

@jaydixx
Beta tester

rat [any pronouns]
Wall

just got an idea for a new pfp

hi wasteof

ive been sick for the past 4 days, hows your week going

The animatronics tend to get a little… quirky… at night.

It’s a new company policy that all employees must wear fur suits to work

This policy comes into effect immediately

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