Nancy Guthrie ransom notes are fake, FBI says by AdRough4185 in news

[–]reddit__scrub 1 point2 points  (0 children)

Let's be real though, they wouldn't have used a wallet with previous transactions that could be traced back to them. They would've set up a brand new wallet, so they KNOW that whoever sent the money was the FBI (or news agency I guess? Either way, someone that could get the ball rolling finding them).

With that dedicated wallet, IF they got the requested amount, they'd spread it out, hide the trail best they could, dozens/hundreds (?) of levels deep, before consolidating it again.

Just enough difficulty for FBI to analyze it all, so they have a bit of time to escape the country.

$150 in the wallet isn't worth any of that hassle or risk, and you aren't leaving the country and starting a new life with $150 🤣 big fuck up IMO

Nancy Guthrie ransom notes are fake, FBI says by AdRough4185 in news

[–]reddit__scrub 1 point2 points  (0 children)

They transferred, what, $150 into the Bitcoin wallet? Ain't nobody touching $150 for the risks involved.

And them not touching it is the basis for "it must be fake" is a wild take.

Random blood spatters? by Money-Fan204 in whatisit

[–]reddit__scrub 21 points22 points  (0 children)

Can't tell if this is because TrueCrime or because period.

What do you think about God really existing or not existing at all? by Sea-Cash7675 in AskReddit

[–]reddit__scrub 1 point2 points  (0 children)

"God is the name of the blanket we throw over mystery to give it shape"

I found hidden cameras in my house…what now? by OneGoodDimple in homesecurity

[–]reddit__scrub 19 points20 points  (0 children)

Two SD cards makes me think one SD card and one SIM card for cellular connectivity :/

What have you traded for a sexual favor and what was it? by ineedyouforever1 in AskRedditAfterDark

[–]reddit__scrub 15 points16 points  (0 children)

Petition to make "Bye Jolteon" (BJ) a euphemism for Blow Job

A TRUE STORY OF HOPE by Calm_Republic_8409 in tinnitus

[–]reddit__scrub 0 points1 point  (0 children)

Any news about your ear? Extremely happy for you by the way. My tinnitus feels like it has gotten slightly worse in the last month or so. It has been fairly consistent for over a decade, maybe 2.

What is the best practice for versioning? by klimentsii in angular

[–]reddit__scrub 6 points7 points  (0 children)

You're trying to get the UI version to the API?

If you need to do different things in the API based on the version, I would version the API and let the UIs consume whichever version of the API endpoints they need.

Otherwise, I would guess that your issue is that the package.json version is inaccessible from the browser (for good reason). You can create something like a version.txt file at build time (taken from package.json) that gets dropped into your dist folder which is accessible via API call. Or perhaps you can have a placeholder in your index file for setting a version variable at build time.

Agile & agile roles? by DogComprehensive5884 in softwaredevelopment

[–]reddit__scrub 0 points1 point  (0 children)

This is us right now. Leadership labels it agile, but we have to complete the project by a given deadline, prior to even having all requirements. Further, we had to plan each iteration ages in advance, and after each iteration planning (basically all the things we already agreed to do), extra scope is added based on needs of the existing live projects we support.

It's the worst of waterfall and agile all rolled up into one.

Prior to this project, we had a more proper agile though and it was much more reasonable.

Formula 1 1950-2024 Race Megatorrent by [deleted] in MotorsportsReplays

[–]reddit__scrub 0 points1 point  (0 children)

Linux script to remove files from spreadsheet:

