HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Juice10

no profile record

Submissions

Why Cursor's flat-fee pricing could lead to its downfall

blog.kilocode.ai
5 points·by Juice10·в прошлом году·3 comments

comments

Juice10
·10 месяцев назад·discuss
rrweb maintainer here, thanks for giving the library a shout out!
Juice10
·в прошлом году·discuss
For the next open source AI tool to try I suggest: Kwaak - https://github.com/bosun-ai/kwaak Curious to see what the author thinks of this one.
Juice10
·2 года назад·discuss
DataDog, Sentry and Highlight use rrweb quite heavily in their tools to give you an idea of where things went wrong. I haven’t compared it to other session replay tools recently unfortunately, but when I was comparing it to the others a number of years ago rrweb had broadest compatibility with most permissive license.
Juice10
·2 года назад·discuss
Maintainer of rrweb here: media playback was added a little while ago and was recently improved quite a lot. Canvas recording is also available but there are three different ways of doing that as all three have their own pros/cons.
Juice10
·2 года назад·discuss
Maintainer of rrweb here. I used replay.io for debugging sometimes, it’s really quite useful. It is however a standalone browser and it works by intercepting quite low level browser calls which is only possible to do with a forked version of a browser. So it’s great for debugging if you know what you’d like to reproduce or deep-dive into. rrweb is more versatile as it can run in any browser and you could use it for analytics, live streaming for support, or recording tutorial videos like we do at https://recordonce.com
Juice10
·2 года назад·discuss
If you (git) checkout the project you can use either `yarn repl` or `yarn live-stream` in the `packages/rrweb` folder to play with it locally
Juice10
·2 года назад·discuss
Maintainer of rrweb here: if you check out the packages folder you’ll see an extensions package that does just that.