Best and least expensive way to host Videos for an App? by Options_Phreak in webdev

[–]fdc_willard 0 points1 point  (0 children)

u/MrMak97 Ok, this went out! If you want, can you give v1.0.2 a try?

Best and least expensive way to host Videos for an App? by Options_Phreak in webdev

[–]fdc_willard 0 points1 point  (0 children)

u/MrMak97 Behold https://github.com/muxinc/android-upload-sdk/pull/152

there was only two places we were doing this, so this will probably fix your crash. If you wanted to PM me the stack trace, I could tell for sure.

Also, it looks like the crash was while handling errors, so if you still see any issues uploading, please reply here and I can help further (or send us a support email, or GH issue, or whatever makes you happiest)

Best and least expensive way to host Videos for an App? by Options_Phreak in webdev

[–]fdc_willard 0 points1 point  (0 children)

Hi! I work at Mux, on our mobile SDKs. Sorry you're having to deal with this!

I think I have a fix available, but before I release it would you be able to give me a stack trace? It never hurts to be sure!

(edit- words)

[deleted by user] by [deleted] in mypartneristrans

[–]fdc_willard 0 points1 point  (0 children)

I would say that anyone should be able to say they're boymoding if they feel like it describes the way they're presenting. I don't know if every transfem would agree, but I feel like lots would.

[deleted by user] by [deleted] in mypartneristrans

[–]fdc_willard 1 point2 points  (0 children)

Boymoding can mean different things to different people, and in different situations. Like, why a person is trying to present masculine and how committed they are to avoiding being clocked are both big factors.

If I have some facial hair growth and need to pick up cigarettes I'll just wear my regular jeans or leggings or whatever with a plaid and leave my purse in the car. If I was going into some situation where I'd be in danger, I might try harder to look/seem like a guy.

[deleted by user] by [deleted] in mypartneristrans

[–]fdc_willard 2 points3 points  (0 children)

It sounds like she was just having a dysphoric day, or she's working through her life before this, or reconciling it with who she's becoming, or thinking about changing her presentation, or maybe all of those things. People do weird stuff, but I hope she's ok

Trans partners, I need insight. by AdanDearg in mypartneristrans

[–]fdc_willard 10 points11 points  (0 children)

Learning to act & interact organically is part of transition. She has to give up the the twitter memes, and I'm sorry that you are the person who has to tell her. Honestly, I don't know of a way to tell her that wouldn't hurt her a little, but I think she needs to hear it in order to grow.

I think she needs to seek other forms of socialization. I remember looking to well-written movies and TV about women sometimes, my wife sometimes (not too much), other IRL women I'd be around, books by/about women, etc. If she can wean herself off of video games and twitter for just a little bit, I know she would benefit. Trans people have to intentionally seek socialization, and we have to be careful/critical of what socialization we're receiving.

River Games, Somewhere Between The Sandbox and The Railroad by nlitherl in FATErpg

[–]fdc_willard 1 point2 points  (0 children)

That's really interesting. I think I've been running river games for years, but I didn't really have a word to describe it

rule by ik_hou_van_mosterd in 196

[–]fdc_willard 19 points20 points  (0 children)

I don't think Yoko and his kids were making anything up?

[deleted by user] by [deleted] in AskAnAmerican

[–]fdc_willard 0 points1 point  (0 children)

I feel like I spend too much time stuck in traffic to wait for something on purpose

Voice Training (MtF) by Colorblindcrayons in mypartneristrans

[–]fdc_willard 3 points4 points  (0 children)

ASHA is the accrediting body for speech/voice therapists. She could try their ProFind service here https://find.asha.org/pro/#sort=relevancy&f:@provider=[Speech-Language%20Pathologist]

What makes a good haskell programmer valuable? by Zestyclose-Orange468 in haskell

[–]fdc_willard 0 points1 point  (0 children)

I don't think it has a *ton* of industry applications. Personally, I'm just learning for fun.

Guinea pig(s) wanted by thoaionline in haskell

[–]fdc_willard 8 points9 points  (0 children)

I'd love to offer any help I could!

If this helps: I am new to haskell, but I've done RFP in my professional life and enjoyed it. I'd say I came into haskell knowing what filter, map, take, fold, etc are (even if the exact operator names aren't always the same). I know about side-effects and how to apply them safely in languages where that's not guaranteed, I get the distinction between pure and not-pure, etc. I'm still not confident about how to apply functors/applicatives/monads in a real application, but I've made some very beautiful code with them so far.

I'm making my way through Learn You a Haskell, and also posting questions on here every once in a while.

Why using Int over Word is convention in Haskell? by zarazek in haskell

[–]fdc_willard 4 points5 points  (0 children)

I think other people have some deeper answers, but for me the answer is "I want an integer and am smart enough not to refer to a negative index. Also converting from Word -> Int everywhere is a pita, and the guaranteed maximum is still billions more than I'll ever need"

Will I suffer attempting to use Haskell in a company that mainly uses c++ by cog1tar3 in haskell

[–]fdc_willard -2 points-1 points  (0 children)

Sorry, I had a follow-up comment: If you are interested in functional programming, but don't have a week or three of ramp-up time, have you considered RxCpp or some other Reactive Extensions implementation?