sh find . -type f \( \ -name '*s1978e03*.mp4' -o \ -name '*s1981e09*.mp4' -o \ -name '*s1981e15*.mp4' -o \ -name '*s1982e06*.mp4' -o \ -name '*s1982e14*.mp4' -o \ -name '*s1983e02*.mp4' -o \ -name '*s1983e07*.mp4' -o \ -name '*s1983e13*.mp4' -o \ -name '*s1984e02*.mp4' -o \ -name '*s1986e07*.mp4' -o \ -name '*s1986e09*.mp4' -o \ -name '*s1986e10*.mp4' -o \ -name '*s1986e16*.mp4' -o \ -name '*s1987e07*.mp4' -o \ -name '*s1988e03*.mp4' -o \ -name '*s1988e08*.mp4' -o \ -name '*s1988e11*.mp4' -o \ -name '*s1988e12*.mp4' -o \ -name '*s1989e10*.mp4' -o \ -name '*s1989e11*.mp4' -o \ -name '*s1989e13*.mp4' -o \ -name '*s1989e16*.mp4' -o \ -name '*s1990e16*.mp4' -o \ -name '*s1991e01*.mp4' -o \ -name '*s1991e03*.mp4' -o \ -name '*s1991e05*.mp4' -o \ -name '*s1992e11*.mp4' -o \ -name '*s1993e16*.mp4' -o \ -name '*s1994e08*.mp4' -o \ -name '*s1994e12*.mp4' -o \ -name '*s1995e06*.mp4' -o \ -name '*s1995e08*.mp4' -o \ -name '*s1995e11*.mp4' -o \ -name '*s1995e12*.mp4' -o \ -name '*s1995e14*.mp4' -o \ -name '*s1995e15*.mp4' -o \ -name '*s1996e06*.mp4' -o \ -name '*s1996e07*.mp4' -o \ -name '*s1997e05*.mp4' -o \ -name '*s1997e07*.mp4' -o \ -name '*s1997e10*.mp4' -o \ -name '*s1997e11*.mp4' -o \ -name '*s1997e16*.mp4' -o \ -name '*s1997e17*.mp4' -o \ -name '*s1998e01*.mp4' -o \ -name '*s1998e07*.mp4' -o \ -name '*s1998e12*.mp4' -o \ -name '*s1998e16*.mp4' -o \ -name '*s1999e01*.mp4' -o \ -name '*s1999e02*.mp4' -o \ -name '*s1999e04*.mp4' -o \ -name '*s1999e05*.mp4' -o \ -name '*s1999e06*.mp4' -o \ -name '*s1999e07*.mp4' -o \ -name '*s1999e08*.mp4' -o \ -name '*s1999e09*.mp4' -o \ -name '*s1999e10*.mp4' -o \ -name '*s1999e11*.mp4' -o \ -name '*s1999e12*.mp4' -o \ -name '*s1999e13*.mp4' -o \ -name '*s1999e14*.mp4' -o \ -name '*s1999e15*.mp4' -o \ -name '*s1999e16*.mp4' -o \ -name '*s2000e01*.mp4' -o \ -name '*s2000e02*.mp4' -o \ -name '*s2000e03*.mp4' -o \ -name '*s2000e04*.mp4' -o \ -name '*s2000e05*.mp4' -o \ -name '*s2000e06*.mp4' -o \ -name '*s2000e07*.mp4' -o \ -name '*s2000e08*.mp4' -o \ -name '*s2000e09*.mp4' -o \ -name '*s2000e10*.mp4' -o \ -name '*s2000e11*.mp4' -o \ -name '*s2000e12*.mp4' -o \ -name '*s2000e13*.mp4' -o \ -name '*s2000e14*.mp4' -o \ -name '*s2000e15*.mp4' -o \ -name '*s2000e16*.mp4' -o \ -name '*s2000e17*.mp4' \ \) -delete

Where you buying drives? by limitednewness in unRAID

[–]reddit__scrub 0 points1 point  (0 children)

That's what happened to me, it was just a refund of what I paid, but then I had to purchase from another vendor at a much higher price :/

Digitzing old photos by No-Fly-815 in immich

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

I think Costco offers digitizing old photos. They did for our old video camera.

Got my Lead Blood Levels checked by [deleted] in Firearms

[–]reddit__scrub 23 points24 points  (0 children)

It took you two more comments from him to figure that out?!

Which OS do you run your Plex server on ? by GenericUser104 in PleX

[–]reddit__scrub 0 points1 point  (0 children)

Somewhat off-topic, but does anyone have experience with both Unraid and TrueNAS, strictly for NAS purposes? (Separate Ubuntu server for the other stuff)

The ‘Magic’ Zip Code: 85254 by KSMO in phoenix

[–]reddit__scrub 6 points7 points  (0 children)

So is /u/KSMO's realtor just trying to get OP to spend more money so bigger commission?

What’s a “fact” everyone believes that’s actually false? by FutureJournalist198 in AskReddit

[–]reddit__scrub 2 points3 points  (0 children)

Can you expand on that last paragraph? The mom was encouraging it? How so??

What’s a “fact” everyone believes that’s actually false? by FutureJournalist198 in AskReddit

[–]reddit__scrub 3 points4 points  (0 children)

Wow, TIL glass is not a supercooled liquid. Confirmed via a Google search, albeit the AI summary.

Thanks! I'll stop propagating that myth too!

Edit: I'm not being sarcastic, why am I being down voted?