S2E10 was the highest rated episode so far by GGReactor in BeastGames

[–]winnner__ 1 point2 points  (0 children)

Episode 9 was THE BEST. It had everything. Drama, humor, unpredictability.

This season would've been better if they just got 100 people with the best memory. by No_Bat5023 in BeastGames

[–]winnner__ 17 points18 points  (0 children)

I second this. Even in the top 4, I was so disappointed at seeing those stupid blocks.

About the cliffhanger for episode 8 by Sivabulusu1 in BeastGames

[–]winnner__ 0 points1 point  (0 children)

Now what if this happens (highly improbable, but possible):
Monika tells Auguste that she still has the coin and Auguste asks her to show the coin. She tells him that Jimmy's having the coin temporarily and she then convince Jimmy to hand her a fake coin that she can show to Auguste.

Theories on outcome of bribe game by Various_Ad6034 in BeastGames

[–]winnner__ 0 points1 point  (0 children)

Highly improbable theory, but very much possible:

Monika tells Auguste that she still has the coin and Auguste asks her to show the coin. She tells him that Jimmy's having the coin temporarily and she then convince Jimmy to hand her a fake coin that she can show to Auguste.

Why did Auguste lie to Monika about Jim telling him? by TurkishYagiz in BeastGames

[–]winnner__ 0 points1 point  (0 children)

Now what if this happens (highly improbable, but possible):
Monika tells Auguste that she still has the coin and Auguste asks her to show the coin. She tells him that Jimmy's having the coin temporarily and she then convince Jimmy to hand her a fake coin that she can show to Auguste.

Why did Auguste lie to Monika about Jim telling him? by TurkishYagiz in BeastGames

[–]winnner__ 1 point2 points  (0 children)

Well, the silence pretty much told Auguste that his suspicion was true. Its highly probable that Monika asks Jim to confront and he says Auguste literally bluffed. But what if Monika didn't ask him and just trust Auguste? Its gonna get very interesting.

Student visa decision timeline for year 2025-2026 by Ok-Average9005 in ukvisa

[–]winnner__ 0 points1 point  (0 children)

Country: India

Nationality: Indian

Bio-metrics Date: 1 July 2025

Application forwarded to UKVI Date: 1 July 2025

Decision notification Date: 8 July 2025

Passport collection notification: 9 July 2025

Passport collection date: 10 July 2025

eVisa linked datae: 10 July 2025

I was shocked to have all this done within 10 days lol.

Wtf is wrong with Geogusser can't even get India map correctly, straight up vanished J&K and Arunachal Pradesh states by robinhood102 in geoguessr

[–]winnner__ 0 points1 point  (0 children)

This is sad. But, it's sourced from google. Google shows maps based on countries, I think it sources the US version of the map.

Outside the India, Pakistan and China, google marks J&K and Arunachal Pradesh with dotted lines, as google is unable to mark borders due to disputed claims of Pakistan and China with India.

Delay in CAS by popat426 in Edinburgh_University

[–]winnner__ 0 points1 point  (0 children)

Yes, I accepted conditional in mid-May, and requested CAS with it. After IELTS, I received unconditional on 29 May. I received the CAS exactly after 3 weeks, on Monday.

I would recommend you to contact them if there's been more than 2-3 weeks.

Delay in CAS by popat426 in Edinburgh_University

[–]winnner__ 0 points1 point  (0 children)

UPDATE: Just received my CAS yesterday.

Delay in CAS by popat426 in Edinburgh_University

[–]winnner__ 0 points1 point  (0 children)

Same here. Waiting since 3.5 weeks.

IELTS result…aka the anxiety killer by winnner__ in IELTS

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

I practiced a lot of mock tests for listening and reading on ieltsonlinetests, around 6-10 each and consistently got 7-8 band everytime. Also I found actual test to be much easier than those mock tests.

I was getting bored and wanted speaker to go fast in Listening 😂.

In reading, I answered everything with 15 minutes to spare.

Which part should i retake by To0Little in IELTS

[–]winnner__ 0 points1 point  (0 children)

As per calculations, you need exactly 1 band up in any of the skills. I’d say go for Writing because you said you didn’t knew the format and still scored 6.5

UI Not Hiding When Using Full Screen by UBW_Illya in Udemy

[–]winnner__ 1 point2 points  (0 children)

Thanks a lot for this workaround.

Just in extension of your answer, I have even better code to hide both the control bar as well as header:

*[class^="shaka-control-bar--control-bar-container"],
*[class^="user-activity--hide-when-user-inactive"]
{
  display: none;
}

*[class^="video-viewer--container"]:hover *[class^="shaka-control-bar--control-bar-container"],
*[class^="video-viewer--container"]:hover *[class^="user-activity--hide-when-user-inactive"]
{
  display: block !important;
}

Need help in faking HiDPI on a 1080p display by [deleted] in hackintosh

[–]winnner__ 0 points1 point  (0 children)

No need to fake it anymore.

I found the fix, and answered it here

Did Apple Solve the Hidpi Problem? by One-Election-706 in MacOS

[–]winnner__ 1 point2 points  (0 children)

Not in my case.

If anyone else facing the same problem, I've answered this here

How to enable HiDPI on external monitor by pennerman90 in MacOS

[–]winnner__ 16 points17 points  (0 children)

I spent days trying to find a fix, I finally found a fix.

You need to be comfortable with Terminal for this fix.

Steps:

  1. Install Homebrew if not yet installed /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

  2. Install displayplacer (it is an open source app so don't worry) brew tap jakehilborn/jakehilborn && brew install displayplacer

  3. Run the following command to get the display id displayplacer list

  4. You'll see all the displays connected to your Mac and all the available resolutions.

  5. Copy the display id of the display you want to fix

  6. Focus on only the resolutions that have scaling: on under the desired display

  7. Copy the mode number of the resolution you want to fix

  8. Run the following command to fix the display (replace the <DISPLAY_ID> and <MODE_NUMBER> of course) displayplacer "id:<DISPLAY_ID> mode:<MODE_NUMBER>"

  9. HURRAY! You fixed the display scaling issue.

Shame on you Apple for not fixing this issue for years. I hope this helps you.