TScale – distributed training on consumer GPUs (github.com)
77 points by zX41ZdbW 4h ago 15 comments
Brian Eno's Theory of Democracy (programmablemutter.com)
139 points by akkartik 12h ago 111 comments
Show HN: Visualizing web server activity using gource
6 fimdomeio 1 5/4/2025, 8:40:46 AM
I just want to share this little weekend experiment. I used gource (usually intended to show git repo changes over time) with web server logs.
Video is at: https://www.youtube.com/watch?v=NqV8wqy0v7w
It's showing the web server activity for a non profit, requesting and receiving payments, accepting new members, as well as having the two admins making changes around. This is actually surprisingly easy to do with gource by just providing a log file in a pretty simple format instead of providing the git repo. This is a low traffic server but I find it quite interesting as a way to visualize server activity. I wonder why do visualizations like these aren't seen more often.
Comments (1)
mutant · 3m ago
Wtf is gource?