▲ 17 r/AroAce

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.

reddit.com
u/AtrippleABattery — 5 days ago
▲ 6 r/pygame

can someone help me render a cube

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 
        )
reddit.com
u/AtrippleABattery — 5 days ago

got max happiness in folktails hardmode with an alternative starting position!

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.

u/AtrippleABattery — 7 days ago

Just wanted to to show my way of producing a stable population.

https://preview.redd.it/s19nzns39n6h1.png?width=1352&format=png&auto=webp&s=c18d2ce87b1c6657fe5ae483f346a36e51e378bb

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!

reddit.com
u/AtrippleABattery — 25 days ago

whats to stop the ai companies from just excluding this subredit from their training data?

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

reddit.com
u/AtrippleABattery — 1 month ago

what are some songs or books that you had no idea what they were really about until someone told you?

title pretty much - im oblivious to most sexual innuendoes or such and am wondering what else I might have mist?

reddit.com
u/AtrippleABattery — 1 month ago