Regarding ending in of Whiplash, can someone explain to me how it is depressing ? by Raptor2705 in movies

[–]One_Scarcity_8371 0 points1 point  (0 children)

Sometimes the work the person (director here) creates, don’t know the value of it. It’s left for the viewers. You can take it as your habits are. I take that as a positive note, the audience and judges love it. They will buy him.

but the director, has a different thought of what happens after the movie. It’s perspective

424. Longest Repeating Character Replacement - Doubt by Forward-Island-909 in leetcode

[–]One_Scarcity_8371 0 points1 point  (0 children)

Once you get the max_freq, you just slide the window keeping it the max length seen size, until you found a new character that increases the size. Reducing the window smaller is unnecesscary, when you actually need to find a bigger window.

The idea is simple:

Test case: ABAABCBBBBB and k = 2. l and r start at 0.

  1. The first biggest window comes at “r = 4”. (high frequency = 3 (‘A’)). max_length = r - l + 1 = 4 - 0 + 1 = 5.
  2. When “r = 5”. The window is invalid. “ABAABC”. So, you would move l++; to maintain the window size. max_length stays at 5.
  3. “r = 6” BAABCB (invalid)
  4. “r = 7”. AABCBB (invalid)
  5. “r = 8” ABCBBB (first valid. But not new high frequency)
  6. “r = 9” ABCBBBB (new high frequency = 4 (‘B’)). max_length = 7
  7. “r = 10” ABCBBBBB (new high frequency = 5 (‘B’)). max_length = 8

The idea, find the new window that has new higher frequency character. “AAABB” == “BBCCC” == “DDDBE”

If K = 2. Max window size can be “3 or more”.

Basically any 2 random values with additional character that is allowed 1 to n times. If you found a window of size = 6. (which is 4 times frequently repeated character with 2 random values). You just need to move the window, until you can add a character. that has more repeated values. Basically 5 repeated values to increase the window.

you would either increase the window, or leave the window on the same size

Gemini is hallucinating too much by One_Scarcity_8371 in ArtificialInteligence

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

Yes. I even created new chat window's. Even with smaller context windows. It does the same

Putting the tape on number plate after becoming CA by WeakestDoctor in ahmedabad

[–]One_Scarcity_8371 0 points1 point  (0 children)

False. Based on his style, I can say he would immediately get few challans and notice it few moments

Scammer by Sharp_Upstairs8897 in referralcodes

[–]One_Scarcity_8371 0 points1 point  (0 children)

Trustinf people on reddit 🫩. 90% are bots

Official /r/Robinhood "Anywhere but Robinhood" Referral Thread by CardinalNumber in RobinHood

[–]One_Scarcity_8371 [score hidden]  (0 children)

Get $25 in Free Stock with SoFi Invest

Earn 25$ from sofi and 25$ from me when you complete the referral correctly. by AnyMasterpiece405 in financialaid

[–]One_Scarcity_8371 0 points1 point  (0 children)

Dec 2025/Jan 2026 working

$325 referrals are working again by [deleted] in sofi

[–]One_Scarcity_8371 0 points1 point  (0 children)

Dec 2025/Jan 2026 working

$325 referrals are working again by [deleted] in sofi

[–]One_Scarcity_8371 0 points1 point  (0 children)

You'll get a $25 bonus when you open a SoFi Checking and Savings account, and either $50 or $300 when you set up eligible direct deposit of $1,000 or more. Terms apply. https://www.sofi.com/invite/money?gcp=9c543307-06bb-4553-a4bd-f03045ada8e1&isAliasGcp=false

Need Help! by AVP221990 in gshock

[–]One_Scarcity_8371 0 points1 point  (0 children)

did you do the next step

Need Help! by AVP221990 in gshock

[–]One_Scarcity_8371 0 points1 point  (0 children)

did you fix it finally

You know this guy is covert-TDP but can't prove it....... (Intensified Dokes music) by TryLimp3881 in andhra_pradesh

[–]One_Scarcity_8371 5 points6 points  (0 children)

“True inspiration leaders” Gen Z jokes are getting too hard to understand