Hacker Newsnew | past | comments | ask | show | jobs | submit | tarun_anand's commentslogin

Is there an OSS git diff for images and multimedia?


I bet there might be something but you can probably create your own by using ImageMagick[1] and some manipulations. For ex. for images, I would create a temp file or use a process substitition + open on OSX or xdg-open on Linux. Here is a first post about

Or you can make it even easier(cause the output is only a text) and simply print out the difference in metadata directly. You might need some other tools like ImageMagick but at least no shenanigans with viewing binary data as part of your diff.

[1]https://stackoverflow.com/questions/5132749/diff-an-image-us...


Yes, there is imgap: https://github.com/roblillack/imgap

You can use it to create delta images for git diff but also to interactively compare changes via git difftool.


Interesting.. in case you want to see some MCP work with Rust/TS bindings - here is a real implementation I wrote sometime back

https://github.com/modelcontextprotocol/modelcontextprotocol...

https://github.com/modelcontextprotocol/rust-sdk/pull/183


why dont we have a P2P transfer platform for this (modulo security)


Congratulations!! Anchoring is important. What about other parts of the code review like coding guidelines, perf issues etc?


We flag performance issues today alongside security and code quality. We're working on respecting AGENTS.md, detecting code complexity (AI generated code tends toward verbose, tangled logic), and letting users/teams define custom coding guidelines.


The AI tools already have a rules engine for coding guidelines etc.

I guess the real question is can Deepsource be the "judge" of whether the guidelines were followed, NFR will be met by humans and AI alike


Couldn't agree more. Have built and ran an in-house postgresql based queue for several years. It can handle 5-10k msg/s in our production workloads.


How do you handle a sequence of events across a journey?

In your example what if you could also get an event from the mobile app that had a correlation id from the server side wide event?


Every even have context: unique traceId, spanId, userId and etc. It generates as soon as possible and than propagate to upstream services


Congratulations! I was one of the people who complained. Not only was it slow it couldn't complete basic tasks like login into a site.

Has it been tested in the wild on speed and accuracy?


Claude introduced it's own memories api.. have you had a look?


Yes I did, I worked on this a while back, before it was availabale I believe. I'll have another check. Thanks for the heads up


Speaking of size vs cancer elephants rarely get cancer too!


On a related note, for those interested, a quick about Peto’s Paradox was quite fun.

https://en.wikipedia.org/wiki/Peto's_paradox


There's a great Kurz gesagt video about it. Whales get the least cancer!

https://youtu.be/1AElONvi9WQ?si=rhZjgpkORBTC0D8r


Keep to know how people are using it inspite of the licensing issues. Langflow seems good?


Langflow was more painful than a wisdom tooth extraction to use. This was back in early 2025 tho


I would recommend Node-RED but that's a lot more work than a Zapier or N8n but you can do more with it - Node-RED abstraction level is closer to a programming language than a SaaS combinatorial tool.

Depends on what you want to achieve and how much effort you want to apply.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: