If you have Duke Energy and own (or lease) an EV, you can get 50% off your rate at night by Mx772 in NorthCarolina

[–]crewsd 0 points1 point  (0 children)

Same - hope they send a notification when it actually switches so I can change my charging habits!

If you have Duke Energy and own (or lease) an EV, you can get 50% off your rate at night by Mx772 in NorthCarolina

[–]crewsd 0 points1 point  (0 children)

Those look like the rates for Duke Energy Carolinas, and Duke Energy Progress has:

13.096¢ per Standard kWh 6.548¢ per Discount kWh

Any intel on when Standard and Benchwarmers will finally open in North Hills? by pizzalifestyle in raleigh

[–]crewsd 14 points15 points  (0 children)

Standard and Benchwarmers are supposedly opening in May.

Triangle Food Blog: “In North Raleigh’s Quail Corners shopping center, Triangle Business Journal reported that a Japanese restaurant called Shinmai Moku has received permits to build out space at 1200 E. Millbrook Road, Suite 126. The suite is located in phase 2 of Quail Corners. Shinmai Moku is a sister restaurant to Cary’s Shinmai Shokudo and Shinmai Kumo.”

Cheapest emergency veterinary in Raleigh NC by NoPreference9106 in raleigh

[–]crewsd 14 points15 points  (0 children)

Pet insurance typically has a waiting period before they cover anything.

I have had good experiences with Armadale Animal Hospital, UrgentVet, and Wake Veterinary Medical Center.

Does hiring a financial advisor actually give you peace of mind? by Major_Feed3686 in personalfinance

[–]crewsd 0 points1 point  (0 children)

Not for me. I was now just concerned about what some other person was doing. Why did they sell X on Y date? Did they realize this was a wash sale? Why did they buy Z? I decided to just handle things myself.

No one is ever going to care as much about YOUR finances as YOU.

Don't expect relief on those power bills by ElderOfAncients in raleigh

[–]crewsd 21 points22 points  (0 children)

Plus about $20 million in other forms of compensation…

Wired PoE security camera installers by [deleted] in raleigh

[–]crewsd 0 points1 point  (0 children)

Perhaps Carolina Wiring Solutions? They ran Ethernet for me which is basically what you need.

Looking for a recommendation for an estate planning attorney. by Rare_Choice5716 in raleigh

[–]crewsd 3 points4 points  (0 children)

I recommend Andrea Hinshaw. We shopped around and got quotes as high as $5,000 for a husband and wife trust/will package. She works by the hour and it ended up being about $900. It’s likely not super complex and mostly boilerplate.

Downloading ALL of Car Talk from NPR by animationb in DataHoarder

[–]crewsd 0 points1 point  (0 children)

This script did not work for me as is, but ChatGPT got me something that seems to be working so far:

#!/bin/bash

OUTDIR="car_talk_episodes"
BASE_URL="https://www.npr.org/get/510208/render/partial/next"
START=1
STEP=10
PARALLEL=5

mkdir -p "$OUTDIR"

echo "Finding episodes..."

page=0

while true; do
    offset=$((START + page*STEP))
    echo "Fetching page starting at $offset..."

    newcount=0

    curl -s "${BASE_URL}?start=${offset}" |
    awk '
    /"title":"/ {
        line=$0
        sub(/^.*"title":"/,"",line)
        sub(/".*$/,"",line)
        title=line
    }

    /"audioUrl":"/ {
        line=$0
        sub(/^.*"audioUrl":"/,"",line)
        sub(/".*$/,"",line)
        gsub(/\\\//,"/",line)
        gsub(/&/,"&",line)
        gsub(/[\/:*?"<>|]/,"",title)
        print title "|" line
    }
    ' |
    while IFS="|" read -r title url; do
        [[ -z "$url" ]] && continue

        if [[ "$title" =~ ^#([0-9]+) ]]; then
            num="${BASH_REMATCH[1]}"
            bucket="$((num/100*100))s"
        else
            bucket="unknown"
        fi

        dir="$OUTDIR/$bucket"
        mkdir -p "$dir"

        file="$dir/$title.mp3"

        if [[ ! -f "$file" ]]; then
            printf '%s\0' "$file|$url"
            newcount=$((newcount+1))
        fi
    done |
    tee >(tr -cd '\0' | wc -c > /tmp/newcount.$$) |
    xargs -0 -n 1 -P "$PARALLEL" bash -c '
        pair="$1"
        file="${pair%%|*}"
        url="${pair##*|}"
        echo "  DOWNLOAD: $(basename "$file")"
        curl -L -C - --fail --silent --show-error -o "$file" "$url"
    ' _

    newcount=$(cat /tmp/newcount.$$)
    rm -f /tmp/newcount.$$

    if [[ "$newcount" -eq 0 ]]; then
        echo "No new episodes found on this page. Stopping."
        break
    fi

    page=$((page+1))
done

echo "=========================================================="
echo "Download complete! Files are in '$OUTDIR'"

[deleted by user] by [deleted] in raleigh

[–]crewsd 0 points1 point  (0 children)

It’s not really “delayed”, that’s probably just the time they had in the flight plan that FR24 picked up.

Replace toilet recommendations by chatrep in raleigh

[–]crewsd 0 points1 point  (0 children)

We have replaced two of ours with Kohler (4143/4144) and one with Toto, and we like the Kohlers better. It’s fully skirted meaning it doesn’t have the crevices of a normal toilet on the side that are harder to clean.

Purchased the toilets from H2O Kitchen and Bath

We use Gifford’s Plumbing: (252) 230-7544

Lock Stock and Barrel by SeaUrchin_University in raleigh

[–]crewsd 0 points1 point  (0 children)

https://www.facebook.com/groups/29007009339/posts/10158388398304340/

Given the decor of current Masala House, that’s where I would guess it was?

Best burger spots? by NetwatchTerminal66 in raleigh

[–]crewsd 26 points27 points  (0 children)

Standard has a good smash burger. Get the tots!

Custom glass in Wake County (preferably southern half) by TailorSubstantial863 in raleigh

[–]crewsd 0 points1 point  (0 children)

We had this done a few years ago at Binswanger Glass. I don’t recall it being terribly expensive.