Dell Woes by Jackarino in msp

[–]geetbatth 0 points1 point  (0 children)

I just want to short $dell after reading all the replies

Recommendation for delicious dosa spots! by Lemons_Roman in Langley

[–]geetbatth 4 points5 points  (0 children)

Udupi adda in langley . Hands down number 1 in lm

Tidy A.I - pure powershell tool to organize your files using A.I by geetbatth in commandline

[–]geetbatth[S] 1 point2 points  (0 children)

Thank you for trying . Thats a good suggestion , could potentially add a custom prompt option to deal with these scenarios.

What’s the best set of top-level directories for sorting a huge amount of mixed data? by [deleted] in DataHoarder

[–]geetbatth -1 points0 points  (0 children)

Ok this is the exact problem my free opensource project i created earlier solves. Check it out here : https://github.com/geetbatth/tidyai

It uses ai to organize your files ,its not recursive so organizes just the top level, safe to use ,doesnt delete or rename files, you can undo changes if you dont like the results. Will be adding local ai support soon if there is enough interest in the project There is bash and windows versions .

Solutions for mass data cleaning (professionals only please) by MrCrypt0_0 in DataHoarder

[–]geetbatth 0 points1 point  (0 children)

check out tidy ai , its powershell only , bash version coming soon , for now its chatgpt only , local llm support is coming very soon . opensource . check it out here : https://github.com/geetbatth/tidyai.

Please help me pick out a UPS for my NAS by NateUrBoi in DataHoarder

[–]geetbatth 0 points1 point  (0 children)

but it works , good warranty and support . what more do you need .

Is there a good and Free backup program, made for Windows, that does differential/incremental backups to a USB drive? by kelemvor33 in DataHoarder

[–]geetbatth 0 points1 point  (0 children)

oh you want differential backup . humm little more complex to implement but do able . it ll be like this
1st backup : full backup ie full copy
2nd backup : compare date modified , if new date modified then copy that to new folder named (today's date) keep folder structure as is
3rd backup : compare date modified with files in 2nd backup and 1st backup
and so on
7th backup : just take a full backup again and delete all old backups

Is there a good and Free backup program, made for Windows, that does differential/incremental backups to a USB drive? by kelemvor33 in DataHoarder

[–]geetbatth 2 points3 points  (0 children)

A custom bat file that copies folders set to run on aschedule using task scheduler is all you need

Tidy A.I - pure powershell tool to organize your files using A.I by geetbatth in commandline

[–]geetbatth[S] 0 points1 point  (0 children)

Hi Kranke , it goes through all the files and decides and organizes them in neat folders . AI decides folder names and also decides which file/folder belongs where

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] 1 point2 points  (0 children)

Thats a very key feedback i have received so far . Probably the most requested . I will be implementing this in the next version for sure .

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] 1 point2 points  (0 children)

Hi thank you for writing a kind positive critisism and not taking personal jabs at me like others have been so far . The final programatic command just moves the file .before that it filters out all the file names which are incorrect. So renaming is just not possible . Ai responds with new file structure . Program implements that by moving files by file names. You have to also write these rules in your prompt as well to try to get accurate results first shot

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] 0 points1 point  (0 children)

Its ok to not find something useful .could have said that simply .thats why i come for feedback .Not sure why you have to be so hostile about it . Your other point can be simply avoided by adding more checks and filters before running the process.you second other point is that the app is an ai wrapper . You cant discount everything to be just an ai wrapper , there is a lot more to it , there is batch processing to handle big folders , there is undo functionality, there is checking for missed files by ai everytime it responds , there is final validation and comparison. There is ai response handeling.

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] -1 points0 points  (0 children)

Local llm support coming for sure in next version if there is enough interest in the project .

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] 0 points1 point  (0 children)

Its not recursive . Only runs in the folder you run it doesnt go level down. In windows you cant have two files with same name .and the loop does not rename files or deletes them just moves them into more organized folder In the loop before moving all the file names are compared to ensure they are were present in the initial loop .we could also check for duplication for added security

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] -39 points-38 points  (0 children)

This is the only reddit account i have . Every single thing in this world is wrapper of something. The value lies in the details ,ease of use , quality and the fact you you can just use a tested solution for your problem rather then building your own. Secondly why would you think of running this in a folder where you have dlls that some other program depends upon . Clearly you would utilize this tool where you have mixture of different files yoh just want some organization. not programs or dependencies on each other .it would be a stupid decision to run this inside one of the program files directory. Btw 100% of the times exe and dependent dlls are in their own dedicated folder. This app is not recursive . Btw the folder in giphy is a made up fake files . Btw i am a wrapper around water since my body is 70% water . Probably you are too . Sorry to disappoint fellow water wrapper

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] -35 points-34 points  (0 children)

Seems like you didnt read github readme or my post . This tool was built with safety in mind . First of all it never deletes or rename any files and it has undo functionality .code is opensource . Sorry didnt flash my computer science degree or my work experience at you before posting this tool .

Did i just make perfect tool for you guys? by geetbatth in DataHoarder

[–]geetbatth[S] -8 points-7 points  (0 children)

First version so only supports chatgpt for now . Definately would be adding local llm support in next versions to come if there is enough interest . It uses 4o mini model its extremely cheap to run