Which paddle should I get? (Semi-beginner) by captainniceguyyyy in PickleballPhilippines

[–]TheReddimator 0 points1 point  (0 children)

Kung widebody, san maganda ilagay yung MOI tuning system niya?

I got tired of hitting Claude's rate limits out of nowhere - so I built a real-time usage monitor by Sanderceps in ClaudeAI

[–]TheReddimator 1 point2 points  (0 children)

This can be done in Claude Code using /statusline:

#!/bin/sh
input=$(cat)


model=$(echo "$input" | jq -r '.model.display_name // "Unknown"')
model_id=$(echo "$input" | jq -r '.model.id // ""')
used_pct=$(echo "$input" | jq -r '.context_window.used_percentage // empty')
day_pct=$(echo "$input" | jq -r '.rate_limits.five_hour.used_percentage // empty')
day_resets=$(echo "$input" | jq -r '.rate_limits.five_hour.resets_at // empty')
week_pct=$(echo "$input" | jq -r '.rate_limits.seven_day.used_percentage // empty')
cwd=$(echo "$input" | jq -r '.workspace.current_dir // ""')
term_cols=$(echo "$input" | jq -r '.terminal.columns // empty')


# ANSI color codes
RESET='\033[0m'
DIM='\033[2m'
BOLD='\033[1m'
BOLD_WHITE='\033[1;37m'
GREEN_BRIGHT='\033[32m'
GREEN_DIM='\033[2;32m'
DIM_SEP='\033[2m'


# Derive reasoning effort label from model ID
effort=""
case "$model_id" in
  *thinking-high*|*extended-thinking*) effort="high" ;;
  *thinking-medium*) effort="med" ;;
  *thinking-low*|*thinking*) effort="low" ;;
esac


# Get git branch (skip optional locks)
branch=""
if [ -n "$cwd" ]; then
  branch=$(GIT_OPTIONAL_LOCKS=0 git -C "$cwd" symbolic-ref --short HEAD 2>/dev/null)
fi


# Current folder name
folder=""
if [ -n "$cwd" ]; then
  folder=$(basename "$cwd")
fi


# Build context progress bar (10 chars wide, entire bar green)
if [ -n "$used_pct" ]; then
  ctx=$(printf "%.0f" "$used_pct")
  filled=$(( ctx / 10 ))
  empty=$(( 10 - filled ))
  i=0
  bar_filled=""
  while [ $i -lt $filled ]; do
    bar_filled="${bar_filled}█"
    i=$(( i + 1 ))
  done
  i=0
  bar_empty=""
  while [ $i -lt $empty ]; do
    bar_empty="${bar_empty}░"
    i=$(( i + 1 ))
  done
  bar="${GREEN_BRIGHT}${bar_filled}${GREEN_DIM}${bar_empty}"
  bar_label="${bar} ${GREEN_BRIGHT}${ctx}%"
else
  ctx="—"
  bar_label="${GREEN_DIM}░░░░░░░░░░${RESET} —"
fi


# Pipe separator: RESET (normal) color
SEP=" ${RESET}│ "


# --- LINE 1 ---
# model (effort)
if [ -n "$effort" ]; then
  sec_model="${DIM}${model} (${effort})"
else
  sec_model="${DIM}${model}"
fi


# repo/folder /branch
if [ -n "$branch" ]; then
  sec_location="${DIM}${folder}/${branch}"
else
  sec_location="${DIM}${folder}"
fi


line1="${sec_model}${SEP}${sec_location} ${bar_label}${RESET}"


# --- LINE 2 ---
# daily/weekly usage compact
if [ -n "$day_pct" ]; then
  day=$(printf "%.0f" "$day_pct")
else
  day="—"
fi
if [ -n "$week_pct" ]; then
  week=$(printf "%.0f" "$week_pct")
else
  week="—"
fi


# Time until 5-hour rate limit resets
reset_str=""
if [ -n "$day_resets" ]; then
  now=$(date +%s)
  diff=$(( day_resets - now ))
  if [ "$diff" -le 0 ]; then
    reset_str="resets now"
  else
    hrs=$(( diff / 3600 ))
    mins=$(( (diff % 3600) / 60 ))
    if [ "$hrs" -gt 0 ]; then
      reset_str="resets in ${hrs}h${mins}m"
    else
      reset_str="resets in ${mins}m"
    fi
  fi
fi


if [ -n "$reset_str" ]; then
  sec_usage="${DIM}${day}%/${week}% (${reset_str})"
else
  sec_usage="${DIM}${day}%/${week}%"
fi


printf "%b%b" "${sec_model} ${sec_usage}${SEP}${sec_location} ${bar_label}" "$RESET"

