-
Content Count
9 -
Joined
-
Last visited
Content Type
Forums
Blogs
Knowledge Base
Everything posted by SophieJeanneLaDouce
-
While you are correct with your examples, people express themselves both ways in English. It's highly contextual and thus using "we" without being conscientious of context becomes a landmine. I already gave counterexamples where "we" means "everybody" and won't repeat them here. I'm not going to touch how English speakers use "we" when they mean "you specifically as an individual," or "I myself as an individual." This is not a case of being overly picky ~ written English can be damn tricky. There was a misunderstanding and I think the participants in the conversation all understand e
-
Setting aside misunderstanding because of wording, I think this is a great question. In my experience, it's all incremental steps of growth. I've become much more open, gone too far, pulled back ~ experience and mistakes have helped me become more comfortable dealing with people. Part of it has been letting go of the anxiety and developing a healthy level of "don't give a 🤬." People are people ~ we're all terribly messed up top to bottom. But what works for me doesn't work for everybody.
-
The short answer ~ be "OK" with the idea that people can set their own personal boundaries. You have no right to dictate to others what their personal boundaries need to be. To accuse others of "hiding" is using manipulative language to shame others into behaving the way you wish them to behave. (Also, ensure you're not an extrovert wondering why introverts are behaving strangely.) So, I take it you were feeling insecure and felt discontent with your experience with your online presence. You then developed some courage to let go of some of your worries and found they were phanto
-
If anybody uses Microsoft Code for other things, it handles LSL just fine with an extension. It gives me the LSL keywords, functions, help text, etc. as with any other language.
-
In response to Oz Linden's comment I know that this is a specialized way and doesn't address most cases, but it fits my needs. I use OAuth2 in my scripts. When a script starts, it presents client credentials to an authentication server. It receives an access token back, which the script remembers (below). This oath2header is added to all the HTTP requests from the script. list oauth2header = [HTTP_CUSTOM_HEADER,"Authorization","Bearer " + llJsonGetValue(body, ["access_token"])]; The benefit I receive is middleware on my server rejects all requests that don't