An artistic web project that displays the 100 latest post titles from the subreddit r/selfimprovement as an infinite scrolling ticker.
See published version at neverstopimproving.robertziesenis.xyz
Project by Robert Ziesenis Version 1.0: May 2026
robertziesenis.xyz hey@robertziesenis.xyz
Since the project is using PHP to scrape information from reddit's RSS feed, a PHP-capable web server is required for the code to work.
Serve the project from a PHP-capable web server and open the site in your browser.
Example:
cd /path/to/selfimprovement
php -S localhost:8000Then open:
http://localhost:8000/
The app uses rss-proxy.php to fetch Reddit RSS from the server side and avoid browser CORS restrictions.