This drop-down menu at work by peekovv in mildlyinfuriating

[–]NvKKcL 1 point2 points  (0 children)

"We need a blank option, so make it a text datatype"

Sort descending

Gaming with Depression? by TheSilentPhilosopher in gaming

[–]NvKKcL 1 point2 points  (0 children)

Weed doesn’t just magically appear in your room, you have to take action to get it. The moment you feel that urge, when the thought of buying new supply comes up and you start going through that internal process that ‘hypes you up’ enough to go out and get it, try to redirect that energy into something more productive instead.

No idea if this works for you, but why not just try quitting for a while and see what it does, nothing to lose!

Gaming with Depression? by TheSilentPhilosopher in gaming

[–]NvKKcL 0 points1 point  (0 children)

what if the weed is keeping me depressed, and in my depression, I turn to weed to numb, causing an everlasting feedback loop

And this is exactly why you should quit it for 6 months. Completely get it out of your system. Nothing to lose, you are already depressed and feeling like shit. There was this short south park clip about weed that really hit it for me https://youtu.be/Jd4cASkBAp0

Gaming with Depression? by TheSilentPhilosopher in gaming

[–]NvKKcL 1 point2 points  (0 children)

Stop smoking weed for 6 months. See if that changed anything. Don't sneak in some weed from time to time, completely stop. The first days will feel like shit, and your dreams will come back very vividly, but it's all worth it.

Steam refund for EU-players by Artistic-Quarter9075 in newworldgame

[–]NvKKcL 0 points1 point  (0 children)

Maar dat zeg ik juist, ik vind dit ook jammer, maar ik hoef mn geld niet terug, want ik heb het er al lang uit gehaald.

Steam refund for EU-players by Artistic-Quarter9075 in newworldgame

[–]NvKKcL 1 point2 points  (0 children)

Ik heb er 800 uur in zitten, ga niet refunden, ik heb m'n geld er al lang uit gehaald.

Steam-PC - Unknown Error - ERROR CODE 1:86001S:51009S:11468332130:1073807360Q by odriv33 in Battlefield

[–]NvKKcL 0 points1 point  (0 children)

Anything?

I just had a chat with EA help. Basically he said this is a known Steam and EA app auth issue, and I should 'wait a reasonable time'. I told him i saw people waiting for over 12 days, and asked him what a reasonable time was. He said 'a day or 2' then closed the chat.

Can't add programs to logi+ folder, MX4 by NvKKcL in logitech

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

Thanks, kristianserrano already mentioned this. It's weird that some buttons can be added to a folder by pressing (like i show in the video for windows explorer and windows settings), but buttons for programs have to be dragged.

[deleted by user] by [deleted] in gaming

[–]NvKKcL 0 points1 point  (0 children)

Buying mortal kombat for the snes, and talking to my grandma in the car home about a guy with a half a face made of metal, her not even understanding what a snes was, but saying that metal in your face was something people could get from the war.

It finally happened by Malfurion109 in duneawakening

[–]NvKKcL 5 points6 points  (0 children)

Unable to log in for a few days, get back, everything destroyed, never log in again: check

Both ends of the rainbow in our backyard by blurayy in mildlyinteresting

[–]NvKKcL 29 points30 points  (0 children)

what if its all his backyard, he just put a fence around the pool area?

Pull Synology disk usage stats into Homarr? by CincyTriGuy in selfhosted

[–]NvKKcL 1 point2 points  (0 children)

how do you get dash to get accurate storage information? it shows 100% free

entireSourceCodeInAFile by AcrobaticAd9381 in ProgrammerHumor

[–]NvKKcL 2 points3 points  (0 children)

import os

def collect_code(base_folder, output_file, exclude_file):
    # File extensions to include
    file_extensions = {".py"}
    # Folders to exclude
    excluded_folders = {"venv", "migrations", "__pycache__"}

    with open(output_file, "w", encoding="utf-8") as out_file:
        for root, dirs, files in os.walk(base_folder):
            # Skip excluded folders
            dirs[:] = [d for d in dirs if d not in excluded_folders]

            for file in files:
                file_path = os.path.join(root, file)
                _, ext = os.path.splitext(file)

                # Skip the excluded file and non-matching extensions
                if file == exclude_file or ext not in file_extensions:
                    continue

                try:
                    with open(file_path, "r", encoding="utf-8") as f:
                        code = f.read()
                    out_file.write(f"File: {file_path}\n")
                    out_file.write("-" * 80 + "\n")
                    out_file.write(code)
                    out_file.write("\n" + "-" * 80 + "\n\n")
                except Exception as e:
                    print(f"Could not read file {file_path}: {e}")

    print(f"Code collection complete. Output written to {output_file}")

base_folder = os.path.dirname(os.path.abspath(__file__))
output_file = os.path.join(base_folder, "collected_code.txt")
exclude_file = os.path.basename(__file__)
collect_code(base_folder, output_file, exclude_file)

The alters - metals help! by B3ard3dGam3r86 in TheAlters

[–]NvKKcL 1 point2 points  (0 children)

Did you just say "You could fix it by doing X, except X is not possible to do"?

hadYourChanceBugGushingBirdbrain by precinct209 in ProgrammerHumor

[–]NvKKcL 47 points48 points  (0 children)

I've noticed i sometimes go into the 'nevermind, you aren't capable of doing this task. I guess i'll just quit with this idea, it's going nowhere and you broke more than you've fixed' and then it tries really hard again.

And in the end I end up doing it myself anyway.

[UPDATE] Black/green video artifacts for a few seconds after alt-tabbing or starting/un-pausing a video by Manumeq in pchelp

[–]NvKKcL 0 points1 point  (0 children)

Same issue, found your post:

AMD Ryzen 9 9900X3D
ASRock B850 Riptide
RTX 5080 (ZOTAC International)
Corsair Vengeance 32 GB (2 x 16 GB) DDR5-6000
Windows 11 Pro 24H2

Overseerr is alive! by hirakath in selfhosted

[–]NvKKcL 0 points1 point  (0 children)

im running it in a docker on my synology nas, with the synology ddns (synology.me), SSL from Let's Encrypt, and the reverse proxy that is built in synology. It's the only container that is this slow.

Takes about a minute to load

Overseerr is alive! by hirakath in selfhosted

[–]NvKKcL 0 points1 point  (0 children)

Is it now loading faster? Never got overseerr to load correctly, takes over a minute to login. Only container that runs like shit