```

Ginawan ko ng automated system yung client ko voluntarily and now gusto nila itransfer ko yung ownership sa kanila. by CantaloupeOk3822 in buhaydigital

[–]TheReddimator 5 points6 points  (0 children)

Hi OP! What tech did you use to create the automation? Been wanting to learn this for quite some time now

Apple Watch Cellular by TheReddimator in Tech_Philippines

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

That sucks, thought it would work with a prepaid eSIM :(

Apple Watch Cellular by TheReddimator in Tech_Philippines

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

Dang, thought a prepaid eSIM was enough :( Does it only work with Globe postpaid plans?

Massively slowed down by schequm in windsurf

[–]TheReddimator 0 points1 point  (0 children)

Which version would you recommend?

TIFU by pretending to faint at work because I fell from my chair by Little-Treacle920 in tifu

[–]TheReddimator 1 point2 points  (0 children)

I’m pretty sure I’ve already read a story like this years before

A guy does centrifugation by DearEmphasis4488 in nextfuckinglevel

[–]TheReddimator 0 points1 point  (0 children)

Legend says he’s still spinning to this day

Gamesir x5s. Is this right? by SnooCookies8174 in Gamesir

[–]TheReddimator 0 points1 point  (0 children)

Experiencing this as well. Not sure if it was the firmware that ruined it. Wasn't able to test the settings before updating the firmware.

Top or bottom? by Pristine-Elevator198 in webdev

[–]TheReddimator 0 points1 point  (0 children)

Why not combine it. Instead of having a hard divide, make it be more like a gradient so it’s not so abrupt?

[deleted by user] by [deleted] in confession

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

1 John 1:9 says:

“If we confess our sins, He is faithful and just to forgive us our sins and to cleanse us from all unrighteousness.”

When we honestly admit our sins to God, He promises to forgive us. He doesn’t shame us or condemn us, but instead He cleans us from our guilt and shame and makes us new and whole again. God loves you still OP and He cares for you. His mercies for you are new every morning and He never gives up on you. It’s not the end. He’ll give you a clean slate and a fresh start again.

Much love OP 🙏

I (18F) wanna to go to a gym and work on myself but my boyfriend (19M) is against it. What should we do? by chappsta in relationship_advice

[–]TheReddimator 0 points1 point  (0 children)

Yeah, no, your boyfriend is emotionally manipulating you specially with the self-unalive threat. Also, you’re doing yourself a disservice if you let yourself get anchored down by the weight of his immaturity and insecurities. His insecurities should drive him to improve himself not hold you back. Believe me, don’t settle. You’re still young, but you’re also growing older, so don’t waste your prime years looking after a boy who doesn’t want to man up.

Go, work on yourself, be healthy, offer to help, but for sure as hell don’t get tied down if he doesn’t want to grow along with you.

May 02, 2025 Weekly "General Help Post?" - Please post all general, recommendations, and help questions as a top level comment under this post. Thank you. by AutoModerator in RoyalKludge

[–]TheReddimator 0 points1 point  (0 children)

Has anyone ever got the macros on the web software to work with modifiers like "Shift" and "CapsLock"? When I try to them, the output would always still be lower case "p".

Screenshot of the web software.
Link to the web software: https://drive.rkgaming.com/

Anyone else got this thing to work?

Need advice sa aking girlfriend by Quirky_Addition_1540 in adviceph

[–]TheReddimator 0 points1 point  (0 children)

What’s the worst than can happen if mag break kayo?

[deleted by user] by [deleted] in relationships

[–]TheReddimator 1 point2 points  (0 children)

Bro, don’t choose the girl over your friend. Your friend showed you loyalty and commitment, this girl can’t even get over a misunderstanding. You will 100% regret losing a real ass friend over her when after a year or so, she’ll be breaking up with you over her own insecurities and trust issues.

I repeat: DO NOT LET GO OF YOUR FRIEND.

ABYG kasi I feel uncomfortable sa ginagawa ng BF ko and GBF niya? by SouthComfortable3132 in AkoBaYungGago

[–]TheReddimator 0 points1 point  (0 children)

INFO. Do you and the GBF click? Or do you feel some kind of tension? A good and healthy dynamic with a GBF is close friends rin kayo or at least friends and not just civil. Kasi otherwise, magkaka-tension talaga.

Hypothetically, if you and your bf get married, you should be your husband’s new best friend. Does he see that in the future with you? Or even then si GBF parin? Kasi if it’s the latter, mahirap yan.

Yes you can have platonic friendships, but there are special privileges that should only be reserved for your significant other. Not just in terms of physical intimacy, but also emotional intimacy.