7 ms·
Don't create a new project. Help maintain an existing one.
by dkopi 10y ago
Don't create a new project. Help maintain an existing one.
- k__ 10y agoAh, that is allowed too? Any OSS project leads here, that need a front-end developer? ;) Also: "Can I apply with a project that already exists? Yes you can. However, your proposal ought to be clearly defined and and have its own degree of novelty, e.g. you plan to expand or enhance your preexisting project with a new module. In any case, you need to make clear what you will be working on during the 6-month project term."
- marknadal 10y agoUp for helping us with [1]data sync (Open Source Firebase)? We're funded already but always need coding help. Latest stuff we've been working on is [2]performance (30M+ ops/sec)! [1] https://github.com/amark/gun https://github.com/amark/gun [2] https://github.com/amark/gun/wiki/100000-ops-sec-in-IE6-on-2GB-Atom-CPU https://github.com/amark/gun/wiki/100000-ops-sec-in-IE6-on-2...
- k__ 10y agoSounds nice :) Do you have any front-end projects that are "clearly defined and have its own degree of novelty"?
- marknadal 10y agoThey love vague statements, haha! I don't know if these qualify but things like (from most novel to least): WebRTC adapters, browser encryption/cryptography integration, SQL parser, React/Angular/Ember bindings, reference implementations/example apps. If you are curious and want to meet everybody else, shoot me an email! We'd love to hear your story. mark ATSIGN gunDB PERIOD io
- snassar 10y agoSome ideas for useful addons to existing projects, keeping in mind I am not sure what your focus as a front-end developer is: Gnu Privacy Assistant https://www.gnupg.org/related_software/gpa/index.html https://www.gnupg.org/related_software/gpa/index.html is a GnuPG frontend written in GTK. The software works well and does nice things like file encryption, taking a piece of text and outputting it encrypted. The GUI badly needs improvement. I'd be happy to point out several problems. I also don't believe GPA is available in platforms like Windows and macOS. Kleopatra is a GnuPG and S/MIME frontend written in Qt (KDE libraries). It is maintained and available on Windows (through GPG4Win) but is still "computer power user"-centric and could also use user interaction love. Enigmail https://www.enigmail.net/index.php/en/ https://www.enigmail.net/index.php/en/ - Also has several pain points that might be interesting to solve. On a side note: One method that Enigmail uses to import PGP certificate is the ability to get a valid PGP certificate from a URL. Adding that functionality to GPA and Kleopatra would be nice wins. All three frontends, Enigmail, Kleopatra, or GnuPG would do well to have a graphical or screen-based export of public keys. Something like a QR-code export of a minimal PGP public key would be nice for importing via smartphones.