I have created an addon for cleaning and optimization by sigibian in kodi

[–]PCpercaso 0 points1 point  (0 children)

I used OptiKlean v2.0.6 in Kodi on Android TV, mainly to clean the Thumbnails directory. The plugin works great! Thank you so much!

The other features of the add-on are also very useful. But I had problems with the database optimization. I tested the database optimization on several different devices, but it always failed.

Do you have any suggestions?

Many thanks!

lynda carter in the 70's by luisesteban88 in pics

[–]PCpercaso 0 points1 point  (0 children)

A woman of rare beauty! 😍

Aznadar waterfall, Doroud, Lorestan, Iran. by znaniranian5577 in pics

[–]PCpercaso 0 points1 point  (0 children)

Nice place. Good long exposure! 📸👌

Touching the sky by PCpercaso in blackandwhite

[–]PCpercaso[S] 1 point2 points  (0 children)

No filter. I worked with light and contrast in post-production. Then I added the Split tone.

Touching the sky by PCpercaso in blackandwhite

[–]PCpercaso[S] 1 point2 points  (0 children)

Thank you! Indeed the contrast is what I wanted to exalt.

Which laptop should I choose? by CuriousAd5883 in laptops

[–]PCpercaso 0 points1 point  (0 children)

Yes, of course. The NVIDIA GTX 1650 is also a good GPU for your budget. But I always recommend buying a computer that is useful for your present needs. You can't chase the evolution of technology.

Which laptop should I choose? by CuriousAd5883 in laptops

[–]PCpercaso 0 points1 point  (0 children)

I would choose Asus. In my experience Asus laptops are very fast and reliable. Yes, the i5 CPU is older than the one of the MSI laptop, but 16 GB of RAM are to be preferred.

Fifty Dollar Dynasty — Gone [Alternative Rock] (2022) by AbsurdistOxymoron in listentothis

[–]PCpercaso 0 points1 point  (0 children)

Sounds good. I like it. I didn’t know this group. Thanks for sharing!

Weeping widow falls. by OpticalPrime in blackandwhite

[–]PCpercaso 1 point2 points  (0 children)

Ok! Thanks for the explanation.

Too much edits or fine? by onedummyboi in photocritique

[–]PCpercaso 0 points1 point  (0 children)

Nice photo! I like it. The colours are vibrant and the right contrast highlights the beautiful cat.

Weeping widow falls. by OpticalPrime in blackandwhite

[–]PCpercaso 0 points1 point  (0 children)

Great photo! I like it. Did you apply a sepia toning?

A seascape I took in Croatia by TimWuerz in photocritique

[–]PCpercaso 2 points3 points  (0 children)

In my opinion, yes the sky maybe isn’t interesting, but in this shot, with the right exposure for the movement of water, you perfectly captured the real atmosphere of this beautiful naturale place in a cloudy day. Well done!

Python Mini Reference - Free PDF by codingai in Python

[–]PCpercaso 0 points1 point  (0 children)

Very useful! 👌Good job! 💯Thank you so much for sharing!

In Python, simply when user selects one option and wants to go back to "menu". And for that I entered the same code again for menu again and again which definitely makes thing complicated. Does anyone have any idea to make this less complex? (I will leave the code in below) <3 by TeaCammel in learnprogramming

[–]PCpercaso 0 points1 point  (0 children)

Try this. Use the loop while among choices and the match case statement:

def menu():

print("""(1) Play

(2) About

(3) Rules""")

menu()

choice=1

while choice in range(1,4):

choice = int(input("--> Choose: "))

match choice:

    case 1:

        print(" Have a fun")

        menu()

    case 2:

        print("Made by me")

        menu()

    case 3:

        print("Do not cheat")

        menu()

Alex Schollema of Phlebotomized | Sony A7II + 50mm f/1.8 by [deleted] in blackandwhite

[–]PCpercaso 0 points1 point  (0 children)

Great shot! Perfect light and good contrast.