Hacker News new | ask | show | jobs
by samsquire 1235 days ago
I have a list of problems I want solved. And hopefully they'll be solved by good high quality APIs that have wide adoption.

https://github.com/samsquire/ideas4#5-permanent-softwareplat...

BSD sockets solved communication for everyone in one library that everyone uses. But communication isn't the only problem we have.

Most of the problems listed are solved independently by each software shop, installation and company.

1 comments

I might be off base but I’ve been thinking about building something that addresses “Automatic Personal file Archives”.

What I’m noticing is that my mom has 1000’s of embroidery files that she’s collected over the years but they are everywhere. They are in zip files, in several different formats, and stored all over her various drives. I think her strategy for storing them changes over the years, ending in a mess.

I’ve been thinking about building an app that she can drop files on to collect them. It would capture some meta data, store the binary files somewhere, and make them searchable and browsable, like a custom file explorer.

I recently read about the advantages of storing small binary files in SQLite, and I thought that sounded like a good solution. The “archive” in your example. The SQLite file could then be stored on Dropbox, Google Drive, or backed up to my own hosting service.

Once she starts to collect them, I can add features like the ability to export to a local directory or in a specific format. The machines themselves take proprietary data cards, 1.44 floppy disks or USB sticks and support files in various mfg formats.

These machines cost thousands of dollars and each set of designs costs a few dollars, so people with this problem (if there are others) are pretty invested in their collection.

Wow if you could do this this would be absolutely amazing. Thank you for looking at the page and the idea and thinking of building it. I appreciate it.

I would hopefully be capable of using it too if you choose to share it.

I have a external M2 SSD enclosure and SSD which I use for backups and I use freefilesync to synchronize the files from the OS SSD to the enclosure SSD. It's manual.

I think synchronization is a difficult problem. But if your using OneDrive, Google drive you could simply have a frontend that copies the archive file there.