February 8, 20251009 words

My Guide to the Global Internet

Here is my guide to the global Internet.

Note: This blog is written in early 2025. Things might change in the future. I only speak Chinese(native), English(near-native), Russian(intermediate), German(intermediate)

Global Websites/Platforms

Social Media

USChinaRussiaEUJapan/KoreaOpen-Source & Other
VideoYouTube, TwitchBilibili, 抖音, Tiktok(blocked in China), 微信视频号Vk Video, RutubeStream.cz(Czech)Niconico, SOOP, Naver TVLikee(Singapore), PeerTube(Open-source), Aparat(Iran)
ChatWhatsapp, Discord, Facebook Messenger, Signal微信, QQTelegram(in Dubai now), Vk Messenger, MaxViber(Cyprus)Line, KakaoTalkMatrix(Open-source)
Micro-BloggingX, Facebook, Instagram, Threads, Bluesky, Tumblr微博,小红书Vk, Ok/Mixi, BANDMastodon(Open-source), Eitaa (Iran)
Forums/Q&AReddit, Quora, Hacker News知乎,贴吧Pikabu, Ответы MailGutefrage(Germany), Jeuxvideo(France)Chiebukuro, 2channel, DCinsideLemmy(Open-source)
BloggingMedium, Substack微信公众号, 知乎专栏,CSDNDzen, Habr/Note.com, Naver Blog, Daum CafeGhost(Open-source), Wordpress(Open-source)

Entertainment

USChinaRussiaEUJapan/KoreaOpen-Source & Other
MoviesNetflix, IMDb, Rotten TomatoesIQIYI, 豆瓣电影IVI, KinopoiskAlloCine(France)Watcha, Naver Movie/
BooksGoodreads豆瓣读书Livelib, Яндекс книгуLovelyBooks(Germany)Bookmeter, Aladin/
SportsESPN, NBCCCTV5Match TVKicker(Germany), Sport.cz (Czech)NHK Sports, Naver Sports, Daum SportsVarzesh3(Iran)

Utility

USChinaRussiaEUJapan/KoreaOpen-Source & Other
MailGmail, Outlook, iCloud163Yandex Mail, Mail.ruGMX(Germany), Proton(Switzerland), Seznam Mail(Czech)Yahoo Mail, Naver Mail/
ShoppingAmazon, eBay京东,淘宝,拼多多Ozon, WildberriesZalando(Germany)Rakuten, Coupang/
MoneyPaypal, Google Pay微信,支付宝SberPay/Line Pay, Naver Pay, Kakao Pay/
Mobile ProviderAT&T, Verizon, T-Mobile中国移动, 中国联通, 中国电信МТС, МегаФон, БилайнDeutsche Telekom(Germany), Orange(France)NTT Docomo, SoftBank, KDDI, SK Telecom, KT, LG U+MTN Irancell(Iran)
JobsLinkedInBOSS 直聘HeadHunterXing(Germany), Volnamista(Czech)Rikunabi, Saramin/
MobileGoogle Play, Apple Appstore华为应用市场Rustore//F-Droid(Open-source), Cafe Bazaar(Iran)
TranslationGoogle Translate百度翻译Yandex TranslateDeepL(Germany), Seznam Slovník(Czech)Naver Papago/

Hard Tech

USChinaRussiaEUJapan/KoreaOpen-Source & Other
SearchGoogle, Bing百度,搜狗YandexSeznam(Czech)Yahoo, Naver/
CloudAWS, Azure, GCP, Cloudflare阿里云,腾讯云,华为云Yandex Cloud, Selectel, Timeweb, DDOS GuardIonos(Germany), Hetzner(Germany), Upcloud(Finland), OVH(France)NTT, Fujitsu, Naver, Kakao, Samsung/
LLMGoogle Gemini, Grok, Claude, HuggingFaceDeepSeek, QwenGigachat, Yandex AliceMistral AI(France)//

Resources

USChinaRussiaEUJapan/KoreaOpen-Source & Other
GitGithubGiteeGitflic//Gitlab(Open-source)
MapsGoogle Maps, Apple Maps高德地图, 百度地图Yandex Maps, 2gisHere Maps(Germany), Mapy.cz(Czech), Mappy(France)Yahoo! Japan Maps, Naver MapOpenStreetMap(Open-source)
WikiWikipedia百度百科Ruwiki/Namu(Korea)EcuRed (Cuba)
ArchiveInternet Archive//archive.today(Czech)//

Internet Archive

Many websites can be archived, for example, Wikipedia pages(since everything changes), Reddit communities before they go down or get banned, or YouTube channels before they delete their videos. Internet Archive also contains OpenStreetMap data. It also saves YouTube videos by decoding the video url to something like googlevideo.com and archiving it. Internet Archive took down controversial far-right websites. If you use Internet Archive to save a large file on the Internet it will save around 200 MB, and if the webpage contains too much content it won't be able to save everything in external links.

Internet Archive can be used in a S3 bucket-like way. Internet Archive doesn't allow uploading encrypted zip files (you can zip the encrypted file again to upload but that's not a good idea). There is no limit for uploading.

Internet's Dark Places

For a website to thrive (even a bad one), there needs to be large amounts of people for an active community. Google does block some, but Yandex doesn't. Websites with copyrighted movies, torrents, gore contents or political extremism are literally one search away on Google or Yandex. These websites need DDOS protection and Cloudflare might be unwilling to offer service to them. You can look up the domain's DNS server on WHOIS, some examples are DDoS-Guard(breachforums) or DNSPod(kiwifarms).

The thing needs to be really, really bad and taboo(drugs, exploitation) for it to be only available in the dark web. This is very dangerous and pointless for me.

How to Control Your Data?

The Easy (Good) Solution

Don't care about your data. When there are too many files on Google Drive, empty it without backing up. Or even better, forget where you stored files.

The Complicated (Horrible) Solution

Userscript and Extensions

I use extensions such as Ublock Origin, but for general stuff I like Userscripts more because it's cross-browser. Userscripts is basically automatically running code in the debugging console. Userscripts cannot create new things (theoretically yes, if you write a million lines of code, but practically)

  • Customizing up the UI and removing annoyances, layout changes, dark mode
  • Adding keyboard shortcuts
  • Redirect and block websites
  • Auto-clicking, auto-filling
  • Interacting with the page source code or external sources(on YouTube fetch different subtitles from network requests, on IMDB add a link near a movie to search on a torrent site, on YouTube add a button to get a summary of the video by making a request to a cloud provider)

Loading...




Loading...