The company that I currently work for, Nautilus Cyberneering, has a 5 year project for which the so called Natural Language Processing AI is key. We essentially want to create a virtual artificial intelligence assistant that you can run from your own local computer and communicate with you through a command line interface. This assistant…
Author: Constantin Bosse
How to use GPG Keys the Right Way With GitHub
Assuring the authenticity of work submitted to GitHub has become increasingly important. One of the common policies that organizations have used to secure the commits made by developers has been to require the use of GPG signatures that are embedded into the Git commits. Both GitHub and Git have long natively supported cryptography signed comments:…
What is GPG? Why and how to use it?
I did not have a clue about what is meant by GPG when I heard it.As it turned out to be it has to do with security. Our team strives to have good security practices. I am no developer but I am contributing to our open-source project where any contribution needs to be signed and…
Simple Media Management System Using GitHub Repositories
Our current new project is to create a simple media management system through GitHub repositories and GitHub actions. We are currently collaborating with the Hong Kong Company called Ethical Software Ltd., their team of artists, designers and calligraphers have spent the last two years creating a large amount of artistic imagery and 4 different sets…
Interesting Article: 4 tips to becoming a technical writer with open source contributions
This is an excellent article by Ashley Hardin giving some useful tips that essentially states that: You do not need to be a developer to contribute to any Open-Source project. Contributing to Open-Source can be beneficial to your career. Helping others can be fun and rewarding. From reading this article you will get a clear…
Contributing to an Open Source Project as a Non Developer
In this post you will learn about my experience as a non-developer helping to take a closed source software project, a non-linear visual story framework for IOS Swift, into the Open Source realm and develop a demo for it. Here is a brief overview of the post’s content: Project Background and Team The Process Learning…