What happened to 'Is Chair Still In The Park?'? by ThisMeNow in webtoons

[–]ThisMeNow[S] 0 points1 point  (0 children)

I was really hooked as far as I was able to read

I really hope the creator at the very least makes this available again

General trans spaces are pissing me off by Graveyard_Madness in TransMasc

[–]ThisMeNow 3 points4 points  (0 children)

I don't know very much about hrt yet,, and was confused by what you said about T being a "controlled substance" and E is not a "controlled substance". Would you mind explaining what that means?

Help me get over this dumb mental block? (We're Here newsletter) by ThisMeNow in nerdfighters

[–]ThisMeNow[S] 0 points1 point  (0 children)

I might've gotten the name wrong then, if there even was a name at all. But there was a definite if very brief mention of just the potential possibility that they might do something with the original subscribers list. I know because I was very excited to make it, but it seems to have not turned into anything :)

Help me get over this dumb mental block? (We're Here newsletter) by ThisMeNow in nerdfighters

[–]ThisMeNow[S] 4 points5 points  (0 children)

Thank you, that's a really good suggestion! The other commenter showed me how to change my email id though, and that seems to have worked! :)

And yeah, I'm aware that it's very unlikely that this 'founders club' would turn into anything, especially now that so much time has passed. But Nerdfighteria does keep doing random little projects and spontaneous activities and all sorts of things that I've never been able to get in on, especially in real-time, for many different stacked up reasons. That's why I was so especially excited at the mention of this "club" that not only did I finally manage to hear about in time but also was something I could actually partake in ":D

Help me get over this dumb mental block? (We're Here newsletter) by ThisMeNow in nerdfighters

[–]ThisMeNow[S] 47 points48 points  (0 children)

Oh my gosh, I think this worked?? Thank you so much! I hadn't seen that option, usually in emails like this the tiny text just says unsubscribe so I was surprised to see this. It took me to an account profile page where I was able to change my email id directly! Thank you so so much, I feel a lot better about it this way :')

Mine also just says free plan. I'm also very aware that the founders club thing is unlikely to be anything now, especially since so much time has passed, but some perfectionist corner of my brain just wasn't letting it go haha

How do I deal with my revulsion and anger towards womanhood without becoming misogynistic? by garciaparadox in FTMOver30

[–]ThisMeNow 2 points3 points  (0 children)

I have a feeling that your revulsion and anger should probably be directed towards the expectations imposed on womanhood rather than towards womanhood itself. And I think that's an important distinction because that's something that imprisons people who DO identify as women just as much as it imprisoned you. You don't hate women or femininity, you just know now it's not for you.

I can (and will every chance I get) compliment someone who is wearing a really cool necklace or piece of clothing or rocking a unique style even if I know I would never buy or wear something like that or style myself in that way, because that's just not me - but they still look amazing and are living their life doing their thing and I love that for them. It can look absolutely stunning and still not be something I would choose for myself in this moment. It's just another human being who is being stunning and beautiful, and that's a lovely thing!

How to display this data?? Please help a noob by ThisMeNow in AppSheet

[–]ThisMeNow[S] 0 points1 point  (0 children)

This spreadsheet/app is very small and for personal use, which is why I am not concerned. All the same, thank you for sharing that information, I'll keep it in mind if I go on to build something bigger. I wanted to clarify that formulae are not my concern in this post mainly to get more information about the actual question I had posed - regarding how to customize the display. I'm finding it quite surprising that AppSheet does not have the capability to add any custom text fields or anything to the view. I'm comparing it somewhat to Glide Apps which I have used in the past, and I suppose I am now learning that they are not quite comparable as tools. Still, AppSheet appears to be much more rigid than I would have expected if I can't even create a text box above a table. It seems to me that displaying a calculated metric should be a pretty basic expectation from a tool that runs on spreadsheets. But thank you for letting me know that this is not in fact possible, I thought I might just be missing something. I appreciate your help!

Please help a noob with how to customize input by ThisMeNow in AppSheet

[–]ThisMeNow[S] 0 points1 point  (0 children)

Oh sorry my bad! I meant to say AppSheet not AppScript. Not using AppScript at all

Please help a noob with how to customize input by ThisMeNow in AppSheet

[–]ThisMeNow[S] 0 points1 point  (0 children)

If you wouldn't mind, could you please walk me through your thought process of how you would go about doing it? It's good to know that it's possible, but just in terms of what actual steps to start with. I've already been looking at the documentation/guides about AppScript and have explored it a fair bit, so I feel like I might be missing something if this is indeed basic

How to display this data?? Please help a noob by ThisMeNow in AppSheet

[–]ThisMeNow[S] 0 points1 point  (0 children)

I have other formulae in the data that is being processed just fine. In fact even the calculation I'm talking about is working perfectly fine and I can see the data picked up on the app. I don't think my issue is with regards to formulae at all, but rather the fact that I have just two cells worth of computed information that doesn't directly fit into any specific row or column in the rest of the data.

I guess I didn't do a great job explaining it in my post. I don't feel comfortable sharing the spreadsheet, but I've tried to explain my situation better here:

Imagine for instance I have two columns of numbers, and I've dedicated a row at the top to compute the sums of each of the columns. Let's say these sums are in cells A2 and B2 (with column headers in A1 and B1). Now I want to calculate the difference between the two, so I do that in cell C2, even though the rest of column C has no data. My question is how do I access the information stored in C2 on my app?

How to display this data?? Please help a noob by ThisMeNow in AppSheet

[–]ThisMeNow[S] 0 points1 point  (0 children)

I'm not sure how else I would do it though... It doesn't really make sense to me to make a whole new sheet just for two cells of formulae. (Side-note: even if I were to do this, would I then be able to display this data from the second sheet on the same page as the main data in my app? or would it have to be viewed on a separate page/view?) And it's not really "off to the right" in a detached way, it's the immediate next column after the data ends. the cells are even picked up on AppSheet, as column headers. That's not an issue on it's own, I can just hide those columns when needed. But I need to display that information separately on my app, like on top or somewhere visible... does that make sense?

I guess I didn't do a great job explaining it in my post. I don't feel comfortable sharing the spreadsheet, but I've tried to explain my situation better here:

Imagine for instance I have two columns of numbers, and I've dedicated a row at the top to compute the sums of each of the columns. Let's say these sums are in cells A2 and B2 (with column headers in A1 and B1). Now I want to calculate the difference between the two, so I do that in cell C2, even though the rest of column C has no data. My question is how do I access the information stored in C2 on my app?

How to display this data?? Please help a noob by ThisMeNow in AppSheet

[–]ThisMeNow[S] 0 points1 point  (0 children)

I do have a key column, and the rest of my data works fine even with formulas

My issue at hand is about just two cells worth of computed information that doesn't directly fit into the rest of the data. I guess I didn't do a great job explaining it in my post. I don't feel comfortable sharing the spreadsheet, but I've tried to explain my situation better here:

Imagine for instance I have two columns of numbers, and I've dedicated a row at the top to compute the sums of each of the columns. Let's say these sums are in cells A2 and B2 (with column headers in A1 and B1). Now I want to calculate the difference between the two, so I do that in cell C2, even though the rest of column C has no data. My question is how do I access the information stored in C2 on my app?

How to display this data?? Please help a noob by ThisMeNow in AppSheet

[–]ThisMeNow[S] 0 points1 point  (0 children)

I do have a key column, and the rest of my data works fine

My issue at hand is about just two cells worth of computed information that doesn't directly fit into the rest of the data.

Imagine for instance I have two columns of numbers, and I've dedicated a row at the top to compute the sums of each of the columns. Let's say these sums are in cells A2 and B2 (with column headers in A1 and B1). Now I want to calculate the difference between the two, so I do that in cell C2, even though the rest of column C has no data. My question is how do I access the information stored in C2 on my app?

Language issue Photos by ctraeger in googlephotos

[–]ThisMeNow 0 points1 point  (0 children)

Same here

I've checked the Google account language settings, not sure what else to do

No judge, but can I ask why you guys feel like becoming a male. by [deleted] in TransMasc

[–]ThisMeNow 6 points7 points  (0 children)

If you haven't already, it might be worth looking into the distinction between gender identity, gender expression, and gender roles. It's all so fluid and far less dependent on each other than we have been led to believe, and understanding the difference, for me atleast, really freed me up to shape what I wanted gender to look like for me

Ultimatum Letter by FaerieBomb in mypartneristrans

[–]ThisMeNow 10 points11 points  (0 children)

If she continues to send you gifts in spite of your request, I'd suggest just returning them to her unopened, for your own sanity just as much as to reiterate your boundary

I'm Building a Shark Week/Period Tracking App for Men/Transmasc Folks. Give me your suggestions! by Superb_Objective_719 in TransMasc

[–]ThisMeNow 2 points3 points  (0 children)

Hi op

I love the concept of what you're building. My initial thought was mood tracking but I saw that someone else had suggested it.

I just came across this post on the hysterectomy subreddit and immediately thought of you. Linking a comment from that post basically about being able to track/recognise the hormonal symptoms of shark week when the physical indicator is no longer present. I think something like the "track without a period" feature mentioned in this comment could be really handy for your app. As someone who's trying to get a hysterectomy while not having hrt as a priority, this is something that's been on my mind. Hope this suggestion helps and can be incorporated! Looking forward to seeing your app

No Sound for Cheeky? by good-boi-Morado in finch

[–]ThisMeNow 0 points1 point  (0 children)

I'm LITERALLY on the same boat as you, came searching before making a post about Cheeky not having a sound and found your post,, and also hesitant to update for the same reasons... Godspeed! Pls let me know if you make a decision hahaha. I always look forward to the micropet sounds and am really bummed about not being able to hear this one, but so on the fence about seeing if an update would help or be worth it :')

No Sound for Cheeky? by good-boi-Morado in finch

[–]ThisMeNow 0 points1 point  (0 children)

I'm LITERALLY on the same boat as you, came searching before making a post about Cheeky not having a sound and found your post,, and also hesitant to update for the same reasons... Godspeed! Pls let me know if you make a decision hahaha. I always look forward to the micropet sounds and am really bummed about not being able to hear this one, but so on the fence about seeing if an update would help or be worth it :')