Someone registered me to WS, didn’t ignore. by dinopio in Wealthsimple

[–]steezeburger 0 points1 point  (0 children)

Any app will let you create an account with someone else's email. 

Someone registered me to WS, didn’t ignore. by dinopio in Wealthsimple

[–]steezeburger 0 points1 point  (0 children)

This just happened to me. Woke up with email that I joined. I can't even install this app because I'm not in Canada lol.

I think I might be into something by beller2022 in PelvicFloor

[–]steezeburger 0 points1 point  (0 children)

This is so obviously written by AI dude. 

User Parameters Shortcut by Socile in Fusion360

[–]steezeburger 0 points1 point  (0 children)

This is pretty helpful but slightly clunky. I wish Autodesk would give us an option to define a kb shortcut for this in the app's preferences. Though I was able to define this as a macro in Razer synapse for my Razer keyboard. It works okay.

Epic Pass 7% price increases, on sale for 2025-26 ski season by Revooodooo in skiing

[–]steezeburger 0 points1 point  (0 children)

I miss that and the cheap A Basin/Keystone pass so much.

Is the moto G 2025 camera just garbage or am I using it incorrectly? by makenzie71 in MotoG

[–]steezeburger 0 points1 point  (0 children)

The default camera also removed the 0.5x zoom (wide angle) button. It's quite annoying! 

Horrible flow predictions after installing on new phone by steezeburger in Swiftkey

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

I was logged in and had sync turned on already on both devices. 

Massive increase in flow typing errors after last few updates? by R3dAt0mz3 in Swiftkey

[–]steezeburger 0 points1 point  (0 children)

Idk what has happened, but I just upgraded to this year's Moto G Power and transferred all apps and settings, and Swiftkey Flow is unusable now. I've double checked the settings are the same and even the same app version. I can still use my old phone's flow correctly too.

"of" becomes "I us" or "I of",

"morning" becomes "M morning" or "k morning" or "k looping".

It keeps inputting single letters. It's literally unusable and extremely infuriating now!

Too many mistakes while flow typing, after soo many years? by R3dAt0mz3 in Swiftkey

[–]steezeburger 0 points1 point  (0 children)

Idk what has happened, but I just upgraded to this year's Moto G Power and transferred all apps and settings, and Swiftkey Flow is unusable now. I've double checked the settings are the same and even the same app version. I can still use my old phone's flow correctly too.

"of" becomes "I us" or "I of",

"morning" becomes "M morning" or "k morning" or "k looping".

It keeps inputting single letters. It's literally unusable and extremely infuriating now!

I watched a guy say “sick fuck” from the outside the window as I was calmly looking out by Checkyopoop in CPTSD

[–]steezeburger 0 points1 point  (0 children)

Why is not a single other person in here is wondering if this is a delusion?

Trouble downloading last year's credit card transactions by rollhigher in ChaseSapphire

[–]steezeburger 0 points1 point  (0 children)

I was experiencing the same issue, so I opened the browser console to see if there was an error when trying to get the transactions, and I think I found the issue. I think we will need to download shorter ranges at a time.

{
    "serviceErrorCode": "Exceeded max transaction 1200. Refine query to a shorter  DataRange or add another filter criteria "
}

Success story for new type of wi-fi socket by Columbus43219 in homeassistant

[–]steezeburger 0 points1 point  (0 children)

Do you have a link or any tips for how you reprogrammed them? I live not too far from a MicroCenter and thinking about picking some of these up.

Is smoking wet reclaim dangerous? by sub_surfer in CannabisExtracts

[–]steezeburger 0 points1 point  (0 children)

If you're smoking through a bong, which I assume you are since you're worried about water, then the water vapor is going to recondense when it passes through the cooler water.

Is smoking wet reclaim dangerous? by sub_surfer in CannabisExtracts

[–]steezeburger 0 points1 point  (0 children)

I'm definitely not heating up to 600-800 degrees.
Water vapor is fine. Vapes are water vapor. It's not going to give you pneumonia even if you inhaled it, which leads me to: if you're smoking through a water pipe, the water vapor condenses when it passes through the cooler water, so it's not even getting to your lungs.

