I had a Samsung phone and did the same with mine. Wrote a small tutorial here(https://harigovind.org/notes/removing-samsung-android-bloatw...). But even then, these apps will pop right back after system updates and those were becoming more frequent. I got rid of it shortly after, nowadays I use Moto where bloatwares are comparatively minimal.
In Firefox, it used to show the punycode when clicked on the lock icon. Now I just checked one such domain(https://www.xn--80ak6aa92e.com/) and it didn't show the punycode until I clicked the lock icon > Connection Secure > More Information > View certificate button. I didn't know that the behavior was changed... I would have clicked the lock icon, saw `www.аррӏе.com` and would have believed I was visiting apple.com. I think it should not take more than one click to see the punycode, let alone a couple of clicks and opening a new dialog box.
It is possible to opt-out of Google's Wi-Fi network location mapping by appending "_nomap" to SSID[1], I'm not sure if it works with other providers. Although I think this should have been opt-in instead of opt-out, the least we deserve is a standard, guaranteed way to universally opt-out.
Do they loss access to their domain name as well if their TOS is violated? From their website it seems like they offer first year domain registration for free, tied to their account. It seems to fragile if the domain name goes with the suspended account.
Reminds me of my all-in-one "Ink Advantage" HP printer. The cost of ink cartridge had gone so high that it was reasonable to just not use it anymore. The cartridges can be reliably refilled 3-4 times but they put an artificial #X papers print limit on each of those cartridges and show cartridge needs to be replaced message once those limits are reached. Once there was a firmware update for some vulnerability, and the update somehow erased the previous cartridges used and I was able to refill and reuse all of my previous cartridges twice again so I know cartridges were in perfect condition despite the printer saying otherwise. It remains one of my most regretted purchases till date. Only if someone had the time and motive to jailbreak it :(
Coursera has a financial aid program for this, and it is easy to avail if one is a student from developing countries or low income households. edX has a similar program as well, where the price will get reduced to around 1/10th of original cost. In Coursera, the price is completely discounted and you can do the course for free.
See: https://learner.coursera.help/hc/en-us/articles/209819033-Ap...
I just hope firefox doesn't follow this trend. It was too difficult for me to adjust to their "one click select all" address bar that I now use ctrl + L for address bar interactions.
If you're using DuckDuckGo, we can use the !w bang to search directly on Wikipedia. Bangs are really handy, when you know where you'll find the answers, and can fallback to !s (startpage) if you feel google will have better answers for current query. This feature has been very useful for me, especially !mdn, !cpp etc. when coding.
That used to be straight forward, but now most of the apps come with certificate pinning and for seeing through network request, toying with tools Frida are now needed.
I rarely use Facebook, but when I do I use https://m.facebook.com instead of the main site. Similarly i.reddit.com and the HTML version of Gmail. Which aren't great looking, but pretty usable. I hope these versions will be maintained for a long time.
You could add !s before your search query to get Startpage results(google results without tracking) for that query. See the complete list of bangs here: https://duckduckgo.com/bang_lite.html
I don't use twitter android application and the browser version on mobile is extremely slow. This made twitter usable on my browser again. Thanks!
PS: It would be even more useful if someone hosts it in a domain like <someshortcode>twitter.com, then I can just add shortcode to the url and escape from the slow, official one.
Thanks!:) What was even more confusing, but I didn't mention in the article, was that visiting domain.name in my browser did take me to a similar website. That was because firefox will try www.<doman.tld> when <domain.tld> fails, so it was actually www.domain.name I was getting instead of domain.name. This behavior can be turned off by setting `browser.fixup.alternate.enabled` to false.
My D-Link router had domain.name as the default dhcp domain name, which caused some of my devices connected to it to resolve <whatever.tld>.domain.name when <whatever.tld> fails to resolve and someone have set up ad pages in many .domain.name pages to take advantage of the flaw. I've recently blogged about it(https://harigovind.org/articles/who-is-hijacking-my-nxdomain...). Need to be always careful when configuring things like this especially since we now have hundreds of tlds like .email, .work etc.