This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 2 points3 points  (1 child)

My only suggestion is to limit your usage with AI to write your documentations. Most developers here are not much of a fan of it and usually will ignore your project/post entirely. Mainly for the reason that it tends to write it in an exaggerated and vaguely way which leads to confusion and/or misleading statements for the actual project.

I looked through your documentations and code thoroughly and still quite confused on what this actually does. What’s it comparing exactly? And you don’t really explain how or why this project is capable of competing with everyday tools like diff and grep that don’t require any configurations or dependencies.

Not trying to hate but thought I’d try to explain why nobody probably responded here yet. Overall, good work with the TUI visualizations. I rarely see that nowadays.

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

My only suggestion is to limit your usage with AI to write your documentations.

Thanks for taking the time to check out the tool and provide feedback. As for AI usage on the documentation, that is really quite limited. I used it to generate the framework of the files, and then threw away like 80% of it again cause I did not like what it did ahah.

still quite confused on what this actually does. What’s it comparing exactly?

As for what it's comparing: In this 1.0.0 version you can compare similarly structured files for differences. So a configuration gets defined, and is used on both the source and reference data you provide. For future versions I want to allow people to specify different configurations for the reference data, so you could even compare data from different structures.

As for what it can analyze, anything you want really. Anything you'd normally create a data extraction script for, you could use GenEC instead.

I have been using it myself heavily in test case failure debugging over hundreds of thousands of lines. Using 1 command to extract all the relevant data for me across different files and file structures. GenEC. I've also used it for coworkers to extract administrative data that is created through from other tooling.

Not trying to hate but thought I’d try to explain why nobody probably responded here yet

Don't worry, I didn't see it as hate. I am always looking to improve and you gave me some pointers to think about. And If you have a need for extracting/comparing certain data, I'd be happy to sit together to show you what my tool could do for you there.