hopperelec

Results 89 comments of hopperelec

If I'm understanding your issue correctly, I have the same issue here- I want users to only be able to pan when zoomed in. I tried setting the bounds to...

After researching the Alexa rankings a bit, I found out that Cloudflare made [a replacement to it](https://radar.cloudflare.com/domains) which actually lets you download the data on the top 1000000 domains along...

This is public data and I think it provides categorization but it requires AWS to query so I've not been able to test it yet https://commoncrawl.org/

Ah this is cool! I noticed the different branches of the repo and, after submitting, I knew it would be an A/B test but my assumption was that it was...

I think it would be good if logical partitions were used, too. That way, only the data needed for whichever tab a user is viewing would be loaded which would...

> Every card analysis is generated on the fly using the full database, we can't "split it by tab" I wasn't meaning splitting by tab, I was meaning splitting by...

I think custom behaviour should still be available for the app. Primarily because the app is much more intuitive and accessible than the CLI

Just realised- this isn't a report-specific option, in fact iirc report pages don't have analytics anymore, so it is specifically for the site as a whole. So I don't think...

Language identification is done using [Facebook's fastText](https://fasttext.cc/docs/en/language-identification.html) for a group of messages in the [MessageProcessor](https://github.com/mlomb/chat-analytics/blob/main/pipeline/process/MessageProcessor.ts#L50-L55). The final calculations (incl if the languages identified are reliable enough) are done in [LanguageStats](https://github.com/mlomb/chat-analytics/blob/main/pipeline/aggregate/blocks/language/LanguageStats.ts#L40-L47),...

Oh, it looks like a new interval is only opened if an existing interval isn't already open ([source](https://github.com/mlomb/chat-analytics/blob/main/pipeline/process/ChannelMessages.ts#L58-L68)), and an interval is only closed at the end of an input...