Show newer

squirrel, the chaos witch.
species: devil
broomstick: heart tipped broom
familiar(s): tabby cat
magic: spirit summon
en.shindanmaker.com/620471

oh

transphobia, death 

i just, i want to hit something to hard when i hear that name directed at me

and it makes me feel so weird to meet other people with that name

i just, i want to be able to erase my entire family from my life sometimes

there's very very few occasions where i don't feel this way and i don't think they redeem the other times in any way sorry

Show thread

transphobia, death 

haha i love being deadnamed by my whole family haha die in a fucking fire

my brother and his wife quarrel so much every time they come over i kinda hate whenever they're here

are we linked with queer.party? that sounds like a good instance to be linked with

something that really stresses me out is when doing a new install on a computer i never know if i backed up everything i should have from the previous install

Also a pro-tip: if you have a lot of users to invite, you can iterate over an array like so:

accounts = [
{
email: "<email1>",
username: "<username1>"
},
{
email: "<email2>",
username: "<username2>"
},
..
]
accounts.each do |account|
User.new(email: account[:email], password: SecureRandom.hex, confirmed_at: Time.now.utc, account_attributes: { username: account[:username] }).save
end

Show thread

Since I've gotten a couple questions about implementing an invite-only instance, here's how. You (unfortunately) have to use the console:

1. cd into your mastodon /live dir
2. bundle exec rails console production
3. run: User.new(email: '<email>', password: SecureRandom.hex, confirmed_at: Time.now.utc, account_attributes: { username: '<username>' }).save
4. Tell that person to reset their password on your instance :)

#mastodon #admin #admins

cc @polymerwitch @bea

i hate rubberized coating in plastic that turns into sticky gunk after a few years

@polymerwitch@toot.cat hey, i opened registrations for computerfairi.es earlier if you still want an account :)

sorry i'm not doing this at any regular hour (yet) but right now i am opening registrations for computerfairi.es for all the stranded computer fairies out there. come by and say hi!

do you want a computerfairi.es/ account?? i still haven't decided how registrations are gonna work but hit me up and we'll talk!

Show older
Computer Fairies

Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!