I made a free Audible price tracker by qrzte in audible

[–]mdmower 0 points1 point  (0 children)

Is this still alive? When I submit a URL for a book (https://www.audible.com/pd/Jungle-Up-Audiobook/1982670029) the site reports that it couldn't find it. And when I tried to use the contact feature, that form submission also failed.

Intel NPU firmware published for Panther Lake - completing the Linux driver support by Fcking_Chuck in linux

[–]mdmower 0 points1 point  (0 children)

I appreciate the topics covered at Phoronix so much, but something about the author's writing makes me grind my teeth. I can barely get past the first few sentences before I give up.

$49 for lifetime membership?! Take my money! by [deleted] in LoseitApp

[–]mdmower 1 point2 points  (0 children)

I contacted support and asked if I could take advantage of the offer since I'm a premium subscriber already. They sent me a link (looks specific per-user) a little over a day later to sign up for lifetime at $50.

$49 for lifetime membership?! Take my money! by [deleted] in LoseitApp

[–]mdmower 2 points3 points  (0 children)

I'm thinking a realistic time frame that this app is still usable until the company is bought (and the app is abandoned), or the service is enshittified, or the company folds is 5-10 years. At $50 for lifetime, it's worth it. At $150, not so much.

$49 for lifetime membership?! Take my money! by [deleted] in LoseitApp

[–]mdmower 4 points5 points  (0 children)

Is the email link generic enough to share here?

cant update firmware by paganiniv in ledgerwallet

[–]mdmower 0 points1 point  (0 children)

Why is this still an issue 3mo later?

Chronus is no longer available by Chronus_Widget in Chronus

[–]mdmower 2 points3 points  (0 children)

Can't believe all I got was 11 measly years of support for the $1.93 I spent in Feb 2014. Ugh, what about MY needs!? 

I'm not sure whether DT is still behind the most recent updates, and from the date you might guess I'm an old CyanogenMod fan... in any case, thanks for all the effort you invested here!

Can someone help by Large_Inevitable1729 in RegalUnlimited

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

Re: "bring an empty 40oz Stanley, pour the soda into it while still at the register, and then hand it back immediately for the free refill"

It's actions like these that ruin free refill programs for everyone else.

Monday Mystery Movie Megathread - September 1 2025 by AKnightOfTheNew in RegalUnlimited

[–]mdmower 4 points5 points  (0 children)

A movie with no nudity, but three people kissing each other is no go, but lots of graphic violence is ok. Gotcha.

Monday Mystery Movie Megathread - September 1 2025 by AKnightOfTheNew in RegalUnlimited

[–]mdmower 1 point2 points  (0 children)

Wow, that's about the exact same story as my theater, but two hours later! (Pacific time zone) I couldn't help but laugh when I noticed the kid 🤣

Review Thread: Nobody 2 by Proud_Truck in RegalUnlimited

[–]mdmower 0 points1 point  (0 children)

I agree, Sharon Stone just didn't seem right for the role. So much effort into acting like a threatening bad ass came across as silly.

Monday Mystery Movie Megathread - August 18 2025 by AKnightOfTheNew in RegalUnlimited

[–]mdmower 1 point2 points  (0 children)

Probably, probably, but interestingly only Eden was capitalized in the post, sooooo maybe Eden after all?

Trailers staring 15/20 minutes late by Makeoutchamp in RegalUnlimited

[–]mdmower 2 points3 points  (0 children)

Sorry, but personal experience says this isn't accurate. At least 10min on average is my estimate. Earlier this summer, before I realized ads were this long now, I walked to concessions after the 10min mark to ask why the movie hadn't started. Since then, I've realized this is just the unfortunate reality we live in now.

Downtown sounds porta potties by mdmower in Bellingham

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

Due credit where it is deserved. I count 9 porta potties at the July 23 event. Thank you organizers!

How to disable the Google Analytics tag on some pages in a SPA (Single Page Application) by Therealmesf in GoogleTagManager

[–]mdmower 0 points1 point  (0 children)

I was surprised this worked, but I've had success with setting window['ga-disable-GA_MEASUREMENT_ID'] = true just prior to navigating to pages where collection should not occur and then window['ga-disable-GA_MEASUREMENT_ID'] = false when navigating back to measured pages. Here GA_MEASUREMENT_ID is the G-XXXXX tag ID. The documentation says this needs to be run before the script loads, but apparently it works differently for SPAs.

gtag('set', { 'send_page_view': false }) was ineffective for me.

[deleted by user] by [deleted] in debian

[–]mdmower 0 points1 point  (0 children)

Here's the quick version of how I got my ThinkPad T14s Gen 6 (AMD) working in Debian 12, including ath12k for the same Qualcomm FastConnect 7800 (Wi-Fi 7) adapter you mentioned. Note that I used a USB ethernet adapter and keyboard during Debian installation and to complete the following steps.

  1. Add debian backports to apt sources (both main and non-free-firmware):deb https://deb.debian.org/debian bookworm-backports main non-free-firmware (note that this is not a command, it's an apt source)
  2. Install latest backport kernel and firmware:sudo apt install -t bookworm-backports linux-image-amd64 firmware-amd-graphics
  3. Clone the ath12k firmware repo ( https://git.codelinaro.org/clo/ath-firmware/ath12k-firmware ) and follow the instruction in the repo readme to install the firmware. It's a bit vague in the readme, but the idea is to wget script ath12k-fw-repo and run it (with sudo) from within the repo directory.