Database AI models and cost: https://models.dev/?sort=input-costper&order=asc
LMArena - Stats (Arena Overview): https://lmarena.ai/leaderboard#:~:text=View%20all-,Arena%20Overview,-Scroll%20to%20the
Compare prices: https://codelens.ai/compare (not accurate)
| @echo off | |
| net session >nul 2>&1 | |
| if %errorlevel% neq 0 ( | |
| echo Requesting administrative privileges... | |
| powershell -Command "Start-Process '%~f0' -Verb RunAs" | |
| exit /b | |
| ) | |
| wsl sudo fstrim --all; echo "Exit status: $?"; |
Ранее, здесь находился гайд по тому, как вернуть доступ к Discord и прочим недоступным ресурсам.
Но в свете последних событий — сбои Cloudflare (как с их стороны, так и со стороны этой страны), появления адекватных способов сделать всё как раньше, [вставьте-сюда-ваши-необузданные-догадки-почему-всё-накрылось-медным-тазом] — теперь тут пусто.
Да и банальный уход автора из ДС, ровно как и малое понимание в тунеллировании и прочем таком, как-то отбросили желание поддерживать актуальность статьи.
VPN нужен любому человеку пользующимся интернетом в России. Другой вопрос - какой VPN всё ещё работает и как его достать? Благодаря людям и их ответам в VPN-треде, был составлен данный список.
Примечание: Возможно вам не требуется VPN для обхода блокировок, сначала посмотрите Дополнительные инструменты.
| Легенда | |
|---|---|
| Ограниченный трафик |
- Amnezia VPN (OpenVPN & WireGuard protocols) - Windows, MacOS, iOS, Android, Linux (no ARM support)
- Anywherelan (TCP & QUIC) - Windows, Linux, Android, MacOS
- boringproxy (in-house developed "NameDrop" protocol) - Windows, MacOS, Linux, FreeBSD, OpenBSD
- boringtun (WireGuard protocol) - MacOS, Linux (mobile clients not open source)
- Brook (in-house developed "Brook" protocol as well as WebSocket Secure, SOCKS5, and QUIC protocols) - Windows, MacOS, Linux, OpenWrt (mobile clients not open source)
- Chisel (SSH protocol) - Windows, MacOS, Linux
- cjdns (in-house developed "CryptoAuth" protocol) - Windows, MacOS, Linux, FreeBSD, N
To rename your Git master branch to main, you must do the following steps:
-
Navigate to your repository in the command line and issue the following commands: -
git branch -m master main-git push -u origin main -
Change your default branch on GitHub by going to your GitHub repository in your browser, and navigate to
Settings > Branchesand click on the dropdown and switch frommastertomainand clickUpdate(this will only show if you have two or more branches). Themainbranch is now your default branch. -
Update the tracking of the branch from your command line with the following command: -
git branch -u origin/main main
| // ver 20200601 | |
| function getM3U8() { | |
| // parsing and building playlist | |
| var blocks = []; | |
| for (var i = 0; i < playlist.length; i++) { | |
| // var block = '#EXTINF:%duration logo="%cover",%title %status\n%url\n#EXTALB:%album\n#EXTIMG:%image\n'; // alt version | |
| var block = '#EXTINF:%duration,%title %status\n%url\n'; | |
| var item = playlist[i]; | |
| block = block | |
| .replace('%duration', item.duration) |
Note: YouTube is serving thumbnails from 2 servers:
//img.youtube.com//i.ytimg.com
Examples are with //i.ytimg.com server just because it’s shorter, no other particular reason. You can use both.
-
Player Background Thumbnail (480x360):