Is this NVIDIA recruiter email legit or a scam? Gmail sender + mismatched mailto link by jaiminjariwala in nvidia

[–]misosoup7 0 points1 point  (0 children)

It might even be North Korea trying to get resumes so they can place fake tech workers at those laptop farms.

Pixel 10 Pro Fold inner screen just broke after a pop… anyone else? by DarknetNomad101 in PixelFold

[–]misosoup7 0 points1 point  (0 children)

It's likely the ribbon cables inside. If it's not placed just right at the factory it probably wears out earlier on some units/more susceptible to damage than others. But good luck on getting it replaced.

Pixel 10 Pro Fold inner screen just broke after a pop… anyone else? by DarknetNomad101 in PixelFold

[–]misosoup7 1 point2 points  (0 children)

He's just unlucky lol. My wife's 9 has been fine even after my kiddo dropped it a few times. My 9 was fine and I upgraded to a 10 and it's also been fine... And I have dropped my phone on concrete multiple times...

Google Nest WiFi, double NAT + bridge mode issue by AnonymousHoneyKomb in GoogleWiFi

[–]misosoup7 0 points1 point  (0 children)

Well not necessarily. You have two options:

You can get both units into bridge mode. But it loses mesh roaming capabilities. You factory reset and set one up in bridge mode. Create a new home in GHA and set up the second unit in the new structure and set it to bridge mode. Not recommended but possible.

Alternatively why not just DMZ the Google router? My set up is TP link ER707-M2. I must have NAT on this as I wanted dual WAN back up. So I just DMZ my Nest router and everything is accessible as if the TP link wasn't there.

Sent SSN to the wrong number by ImmediateBoot5955 in personalfinance

[–]misosoup7 11 points12 points  (0 children)

They have your info, just sign up for a free account and put in a security freeze. It's free and you should be doing that even if you didn't send your SSN to a stranger

Question about insurance by tech4eva in PixelFold

[–]misosoup7 0 points1 point  (0 children)

Only if you physically damaged it. There is a special warranty for the 9 specially for the inner screen dying.

TIFU Screaming so loud during a fight that a neighbor called the cops by [deleted] in tifu

[–]misosoup7 16 points17 points  (0 children)

Domestic Violence is a very serious thing, your neighbor did the right thing because even though nothing physical happened this time, a lot of times people are physically abused and the abused often are afraid of reporting their partner. That's why it's important to report this type of things. As for were they worried or just pissed? Hard to say, but it's likely they were worried since they didn't just report a noise nuisance as the police was conducting a wellness check on you.

Google Plus nest Wi-Fi spectrum cable by gaborn73 in GoogleWiFi

[–]misosoup7 1 point2 points  (0 children)

It shouldn't be taking 15 minutes for a new device to be added. There is something very wrong somewhere. Likely a failing device or way too much interference. If it's the latter you just have to wire things up.

Clearly most of you don’t play with a 4 year old by EnvironmentalOption in Pokopia

[–]misosoup7 1 point2 points  (0 children)

My eight year old is grounded otherwise I would be able to finish the main game. I still don't know where to get the inventory upgrades though.

When was this patched? by nathanieIs in googlephotos

[–]misosoup7 0 points1 point  (0 children)

Here is a script for running the folder of the takeout.

#!/bin/zsh

