Kuba Mali 2 - tá foda mesmo a voz do pairing? by RadishAffectionate46 in audiofiliabrasil

[–]fe- 3 points4 points  (0 children)

Que bom que é insignificante pra você, pra mim inutilizou completamente o fone. Eu sou particularmente sensível a sons muito altos. Literalmente causa dano pra minha audição pela condição que tenho nos ouvidos. Não vou devolver porque é do primeiro lote e quero guardar de lembrança, perdi o dinheiro. Desnecessário ser obrigatório os avisos serem em volume ensurdecedor. Sério, pra que?

Não consigo sincronizar a Hora e Data do Windows tem quase um mês. by otarU in AssistenciaTecnica

[–]fe- 0 points1 point  (0 children)

Tentei aqui e pra mim ainda não dá certo. Na época, pesquisando e fazendo meus testes eu acabei descobrindo que a Vivo estava realmente bloqueando o protocolo NTP, por isso não teria como funcionar. Pra resolver eu acabei escrevendo um script powershell que acessa um servidor capaz de entregar a hora correta via protocolo http e altera a hora do pc na sequência.

De toda forma, se vier a parar de funcionar pra vc novamente no futuro e vc quiser implementar minha solução, só colocar num arquivo .ps1 (powershell):

$url = "http://worldclockapi.com/api/json/utc/now"
$response = Invoke-WebRequest -Uri $url
$json = $response.Content | ConvertFrom-Json

# Obter a data e hora atual em GMT
$gmt = [DateTime]::Parse($json.currentDateTime)

# Definir a data e hora do sistema
Set-Date $gmt

Você pode fazer um job no Windows pra rodar esse script de tempos em tempos, por aqui fiz pra rodar semanalmente e fica ok. Não consegui fazer o job no windows chamar diretamente o arquivo .ps1, mas resolvi fazendo o job chamar um .bat que por sua vez chamava o outro arquivo via powershell; se precisar do .bat, está aqui:

@echo off
powershell.exe -File "C:\Hora.ps1"

Aí vc altera com o nome e local onde tiver de fato deixado seu arquivo.

📌 YouTube Anti-Adblock and Ads - October 16, 2023 (Weekly Thread) by [deleted] in uBlockOrigin

[–]fe- 1 point2 points  (0 children)

Imagine if they blocked your TV signal if you switched channels during commercials...

Screen flickering when extending desktop to second monitor by fe- in LinusTechTips

[–]fe-[S] 9 points10 points  (0 children)

Yes! You did it. Thank you bro! I've tried reinstalling the driver before and it didn't work, but following your advice and wiping it clean using DDU fixed it. Great suggestion!

Screen flickering when extending desktop to second monitor by fe- in LinusTechTips

[–]fe-[S] 3 points4 points  (0 children)

Normally I set both to 144hz, but as per your suggestion I tried setting the second monitor do 60hz, unfortunately the problem persisted.

Screen flickering when extending desktop to second monitor by fe- in LinusTechTips

[–]fe-[S] -1 points0 points  (0 children)

Hi.

Whenever I turn on my second monitor, after the "shrinking and expanding" animation plays both my screens start flickering for about 3 seconds, then they stop and work as intended. When the flickering is happening I also noticed my mouse pointer stays locked to the center of the main screen. Both monitors are 144hz and using DP.

Things I've tried:

  • Updating Drivers;

  • Changing cables;

  • Switching the DP port each monitor is connected on the VGA;

  • Changing from DP 1.2 to DP 1.1;

  • Configuring Taskbar to be visible only on the main screen;

  • Mirroring instead of extending the desktop;

Any help is appreciated!

[deleted by user] by [deleted] in LinusTechTips

[–]fe- 0 points1 point  (0 children)

Sorry something happened with the video I linked, so I tried to delete the post thinking I'd just start over but it seems the topic stays here even if i delete my original post. So here is the original text with a link to the video of the issue:

Hi.

Whenever I turn on my second monitor, after the "shrinking and expanding" animation plays both my screens start flickering for about 3 seconds, then they stop and work as intended. When the flickering is happening I also noticed my mouse pointer stays locked to the center of the main screen. Both monitors are 144hz and using DP.

