I've been looking at setting something up with mkosi/systemd for my home server/NAS - it's interesting seeing how different setups are solving the problem for inspiration.
This is really cool, now I'm tempted to add some kind of interactive element like this to my website. reminds me of the 2000s internet online user/views counters
Haha nice point of reference (LotR) - I ended up not storing user-agent/ip etc, only 8 bytes for the timestamp. I was initially going to dump the clicks on sqlite but it felt a bit OTT, so I just keep appending the 8 bytes to the end of a file.
I regret not keeping more details, would make for an interesting an analysis and as you said unlikely to hurt storage unless more people were clicking.
Yeah hahah, I suspect a lot of the clicks have already been automated, when I went to sleep it was at around ~4k clicks and in the morning it had gone up to 140k clicks
Curious to see how much load/clicks the hacky Go code will handle
That's why I said "clean room implementation". Any reason why Pumpkin does not build on top of Valence?
Would be great to see a more cohesive ecosystem for Minecraft servers in the rust community rather than reinventing the wheel
It doesn't seem like it's using Gemini Ultra yet. For me it seems like only the interface has been updated since the image generation capabilities are not working.
Is part of this publicly available? After seeing, - https://words.filippo.io/frood/ - https://0pointer.net/blog/fitting-everything-together.html
I've been looking at setting something up with mkosi/systemd for my home server/NAS - it's interesting seeing how different setups are solving the problem for inspiration.