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

- Refresh dataset and statistics files to reflect 401 active users and 11371 total contributions
- Replace export graphs with updated date range from 2024-11-07 to 2025-02-01
- Add new user posts to 12bitfloat and ANGRY-STUDENT export files
- Update Buffon's contribution percentage from 0.02 to 0.01 in statistics
This commit is contained in:
bot
2025-02-01 03:28:26 +00:00
parent 3e5b5569ed
commit f790e2db60
643 changed files with 4567 additions and 849 deletions
+64 -1
View File
@@ -409,4 +409,67 @@ Now, a few days ago, I started to make a clone of rocket chat. I use minimalist
Finally software development of a full product is fun again. If you know how to do it - making your own framework is way easier than an existing one. On top of that, it's more advanced. I do understand that frameworks are aiming to be a bit minimal to be multi purpose, but with that attitude in mind, they still achieve to make it annoying as fuck.
Regarding time, it's just a few days of development. That's nothing for something that does exactly what you want. We have to drop the use-a-framework-because-it-is-stupid-to-do-yourself mentality. We should be programmers again! Not administrators! It's not weird that chatGPT can do so much of our jobs, our projects became lame.```
Regarding time, it's just a few days of development. That's nothing for something that does exactly what you want. We have to drop the use-a-framework-because-it-is-stupid-to-do-yourself mentality. We should be programmers again! Not administrators! It's not weird that chatGPT can do so much of our jobs, our projects became lame.,Again, got done request via Instagram to upvote a hotel for 5,- dollars with immediate pay. The hotel is already given. You only have to post positive 5 star review and you get your 5 bucks.
OK, now, at one point, I want to know if it's really true. It's just interesting. But the thing is, you'll be returning a screenshot whit your full name and gave them the fact that you're naive to cooperate. So, is maybe that's the scam? Figuring out who is that naive person in real life to do further scammed directed at the person? Because if they don't pay (or just anyway) you can delete your recommendation.
I won't do it because I don't like their payment method. I asked them to do it by bank what is a lie - they will still get your name. Else I would've done it with a duplicate Google account to stay anonymous.
Sigh, it keeps me busy to figure out actual scams. I always engage to find out but I think I understand this one.
I also could just make a screenshot of someone else his recent recommendation. I tell the person I will do it sometime later, wait for someone else to post and claim it was me. In that case I need a crypto wallet for the payout. Hmm. Not very ethical.,Oh Jase, you're gonna do that regular account deletion stuff all over again? You know that you can just delete a rant right? I'm reasoning like a LLM and then I comment in bad English because my temperature is set too high. I hope that the kangaroo comment didn't piss you off. I just assume that every Australian has one to use instead of public transport. Camels with autism. Sad, all that effort for nothing.,Got a bit distracted today. Instead of doing what I've wanted, I created the most comfortable way to make a site ever. I'm serious. It beats all those static site generators.
Hmm, could even make a static site generator of this one. Won't do, no benefit.
It's by using markdown and it has support for syntax highlighting of many languages. A website could be literary:
# My blog
## some code
```c
printf("This is my C code");
```.
And you already have something decent. See the 'Get started' section. You have a site running in no time. See also the Python database example at the bottom, it shows you how to use the internal sqlite3 database in your 'static' site and how to create a visitor counter!
Sky's the limit.
I came up with the idea by teaching my next door neighbor HTML and that was succesfull. She is able to navigate trough files and folders and edit a file like most people. Then I realized, if it was markdown, it would be really user friendly for anyone to use. To create a decent site, you only need to make a stylesheet for someone. By using # ## ### #### headings, it will always be in your designed style.
People won't fuck your site up like they do with WYSIWYG normally.
The concept is so simple, I only see advantages and it could be used for small and big content sites. It doesn't do caching on purpose, overkill and it's more comfortable this way.
Here is project link: https://molodetz.nl/retoor/dreamii,AI is more than just a model.
It's also tooling. Tooling can help to interpret data or solve a puzzle like Sudoku or parse a JSON file perfectly. Results of those tooling will be wrapped in AI response. That quality of tooling responses is high because it's made by classical code that works with literal data and outputs literal data. As long the competition of OpenAI doesn't have tooling like that, it won't be the same.
I do assume for now that DeepSeek doesn't have that. I tried it, it answers things well, but for bigger questions that would require tooling it just crashes and says it's too busy. So I can't verify 100%.
Will try again later and update under this Rant, but assume the DeepSeek stuff is very over hyped. To know what DeepSeek really is about without watching all the fake fan video's, take this quite objective response of the maker of Perplexity AI. Someone that knows where he's talking about: (40 minutes) https://youtube.com/watch/....
So when it comes to investments of a model, what does the stuff investment is incuded in? I mean, OpenAI was way more expensive than DeepSeek but DeepSeek borrowed all OpenAI's research that was made by very expensive processes. So DeepSeek didn't pay research costs like OpenAI did. Also it (I still assume) didn't spend money on tooling.
Also, i'm sure a less woke API would be way cheaper because it doesn't have to lie to himself causing it to keep reasoning until his given woke fact makes sense! Wokism destroys models, i'm sure.
I didn't check DeepSeek on wokism yet, but it's based op GPT4o so, probably it is.
But competition is always great, I can't imagine the price would even drop further for AI requests but if it does, it would be amazing. Maybe it also becomes free and we will be forced to pay to use it without adverts.,Cleaning my system. Learned something new (do a vacuum on your journalctl logs).
Any way: biggest applications on my system in the screenshot.
Can I have an applause for google-cloud-cli for being bigger than open office?
That google-cloud-cli thing is not some advanced supertool that you installed for convenience, it's actually to get API access to certain google services and is really required. Install this thing, and magically - no idea how (there is no ENV key introduced, so it executes an app to resolve credentials or smth?) - your python applications are authenticated some how after logging in using a web interface.
- it's big
- not normal api key usage
- requires a web browser
- user of API key needs to know credentials of the owner of the key, so forget installing by someone else.
Google is crazy. Why would you build smth so different than any other API supplier. Why reinvent the wheel in a bad way. How can so much of it be client side.
Only positive thing is - that it works immediately after being surprised that it was really such big app that allows you API access.
It's impossible that such big system is safer than just a simple API key.
Also, if it provides interface and is requirement for other google libs it's just a freaking SDK.```