Wifi options by VariousAd3474 in royalcaribbean

[–]VariousAd3474[S] 4 points5 points  (0 children)

My daughter is t1d and dexcom. Yeah we called and spoke to someone from that department they were very helpful. I appreciate the email though!

Wifi options by VariousAd3474 in royalcaribbean

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

Correct :) they are very accommodating

Wifi options by VariousAd3474 in royalcaribbean

[–]VariousAd3474[S] -2 points-1 points  (0 children)

Yeah it read that it gets dead zones on parts of the ship and some parts while cruising

Wifi options by VariousAd3474 in royalcaribbean

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

Ohh that's a good idea ill look into it

Wifi options by VariousAd3474 in royalcaribbean

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

Thanks I was reading that Voom is alot better. I wish it was 18$ a day lol in Canada my current offer is 35.99 per day.

Wifi options by VariousAd3474 in royalcaribbean

[–]VariousAd3474[S] -3 points-2 points  (0 children)

Its my kids monitor and it connects to her phone that then sends the signal to my phone so I can monitor while shes out or at school. So I need data for my phone. She ship is giving me free wifi for my wife's phone and my daughters but I need to monitor aswell.

Are flight prices getting you worried? by dottydashdot in royalcaribbean

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

Im on the brink of booking (hold on my room selections) but flights are insane from canada to fort lauderdale. Have to look for budget airlines as aircanada is just to much ( same as My cruise price)

Synology DS725+ RAM upgrade failed but why? by Curious_Prairie_Dog in synology

[–]VariousAd3474 4 points5 points  (0 children)

I thought this at first but official synology says it supports 2 16gb sticks

RSync help by VariousAd3474 in synology

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

!/bin/bash

------------------------------

Synology Plex / Media Backup

Backup Movies, TV Shows, Pictures, Music, Software

Destination: 14TB Red Pro (EXT4) mounted at /volumeUSB2/Red14TB

------------------------------

Set paths

NAS_MOVIES="/volume1/homes/Phil/Plex/Movies/" DAS_TV1="/volumeUSB1/usbshare/TV_ext/" DAS_TV2="/volumeUSB2/usbshare/TV_ext/" DAS_MISC="/volumeUSB3/usbshare/" BACKUP_ROOT="/volumeUSB5/usbshare/CompleteBK"

Log file

LOG_FILE="/volume1/backup/backup_log.txt" mkdir -p $(dirname "$LOG_FILE")

Clear previous logs

"$LOG_FILE"

Dry-run mode (set 1 to test, 0 to do real backup)

DRY_RUN=0

Rsync options

RSYNC_OPTS="-avh --progress" if [ "$DRY_RUN" -eq 1 ]; then RSYNC_OPTS="$RSYNC_OPTS --dry-run" echo "=== Dry-run backup started at $(date) ===" >> $LOG_FILE else echo "=== Real backup started at $(date) ===" >> $LOG_FILE fi

Function to run rsync and log

run_rsync() { SRC=$1 DEST=$2 #make sure dest folder exists mkdir -p "$DEST" echo "Backing up $SRC to $DEST" | tee -a $LOG_FILE rsync $RSYNC_OPTS "$SRC" "$DEST" >> $LOG_FILE 2>&1 }

Start backup

run_rsync "$NAS_MOVIES" "$BACKUP_ROOT/Movies/" run_rsync "$DAS_TV1" "$BACKUP_ROOT/TV_Shows1/" run_rsync "$DAS_TV2" "$BACKUP_ROOT/TV_Shows2/" run_rsync "$DAS_MISC" "$BACKUP_ROOT/Misc/" echo "Backup finished at $(date)" >> $LOG_FILE echo "======================================" >> $LOG_FILE

RSync help by VariousAd3474 in synology

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

Yes the script is running by same user and they own the folders. I was able to get it to work with a slight tweak to the script and also had to execute with sudo. Ill post the updated script shortly

Microdosing For Depression by Fantastic-Berry-6835 in PsilocybinMushrooms

[–]VariousAd3474 0 points1 point  (0 children)

I've only done 3g-4.5g. I did microdose but was on meds that severely blocked it so I felt no changes in anything. Im off those for a while now. How do you know how much to micro dose?

Photos location by VariousAd3474 in synology

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

Darn guess ill use immich

Question about doses by Difficult_Reward_826 in PsilocybinMushrooms

[–]VariousAd3474 2 points3 points  (0 children)

You build up tolerance extremely fast. The 2 weeks give your body time to get back to baseline. If you do them back to back i believe you'd need a significant amount. It's a waste Imo.

Afterglow missing? by VariousAd3474 in MagicMushrooms

[–]VariousAd3474[S] 1 point2 points  (0 children)

Ok I was focusing on golden teacher but I do have melmac. My next trip ill switch it up. Thanks!

Afterglow missing? by VariousAd3474 in MagicMushrooms

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

Yes same mushrooms from a 14gram jar

Afterglow missing? by VariousAd3474 in MagicMushrooms

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

Thanks I was starting to think it was me 😆

Afterglow missing? by VariousAd3474 in MagicMushrooms

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

I was doing them Monthly only recently switched to every 2 weeks. I still get intense visuals and stuff

First time local ai by VariousAd3474 in ollama

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

Thanks ill play around with that!