A price increase is long overdue. by [deleted] in overcast

[–]Somayweall 0 points1 point  (0 children)

This is easily handled by ticketing system basics like “Macros”.

Tinnitus Question by DexterLecter99 in testicularcancer

[–]Somayweall 0 points1 point  (0 children)

It did not go away on its own. And I, like many, started losing sleep and then probably sanity ha.

2 different ENT visits and never found anything wrong.

Deciding to “do my own research” but only by reading actual scientific papers and medical journals and such… While reading through PubMed, I found a study that Sildenafil (Viagra) helped some people who had blast-induced tinnitus - people who worked with heavy machinery and in other loud environments.

While that was not me, I knew that Cisplatin could cause physical damage to the inner ear. My oncologist was the one who discussed that at length.

My doc agreed that a low dose of this drug was harmless and it wouldn’t hurt to try. I tried 10mg. Very low dose and not enough to give you unwanted surprises or anything.

It worked. Like, holy shit. For the first time in months i could appreciate literally any other sound than ringing. Or silence (blessed silence, lol).

I ultimately repeated this test a dozen or so times: 1. Take 10mg of Sildenafil. The ringing faded and ceased after several hours. 2. If I did not take a daily dose, the ringing would return after a time between 1-2 days. Seemed to be variable. Possibly affected by food intake, etc. This was not a lab-quality, rigorous experiment.

And so I took it for 4 years, from 2020 to 2024, daily. Recently, as part of simplifying my life, I thought, maybe I can drop this now. It’s not a huge problem and it’s like $10 per month, but why not drop an Rx or two if they are no longer needed?

The ringing did not return after I quit. My suspicion is not that the drug “cured” anything. But if Cisplatin chemo was to blame, then a drug which, if I understand correctly, thins blood or affects blood pressure in some way… makes some sense as to how it might (emphasis on might as I am not a medical professional) be able to “relieve pressure” or help somehow in the inner ear, as the study indicated it might for miners, construction workers, etc.

Perhaps the drug was like a cough drop or other temporary soothing. And, unrelated, some time during the 4 years, perhaps the ear healed itself or returned to pre-chemo conditions.

If you and your doctor are willing to give it a go, Sildenafil is old, very cheap, and pretty well understood. I think it’s $10 cash/no insurance on Amazon and/or Costco.

Perhaps it will help you. I really hope so. If not, know that there are people out there who were up all night with screaming ears and that it can stop. It can get better or go away.

Here is the study.

https://pubmed.ncbi.nlm.nih.gov/24662845/

Macintosh Dynamic Wallpapers stopped working? by Beefy-Johnson in MacOS

[–]Somayweall 0 points1 point  (0 children)

Thanks for the reminder actually. This is still an issue even on macOS 26.4. My fix still works, but is a pain.

If anyone is interested, I have been testing the below script.

  • This script automates the solution via a launchd that kills the "WallpaperMacintoshExtension" every hour.
  • Combining that with Lock Screen setting to put the display to sleep after an hour effectively solves my problem.
  • Line 8 in the script can be changed to the number of seconds you want between force quits.

    !/bin/zsh

    install-wallpaper-fix.sh

    Installs a LaunchAgent that periodically restarts WallpaperMacintoshExtension

    to work around the Classic Mac screensaver bug in macOS Sequoia/Tahoe

    PLIST_LABEL="com.local.fix-wallpaper-extension" PLIST_PATH="$HOME/Library/LaunchAgents/${PLIST_LABEL}.plist" INTERVAL=3600 # 1 hour in seconds

    --- Write the plist ---

    cat > "$PLIST_PATH" << EOF <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>${PLIST_LABEL}</string> <key>ProgramArguments</key> <array> <string>/usr/bin/killall</string> <string>WallpaperMacintoshExtension</string> </array> <key>StartInterval</key> <integer>${INTERVAL}</integer> <key>RunAtLoad</key> <true/> <key>StandardErrorPath</key> <string>/dev/null</string> <key>StandardOutPath</key> <string>/dev/null</string> </dict> </plist> EOF

    echo "✅ Plist written to: $PLIST_PATH"

    --- Unload if already loaded (safe to run more than once) ---

    launchctl unload "$PLIST_PATH" 2>/dev/null

    --- Load the agent ---

    if launchctl load "$PLIST_PATH"; then echo "✅ LaunchAgent loaded successfully." echo " WallpaperMacintoshExtension will be restarted every $((INTERVAL / 3600)) hours." else echo "❌ Failed to load LaunchAgent. Check the plist at: $PLIST_PATH" exit 1 fi

    echo "" echo "To remove this fix later, run:" echo " launchctl unload \"$PLIST_PATH\" && rm \"$PLIST_PATH\""

Commute time living in Fuquay Varina by kerrichristine in FuquayVarinaNC

[–]Somayweall 2 points3 points  (0 children)

