VOOZH about

URL: https://qiita.com/kaizen_nagoya/items/1f2b27f606058cc84ad2

⇱ arxivの論文 wgetで入手? coding(146) #DoCAP - Qiita


👁 Image
1

Go to list of users who liked

2

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

@kaizen_nagoya(Dr. Kiyoshi Ogawa)

arxivの論文 wgetで入手? coding(146)

1
Last updated at Posted at 2020-10-24

Gödel Prize 論文及びゲーデル論文を英語(邪道)で読む
https://qiita.com/kaizen_nagoya/items/28121110bcd00de43fef

の作業中、https://arxiv.org
にある論文をダウンロードしようとしてwgetしたら次のエラーが出た。

ブラウザで読むと読める。

wget https://arxiv.org/pdf/0903.0544.pdf
--2020-10-24 07:54:18-- https://arxiv.org/pdf/0903.0544.pdf
Resolving arxiv.org (arxiv.org)... 128.84.21.199
Connecting to arxiv.org (arxiv.org)|128.84.21.199|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2020-10-24 07:54:19 ERROR 403: Forbidden.

wgetにおまじないをすればいいか調べる。

wget -h 
GNU Wget 1.19.4, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...

Mandatory arguments to long options are mandatory for short options too.

Startup:
 -V, --version display the version of Wget and exit
 -h, --help print this help
 -b, --background go to background after startup
 -e, --execute=COMMAND execute a `.wgetrc'-style command

Logging and input file:
 -o, --output-file=FILE log messages to FILE
 -a, --append-output=FILE append messages to FILE
 -d, --debug print lots of debugging information
 -q, --quiet quiet (no output)
 -v, --verbose be verbose (this is the default)
 -nv, --no-verbose turn off verboseness, without being quiet
 --report-speed=TYPE output bandwidth as TYPE. TYPE can be bits
 -i, --input-file=FILE download URLs found in local or external FILE
 -F, --force-html treat input file as HTML
 -B, --base=URL resolves HTML input-file links (-i -F)
 relative to URL
 --config=FILE specify config file to use
 --no-config do not read any config file
 --rejected-log=FILE log reasons for URL rejection to FILE

Download:
 -t, --tries=NUMBER set number of retries to NUMBER (0 unlimits)
 --retry-connrefused retry even if connection is refused
 -O, --output-document=FILE write documents to FILE
 -nc, --no-clobber skip downloads that would download to
 existing files (overwriting them)
 --no-netrc don't try to obtain credentials from .netrc
 -c, --continue resume getting a partially-downloaded file
 --start-pos=OFFSET start downloading from zero-based position OFFSET
 --progress=TYPE select progress gauge type
 --show-progress display the progress bar in any verbosity mode
 -N, --timestamping don't re-retrieve files unless newer than
 local
 --no-if-modified-since don't use conditional if-modified-since get
 requests in timestamping mode
 --no-use-server-timestamps don't set the local file's timestamp by
 the one on the server
 -S, --server-response print server response
 --spider don't download anything
 -T, --timeout=SECONDS set all timeout values to SECONDS
 --dns-timeout=SECS set the DNS lookup timeout to SECS
 --connect-timeout=SECS set the connect timeout to SECS
 --read-timeout=SECS set the read timeout to SECS
 -w, --wait=SECONDS wait SECONDS between retrievals
 --waitretry=SECONDS wait 1..SECONDS between retries of a retrieval
 --random-wait wait from 0.5*WAIT...1.5*WAIT secs between retrievals
 --no-proxy explicitly turn off proxy
 -Q, --quota=NUMBER set retrieval quota to NUMBER
 --bind-address=ADDRESS bind to ADDRESS (hostname or IP) on local host
 --limit-rate=RATE limit download rate to RATE
 --no-dns-cache disable caching DNS lookups
 --restrict-file-names=OS restrict chars in file names to ones OS allows
 --ignore-case ignore case when matching files/directories
 -4, --inet4-only connect only to IPv4 addresses
 -6, --inet6-only connect only to IPv6 addresses
 --prefer-family=FAMILY connect first to addresses of specified family,
 one of IPv6, IPv4, or none
 --user=USER set both ftp and http user to USER
 --password=PASS set both ftp and http password to PASS
 --ask-password prompt for passwords
 --use-askpass=COMMAND specify credential handler for requesting 
 username and password. If no COMMAND is 
 specified the WGET_ASKPASS or the SSH_ASKPASS 
 environment variable is used.
 --no-iri turn off IRI support
 --local-encoding=ENC use ENC as the local encoding for IRIs
 --remote-encoding=ENC use ENC as the default remote encoding
 --unlink remove file before clobber
 --xattr turn on storage of metadata in extended file attributes

Directories:
 -nd, --no-directories don't create directories
 -x, --force-directories force creation of directories
 -nH, --no-host-directories don't create host directories
 --protocol-directories use protocol name in directories
 -P, --directory-prefix=PREFIX save files to PREFIX/..
 --cut-dirs=NUMBER ignore NUMBER remote directory components

HTTP options:
 --http-user=USER set http user to USER
 --http-password=PASS set http password to PASS
 --no-cache disallow server-cached data
 --default-page=NAME change the default page name (normally
 this is 'index.html'.)
 -E, --adjust-extension save HTML/CSS documents with proper extensions
 --ignore-length ignore 'Content-Length' header field
 --header=STRING insert STRING among the headers
 --max-redirect maximum redirections allowed per page
 --proxy-user=USER set USER as proxy username
 --proxy-password=PASS set PASS as proxy password
 --referer=URL include 'Referer: URL' header in HTTP request
 --save-headers save the HTTP headers to file
 -U, --user-agent=AGENT identify as AGENT instead of Wget/VERSION
 --no-http-keep-alive disable HTTP keep-alive (persistent connections)
 --no-cookies don't use cookies
 --load-cookies=FILE load cookies from FILE before session
 --save-cookies=FILE save cookies to FILE after session
 --keep-session-cookies load and save session (non-permanent) cookies
 --post-data=STRING use the POST method; send STRING as the data
 --post-file=FILE use the POST method; send contents of FILE
 --method=HTTPMethod use method "HTTPMethod" in the request
 --body-data=STRING send STRING as data. --method MUST be set
 --body-file=FILE send contents of FILE. --method MUST be set
 --content-disposition honor the Content-Disposition header when
 choosing local file names (EXPERIMENTAL)
 --content-on-error output the received content on server errors
 --auth-no-challenge send Basic HTTP authentication information
 without first waiting for the server's
 challenge

HTTPS (SSL/TLS) options:
 --secure-protocol=PR choose secure protocol, one of auto, SSLv2,
 SSLv3, TLSv1, TLSv1_1, TLSv1_2 and PFS
 --https-only only follow secure HTTPS links
 --no-check-certificate don't validate the server's certificate
 --certificate=FILE client certificate file
 --certificate-type=TYPE client certificate type, PEM or DER
 --private-key=FILE private key file
 --private-key-type=TYPE private key type, PEM or DER
 --ca-certificate=FILE file with the bundle of CAs
 --ca-directory=DIR directory where hash list of CAs is stored
 --crl-file=FILE file with bundle of CRLs
 --pinnedpubkey=FILE/HASHES Public key (PEM/DER) file, or any number
 of base64 encoded sha256 hashes preceded by
 'sha256//' and separated by ';', to verify
 peer against
 --random-file=FILE file with random data for seeding the SSL PRNG

HSTS options:
 --no-hsts disable HSTS
 --hsts-file path of HSTS database (will override default)

FTP options:
 --ftp-user=USER set ftp user to USER
 --ftp-password=PASS set ftp password to PASS
 --no-remove-listing don't remove '.listing' files
 --no-glob turn off FTP file name globbing
 --no-passive-ftp disable the "passive" transfer mode
 --preserve-permissions preserve remote file permissions
 --retr-symlinks when recursing, get linked-to files (not dir)

FTPS options:
 --ftps-implicit use implicit FTPS (default port is 990)
 --ftps-resume-ssl resume the SSL/TLS session started in the control connection when
 opening a data connection
 --ftps-clear-data-connection cipher the control channel only; all the data will be in plaintext
 --ftps-fallback-to-ftp fall back to FTP if FTPS is not supported in the target server
WARC options:
 --warc-file=FILENAME save request/response data to a .warc.gz file
 --warc-header=STRING insert STRING into the warcinfo record
 --warc-max-size=NUMBER set maximum size of WARC files to NUMBER
 --warc-cdx write CDX index files
 --warc-dedup=FILENAME do not store records listed in this CDX file
 --no-warc-digests do not calculate SHA1 digests
 --no-warc-keep-log do not store the log file in a WARC record
 --warc-tempdir=DIRECTORY location for temporary files created by the
 WARC writer

Recursive download:
 -r, --recursive specify recursive download
 -l, --level=NUMBER maximum recursion depth (inf or 0 for infinite)
 --delete-after delete files locally after downloading them
 -k, --convert-links make links in downloaded HTML or CSS point to
 local files
 --convert-file-only convert the file part of the URLs only (usually known as the basename)
 --backups=N before writing file X, rotate up to N backup files
 -K, --backup-converted before converting file X, back up as X.orig
 -m, --mirror shortcut for -N -r -l inf --no-remove-listing
 -p, --page-requisites get all images, etc. needed to display HTML page
 --strict-comments turn on strict (SGML) handling of HTML comments

Recursive accept/reject:
 -A, --accept=LIST comma-separated list of accepted extensions
 -R, --reject=LIST comma-separated list of rejected extensions
 --accept-regex=REGEX regex matching accepted URLs
 --reject-regex=REGEX regex matching rejected URLs
 --regex-type=TYPE regex type (posix|pcre)
 -D, --domains=LIST comma-separated list of accepted domains
 --exclude-domains=LIST comma-separated list of rejected domains
 --follow-ftp follow FTP links from HTML documents
 --follow-tags=LIST comma-separated list of followed HTML tags
 --ignore-tags=LIST comma-separated list of ignored HTML tags
 -H, --span-hosts go to foreign hosts when recursive
 -L, --relative follow relative links only
 -I, --include-directories=LIST list of allowed directories
 --trust-server-names use the name specified by the redirection
 URL's last component
 -X, --exclude-directories=LIST list of excluded directories
 -np, --no-parent don't ascend to the parent directory

Mail bug reports and suggestions to <bug-wget@gnu.org>

why would curl and wget result in a 403 forbidden?
https://unix.stackexchange.com/questions/139698/why-would-curl-and-wget-result-in-a-403-forbidden

関連資料

' @kazuo_reve 私が効果を確認した「小川メソッド」
https://qiita.com/kazuo_reve/items/a3ea1d9171deeccc04da

' @kazuo_reve 新人の方によく展開している有益な情報
https://qiita.com/kazuo_reve/items/d1a3f0ee48e24bba38f1

' @kazuo_reve Vモデルについて勘違いしていたと思ったこと
https://qiita.com/kazuo_reve/items/46fddb094563bd9b2e1e

Engineering Festa 2024前に必読記事一覧

登壇直後版 色使い(JIS安全色) Qiita Engineer Festa 2023〜私しか得しないニッチな技術でLT〜 スライド編 0.15
https://qiita.com/kaizen_nagoya/items/f0d3070d839f4f735b2b

プログラマが知っていると良い「公序良俗」
https://qiita.com/kaizen_nagoya/items/9fe7c0dfac2fbd77a945

逆も真:社会人が最初に確かめるとよいこと。OSEK(69)、Ethernet(59)
https://qiita.com/kaizen_nagoya/items/39afe4a728a31b903ddc

統計の嘘。仮説(127)
https://qiita.com/kaizen_nagoya/items/63b48ecf258a3471c51b

自分の言葉だけで論理展開できるのが天才なら、文章の引用だけで論理展開できるのが秀才だ。仮説(136)
https://qiita.com/kaizen_nagoya/items/97cf07b9e24f860624dd

参考文献駆動執筆(references driven writing)・デンソークリエイト編
https://qiita.com/kaizen_nagoya/items/b27b3f58b8bf265a5cd1

「何を」よりも「誰を」。10年後のために今見習いたい人たち
https://qiita.com/kaizen_nagoya/items/8045978b16eb49d572b2

Qiitaの記事に3段階または5段階で到達するための方法
https://qiita.com/kaizen_nagoya/items/6e9298296852325adc5e

出力(output)と呼ばないで。これは状態(state)です。
https://qiita.com/kaizen_nagoya/items/80b8b5913b2748867840

coding (101) 一覧を作成し始めた。omake:最近のQiitaで表示しない5つの事象
https://qiita.com/kaizen_nagoya/items/20667f09f19598aedb68

あなたは「勘違いまとめ」から、勘違いだと言っていることが勘違いだといくつ見つけられますか。人間の間違い(human error(125))の種類と対策
https://qiita.com/kaizen_nagoya/items/ae391b77fffb098b8fb4

プログラマの「プログラムが書ける」思い込みは強みだ。3つの理由。仮説(168)統計と確率(17) , OSEK(79)
https://qiita.com/kaizen_nagoya/items/bc5dd86e414de402ec29

出力(output)と呼ばないで。これは状態(state)です。
https://qiita.com/kaizen_nagoya/items/80b8b5913b2748867840

これからの情報伝達手段の在り方について考えてみよう。炎上と便乗。
https://qiita.com/kaizen_nagoya/items/71a09077ac195214f0db

ISO/IEC JTC1 SC7 Software and System Engineering
https://qiita.com/kaizen_nagoya/items/48b43f0f6976a078d907

アクセシビリティの知見を発信しよう!(再び)
https://qiita.com/kaizen_nagoya/items/03457eb9ee74105ee618

統計論及確率論輪講(再び)
https://qiita.com/kaizen_nagoya/items/590874ccfca988e85ea3

読者の心をグッと惹き寄せる7つの魔法
https://qiita.com/kaizen_nagoya/items/b1b5e89bd5c0a211d862

@kazuo_reve 新人の方によく展開している有益な情報」確認一覧
https://qiita.com/kaizen_nagoya/items/b9380888d1e5a042646b

ソースコードで議論しよう。日本語で議論するの止めましょう(あるプログラミング技術の議論報告)
https://qiita.com/kaizen_nagoya/items/8b9811c80f3338c6c0b0

脳内コンパイラの3つの危険
https://qiita.com/kaizen_nagoya/items/7025cf2d7bd9f276e382

心理学の本を読むよりはコンパイラ書いた方がよくね。仮説(34)
https://qiita.com/kaizen_nagoya/items/fa715732cc148e48880e

NASAを超えるつもりがあれば読んでください。
https://qiita.com/kaizen_nagoya/items/e81669f9cb53109157f6

データサイエンティストの気づき!「勉強して仕事に役立てない人。大嫌い!!」『それ自分かも?』ってなった!!!
https://qiita.com/kaizen_nagoya/items/d85830d58d8dd7f71d07

「ぼくの好きな先生」「人がやらないことをやれ」プログラマになるまで。仮説(37) 
https://qiita.com/kaizen_nagoya/items/53e4bded9fe5f724b3c4

なぜ経済学徒を辞め、計算機屋になったか(経済学部入学前・入学後・卒業後対応) 転職(1)
https://qiita.com/kaizen_nagoya/items/06335a1d24c099733f64

プログラミング言語教育のXYZ。 仮説(52)
https://qiita.com/kaizen_nagoya/items/1950c5810fb5c0b07be4

【24卒向け】9ヶ月後に年収1000万円を目指す。二つの関門と三つの道。
https://qiita.com/kaizen_nagoya/items/fb5bff147193f726ad25

「【25卒向け】Qiita Career Meetup for STUDENT」予習の勧め
https://qiita.com/kaizen_nagoya/items/00eadb8a6e738cb6336f

大学入試不合格でも筆記試験のない大学に入って卒業できる。卒業しなくても博士になれる。
https://qiita.com/kaizen_nagoya/items/74adec99f396d64b5fd5

全世界の不登校の子供たち「博士論文」を書こう。世界子供博士論文遠隔実践中心 安全(99)
https://qiita.com/kaizen_nagoya/items/912d69032c012bcc84f2

小川メソッド 覚え(書きかけ)
https://qiita.com/kaizen_nagoya/items/3593d72eca551742df68

DoCAP(ドゥーキャップ)って何ですか?
https://qiita.com/kaizen_nagoya/items/47e0e6509ab792c43327

views 20,000越え自己記事一覧
https://qiita.com/kaizen_nagoya/items/58e8bd6450957cdecd81

Views1万越え、もうすぐ1万記事一覧 最近いいねをいただいた213記事
https://qiita.com/kaizen_nagoya/items/d2b805717a92459ce853

自己記事一覧

Qiitaで逆リンクを表示しなくなったような気がする。時々、スマフォで表示するとあらわっることがあり、完全に削除したのではなさそう。

4月以降、せっせとリンクリストを作り、統計を取って確率を説明しようとしている。
2025年2月末を目標にしている。

物理記事 上位100
https://qiita.com/kaizen_nagoya/items/66e90fe31fbe3facc6ff

量子(0) 計算機, 量子力学
https://qiita.com/kaizen_nagoya/items/1cd954cb0eed92879fd4

数学関連記事100
https://qiita.com/kaizen_nagoya/items/d8dadb49a6397e854c6d

統計(0)一覧
https://qiita.com/kaizen_nagoya/items/80d3b221807e53e88aba

図(0) state, sequence and timing. UML and お絵描き
https://qiita.com/kaizen_nagoya/items/60440a882146aeee9e8f

品質一覧
https://qiita.com/kaizen_nagoya/items/2b99b8e9db6d94b2e971

言語・文学記事 100
https://qiita.com/kaizen_nagoya/items/42d58d5ef7fb53c407d6

医工連携関連記事一覧
https://qiita.com/kaizen_nagoya/items/6ab51c12ba51bc260a82

自動車 記事 100
https://qiita.com/kaizen_nagoya/items/f7f0b9ab36569ad409c5

通信記事100
https://qiita.com/kaizen_nagoya/items/1d67de5e1cd207b05ef7

日本語(0)一欄
https://qiita.com/kaizen_nagoya/items/7498dcfa3a9ba7fd1e68

英語(0) 一覧
https://qiita.com/kaizen_nagoya/items/680e3f5cbf9430486c7d

転職(0)一覧
https://qiita.com/kaizen_nagoya/items/f77520d378d33451d6fe

仮説(0)一覧(目標100現在40)
https://qiita.com/kaizen_nagoya/items/f000506fe1837b3590df

音楽 一覧(0)
https://qiita.com/kaizen_nagoya/items/b6e5f42bbfe3bbe40f5d

@kazuo_reve 新人の方によく展開している有益な情報」確認一覧
https://qiita.com/kaizen_nagoya/items/b9380888d1e5a042646b

Qiita(0)Qiita関連記事一覧(自分)
https://qiita.com/kaizen_nagoya/items/58db5fbf036b28e9dfa6

鉄道(0)鉄道のシステム考察はてっちゃんがてつだってくれる
https://qiita.com/kaizen_nagoya/items/26bda595f341a27901a0

安全(0)安全工学シンポジウムに向けて: 21
https://qiita.com/kaizen_nagoya/items/c5d78f3def8195cb2409

一覧の一覧( The directory of directories of mine.) Qiita(100)
https://qiita.com/kaizen_nagoya/items/7eb0e006543886138f39

Ethernet 記事一覧 Ethernet(0)
https://qiita.com/kaizen_nagoya/items/88d35e99f74aefc98794

Wireshark 一覧 wireshark(0)、Ethernet(48)
https://qiita.com/kaizen_nagoya/items/fbed841f61875c4731d0

線網(Wi-Fi)空中線(antenna)(0) 記事一覧(118/300目標)
https://qiita.com/kaizen_nagoya/items/5e5464ac2b24bd4cd001

OSEK OS設計の基礎 OSEK(100)
https://qiita.com/kaizen_nagoya/items/7528a22a14242d2d58a3

Error一覧 error(0)
https://qiita.com/kaizen_nagoya/items/48b6cbc8d68eae2c42b8

++ Support(0) 
https://qiita.com/kaizen_nagoya/items/8720d26f762369a80514

Coding(0) Rules, C, Secure, MISRA and so on
https://qiita.com/kaizen_nagoya/items/400725644a8a0e90fbb0

coding (101) 一覧を作成し始めた。omake:最近のQiitaで表示しない5つの事象
https://qiita.com/kaizen_nagoya/items/20667f09f19598aedb68

プログラマによる、プログラマのための、統計(0)と確率のプログラミングとその後
https://qiita.com/kaizen_nagoya/items/6e9897eb641268766909

なぜdockerで機械学習するか 書籍・ソース一覧作成中 (目標100)
https://qiita.com/kaizen_nagoya/items/ddd12477544bf5ba85e2

言語処理100本ノックをdockerで。python覚えるのに最適。:10+12
https://qiita.com/kaizen_nagoya/items/7e7eb7c543e0c18438c4

プログラムちょい替え(0)一覧:4件
https://qiita.com/kaizen_nagoya/items/296d87ef4bfd516bc394

Python(0)記事をまとめたい。
https://qiita.com/kaizen_nagoya/items/088c57d70ab6904ebb53

官公庁・学校・公的団体(NPOを含む)システムの課題、官(0)
https://qiita.com/kaizen_nagoya/items/04ee6eaf7ec13d3af4c3

「はじめての」シリーズ  ベクタージャパン 
https://qiita.com/kaizen_nagoya/items/2e41634f6e21a3cf74eb

AUTOSAR(0)Qiita記事一覧, OSEK(75)
https://qiita.com/kaizen_nagoya/items/89c07961b59a8754c869

プログラマが知っていると良い「公序良俗」
https://qiita.com/kaizen_nagoya/items/9fe7c0dfac2fbd77a945

LaTeX(0) 一覧 
https://qiita.com/kaizen_nagoya/items/e3f7dafacab58c499792

自動制御、制御工学一覧(0)
https://qiita.com/kaizen_nagoya/items/7767a4e19a6ae1479e6b

Rust(0) 一覧 
https://qiita.com/kaizen_nagoya/items/5e8bb080ba6ca0281927

100以上いいねをいただいた記事16選
https://qiita.com/kaizen_nagoya/items/f8d958d9084ffbd15d2a

小川清最終講義、最終講義(再)計画, Ethernet(100) 英語(100) 安全(100)
https://qiita.com/kaizen_nagoya/items/e2df642e3951e35e6a53

大規模言語モデル講座 基礎編 2025 Autumn 敗因を勝因に
https://qiita.com/kaizen_nagoya/items/34ffd2b0c47a5f3665d9

MCP入門 〜面倒なことはAIエージェントにやらせよう〜 by からあげ を聞きながら
https://qiita.com/kaizen_nagoya/items/54b648c838fae8d57e38

MCP入門 〜面倒なことはAIエージェントにやらせよう〜 by からあげ を聞きながら、補足と反論 by ChatGPT
https://qiita.com/kaizen_nagoya/items/0939d58d31666562090c

【松尾研LLMコミュニティ】面倒なことはLLMにやらせよう "Beginning LLM"2024年10月17日 AI(9)
https://qiita.com/kaizen_nagoya/items/efdc23fbe67cdae2126e

ChatGPT利用の技4つ with ChatGPT
https://qiita.com/kaizen_nagoya/items/4a178bd6a09a4a471a7f

ChatGPTによるQiita記事の改良と補足
https://qiita.com/kaizen_nagoya/items/20604d6dd0702ab95c2f

ChatGPTによるQiita記事の改良と補足(2)
https://qiita.com/kaizen_nagoya/items/996275307ffc8c1243f8

本から始める 面倒なことはChatGPTにやらせよう by からあげ
https://qiita.com/kaizen_nagoya/items/f5ce2a18db54b5610e4b

C言語(C++)が必要な人と必要ない人
https://qiita.com/kaizen_nagoya/items/2afe9e846b55b24cb6f1

C言語(C++)が必要な人、必要ない人 ChatGPT
https://qiita.com/kaizen_nagoya/items/a074cb8cd292d8d94bd4

C言語を習得する3つの方法
https://qiita.com/kaizen_nagoya/items/84cab0888c193bba429b

C言語を習得する3つの方法 ChatGPT
https://qiita.com/kaizen_nagoya/items/4a3518a18fa49f46787f
<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
This article is an individual impression based on my individual experience. It has nothing to do with the organization or business to which I currently belong.

文書履歴(document history)

ver. 0.01 初稿  20240728

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

1

Go to list of users who liked

2
0

Go to list of comments

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1

Go to list of users who liked

2