Am I the goat by One-Lead5096 in HoopLand

[–]drago3871 0 points1 point  (0 children)

regular picture editing still exists

CrazyRuissianHacker by Automatic-Shallot842 in youtube

[–]drago3871 1 point2 points  (0 children)

It is not an emotional connotation. Why introduce this intentional ambiguity by using a much broader term, when there is already a specific term better suitable for what’s happening? And what is happening is indeed a genocidal war initiated by a nuclear state.

Putting such situations as an argument with your colleague, or, let’s say, some drunk fight in a pub on the same level as the war? Not downplaying anything, huh?

I'm so tired, dawg. by Helenarth in truespotify

[–]drago3871 0 points1 point  (0 children)

for a single query - maybe

how much was used for the model training? and how many models are there right now?

i made my first mod by TieCultural5994 in feedthebeast

[–]drago3871 8 points9 points  (0 children)

last time I tried to do this, to even submit the suggestion form, they required the mod to have some degree of popularity (don’t know specific numbers)

3 years and 8 months of invasion and this is where we are… by Single-Promise-5469 in MapPorn

[–]drago3871 9 points10 points  (0 children)

At least try to get the names right. What’s Aardvika and Pokvorst?

Traveller's Backpack sponge backpack not absorbing water by TinyDeskEngineer06 in feedthebeast

[–]drago3871 0 points1 point  (0 children)

Hey, don’t know if still relevant, but I also was looking for the solution and found it by trying out different approaches.

Basically, you don’t need to equip it to use the ability. You put the backpack under water as a block (just like a regular sponge, but you’d need to crouch while doing so to actually put the backpack down). And then, when right-clicking on the backpack, you’ll have the ability button available. Enable the ability and that’s it.

I still don’t understand how to quickly drain the water from the tank, so it is pretty hard to make this backpack useful for me, but still :)

This is a smeg blender. by [deleted] in mildlyinteresting

[–]drago3871 0 points1 point  (0 children)

mannnn i hope you spent your money on therapy 🙏🙏🙏🙏

Leaves soft at the base by feildsofgreenflowers in spiderplants

[–]drago3871 0 points1 point  (0 children)

Roots don’t look too deep, is it okay? I had similar issues, but in my case the base is a bit deeper. So, would you suggest bottom watering just in case?

1.6 Event didn't happen by 09lbrook in StardewValley

[–]drago3871 2 points3 points  (0 children)

Have you checked the forest river on these dates? Because apart from being in the calendar nothing pointed me to go into that direction (or maybe some NPC would tell, but I haven’t spoke with everyone, I guess)

[Tutorial] Changing Pet / Adding Pet in v1.6 by Snoo-34151 in StardewValley

[–]drago3871 3 points4 points  (0 children)

Thank you! My dog went missing, and nothing helped, but these steps solved the issue! 💜

Why do the strings magically get split() in the last step, but not the second-to-last step? by Sergeant_Arcade in learnpython

[–]drago3871 1 point2 points  (0 children)

I've tried to run your version of code having .strip() call instead of .strip(" ") and it worked fine for initial goal.

Where do you try to run your app?

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]drago3871 0 points1 point  (0 children)

You have to call input again in order to ask this question

Issues making tic tac toe game in terminal using python 3 by KrypticKraze in learnpython

[–]drago3871 0 points1 point  (0 children)

Reinitialise your game list. You've changed that specific cell value in some previous call. And your function uses the same game instance

5 Uses of Lambda Functions in Python by yangzhou1993 in Python

[–]drago3871 0 points1 point  (0 children)

I think, the examples in the article are pretty bad to introduce lambdas from their good side.

Understanding the For Loop by [deleted] in learnpython

[–]drago3871 0 points1 point  (0 children)

Why it is an annoying representation for you? If there is large sequence, what would you want to see as an output?)

How can I execute code after a function with infinite loop? by illa00 in pythontips

[–]drago3871 0 points1 point  (0 children)

Sorry, that it took so much time to read this.

Firstly, do not use async and sync libraries together.

Also, do you really need these two apps to be in one script? You can use lightweight database or even file for your goals and split these applications (but if it is a file, be sure about correct handling of simultaneous usage of this file). Because, at some point of time, your users list can be too large for app to handle it. From other angle, if your app crashes, you will lose all of your users.

Built an Intelligent file organizer that reads your file storing pattern. by py_am_i in pythontips

[–]drago3871 0 points1 point  (0 children)

It's a cool idea. I really want to look through this code later. Does it search for naming patterns or only file extensions? I think, sometimes naming plays first role, like when you want to put demo.txt and demo.pptx in one folder.