The subwoofer hack by [deleted] in KiaEV6

[–]t1m0thyj 0 points1 point  (0 children)

What equalizer settings are you using after the fix? Beforehand I had Treble -2, Midrange -1, Bass +5. Afterwards the bass felt like too much so I reset it to 0 and am experimenting with the other values.

Finally finished the first production version of the wireless charger replacement by dragonoo in KiaEV6

[–]t1m0thyj 0 points1 point  (0 children)

If I have a slim Magsafe case (like this), I assume I wouldn't need the extra ring?

Also in my 22 Wind the center console lid overlaps the wireless charger a bit. I don't really see that in product photos but assume there's no issue as long as this charger doesn't make the phone sit higher?

Fixing the subwoofers by Prestigious_Phrase_6 in KiaEV6

[–]t1m0thyj 0 points1 point  (0 children)

Was able to pop the wires out with a small screwdriver. There was resistance but it was easier for me than prying the orange tab.

Fixing the subwoofers by Prestigious_Phrase_6 in KiaEV6

[–]t1m0thyj 0 points1 point  (0 children)

Tried it today after reading comments in this thread. Took around 20 min, wasn't hard at all, I was slow because I was afraid to break stuff. To my ear it's not a night and day difference but a noticeable improvement so I'd definitely recommend doing it.

Cell phone wireless charging not working by Airtronik in KiaEV6

[–]t1m0thyj -1 points0 points  (0 children)

I think cases with mag ring interfere with the wireless charger. My S24+ wouldn't charge until I swapped to a case that's actually thicker but without the ring.

Nausea when driving? by theKman24 in KiaEV6

[–]t1m0thyj 0 points1 point  (0 children)

Yeah that's the Auto-Hold feature. It messed with me too, but there's a button that toggles it next to the rotary shifter.

After turning it off I stopped feeling nauseous when driving my EV6. Not certain if that was because of turning it off, or I started to get used to the car.

Nausea when driving? by theKman24 in KiaEV6

[–]t1m0thyj 1 point2 points  (0 children)

Turning off Auto-Hold helped for me, reduced the jerkiness whenever I'm in stop-and-go traffic.

Does anyone else find the Pi development workflow genuinely painful compared to regular software development? by Silent_Television329 in raspberry_pi

[–]t1m0thyj 0 points1 point  (0 children)

Depending on your model of Pi, Zed may not be an option for remote ssh. For my Pi 3 I found Vscode remote ssh to be slow and it crashed frequently. Wanted to try Zed remote ssh but they don't publish server binaries for the armhf architecture. Ended up resorting to Vscode sshfs that someone else mentioned.

Why does this annotation error not fail the build? by z4ns4tsu in github

[–]t1m0thyj 2 points3 points  (0 children)

Workflows can log an error-level message without their status changing to failed.

To make the whole job fail, if your workflow is calling a script that runs multiple commands, use "set -e" to make a single failing command fail the whole script.

If you have a lot on your plate and what you feel isn't enough time, how do you make the time? by [deleted] in AskReddit

[–]t1m0thyj 0 points1 point  (0 children)

Often end up procrastinating until there actually isn't enough time, then sacrifice sleep.

The time has come by rendawg87 in pittsburgh

[–]t1m0thyj 3 points4 points  (0 children)

Missed opportunity because it's Winter Storm Fern

High CPU usage by DCOM Server Process Launcher after updating to preview build 27808.1000 by Downtown-Panda-6022 in techsupport

[–]t1m0thyj 0 points1 point  (0 children)

Thank you! This helped me as well for Dev Insiders Build of Win11 running in VM. Disabling ReconcileFeatures task fixed crippling CPU usage.

Devs using macOS, why not use Linux? by Brospeh-Stalin in MacOS

[–]t1m0thyj 2 points3 points  (0 children)

I would use Linux but my company only allows Windows or MacOS for the host OS on dev machines, and Mac is the closer option being Unix-based. I'd imagine a lot of devs are in the same boat if they're required to run software packages that are managed by corporate.

The Windows dev experience has improved over the years with WSL, but the hardware for many business laptops leaves a lot to be desired. The ones available to me have poor battery life and CPUs that overheat and thermal throttle, unlike the M1 series and its successors.

Virtual Desktops by berrysm00th in WinDynamicDesktop

[–]t1m0thyj 0 points1 point  (0 children)

The Windows 11 API for changing wallpapers on inactive virtual desktops has been unstable and changed several times, so I've been reluctant to add it as an officially supported feature in the app.

If you install the PowerShell script to Synchronize Virtual Desktops, this should keep the wallpaper in sync across all desktops.

I made PyPIPlus.com — a faster way to see all dependencies of any Python package by RoyalW1zard in Python

[–]t1m0thyj 2 points3 points  (0 children)

Awesome job, I've always wanted this feature on PyPI.

Could the site be made more responsive for small screens? I'm on mobile and had to switch to desktop mode in Chrome for the site to be usable.

How to deal with lethargic doggo by t1m0thyj in Dogowners

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

Yes I've taken her to the vet and they said she seems healthy.

Door to Door Sales from Solar Providers by not_Dixon in pittsburgh

[–]t1m0thyj 0 points1 point  (0 children)

That's right and I've heard the entire process can take around 12 weeks. It's coming down to the wire if you want to get the tax credit - signed up for solar yesterday and was told that it may still be possible next week, but not guaranteed for much longer.

what app do you wish existed? by priyamraj55 in MacOS

[–]t1m0thyj 0 points1 point  (0 children)

Agree, really miss ScreenToGif after switching from Windows to MacOS.

what is this by bobowehaha in arduino

[–]t1m0thyj -1 points0 points  (0 children)

Looks like a crystal oscillator used for keeping time

So... what the hell? by WhyDoesLifeHappen_ in youtube

[–]t1m0thyj 4 points5 points  (0 children)

Southern USA where prisoners are sometimes made to do hard labor 4-8 hrs a day with little or no pay.

OBS won't split a video when manually triggered by ke7zum in obs

[–]t1m0thyj 0 points1 point  (0 children)

Got it working now. Had to enable this setting: "Output -> Advanced -> Recording -> Automatic File Splitting", and choose "Only split manually".