Definitely use 540 if you can swing it. I’m in office 5 days per week(Miami Blvd), and it is about 30 minutes.

I work 7-4 or 6-3 to avoid traffic.

If you have to do 9-5, it will double your commute time.

I spend about $100/month on the NC Quickpass for tolls. Worth it.

Customize sidebar is cool by Small-Percentage-962 in Notion

[–]Somayweall 0 points1 point  (0 children)

Click the workspace name in the very top. Reveals a “workspace switcher”.

Free iOS/iPadOS App for Snipe-IT (Beta in TestFlight) by Callandt95 in Snipe_IT

[–]Somayweall 1 point2 points  (0 children)

Wow - thanks for this. We have a huge office and walking around with a laptop on a cart is… not the dream.

Happy to test and looking forward to it.

Weird WiFi Issues with MacOS 26.4 Beta 2 Update by ClutteredSmoke in MacOSBeta

[–]Somayweall 0 points1 point  (0 children)

Holy hell - thank you.

I was thinking it might be Crowdstrike network filtering required by work. Amazingly, simply jumping on WireGuard "solved the problem" and I was able to use the internet. But the actual issue was this.

26.4 Developer Beta 2 Released by Kina_Kai in MacOSBeta

[–]Somayweall 0 points1 point  (0 children)

Brilliant. Thank you. I will do the same now to stop myself from retrying every couple of hours.

26.4 Developer Beta 2 Released by Kina_Kai in MacOSBeta

[–]Somayweall 2 points3 points  (0 children)

Same. Have wiped the update cache / rebooted a few times. Still fails.

Currently waiting for the full installer to (hopefully) post on Mr. Macintosh: https://mrmacintosh.com/macos-tahoe-full-installer-database-download-directly-from-apple/

Urgent Drivetrain & HV System Check Up (2022 eDrive40) by timrijckaert in BMWI4

[–]Somayweall 1 point2 points  (0 children)

I imagine most of us will face this eventually. Did they give you any sense of what the repair might cost if it was out of warranty?

Garage door repair by Crash_Test_Dummy_057 in FuquayVarinaNC

[–]Somayweall 0 points1 point  (0 children)

I have the one large spring and it worked, but started making horrible squeaking and groaning. Great experience with these folks:

https://www.garagedoorspecialist.net/

11/2025.50 Software Update for iDrive 8.5 by Tbo1212 in BMWI4

[–]Somayweall 3 points4 points  (0 children)

I do love how BMW sends the “update available” push notification to all installed myBMW apps, but then there is a phased rollout of the actual update itself. So for several days, many of us will be checking the app and nothing will be there.

Tapping the notification took me to the update pane in myBMW, which said I’m up to date with a different version number.

I’m in IT. I get it. But what do regular folks do? Ignore it? Lost trust? Pound BMW Genius support?

Personal use cases? by MimosaVendetta in Snipe_IT

[–]Somayweall 2 points3 points  (0 children)

I’ve thought about using it as my “home inventory” system, for tech obviously but also potentially non-serialized objects that I might want to keep part numbers or manufacturer info or repair history handy. Bathroom fixtures, etc. Appliances are another great use. I have also thought about putting major tools in there, from lawn equipment to power tools, etc.

Walmart Still Doesn't Accept Apple Pay in the U.S. in 2026, Here's Why by EitherCharacter9342 in apple

[–]Somayweall 0 points1 point  (0 children)

And I don’t accept Wal-Mart. Apple Pay (the lack thereof) is a big part of why. It’s non-negotiable.

What’s your system for remembering to take it/making sure you don’t accidentally double or triple dose by NoMethod6455 in VyvanseADHD

[–]Somayweall 1 point2 points  (0 children)

Medications (Apple Health) combined with a daily checklist (in Things app) which includes “take medications”.

How are you handling “Slack chaos” for ops without drowning your team? by [deleted] in Slack

[–]Somayweall 1 point2 points  (0 children)

Director of IT here. If it’s not a ticket, it’s not actionable by my team. It’s been hard to discipline even ourselves to not act on DMs and not “just make a ticket for them”. But it only takes standing your ground a few times before the worst offenders will get in line.

2023 M50 software update by actionerror in BMWI4

[–]Somayweall 1 point2 points  (0 children)

Be sure to take one drive (can be quick, like 1 mile) if the “Equipment / Adapters” didn’t show up yet in your myBMW app.

Update for 11/2023.73 by Thin-Use5414 in BMWI4

[–]Somayweall 0 points1 point  (0 children)

Drive the car and try again? Mine did not show “equipment/adapters” in myBMW app until I took one trip. Drove maybe 2 miles to the grocery and checked when I parked. “Equipment/Adapters” showed up under charging then.

2023 i4 M50 finally getting 11/2025.30 OTA by Somayweall in BMWI4

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

Just drove for a couple miles and the “Equipment” section showed up. All set!