*/1
Get out. You're fired.
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
*/1
Get out. You're fired.
The sysadmin version of
if(predicate) { return true; } else { return false; }
What does that command do?
its a cronjob that runs each minute (*/1) in any hour, any day, any month, on any weekday, gnome-screenshot obviously takes a screenshot and outputs it to the given file path and filename, where the filename is written as the current date as string and .png as format
Takes a screenshot every minute and saves it
Can you search the screenshots with OCR though? That's Recall's main selling point
Am I the only one who honestly thinks Recall is totally useless? I feel like everyone is acting like it's useful and the only thing to debate over is whether it's "worth the security risk". But I feel like it's not even worth anything at all. Even if there was no risk and I was 100% in control I don't think I would ever use such a feature.
Wouldn't you waste just as much (if not more) time looking through old screenshots, than to just go look up a solution the old fashioned way? Whatever you were looking at is probably still in your browser history too.
I know the point is it has some AI crap with it, but that still requires you to remember enough information about what you're looking for to filter them. And if you know that much information I think you could probably just find whatever you were looking for again normally.
That's because you know how to find information in a computer quickly and precisely. Recalk is for clueless people. They can ask the computer in plain English.
Its missing the command to forward every screenshot to Microsoft
Something like: > sftp://telemetry.microsoft.com that would be even better.
That's not the worst idea ever. Say a screenshot is 10 mb. 10x60x 8 hours =4800mb per work day. 30 days is 150gb worst case scenario. I suppose you could check the previous screenshot and if it's the same, then don't write a new file. Combine that with OCR and a utility to scroll forward and backward through time, it might be a useful tool.
Are you on 16k resolution or something?
When i take a screenshot of my 3440x1440 display it's 1MB big. I mean this doesn't change the issue in its core but dramatically downsizes it
I just chose a number haha. That makes it much more feasible then.
Also, 1MB on full resolution. You could also downscale the images dramatically after you OCR them. So let's say we shoot in full res, OCR and then downscale to 50%. Still enough so everything is human readable, combined with searchable OCR you're down to 7,5GB for a whole month.
Absolutely feasable. Let's say we're up to 8GB to include the OCR text and additional metadata and just reserve 10GB on your system for that to make double sure.
Now you have 10GB to track your whole 3440x1440 display.
What's OCR?
Optical Character Recognition. Basically just extracting text from an image.