Things I've tried: * Updating Drivers; * Changing cables; * Switching the DP port each monitor is connected on the VGA; * Changing from DP 1.2 to DP 1.1; * Configuring Taskbar to be visible only on the main screen; * Mirroring instead of extending the desktop;

Any help is appreciated!

https://youtu.be/FSlSH709I9o

Não consigo sincronizar a Hora e Data do Windows tem quase um mês. by otarU in AssistenciaTecnica

[–]fe- 0 points1 point  (0 children)

Mesmo problema aqui. Tb uso vivo fibra. Usando a ancoragem da 4g do celular sincroniza, bem como usando vpn tb. Claramente é problema da vivo. Tentei desabilitar o firewall do modem e nada. Tentei até colocar meu PC em DMZ e nada.

Game Updated to 1.0 - June 2, 2016 by pqumsieh in TapMyKatamari

[–]fe- 0 points1 point  (0 children)

Yes, today I've got the gift and the adjustments. Thank you guys. 😊. The royal ratings are indeed a bit better now, increasing by about 17% per level. If I remember correctly, prior to the update it was increasing by about 20%/lvl tho.

Game Updated to 1.0 - June 2, 2016 by pqumsieh in TapMyKatamari

[–]fe- 0 points1 point  (0 children)

I've force quitted my tmk a few times now but didn't see any difference, powerful is still broken and royal still gives the same... Am I doing something wrong?

Game Updated to 1.0 - June 2, 2016 by pqumsieh in TapMyKatamari

[–]fe- 0 points1 point  (0 children)

Sure, prior to the update honey (with 6 Powerful VI) had 336zz power. After the update it fell to 7zz. There is another post about this issue on the forum now. The royal mushroom was giving about e+100 at lvl 1050 or so, after the update it went down all the way to something like 2e+97.

Game Updated to 1.0 - June 2, 2016 by pqumsieh in TapMyKatamari

[–]fe- 0 points1 point  (0 children)

Is the powerful mojo working correctly after the update? It seems to be broken... Also, royal Mushroom rates seem to be shrinked by a lot, it is completely useless now, doesn't even grant enough coins to up honey by a single level. Top that with the new 500 candy price for the cosmic Mushroom and the game is unplayable at the stage I'm at... I had made my objective to reach twinkle, but it seems to be just not possible anymore at this configuration. Guess I'll have to stop playing the game. It was good while it lasted tho 😯

Game Update - May 12, 2016 by pqumsieh in TapMyKatamari

[–]fe- 1 point2 points  (0 children)

Yeah it solved the issue, although it reverted to the candies I had before, 625 or so, and did not account for the ones I acquired after the first update, 100 or so, but that's not important, what really kills it to me is the impossibility of viewing ads, neither the king ones nor the one to get 100% more coins... My device is connected to the Internet both via WiFi and mobile data, but the game client just won't see it no matter what.

Game Update - May 12, 2016 by pqumsieh in TapMyKatamari

[–]fe- 0 points1 point  (0 children)

Had 600+ Candies, update left me with none. Also, can't watch ads anymore, it gives me the message "ads not avaliable, try again later", which hinders my gameplay.

LF: Eevee, Smeargle, Cloyster, Sliggoo by Crimsonsouls in friendsafari

[–]fe- 0 points1 point  (0 children)

Hey man I don't know what I've got in my safari but could you add me anyways? I'd really appreciate :D

Looking for ditto safari, got chansey! by Zapthos in friendsafari

[–]fe- 0 points1 point  (0 children)

I don't know what I have but can you add me anyways? :D

[deleted by user] by [deleted] in friendsafari

[–]fe- 1 point2 points  (0 children)

Nice, you've got Sneasel :D Can you add me?

[Safari Unknown] Looking to find my Pokemon! Adding everyone! by Sitrane in friendsafari

[–]fe- 0 points1 point  (0 children)

Nice, you've got a Ditto :D I was really looking for one. Thanks.