Natural Language Processing AI Technology a Quick and Brief Intro with Examples

NLP Featured Image

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…

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:…

Simple Media Management System Using GitHub Repositories

Courtesy of Ethical Software Ltd. - Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.0)

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…