Allow setting frequency of screenshots to reduce resource usage #70
Replies: 9 comments 4 replies
-
|
Yep makes sense! Will add to backlog |
Beta Was this translation helpful? Give feedback.
-
|
@JerryZLiu this feature will be very beneficial for people like me who are traveling and would like the Dayflow app to consume less laptop resources. Even going from 1 second to 3 seconds will consume significantly less resources with no significant degradation in LLM output. Please prioritize. |
Beta Was this translation helpful? Give feedback.
-
|
Are you running with Gemini or local models?
…On Tue, Oct 14, 2025 at 9:26 PM, Vikas Kedia < ***@***.*** > wrote:
@JerryZLiu ( https://github.com/JerryZLiu ) this feature will be very
beneficial for people like me who are traveling and would like the Dayflow
app to consume less laptop resources.
Even going from 1 second to 3 seconds will consume significantly less
resources with no significant degradation in LLM output.
Please prioritize.
—
Reply to this email directly, view it on GitHub (
#70 (comment)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AG542CSE7CQLZYARLSM6KYD3XXEGJAVCNFSM6AAAAACIB3D2BGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINRYGI3DENY
).
You are receiving this because you were mentioned. Message ID: <JerryZLiu/Dayflow/repo-discussions/70/comments/14682627
@ github. com>
|
Beta Was this translation helpful? Give feedback.
-
|
Gemini |
Beta Was this translation helpful? Give feedback.
-
|
For what it's worth lowering the frequency doesn't actually do much to reduce resources used. Apples screen sharing implementation is very efficient. But will prioritize!
…On Tue, Oct 14, 2025 at 10:07 PM, Vikas Kedia < ***@***.*** > wrote:
Gemini
—
Reply to this email directly, view it on GitHub (
#70 (comment)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AG542CUVUVSP7YBNBZHCF7L3XXJAVAVCNFSM6AAAAACIB3D2BGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINRYGI4DIMY
).
You are receiving this because you were mentioned. Message ID: <JerryZLiu/Dayflow/repo-discussions/70/comments/14682843
@ github. com>
|
Beta Was this translation helpful? Give feedback.
-
|
You make a good point that Apple screen sharing implementation is very efficient and there is no significant CPU usage. Please consider three additional dimensions: (i) Disk resource: less disk usage probably cut by 66% if I took a screenshot every 3 seconds. (ii) Network resource: smaller size of file transferred over the network to LLM for processing (iii) LLM cost: Less LLM cost if I exceed the free tier and need to use the paid tier. For my work I cannot think of a scenario where each second screenshot will capture some information for the LLM that each 3 second screenshot will miss. btw Congrats!! on such a beautiful and well thought out software. |
Beta Was this translation helpful? Give feedback.
-
|
Pro is enough to run for 6 hours a day, flash should be good for 18 hours a day. Are you actually running into free tier limits?
…On Wed, Oct 15, 2025 at 12:21 AM, Sky Hong < ***@***.*** > wrote:
I personally think (iii) LLM cost is the problem now.
My Gemini API usage is full for this project alone in Free tier, no matter
I'm using 2.5 Pro, Flash or Flash Lite.
That force me to use Local LLM (recommended Qwen 2.5 3B) which its output
seems much vague and not as useful as Gemini API.
***@***.*** (view on web) (
https://github.com/user-attachments/assets/afa28d7b-61c5-4d14-8633-d227bb71107e
)
Wish there is a free-tier toggle that uses API within limit to prevent
issue like this screenshot:
***@***.*** (view on web) (
https://github.com/user-attachments/assets/a4064f78-dcdf-47ee-8095-e2d10b89d3e2
)
—
Reply to this email directly, view it on GitHub (
#70 (reply in thread)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AG542CW4DD3ABGEH2MPT7G33XXYZFAVCNFSM6AAAAACIB3D2BGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINRYGM4TQOI
).
You are receiving this because you were mentioned. Message ID: <JerryZLiu/Dayflow/repo-discussions/70/comments/14683989
@ github. com>
|
Beta Was this translation helpful? Give feedback.
-
|
@skyhong2002 it is interesting that you are running into free tier limits. Since I am not running into free tier limits with Gemini Pro. Maybe different countries get different free tier quotas? I registered my Gemini Free tier account/api from US. |
Beta Was this translation helpful? Give feedback.
-
|
@JerryZLiu Hi! Glad to see you! Really like Dayflow since Day 1. Yes I'm actually running into free tier limits. I was using 2.5 Pro at the starts, and I have average 4~10 hrs. screen time. So it's better to use flash instead (though Dayflow will automatically fallback but I face the issue which is confusing). @vikaskedia Wow that's interesting. Yes, I'm not from the US but from Taiwan. But no, I don't think the issue stems from different countries. I think it's more likely related to the project-level quota or model differences, not regional restrictions. (but I only use API for Dayflow) https://ai.google.dev/gemini-api/docs/rate-limits Maybe I try to use another account to generate 2nd key for this at the moment ;p |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Taking a screenshot every 1 second seems excessive. I usually don't switch tasks very frequently, I think once every 60 seconds would be sufficient since the contents of my screen doesn't change that much. Can you make this a configurable option?
Beta Was this translation helpful? Give feedback.
All reactions