Live data from Hacker News

Spacedrive – A File Explorer from the Future

spacedrive.app

71–72 of 72 posts

Re: Spacedrive – A File Explorer from the Future

#71
post #54

The actual problem I need solving: multiple copies of files in multiple places, older versions of documents not linked to to the latest versions, disorganized backups. Also - as a potential user, I would much prefer to read about useful features, rather than what language it's written in and why. (Rust! Webviews!)

That's why I use git for basically everything of value. My friend, an engineer for a Fortune 500 was lamenting to me recently having had someone overwritten one of his designs on a shared drive. He had to get IT to pull a backup. It absolutely perplexes me that DVCS isn't the norm outside of programming.

It perplexes me that application developers don't leverage git for their data model. Asking users to be the tip of the spear in advancing better data management seems like a big lift. But I fully expect by now we'd see more people develop apps that so happen to back their data-models with git.

There's irmin[1][2], a git-like database written in Ocaml. I was always confused by how git-like it was... at points I thought there was outright interoperation. But I'm not sure what if any software was ever written on irmin.

I have my own project pr0x that has a file-persistence engine, which I need to spend a weekend adding git support to sometime. Very high importance to me, but haven't made it a priority.

Again,

> It absolutely perplexes me that DVCS isn't the norm outside of programming.

Absolutely perplexes me that programming hasn't made DVCS the norm in the outside world. We're steering this ship. People don't even have to know what's going on... we should still be using the best class tools on this planet to be managing data, and what data do we better manage/is more important to us than source code? It's up to us to seize this initiative.

[1] http://web.archive.org/web/20140719043152/http://openmirage.... https://news.ycombinator.com/item?id=8053687 (146 points, 8 years ago, 25 comments)

[2] https://irmin.org/

Re: Spacedrive – A File Explorer from the Future

#72

Earlier quoted context omitted.

I thought you were going for satire with your first sentence. Then I read sentences 2 and 3.

Seconded, what a fascinating comment.

How is it fascinating? The compiler forces you to do things the right way, if someone's convinced the compiler that their program is valid it's proof of all the good thing the compiler enforces, which is more than "any other language".

It's also likely that if you're using rust you care about performance and have thought about it while building your application, this is also a feature.

What's fascinating to me is everyone who says written in Rust isn't a feature. It definitely is, and it's going to keep eating C and C++'s lunch in new areas every year.

Post reply on HN