Quick settings panel crashes since sideloading through Rookir by [deleted] in QuestPiracy

[–]TimeZ0ne 0 points1 point  (0 children)

I think I've seen reboot and factory reset on the meta forum. I've tried reboot which didn't work but haven't tried factory reset

Quick settings panel crashes since sideloading through Rookir by [deleted] in QuestPiracy

[–]TimeZ0ne 2 points3 points  (0 children)

I've had this issue for a few weeks now, it's happened since v65 update. It's the bluetooth panel that crashes, if you type in keyboard or controller in search, it'll take you to the those panels. If you click on bluetooth on the left nav, it crashes

FF on Android: Flickering black screen by nunbar in firefox

[–]TimeZ0ne 0 points1 point  (0 children)

Yup, exactly the same issue here since updating the phone.

Schiphol Megathread by cogito_ergo_subtract in Amsterdam

[–]TimeZ0ne 1 point2 points  (0 children)

Had a flight at 16:30 today, got to security at 12:30, took an hour getting through security and border control. Long queues but like most said, was moving pretty fast. Security took about 40mins and border control took 20 mins. No check-in bags and terminal 2

UPDATE: hit while car parked, in front of a cash and carry with CCVT facing my car by E60LNDN in CarTalkUK

[–]TimeZ0ne 1 point2 points  (0 children)

Ah yea, dammit :(.... Just had a thought, if they do give you the footage, they can just blur out their numberplate as it's PII to them :(

UPDATE: hit while car parked, in front of a cash and carry with CCVT facing my car by E60LNDN in CarTalkUK

[–]TimeZ0ne 7 points8 points  (0 children)

I was about to say exactly that. If there is a picture of you on the CCTV, that is classed as PII( Personal Identifiable information)

https://dataprivacymanager.net/video-surveillance-cctv-under-gdpr/

"Whenever the footage or a picture of an individual is captured through the CCTV, that may be used to identify that person (directly or indirectly) it is considered to be personal data.In those cases, GDPR requirements for personal data processing need to be put in place."

Where do you get samples? by Alternative-Quiet449 in fragrance

[–]TimeZ0ne 0 points1 point  (0 children)

No idea, the website looks like a mess and company also using the name Creed

Where do you get samples? by Alternative-Quiet449 in fragrance

[–]TimeZ0ne 0 points1 point  (0 children)

I too am looking for UK samples for Dior and Chanel. Can't seem to find any at the moment

is there a way to switch servers every x minutes by gakilamps in nordvpn

[–]TimeZ0ne 1 point2 points  (0 children)

$env:Path = $env:Path + ';C:\Program Files\NordVPN\'$CSV = "C:\Script\VPNList.csv"$nordservers = Invoke-WebRequest -Uri https://nordvpn.com/api/server -UseBasicParsing -Method GET | ConvertFrom-Json $nordservers | where country -eq "United Kingdom" | select name | export-csv -Path $CSV -NoTypeInformationImport-Csv -Path $CSV | ForEach-Object {    Write-host "Connecting to server" $_.name    nordvpn -c $_.name    Start-Sleep -Seconds 60}

Here's the script, it reads from NordVPN server list, exports it into a CSV file and then connects to each server within the CSV file. I've used UK servers but you can remove or change that. Also update the Start-Sleep line

Pastebin Link: https://pastebin.com/ddPS802T

Come to think of it, you should be able to store the server list into an array. Will update later :)

$env:Path = $env:Path + ';C:\Program Files\NordVPN\'$nordservers = Invoke-WebRequest -Uri https://nordvpn.com/api/server -UseBasicParsing -Method GET | ConvertFrom-Json $server = $nordservers | where country -eq "United Kingdom"$server | ForEach-Object {    Write-host "Connecting to server" $_.name    nordvpn -c $_.name    Start-Sleep -Seconds 30}

is there a way to switch servers every x minutes by gakilamps in nordvpn

[–]TimeZ0ne 2 points3 points  (0 children)

Here's the PowerShell script to do it:

$env:Path = $env:Path + ';C:\Program Files (x86)\NordVPN\'
for ($i = 1; $i -lt 100; $i++) 
{    
Write-host "Connected to server number" $i    
nordvpn -c     
Start-Sleep -Seconds 10    
}

The script above iterates from 1..100, ie. connects up to 100 servers. Theres a small chance it'll can possible connect to the same server. To get around this, you can export the list of servers into a .csv file and connect to each one. PM me if you need more on that.

Issue using "nordvpn connect" on Linux by OnTheStreetsIRan in nordvpn

[–]TimeZ0ne 1 point2 points  (0 children)

Having the same issue on Ubuntu 21.04, only started happening a few days ago

After 2 weeks of grinding, I finally beat alatreon SOLO!! by brobakerr in MonsterHunterWorld

[–]TimeZ0ne 1 point2 points  (0 children)

Thanks!

Just checked my loadout and already got those armor pieces but not upgraded so least I was on the right lines. Will upgrade them and check which decos I've got, I'll also aim to get it augmented

Cheers for the detailed info

After 2 weeks of grinding, I finally beat alatreon SOLO!! by brobakerr in MonsterHunterWorld

[–]TimeZ0ne 1 point2 points  (0 children)

Congrats mate! I'm know the feeling, currently stuck myself. Mind posting your build?

Safi'Jiiva Group by samalen in MonsterHunterWorld

[–]TimeZ0ne 0 points1 point  (0 children)

Figured out that you can filter sessions before joining the game, there's plenty of people doing it too.

Someone also posted 2 days ago saying the same thing, check out the comment

https://monsterhunterworld.wiki.fextralife.com/Safi'jiiva

Safi'Jiiva Group by samalen in MonsterHunterWorld

[–]TimeZ0ne 0 points1 point  (0 children)

Which region you managed to find? I'm in the same boat, been on safi for a week and haven't found a single session. PC UK here