If your oriented aroace, what Is your orientation?
I’ve been wondering what the most common orientation would be, e.g. bi, straight, or gay/lesbian, etc?
i say this as a fully aroace person (as far as I know) and im just curious.
I’ve been wondering what the most common orientation would be, e.g. bi, straight, or gay/lesbian, etc?
i say this as a fully aroace person (as far as I know) and im just curious.
im trying to make a program that can read information from a file and project it
currently, my program renders the positions of the voxels just as points (circles). How can i make it render cubes instead.
im trying not to use ai for my programs
class Voxel:
def __init__(self, x, y, z, colour = (255,255,255)):
self.x, self.y, self.z = x, y, z
self.colour = colour
def project(self, camera):
rel_x = self.x - camera.x
rel_y = self.y - camera.y
rel_z = self.z - camera.z
rel_x, rel_y, rel_z = camera.rotate_point(rel_x, rel_y, rel_z)
if rel_z <= 0:
self.x2d = self.y2d = self.dist = None
return False
scale = camera.focal_length / rel_z
self.x2d = rel_x * scale
self.y2d = rel_y * scale
self.dist = maths.sqrt(rel_x**2 + rel_y**2 + rel_z**2)
return True
def draw(self, screen, xOfset, yOfset):
pygame.draw.circle(
screen,
self.colour,
(int(self.x2d + xOfset), int(self.y2d + yOfset)),
max(1, int(10 / max(1, self.dist)))
# minimum size of 1, the second max is to stop divide by 0 error
)
just showing of how amazing i am (joking).
The reservoir on the right is dredged to the maximum depth with the new pumps keeping the secondary reservoir full during droughts.
i posted this a while ago but need a few more to finish it off so your best ideas in here
finally reached happiness level 84 for my colony. I have no bots at all in the colony, 424 beavers and only 12 hours of work a day.
everyone add something and bit by bit we will get a full bingo
(inspired by the one that was going around recently)
(it also took me way too long to make this in microslop paint)
edited to add your recommendations
the population counter (thingies) turn off based on the amount of unemployed beavers. In my colony i have nearly 500 beavers and this way i can build any new job sites and not have to worry about the population without having hundreds of unemployed beavers draining resources!
genuine question here, i love this subreddit and find it halarious all the things people come up with but im genuinly wondering why cant they just exclude this from the training set?
*sorry about my dyslexia but i cant be bothereed to go back and fix it
title pretty much - im oblivious to most sexual innuendoes or such and am wondering what else I might have mist?