HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ksarw

no profile record

コメント

ksarw
·2 年前·議論
Great write up, I enjoyed the reading the explanations for each piece and found them to be clear and quite thorough.

I did make the mistake though of clicking "+ expand source", and after seeing the (remarkable) abomination I can sympathize with ChatGPT's "SQL is not suitable for implementing large language model..." :)
ksarw
·2 年前·議論
I see, thanks for sharing!

I think given the cost advantage for s3 for storage, it seems almost better to pull from R2 into s3 for long-term storage (some inverse slurper).

It's good to hear though that R2 can singlehandedly match s3+cloudfront; that being said, video delivery is a bit different I'd imagine, even s3+cloudfront is finnicky with range requests etc.
ksarw
·2 年前·議論
I don't think Cloudflare's free egress covers video storage and retrieval

https://community.cloudflare.com/t/can-we-serve-video-with-r...

Please correct me if I am mistaken; also R2 is not a CDN, and more like s3 in terms of delivering from the edge

No issue with your comment specifically, just wondering if you know. currently using s3+cloudfront for mp4 storage+delivery, and would like to move to something better if possible.
ksarw
·3 年前·議論
This was super neat, really appreciate all the examples :)
ksarw
·3 年前·議論
by going exponential, they mean 2^x; x^2 can still be the same "size" as x
ksarw
·3 年前·議論
Congrats on the launch! One step closer to Jarvis.. ;)
ksarw
·4 年前·議論
Pushshift comes to mind: https://github.com/pushshift/api

There are a couple different clients for it on GitHub