Live data from Hacker News

Lix – universal version control system for binary files

lix.dev

1–10 of 59 posts

Re: Lix – universal version control system for binary files

#6

Git is a command line program so it feels strange that this doesn't seem to support that use case.

Based on the product description, it seems that they don't like text, and want to deal in objects. It would feel strange if they did support a terminal, rather than a GUI.

Re: Lix – universal version control system for binary files

#8
Weird sales pitch. I think Git is super mediocre and a VCS that supports binary files would be awesome.

But then the first thing it talks about is diffing files. Which honestly shouldn’t even be a feature of VCS. That’s just a separate layer.

Re: Lix – universal version control system for binary files

#9
Git can display diff between binary files using custom diff drivers:

> Put the following line in your .gitattributes file: *.docx diff=word

> This tells Git that any file that matches this pattern (.docx) should use the “word” filter when you try to view a diff that contains changes. What is the “word” filter? You have to set it up [in .gitconfig].

https://git-scm.com/book/en/v2/Customizing-Git-Git-Attribute...

Re: Lix – universal version control system for binary files

#10
post #3

Lix is also a soft fork of the official Nix package manager implementation: https://lix.systems/

I really assumed that this was that; even calling it a universal version control system for binary files would be kind of a weird way of describing it but is plausibly a valid description for the package manager.
Post reply on HN