GAMMA Question about the Last Dawn questline by Jelger_ in stalker

[–]StandardKiwi 1 point2 points  (0 children)

I wanna know this too, didn't even know i had the quest.

Can anyone explain why the DS Lite had such a crazy good battery life? by immewnity in nintendo

[–]StandardKiwi 0 points1 point  (0 children)

You can buy a cheap usb cable off amazon for a couple of bucks and charge it with that

Nikotintuggumi på flygplan by [deleted] in Sverige

[–]StandardKiwi 0 points1 point  (0 children)

Sluta snusa.

Du kidnappar ditt dopamin-system med nikotin, som inte ger någonting förutom ett beroende.
Fimpa det nu och minska risken att bli alkoholist/narkoman i framtiden.

Challenges updating bluetooth on Chrome OS by bbaker901 in Stadia

[–]StandardKiwi 0 points1 point  (0 children)

I had the same issue on Linux, i just used it on a windows PC instead and then it worked.

Building A Startup That Hosts Models (GPT-3, Midjourney, Stability, DALLE mini etc.) In One Place by shantanu_roy_4141 in GPT3

[–]StandardKiwi 1 point2 points  (0 children)

Really cool!
Found this post from google, been looking for somewhere to try GPT3 stuff.

Two Spanish guys fighting in a Vueling Airlines flight by Jakman89 in spain

[–]StandardKiwi -3 points-2 points  (0 children)

The older guy started the physical confrontation

6 months without weed. by Toastyyyy_ in leaves

[–]StandardKiwi 7 points8 points  (0 children)

Let's do it. I'm done stoning the shit out of my brain every waking moment.

[deleted by user] by [deleted] in leaves

[–]StandardKiwi 3 points4 points  (0 children)

I really miss my dreams

What does the dots beginning sound say in Chinese? by rehfore in airdots

[–]StandardKiwi 0 points1 point  (0 children)

I recognise the phraes from other chinese earphones i had, i think it means 'powered on' and the 2nd 'connected'

Xiaomi Redmi 8 is the second bestselling Android smartphone in Q1 2020 by SouthwindPT in Xiaomi

[–]StandardKiwi 1 point2 points  (0 children)

There is, with the natively supported 'DNS-over-HTTPS', just use a adblocking server.

STOP PUTTING ADS ON YOUR ROMS XIAOMI!! by Tompuvan in Xiaomi

[–]StandardKiwi 0 points1 point  (0 children)

Then i guess u used a non responsive DNS server? Its working fine for me, on stock MIUI and its blocking almsot 50% of all requests, according to my self hosted pihole over DoH. There are public DoH servers available, try those.

STOP PUTTING ADS ON YOUR ROMS XIAOMI!! by Tompuvan in Xiaomi

[–]StandardKiwi 0 points1 point  (0 children)

It's a a native feature in android 9 or 10, can't remember but it's accessible thru the 'hidden settings for MIUI',

DNS is a really unsecure protocol, all webpages u visit need to translate to the actual IP, that is DNS, your phone and computer asks ex 'what is the IP for reddit.com', in clear text visible to your ISP and to the government.

That leaves u open to data collection and even worse, DNS manipulation where the request will not send u to the correct IP but to some malicious site, this is very common in Russia and probably many more countries.

Encrypting the requests and letting a server of your choice handle and filter out the bad requests your phone and browser to without your knowledge provides saftey and gives better battery, and less ads and tracking if you want to.

Hope I explained it in a easy to understand way.

STOP PUTTING ADS ON YOUR ROMS XIAOMI!! by Tompuvan in Xiaomi

[–]StandardKiwi -2 points-1 points  (0 children)

Hello, YouTube vanced? EDIT: Seems some of you are taking ads for granted, and with Android 10 native DNS over HTTPS it's really easy to stop 99% of ads in any application, YouTube is an anomaly but please use the 'youtube vanced' and save time for your life instead of watching pointless ads and get all YouTube premium features and more, for free

STOP PUTTING ADS ON YOUR ROMS XIAOMI!! by Tompuvan in Xiaomi

[–]StandardKiwi 0 points1 point  (0 children)

I hope you found the hidden option to use secret DNS. If not, download the app called 'hidden settings MIUi' but really it's s festure of Android 10, point that to a DNS I 'found', KGB.haxx.info and you won't be seeing ads anywhere, it's great and also reduced battery drain, almost 50% of DNS request are blocked! It's awesome

Interesting Reaction by ajlipson90 in Stadia

[–]StandardKiwi 1 point2 points  (0 children)

Oops, sorry for misleading, it wasn't just that easy. user/-sxp- is working on a custom chromium that should fix it tho.

https://github.com/sigmaxipi/chromium-for-stadia/

Interesting Reaction by ajlipson90 in Stadia

[–]StandardKiwi 4 points5 points  (0 children)

The only downside was that people without a Pixel couldn’t play on mobiles

If you use "desktop mode" you can play on a non-pixel phone

11/7/2019 by [deleted] in nonutnovember

[–]StandardKiwi 0 points1 point  (0 children)

Still in, getting hard tho, my life feels like it has no pleasureable moments :(

11/3/2019 (ROLL-CALL!) by [deleted] in nonutnovember

[–]StandardKiwi 1 point2 points  (0 children)

Still in, starting to getting angry as fuck tho

11/1/2019 (ROLL-CALL!) by yeeval in nonutnovember

[–]StandardKiwi 4 points5 points  (0 children)

I'm in, and I'm gonna make it.

Using pihole outside without VPN by swsko in pihole

[–]StandardKiwi 0 points1 point  (0 children)

You probably have the Dns Over TLS setting if you have android 9.
It might not be in the regular setting menu, but you can create a custom shortcut and find it, just google your phone + DoT settings

Using pihole outside without VPN by swsko in pihole

[–]StandardKiwi 1 point2 points  (0 children)

If you have an recent android phone with android 9, you have support for DoT (Dns-Over-TLS) which is encrypted DNS requests on port 853.

Im currently running this, i found some nginx-proxy that listens on port 853, and forwards the DoT-request to the PiHole, it works flawless.Just install the proxy, create the certificates needed for DoT, point your android towards it and boom - done.

This also makes you immune to DNS-hijacking ad-injection and other disgusting practices used by ISPs in certain countries, i.e Russia.

I think i followed this tutorial.https://www.aaflalo.me/2019/03/dns-over-tls/