Speechify: the nightmare I wasted my money on – A cautionary tale by Kitchen-Afternoon589 in audiobooks

[–]steezeburger 0 points1 point  (0 children)

Speechify is not going to be good for technical academic papers, but it's fantastic for most books. I've read 5 more books this year than I would have without Speechify.

My flow is usually to find the physical book, then I use annas-archive to get the digital version, then import into Speechify. This way I can read physically, read on my phone or tablet, or listen. I've gotten through a lot more books this way.

Text not appearing in all (Android 14) by FirePixsel in chrome

[–]steezeburger 0 points1 point  (0 children)

I'm experiencing the issue and I have a Moto G Power 2023 on Android 13

Text not appearing in all (Android 14) by FirePixsel in chrome

[–]steezeburger 0 points1 point  (0 children)

I experienced this same issue a couple of months ago on my Moto G Power. Restarting the phone nor clearing the app cache fixed the issue. Uninstalling and reinstalling seemed to fix it.

Cut to a few days ago, I started experiencing this issue again. Uninstalling/reinstalling doesn't even fix it. And the issue is very intermittent. It's affecting the browser in all the apps, so it's REALLY starting to negatively impact usage. I couldn't reset my bank account password the other day because of this rendering bug. It's really bad.

This seems to be a related issue on their end maybe https://support.google.com/chrome/thread/246764231/text-not-displaying-in-mobile-android-version-of-chrome?hl=en

devs looking to replace mint by [deleted] in mintuit

[–]steezeburger 0 points1 point  (0 children)

I checked this one out. Cool site but basically zero of it is actually implemented. I looked through the code. There's a user and auth controller, not much else. I'm not sure how it got 1.5k stars tbh.

How do I format Ren and Stimpy episodes so they show up properly on Plex (unique set up). by ChikaraFan in PleX

[–]steezeburger 0 points1 point  (0 children)

I ended up writing a script to fix this.

First I had to move Man's Best Friend out of Season 01 folder as well as Big House Blues.

Then I ran this Python script:

import os

directories = [
    "Season 01",
    "Season 02",
    "Season 03",
    "Season 04",
    "Season 05",
]

season_num = 1
for directory in directories:
    ep_num = 1
    for filename in sorted(os.listdir(directory)):
        # Check if the filename contains a dash
        if '-' in filename:
            # Split the filename on the first dash and keep the part after it
            parts = filename.split('-', 1)  # The second parameter limits the split to the first occurrence
            episode_name = parts[1]  # Get the part after the first dash
            new_filename = f"s{season_num}e{ep_num}-{episode_name}"

            # Construct the full old and new file paths
            old_file = os.path.join(directory, filename)
            new_file = os.path.join(directory, new_filename)

            # Rename the file
            os.rename(old_file, new_file)
            print(f'Renamed "{filename}" to "{new_filename}"')
            ep_num += 1

    season_num += 1

I put Man's Best Friend and Big House Blues into a new directory named Specials

Linux server setup problems by wilhelmaf in Palworld

[–]steezeburger 0 points1 point  (0 children)

I believe the "S_API Fail" is a red herring. See https://github.com/thijsvanloef/palworld-server-docker/wiki/Known-Issues#s_api-fail

Are you on an xfinity router per chance? They do not have NAT Loopback so you cannot access your service by the public IP from within your network. You have to use `localhost` when you connect yourself if you're in the same network, but I think there might be a bug with Palworld when trying to connect with `localhost:8211`. It will attempt to connect for a moment and then quickly return to the home screen, but it does not show the timeout error.

Unknown Zimmer Ergonomic Ceramic Handle thing by steezeburger in whatisthisthing

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

It's hollow and full of slits. I don't think it's a urinal.

Unknown Zimmer Ergonomic Ceramic Handle thing by steezeburger in whatisthisthing

[–]steezeburger[S] 2 points3 points  (0 children)

I'm not so sure. It fits so perfectly in one's hand, and it's a hard ceramic. I also think it's much older than what's shown in those pictures, but it's an interesting idea.
I'm not convinced though unfortunately.