Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
retoor11472dStatistics regarding my typing from a few days ago: https://static.molodetz.nl/tikker_r...
It's really cool to have such data from a whole year long. It also shows on the page how long the statistics query took with so many records in a sqlite database :P -
@netikras probably the computer crashed one time or something. That must literally be it. But also the laptop had a few times hard disk full. But yeah, really sick.
Edit: ah, the key repeat event (I do not have much of them I guess) can also cause it. -
@Lensflare I'll train the ultimate software development model on my data some day :p
-
@Lensflare I would've expected that the heat map of my keyboard would show my password but not at all.
-
@whimsical LLMs are literally made for figuring that kind of stuff out from massive raw data.
Ok, maybe not LLMs but machine learning in general -
@Lensflare oh yeah for sure, all my passwords are in there without exception. It's a straight hook on the keyboard input file.

My SQLite database has 37.930.787 records. The amazing part about it, i have inserted every record myself, by hand. Every key press is 3 records. So 37.930.787/3 is the amount of keys I have pressed this year. Quite sick huh? Oh, the data is still manageable btw, I have complete statistics pages about typing behavior such as speed and so on.
random