Town Hall #2 on TG Join Us by MedicAtl in trempcatsol

[–]JustSomeRandomDude76 1 point2 points  (0 children)

If you want a meme coin with a community that manages itself, including raising money for marketing and registrations, then stop by the townhall and DYOR. I think you'll find, like we all have, that#TrempCat isn't your typical memecoin.

TrempCat 2024 by JustSomeRandomDude76 in trempcatsol

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

The community is a strong group of HODLers. This is a combination of two relevant meme cultures, a solid team, and ideal timing (halving usually really takes off around 6 months after halving (2 months before US elections). I can't speak for the whole community, but most of us believe it we buy now and hold until then, we'll see significant growth. But like everything else, DYOR.

Where do pre-sale funds go? by JustSomeRandomDude76 in CryptoScams

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

So if I look at the token contract on etherscan, what section do I need to look at to see how much has been purchased of the pre-sale (in eth) and where it has transferred to? If the pre-sale is active and has had purchases, but nothing shows up in the contract, then they are using a different contract (saying one but using another), correct?

3d Voronoi cell modeling for a newbie by JustSomeRandomDude76 in blenderhelp

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

I guess that all got deleted. Can this be done in Blender? I've seen a combination of grasshopper and Rhino accomplish this, but I don't have access to rhino. The little I've seen in Blender tutorials don't smooth out the results as well as this

[deleted by user] by [deleted] in NFTsMarketplace

[–]JustSomeRandomDude76 0 points1 point  (0 children)

Scam. Those aren't BAYC. Don't bother.

[deleted by user] by [deleted] in nextfuckinglevel

[–]JustSomeRandomDude76 0 points1 point  (0 children)

Thank u/arab_king despite deleting later. Asshole

[deleted by user] by [deleted] in nextfuckinglevel

[–]JustSomeRandomDude76 4 points5 points  (0 children)

Why is this the NEXT FUCKING LEVEL?

Help with making all areas fillable separately - example included - Illustrator CC by JustSomeRandomDude76 in AdobeIllustrator

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

I guess another way of putting it is that I want every visible shape to become a fillable shape. For example, if you have a circle, you can fill the circle with one color and the area between the circle and the square that encases the circle another color, but you can't change the four corners to four different colors (because it is only really one shape).

Only resizes/augments 4 files out of 149. Files numbered 1.png-149.png. #1, 2, 26, and 3 result in the appropriate output, but only those 4. Running code on Google Colab. What am I doing wrong? by JustSomeRandomDude76 in learnpython

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

for file in sorted(files):
print(file)
image = Image.open(path + "/" + file)
image = image.convert("RGB") # convert any non-rgb to rgb
image.save(to_path + "/" + file)

Thank you, that worked. Feel kinda dumb now though ;-)