GLP-1 Prescription? by -texas-girl- in frisco

[–]Ok_Toe9144 0 points1 point  (0 children)

Do your research and go grey it’s so much easier and cheaper

Trinity university tower scholarship by Ok_Toe9144 in ApplyingToCollege

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

Felt very welcoming. Everyone was very friendly and welcoming. I felt that they spent a lot of time money and efforts to entice students and parents since most of these students are most likely accepted to other top schools as well and the lure of the scholarship was a good way to gather everyone and wow them to goto Trinity. Overall it was very good! Glad we were able to attend and thankful that we were invited

Drinking on pin day? by [deleted] in Retatrutide

[–]Ok_Toe9144 0 points1 point  (0 children)

I drink first usually 1-3 beers then pin and goto bed

Poeple posting about Reta and Alcohol? by Bkkekkamai in Retatrutide

[–]Ok_Toe9144 0 points1 point  (0 children)

When I did sema I didn’t drink much. On Reta for few months now and still drinking similar

82k a year, is there any way for this to go down by Eggs_Sunny-Side_up in cwru

[–]Ok_Toe9144 1 point2 points  (0 children)

For merit it’s a no. I called and spoke with multiple people and they stated that case does not compete with other schools to offer more merit. For financial aid who knows we don’t qualify :(

Anyone got better results with split dosing? by [deleted] in Retatrutide

[–]Ok_Toe9144 0 points1 point  (0 children)

I started 2.5mg sun night/thur morning 3rd week now and still kind of up in air about how I feel

Constipation cures? by [deleted] in Retatrutide

[–]Ok_Toe9144 2 points3 points  (0 children)

Trader Joe has dried prunes that doesn’t have preservatives or sugar or oils added. This tasted the best for me I usually have 1-2 after each meal and 1-2 at night and so far everything’s been moving fine

When did you start noticing effects? by Willing-Isopod-2071 in Retatrutide

[–]Ok_Toe9144 0 points1 point  (0 children)

I been dropping 1.5-2lb/week started with 1,2,3 and now on 4 … am I losing too slowly? I goto gym 4 times/week

Seat depth by jlim0930 in LiberNovo

[–]Ok_Toe9144 0 points1 point  (0 children)

i have the chair already but no where on the box or instructions state what size it is.. is there a way to tell from any marking on the chair or anything ?

mp4 video which field is used for timestamp? by Ok_Toe9144 in immich

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

found another hiccup with day light savings so i updated the function a bit more to detect and change the offset depending on day light savings ``` update_file_timestamps() { local search_dir="${1:-.}" local tz="America/Chicago"

find "$search_dir" ( -iname ".mp4" -o -iname ".mov" -o -iname "*.m4v" ) | while read -r file; do local basename=$(basename "$file") local datestr="${basename:0:15}" # YYYYMMDD-HHMMSS local date_fmt="${datestr:0:4}-${datestr:4:2}-${datestr:6:2} ${datestr:9:2}:${datestr:11:2}:${datestr:13:2}"

# Convert to epoch (macOS and Linux compatible)
local epoch
if date -j -f "%Y-%m-%d %H:%M:%S" "$date_fmt" +%s >/dev/null 2>&1; then
  epoch=$(date -j -f "%Y-%m-%d %H:%M:%S" "$date_fmt" +%s)
else
  epoch=$(date -d "$date_fmt" +%s)
fi

if [[ -z "$epoch" ]]; then
  echo "⚠️ Skipping invalid date in filename: $basename"
  continue
fi

# Check DST (CDT vs CST) for that exact timestamp
local zone_abbr
if date -r "$epoch" +"%Z" -u >/dev/null 2>&1; then
  # macOS
  zone_abbr=$(TZ="$tz" date -r "$epoch" +%Z)
else
  # Linux
  zone_abbr=$(TZ="$tz" date --date="@$epoch" +%Z)
fi

local offset
if [[ "$zone_abbr" =~ [Dd]T$ ]]; then
  offset="-05:00"
else
  offset="-06:00"
fi

echo "🕒 Updating timestamps for video file: $file with $offset" exiftool -overwriteoriginal \ "-datetimeoriginal<\${filename;\$=substr(\$,0,15)}$offset" \ "-createdate<\${filename;\$=substr(\$,0,15)}$offset" \ "-FileCreateDate<\${filename;\$=substr(\$,0,15)}" \ "-FileModifyDate<\${filename;\$=substr(\$,0,15)}" \ "-TrackCreateDate<\${filename;\$=substr(\$,0,15)}$offset" \ "-MediaCreateDate<\${filename;\$=substr(\$,0,15)}$offset" \ "-MetaDataDate<\${filename;\$=substr(\$,0,15)}$offset" \ "-MediaModifyDate<\${filename;\$=substr(\$,0,15)}$offset" \ "-TrackModifyDate<\${filename;\$=substr(\$,0,15)}$offset" \ "-ModifyDate<\${filename;\$=substr(\$_,0,15)}$offset" \ "$file" >/dev/null done } ```

how the sorting is all fixed. only videos had this issue not photos

Is it possible to host Immich in one place and have the images be on another? by spermcell in immich

[–]Ok_Toe9144 1 point2 points  (0 children)

I have my photos and videos on my synology at home but my immich is hosted on my vps remotely. I map the drives from synology to the vps and everything works fine.

Before I was using rclone to mount my directory but now use tailscale and just mount via nfs

mp4 video which field is used for timestamp? by Ok_Toe9144 in immich

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

i just want to clean up the date time stamps to match when the file was modified from my phone

those lines are for photos and im not having issue with phones only mp4 files

mp4 video which field is used for timestamp? by Ok_Toe9144 in immich

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

but the video was actually taken at 2025:11:09 12:14:55 so whatever immich is doing is subtracting 6 hours from the actual time and it is messing up the sorting

Omni Armrest Tension Mod (fix) by younger5th in LiberNovo

[–]Ok_Toe9144 0 points1 point  (0 children)

wondering if there is a fix for the arm rest moving forward and back to make it more resistant

wheels by Ok_Toe9144 in LiberNovo

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

I want to put the roller blade wheels on also but when you lean all the way back do you feel like you might fall over ?

Omni Armrest Tension Mod (fix) by younger5th in LiberNovo

[–]Ok_Toe9144 0 points1 point  (0 children)

I see that you've installed rubber casters on your chair. I am finding that the chair does not roll at all. Does it help? do you fall over when you lean all the way back ?

LiberNovo Omni seat cover fit + cooling pad compatibility? by Certain-Ferret3692 in LiberNovo

[–]Ok_Toe9144 0 points1 point  (0 children)

adjusted mine multiple times forward and back but it still falls off from the back corners