chore: update export statistics with new user data and extended date range

- Refresh dataset with 334 active users (up from 310) and 7422 total contributions
- Regenerate graphs and statistics files to cover extended period from 2024-11-07 to 2024-12-28
- Append new posts to posts-12bitfloat.txt and posts-AceDev.txt with additional user content
- Update Buffon's ownership percentage from 0.03% to 0.02% in both export files
This commit is contained in:
bot
2024-12-28 07:23:30 +00:00
parent 3e6c7b5c23
commit 49f9b7e9b1
546 changed files with 3675 additions and 663 deletions
+20 -1
View File
@@ -15,4 +15,23 @@ The EN keyboard layout is added in the task bar UI but its not actually there
Fucking hell! Why even make new versions of Windows if its all the same pile of shit?
Thats not the only old bug that persists across multiple major Windows versions!```
Thats not the only old bug that persists across multiple major Windows versions!,Another weird property of the devRant API:
For every POST request the url parameters need to be passed in the http body instead of in the URL, like this:
app=3&user_id=42
Wtf why?,I have finished my project for a new devrant sdk in swift:
https://github.com/WilhelmOks/...
(Yes, the readme is missing and I will add it later 😅)
And I built it into JoyRant (build 32), which required quite a bit of refactoring.
I think I tested everything but let me know if you find any problems.
You will need to logout and log in again.
The downvote reason feature isnt there yet (in JoyRant), but now I have a good basis to add it 😄
Yes, implementing a whole new SDK just for one little feature is overkill, but I had fun doing it and I wanted to have a nice, clean and extensible code base which I can work on in the future. 😌```