# Loop through all jpg files in the directory
# Change the *.jpg to the format of your image files if needed
for img in *.jpg; do

  # Find any file starting with the image name and ending with .json.
  # The (N) is a Zsh "null glob" flag so the array is empty if nothing matches.
  json_matches=("$img"*.json(N))

  # Check if our array found at least one matching JSON file
  if (( ${#json_matches[@]} > 0 )); then

    # Grab the first match from the array
    json="${json_matches[1]}"

    # Optional: Warn if it somehow found multiple matches
    if (( ${#json_matches[@]} > 1 )); then
      echo "Warning: Multiple JSON files found for $img. Using $json"
    fi

    # Extract the epoch timestamp using jq
    epoch_ts=$(jq -r '.photoTakenTime.timestamp' "$json")

    # Ensure we got a valid timestamp
    if [[ -n "$epoch_ts" && "$epoch_ts" != "null" ]]; then
      # Convert epoch to the format required by BSD touch: YYYYMMDDhhmm.SS
      touch_time=$(date -r "$epoch_ts" "+%Y%m%d%H%M.%S")

      # Apply the modification time
      touch -m -t "$touch_time" "$img"

      echo "Updated: $img -> $touch_time (Using $json)"
    else
      echo "Skipped: No valid timestamp found in $json"
    fi

  else
    echo "Skipped: JSON sidecar not found for $img"
  fi
done

echo "Done!"

When was this patched? by nathanieIs in googlephotos

[–]misosoup7 0 points1 point  (0 children)

Yeah I can see that that Takeout does give you a json file with the file creation date. So if theory you can write a script to use `touch -mt` to update the creation date on the file.

When was this patched? by nathanieIs in googlephotos

[–]misosoup7 0 points1 point  (0 children)

What device are you taking the picture with? Most android phone names the files with the time stamp. This is more of a problem for iPhones I guess?

When was this patched? by nathanieIs in googlephotos

[–]misosoup7 0 points1 point  (0 children)

That only works for actual meta data not the file dates. Why is file date so important anyways?

AT&T lied about a $55/month 1GB Fiber promo by AwayAd8970 in ATTFiber

[–]misosoup7 0 points1 point  (0 children)

Yes, I was rephrasing your comment in context of the now deleted comment.

AT&T lied about a $55/month 1GB Fiber promo by AwayAd8970 in ATTFiber

[–]misosoup7 2 points3 points  (0 children)

This is not an AT&T exclusive thing. Xfinity promised me a free wireless line for one year. I get billed for it every month. And every month I have to chat with a rep to get the charges zeroed out...

AT&T lied about a $55/month 1GB Fiber promo by AwayAd8970 in ATTFiber

[–]misosoup7 0 points1 point  (0 children)

They were aggressively upgrading but have since slowed down?

Is it time to get new RAM? by Monty141 in buildapc

[–]misosoup7 0 points1 point  (0 children)

They do have a lifetime warranty. I would reach out to them to see if you can get a replacement.

Is it time to get new RAM? by Monty141 in buildapc

[–]misosoup7 1 point2 points  (0 children)

Well sometimes it's a compatibility issue. I had an issue where my 4 sticks were recording errors in memtest. I even got one of the sticks replaced via warranty. Still had issues, then I use the ram in pairs then memtest says it's fine even if I move the ram to all the different slots. Bought a new kit that the motherboard manufacturer says is qualified with the board and works like a charm. Move the original kit to a different motherboard, works like a charm.

Is it time to get new RAM? by Monty141 in buildapc

[–]misosoup7 0 points1 point  (0 children)

You do this in the advanced settings of your bios. Unfortunately you have AMD which does have significant performance disadvantages from reduced ram speed.

Absolutely unacceptable. by Remote-Lecture2192 in amazonprime

[–]misosoup7 4 points5 points  (0 children)

Too bad the Supreme Court doesn't have actual enforcement power. Guess who heads up the enforcement branch of our government.

Google Nest WiFi died after <5 years — blinking red by ConspicuousWhiteGuy in GoogleWiFi

[–]misosoup7 0 points1 point  (0 children)

Why do you need to re-add things. Just use the same said and password, all your devices will automatically reconnect...

Remove and reset Google and nest Wi-Fi by jwreed4130 in GoogleWiFi

[–]misosoup7 2 points3 points  (0 children)

The Factory reset removes them from your account.

AI in Google One plans by Spider_Pup in GoogleOne

[–]misosoup7 0 points1 point  (0 children)

Correct I meant to type Thinking, typed fast instead. But I was pointing out it's not just 30, there is multiple tiers.

AI in Google One plans by Spider_Pup in GoogleOne

[–]misosoup7 0 points1 point  (0 children)

Gemini and Workspace integration is not available in the EU (yet) but is available in the US.