so how's my #python looking? #codereview
#!/usr/bin/env python
from wii_classic_controller import auto, handle
@handle
def f(m):
auto('Left', int(m.group('LSX')) < 16 or m.group('L'))
auto('Right', int(m.group('LSX')) > 48 or m.group('R'))
auto('Up', int(m.group('LSY')) > 48 or m.group('U'))
auto('Down', int(m.group('LSY')) < 16 or m.group('D'))
auto('Return', m.group('Start'))
auto('A', m.group('Y'))
auto('S', m.group('B'))
auto('D', m.group('A'))
auto('Q', m.group('LB'))
auto('W', m.group('X'))
auto('E', m.group('RB'))
auto('Tab', m.group('Home'))
Hmm... Does witches.town implement featured posts or am I seeing things? (or, more likely, hitting a bug?) #needhelp
@bea also how do you handle this for public stuff?
mastodon instance admins: how do y'all handle "I give you permission to share these private posts" and such? (how do I tag this for instance admins to see? #mastodon #admins #mastoadmins #needhelp )
#IoT would be a lot better if the ppl working on it actually wanted those things. Sadly, all they really want is the money.
... while mildly sleep deprived.
remind me how did I get so good at describing my emotions O_o
ps, don't mind me, I'm just acting like I didn't know this before, because, well... idk why but every time I read about it I feel the same enthusiasm as I did the first time I found out about it, and acting like this is the first time I read about it conveys that feeling. #actuallyautistic
harmful things, selfharm, abuse Afficher plus
positivity Afficher plus
positivity, negativity Afficher plus
I'm tired so I'm going to bed, good night. Gonna use last post as a reminder of something I should talk about.
selfharm, abuse, ableism, harmful things, etc Afficher plus
If anyone is confused about this and would like clarification, please let me know. I'm not good with wording things.
"Gender state" is the biological component of "gender identity". While gender identity is purely a social construct, gender state is biological. However, the way you label your gender state is a social construct (because labels are social constructs).
Most of the time, your gender state matches your gender identity. However, some ppl, such as genderfluid ppl, can be in any of many different gender states at a given time.
A genderfluid person can be in a male state, or a female state, or another state and still identify as genderfluid. Because identity != state != expression.
In other news I'm running ("random") code off the internet as root.
I'm DONE with twitter. Too much aggressive tracking.
why can't I nest a CW?