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
-
D-4got10-01280430dAdd life expectancy per key for your keyboard?
If the counter goes into the negative, you'll know you have true zombie keys...
/* Chuckles. */
/jk -
whimsical174329d@Lensflare almost an option since my machine is almost literally only used for development, socials is almost exclusively on phone. Also, regarding privacy, you don't regularly type someone's name and content that others sent to you is not in there. Almost all the content is about you. I also made the opposite: full time ocr recording from screen - it was useless. 96% of all data on your screen is total crap. I wonder when Microsoft finds out with recall.
-
whimsical174328d@jestdotty well, that's kinda what worked with my tech but actually not with the recall thing I've made. So mycg noise. But yeah, it's a good idea. Should be possible.
-
whimsical174328d@jestdotty and track porn habits. But probably too woke for that. That's what I hate about it, it should be possible if a use just wants that. Nothing wrong with it.

I have keylogdata from almost two years of myself. I do self reflection with it using AI mainly. Also I use it for work log, I extract data from it using AI like extracting what tools I've used and how many times etc.
But what could I do more with it? I have millions of records with keycode, timestamp, event(key_up, key_down, key_repeat) in a sqlite database.
It's kinda good feeling, like nothing is ever really lost.
random