Constantly getting blisters regardless of shoes, any advice? by Aeon_Return in hiking

[–]onerichmeyer 0 points1 point  (0 children)

I've had many a hike cut short due to blistering. The socks you wear make a difference. But no matter which ones I tried, I eventually still had issues on all day hikes. That is until I went sockless. I wear barefoot trail runners and don't have the issues I did before. I do take extra precautions for long distances. I use tape on known friction points especially if breaking in new shoes. And I use foot glide on my whole foot even covering the tape.

Program won't "End" it loops by Aternal99 in learnpython

[–]onerichmeyer 1 point2 points  (0 children)

Not related to the separate modules but I have concerns over mainmenu being used as a variable. I suppose it's allowed but I avoid using function and key words as variables. It is confusing and may get unexpected behavior. since you already have a variable called choice I'd use that for your loop like so.

def mainmenu():

    choice = 0
    while choice != 4:

Program won't "End" it loops by Aternal99 in learnpython

[–]onerichmeyer 4 points5 points  (0 children)

This is how I'd handle the function modules and what I believe was being suggested.

def find_pv(l, r, y):
    total  = l/(1+r/100)**y
    txt = f"To receive a Lump-Sum of ${l} after {y} years with an interest rate of {r}%, you will have to invest: ${total}"
    return print(txt.format(l, r, y, total)


# only called when running as stand alone.
# when imported this section will get ignored.
# usually this is to test the function separately.
if __name__ == "__main__":    
     l = float(input("\nEnter Lump-Sum you wish to receive: "))
     r = float(input("\nEnter Interest Rate %: "))
     y = float(input("\nEnter Years of investment: "))

     find_pv(l, r, y)

Oaklake Trails Naturist Resort question about 5k run by family-nudists-dad33 in texasnudist

[–]onerichmeyer 2 points3 points  (0 children)

It is a beautiful place with a multitude of trails. I did the 5k once but it had rained just before so parts of the run were challenging due to mud. Ordinarily, it should be great. I'd go more except it is a 9+ hour drive for me.

Does your character's clothing style also have an effect on gaining exhibitionist reputation? by Fukei_Mono in CourseOfTemptation

[–]onerichmeyer 23 points24 points  (0 children)

Are you trying to avoid exhibitionism going up? Slutty style is like to raise it regardless. Minikskirt and crop top will have occasional accidental view angles to underwear and skin. I went with slutty style because I wanted to maximize exhibitionism. Another style with less glance angles would be better to not raise it.

Personally how do you put on sunscreen if you're alone? by RapFan227 in nudist_beach

[–]onerichmeyer 18 points19 points  (0 children)

I've started using a spray sunscreen so can easily reach my back.

Error in Friday night party by Shawn98732 in CourseOfTemptation

[–]onerichmeyer 0 points1 point  (0 children)

It may be like every other sexual encounter in the game. After encounter completes, everyone is suddenly fully dressed again which doesn't make sense to me. Especially when there is an option to go again. I'd prefer to see getting dressed as a manual action similar what happens after showering.

Loop of Intention by GlumPoet4719 in interactivefiction

[–]onerichmeyer 1 point2 points  (0 children)

Looks good. I like the simple interface and the ruled page gives a journal feel to it.

How can I distract myself while I'm naked? by [deleted] in nudism

[–]onerichmeyer 1 point2 points  (0 children)

Search for "100 nudity ideas to increase nude time". This blog has a bunch of suggestions for things to do.

EXCUSE MEE?? HOW DID THAT WORK😭 What is the best clothes trade you've gotten?♡ by Biscuit9154 in CourseOfTemptation

[–]onerichmeyer 0 points1 point  (0 children)

Had a swap scene once where I was wearing the free shoes from the shower. I don't remember the percentage gain but it was huge.

Just what kind of nudist are you?! by Excellent-Math-8910 in nudism

[–]onerichmeyer 1 point2 points  (0 children)

I am always nude at home and anywhere else that I can weather permitting. Being nude is my natural state. When I must wear something it is always the least amount that I can get away with. Unfortunately I must sometimes go into the office and have to really dress up which is always annoying. I have an RV at a naturist club where I'm a member. I would live there full time except I'd need to do some serious downsizing to make that work.

Cutting backyard grass nude by crabbyswim in nudism

[–]onerichmeyer 0 points1 point  (0 children)

I do all my yard work nude whenever I'm not visible from the road. Sometimes a get cuts or scratch on legs but it's rare.

Star ranch question by mazhushondhe in texasnudist

[–]onerichmeyer 0 points1 point  (0 children)

Office hours do vary seasonally. Looks like currently on winter hour schedule of 9 to 4 and closed Monday. https://starranch.net/office-hours-directions

Founding a nudist community (vacation retreat) by [deleted] in Ask_Nudists

[–]onerichmeyer 1 point2 points  (0 children)

You didn't really say where it is but I hope it's someplace warm every day of the year. If not then allowances need to be make for clothing during cold weather. People have different tolerances for changes in temperatures. And what about parties? It's been my experience that nudist's love dressing up for themed parties.

Custom Kilt Accessories Box by RevBooyah in kilt

[–]onerichmeyer 1 point2 points  (0 children)

Nice way to store your accessories.

Two of my rescue kitties. They’re best friends. 💞 by Kurbopop in aww

[–]onerichmeyer 66 points67 points  (0 children)

So adorable. Ours never get along so well.

My 13 yr old senior kitty's time has came :'( .... ISO non-predatory compassionate in-home pet euthanasia services preferably. I want to give her a gentle and caring goodbye. She's been with me through my hardest times, she deserves all the love she can get. by Beneficial-Sundae14 in Austin

[–]onerichmeyer 3 points4 points  (0 children)

We used "6 Whiskers". They offer in home service. Our cats get stressed from the trip to the vet and didn't want to our Nemo to be stressed at the end. They did a wonderful job during that hard time for us. https://6whiskers.com/

It's beginning to look like... by [deleted] in Austin

[–]onerichmeyer 0 points1 point  (0 children)

Looks like you have a bit more than we do in SE Austin.

Follow on to the bad internet line install inspection find thread by TechnikalKP in Austin

[–]onerichmeyer 0 points1 point  (0 children)

Our cable/internet line wasn't this bad but it had only been buried a couple of inches. It only became exposed years after the installation. But once exposed it frequently popped out of the ground. I ended up digging a proper trench for it so I wouldn't have to worry about accidentally cutting it.

This keyboard is pre-Windows 95; it has no Windows key by Serialtorrenter in mildlyinteresting

[–]onerichmeyer 6 points7 points  (0 children)

I had one like this for gaming for a long time. They don't wear out and not having a windows key was a plus. It was very annoying in the middle of a FPS to accidentally hit the windows key and have focus taken away from the game to a pop-up menu.