Kappa⁴ Archive

spam

seal.mp4<:vinny:631324820386349077><:vinny:631324820386349077><:vinny:631324820386349077>

Jump to date
Pins
taxes spam
I'm in the server on my main account but i'm on this Alt account because the truth needs to be said. This server is the most disgusting community I've ever seen and the toxicity of it all is just horrid. How can you guys even stand to be in this server when it is so negative toward every race, religion nationality and gender. The things I have seen here represent the worst of humanity. All I see are racist comments, banning people for disagreeing with your narrow and rascist world views and overall immature disgusting attitude. You guys seriously need to step up the attitude because you don't deserve anything you have.
legorhin spam
loss = [[1,0,1,1],
        [1,0,1,1],
        [1,1,1,0],
        [1,1,1,1]]
import numpy as np
from scipy.misc import imsave
im = np.array(loss).astype(float)
gap_width = 4
while im.shape[0] < 1024*4:
  new_im = np.zeros([gap_width*4,gap_width*4])
  new_im[:gap_width,:gap_width] = im
  new_im[:gap_width,2*gap_width:3*gap_width] = im
  new_im[:gap_width,3*gap_width:] = im
  
  new_im[gap_width:2*gap_width,:] = new_im[:gap_width,:]

  new_im[2*gap_width:,:2*gap_width] = new_im[:2*gap_width,2*gap_width:]

  new_im[2*gap_width:,2*gap_width:] = new_im[:2*gap_width,2*gap_width:]
  new_im[2*gap_width:3*gap_width,3*gap_width:] = 0
  im = new_im
  gap_width *= 4
imsave("test.png",im*255)

This archive is read-only — captured July 2020

Channels:
Density:

Jump to date