TL;DR
Lately, I have been procrastinating a lot, binge-watching Netflix, doom-scrolling social media, etc.
Finally, I decided to get ri...
For further actions, you may consider blocking this person and/or reporting abuse
Binge watching Netflix and doom scrolling lol
You're good to encourage AI adoption and welcoming AI as your friend.
Thank you for the personalization code snippets. They look useful!
Thank you so much, @anna_lapushner.
Super creative AI use case! I'm curious is there any privacy or security concerns of having "AI monitor your screen"? Like what if it picked up sensitive information?
I would write exactly the same @z2lai . We are advancing technology, but we are building on moving ground... which means that we may eventually either have to embrace vendor lock-in or stay behind :(
Unless, of course, we change our attitude and focus more on the solidity of a solution than its flashy appeal.
The screenshots go to OpenAI, so if they are true to their word, it shouldn't be a problem. :)
Nice one, I have lost count of the amount of hours that get lost in a month because of doom scrolling on websites like Instagram 😂
thanks Andrew.
This is great, I will give it a try.
Thank you so much.
This is great, I will give it a try.
That's a great use case of multi-modal LLMs. Thanks for the post.
Thanks Kamran.
I have a simpler idea. How about monitoring activity by listening to window class and window title change? vscode should be working, reddit chrome should be not working. It's simple to make the listener on my wm (i3wm). I can make the script to make something like this:
window_title,window_class,timestamp
project ABC,vscode,12:02:02
reddit,chrome,12:03:50
IDLE,IDLE,12:06:00
project ABC,vscode,12:08:32
from that data, can I leverage Composio to help me?