Tagged articles
2 articles
Page 1 of 1
AI Explorer
AI Explorer
Apr 12, 2026 · Backend Development

Generate Viral Reddit Videos with a Single Command Using RedditVideoMakerBot

This article introduces RedditVideoMakerBot, an open‑source Python tool that automates fetching hot Reddit posts, creating TTS narration, adding background media, and producing a final video file without manual editing, and provides setup instructions and future feature ideas.

GitHubPythonReddit
0 likes · 4 min read
Generate Viral Reddit Videos with a Single Command Using RedditVideoMakerBot
Selected Java Interview Questions
Selected Java Interview Questions
May 16, 2020 · Big Data

How Reddit Counts Page Views at Scale Using HyperLogLog and Kafka

The article explains Reddit's large‑scale page‑view counting system, detailing its real‑time requirements, the challenges of naive hash‑set storage, and how a hybrid approach using linear probability and HyperLogLog algorithms together with Kafka, Redis, and Cassandra achieves accurate, low‑memory, near‑real‑time analytics.

Big DataHyperLogLogKafka
0 likes · 7 min read
How Reddit Counts Page Views at Scale Using HyperLogLog and Kafka