←back to thread

203 points aaronbrethorst | 1 comments | | HN request time: 0.21s | source

Let's match open source projects that need help with developers looking to contribute. Think of this as "Who's Hiring" but for open source - a monthly thread to surface interesting projects that could use more hands.

Please include: Project name and description (if not widely known); Tech stack; Areas needing help (DOCS, CODE, DESIGN, etc.); Level (BEGINNER-FRIENDLY if applicable); Email address or other means of contacting you.

Ground rules:

Post only if you maintain/run the project

One post per project/suite

No commercial recruitment

No thread complaints

Developers: Only reach out if you actually want to contribute.

Show context
mdnahas ◴[] No.42165431[source]
Parchive, a.k.a. “.par2” files

Parchive is a file format for redundant files. If any of the original files are damaged, the redundancy lets them be restored. It is used for transmission over faulty networks (like Usenet) and for protecting storage (like backups).

Version 2 clients had 7+ million downloads. Version 2 had bugs and limitations, so I’ve designed Version 3 with fixes and new features, such as incremental backups. Version 3 needs a reference implementation to be coded and tested.

It could be coded by a single person. The reference implementation just needs to read and write files and compute on the data. A follow on would be a high-performance implementation using threads, heavy optimization, and a static or dynamic library interface. It’s a good project for someone looking to prove their coding skills while doing the good deed of protecting data.

https://parchive.github.io/

replies(1): >>42165445 #
1. mdnahas ◴[] No.42165445[source]
If you have questions, email me at hackernews@mike.nahasmail.com. — Mike