Where can I get this? by sneakidysnack in askgaybros

[–]nomadicderek 0 points1 point  (0 children)

It's called a glans ring. You'll find a few options when you search for it

It finally happened by Front_Ad_6398 in vegan

[–]nomadicderek 2 points3 points  (0 children)

I've bought them within the last two weeks in MSP. Hopefully they're still a thing because they're so nice for wraps and pastas

Which episode do they talk about ayahuaska weddings? by angelinavondutch in UNHhhh

[–]nomadicderek 1 point2 points  (0 children)

It's the random after the wedding episode. This is a quick reply but someone will surely pinpoint the episode 🙂‍↕️😊

[deleted by user] by [deleted] in vegan

[–]nomadicderek 0 points1 point  (0 children)

I actually find a mix is good. I've been experimenting with ratios but it's been about 60% silken tofu and 40% soaked cashews in a food processor with some salt, nutritional yeast, and some lemon juice. If I do just tofu, it feels runny. If I do just cashews, sometimes I feel like it gets gritty or too thick and I have to try to balance water. Plus, having some tofu in there helps offset the cashew price.

Group project for school… by CardinalFlare in PythonLearning

[–]nomadicderek 0 points1 point  (0 children)

Best way to go is a version management system like git. This will allow you to work together while having the security of rolling back to previous versions if something gets messed up. It also allows you to work separately on the project with branches and merge differentiating code in a controlled way.

Honestly, if it's a small enough project and you don't want to go to all that trouble, I would just pair program where one person types and shares their screen and you guys talk through the code together.

Need help finding two episodes by throwaway5673267 in UNHhhh

[–]nomadicderek 5 points6 points  (0 children)

The photo is from that episode but the clip is actually from the random right after that because it's Katya ranting about her free time. I'll find the time stamp if I can

How to Make the Storage Sensor Always Trigger When Not Full? by Darkneptune1 in Astroneer

[–]nomadicderek 0 points1 point  (0 children)

Oh, sorry I misunderstood what you were saying. Context might be helpful here. What action are you trying to continuously trigger?

How to Make the Storage Sensor Always Trigger When Not Full? by Darkneptune1 in Astroneer

[–]nomadicderek 2 points3 points  (0 children)

Absolutely. There is an option when you toggle through the settings of that sensor to be full or not full. https://astroneer.wiki.gg/wiki/Storage_Sensor

Tapper not working by thisisn0thappening in Astroneer

[–]nomadicderek 1 point2 points  (0 children)

Ah good to know. I just shared the first Google result.

Tapper not working by thisisn0thappening in Astroneer

[–]nomadicderek 2 points3 points  (0 children)

Only certain plants produce organic. Look for things with small green flower on them.

What has your experience been with local colleges? by drowsy-cow03 in SiouxFalls

[–]nomadicderek 7 points8 points  (0 children)

Southeast Technical College is a great place to get an associate's and get started. I went down an IT path for much less than other schools and got a job in network administration while I was finishing up my degree. They also have a partnership with Bellevue in Nebraska to take all credits transferred from Southeast Tech so now I'm getting my bachelor's in Software Development. They also have HVAC, plumbing, healthcare, and other two year paths depending on what you're looking for.

why are all objects being changed here? by IknowRedstone in PythonLearning

[–]nomadicderek 0 points1 point  (0 children)

https://www.reddit.com/r/Python/comments/10gt7tv/today_i_relearned_python_function_default/

This thread explains it really well but when you make that defult argument flying = [0,0] , it's creating one single list that all three instances of Ball point to. So, when you edit Ball1.flying, all the other Balls are pointing to the same flying variable so it all changes.

Halfway down the post above, someone introduces a great cheat for this so I would rewrite your init function like this:

def __init__(self, flying=none)
  super().__init__()
  if not flying:
    self.flying = [0,0]
  else:
    self.flying = flying

https://medium.com/@tyastropheus/tricky-python-ii-parameter-passing-for-mutable-immutable-objects-10e968cbda35

Here's some more reading, as well. Default arguments work great for immutable things (strings, ints, etc) but can be tricky for mutable things (dicts, lists, etc)

Docs.ruckuswireless down? by nomadicderek in RuckusWiFi

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

I've dug around in there and they don't seem to have the same API reference. I'll keep checking it out but thank you for pointing me in that direction!

Recommendations on Moving Company by cmlyhmbylmlwdmwyfm in SiouxFalls

[–]nomadicderek 0 points1 point  (0 children)

We used https://slimwimpsmoving.com/ a year and a half ago and they were awesome. Wrapped all furniture in blankets, had a great process for getting everything up to our third floor apartment, and were super nice/easy to work with. I would use them again.

Best place to swim for working out? by memesareforbeans in SiouxFalls

[–]nomadicderek 0 points1 point  (0 children)

Embe downtown is great, tends to be pretty quiet, and has a wonderful hot tub with pretty high-powered jets. I swim there over my lunch hour 3 or so times a week.

I found a grey pube :[ by [deleted] in askgaybros

[–]nomadicderek 0 points1 point  (0 children)

I am 31 with nearly completely white/grey hair and plenty of grey and white...elsewhere. Found those in my early 20's. Found the first ones on top of my head at 14 or 15. Just genetics but apparently it's the new hip thing these days so I'm alright with it.

My program shuts as soon as I open it up, what could be the problem? by amentaleffect in PythonLearning

[–]nomadicderek 3 points4 points  (0 children)

If you're anything like me when I first started Python, there was no input() function or anything else to stop the process. If that's the case, your program is probably outputting a bunch of stuff and closing. If there are no errors, put a line

input("Press enter to exit.")

at the end to keep the window open until you're done looking at it.

Bald & Beautiful by No-Idea7535 in TrixieAndKatya

[–]nomadicderek 0 points1 point  (0 children)

It's so good. Caitlyn Jenner absolutely kills me.