What did you think of others before you realised you were aroace?

before I realised I was aroace I always looked down on those with crushes and relationships (primary school type relationship).

what did you think of others in relationship?

looking back I should have know earlier I was aroace

reddit.com
u/AtrippleABattery — 17 days ago

If you were bi, could you be Demi for one gender and not aroace for another?

same for all the prefix

but the core idea is, if you felt attraction to one gender, could you be on the aroace for another?

reddit.com
u/AtrippleABattery — 20 days ago

i hid my powerplant underground

it generates 130k hp and hides all the bad water on the map (other than a small bit i use for pumping)

u/AtrippleABattery — 22 days ago

Is gay an umbrella term?

I’m aroace and there are a lot of micro labels beneath just aroace such as Demi, cupio, fray romantics/sexsuals

are there micro labels under gay and/or lesbian

(I’m not referring to the whole lgbtqia+ community when I say gay)

reddit.com
u/AtrippleABattery — 23 days ago

small little power plant

i built a powerplant that uses all the bad water on the map and conducts it into a single stream

it produces 130k hp while I only use 10k regularly

im planning on covering it up so that there is no trace of bad water on the entire map. what do you think?

u/AtrippleABattery — 27 days ago

Does being aroace make you a “homosexual”

clarity - I’m aroace and love being it

how most people always refer to “homosexuals” is normally hatefully but I’m just wondering if it is as it normally means loving the same gender

I don’t like anyone so am I a “homosexual“?

reddit.com
u/AtrippleABattery — 27 days ago
▲ 4 r/Timberborn+2 crossposts

Turning people into AI's fuel?

Since AI data centers consume much resources, what if we hire people to generate consistent kinetic energy and transform it into clean energy somehow to fuel the data centers? Like, a big hamster ball? The design is very human /jk

reddit.com
u/AtrippleABattery — 1 month ago

Is there such a thing as Demi-platonic?

(sorry if this is rude or insensitive or something)

im aroace so I’m familiar with lots of the prefixes surrounding the split attraction model and I’m wondering if one could be Demi-platonic as that would be platonic attraction, only once a close emotional bond, and that tends to be formed through platonic relationships?

I am asking as an alloplatonic so may be missing a lot?

reddit.com
u/AtrippleABattery — 1 month ago
▲ 89 r/agender+2 crossposts

Asexual Cards

Made myself a triple a battery card (Aro/ace agender) and thought I'd make a just Aroace version... Would you guys wanna see a full set? Heart suit for Alloromantic aces (is there a specific flag for that? I was gonna just do the ace flag), a diamond for greys and a diamond for demis, a club for acespecs/questionings (with the acespec flag)

What styles would you want to see? I'd like to keep the bone and flower theme but maybe a different weapon? Different flowers? (Yes, it looking like the master sword is intentional) I'd love to hear your feedback!

u/AtrippleABattery — 1 month ago
▲ 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 — 2 months 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 — 2 months 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 — 2 months 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 — 2 months 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 — 3 months ago