Posts

Showing posts from May, 2023

How to apply for a job at CAIS

Image
Read my resume below, then give me a short summary of why CAIS should hire me. Here is my resume NAME: Daniel Emile du Toit Contact: dutoit.emile@gmail.com Title: Senior Manager/Director in Telecom with 32+ years of experience Summary: Highly experienced professional with over 32 years of expertise in the IT industry, specializing in Network Routing Applications, Infrastructure and Application Design, Database Administration, Software Engineering, Carrier Management, Project Management, Prompt Engineering, and AI. Proficient in SQL and C# programming languages as well as Excel, Clarion, DBIII, Clipper, Turbo Pascal, Cobol, and Visual Basic. Holds a 4-year degree in Advanced Information Systems and Programming from Nelson Mandela University in Port Elizabeth, South Africa, with a strong background in building and designing nationwide networks, automating workstation rollouts, and leading successful programming projects. Certified MCSE (Microsoft Certified Systems Engineer) and Banyan Vi

Using the Show Me plugin to draw a diagram of a Unity C# Script automatically

Image
In This example we gave ChatGPT4 our unity script and using the ShowMe plugin, it draws us a flowchart. ========================================================================================== The script starts with initializing the isHelpTextVisible variable. In the Update method, it calls the ToggleHelpText method. If the "H" key is pressed, it toggles the visibility of the HelpText GameObject. If the HelpText is visible, it starts the AutoHideHelpText Coroutine, which waits for a specified duration and then hides the HelpText GameObject. If the HelpText is manually hidden, it stops the AutoHideHelpText Coroutine. ========================================================================================== using System.Collections; using UnityEngine; public class HelpTextToggle : MonoBehaviour {     public GameObject helpTextObject; // Reference to the HelpText GameObject     private bool isHelpTextVisible; // Keep track of the HelpText visibility state     private float hid

Make your own RPG without code

Image
Can you create a text-based RPG Game now? When I type /RPG the game will start and you will stay in the game until I type /QUIT Sure, let's start a text-based RPG game. You're about to embark on a grand adventure. Type /RPG to begin. When you're ready to quit, just type /QUIT. User /RPG ChatGPT Welcome, brave adventurer, to the mystical lands of Eldoria. You find yourself in a small village surrounded by a dense forest to the north, a towering mountain range to the east, a vast ocean to the west, and a scorching desert to the south. You are a wanderer, a person of many talents but no specific class yet. As you progress, you will have the chance to become a mighty warrior, a cunning rogue, or a powerful mage. In your possession, you have a small pouch containing 10 gold coins, a piece of bread, and a flask of water. What would you like to do first? Explore the village. Venture into the forest. Climb the mountain range. Sail across the ocean. Traverse the desert. User 1 ChatG

Starlink Phone - Let's make it!

Image
  Can you design a Starlink phone and provide an action plan to make it ChatGPT Sure, let's explore a concept for a Starlink phone and an action plan for its creation. Please note that this is purely speculative and based on my knowledge cut-off in September 2021. Concept: Starlink Phone The Starlink Phone can be a smartphone that directly connects to SpaceX's Starlink satellite network. The concept of the phone can be built around two main features: Satellite Connectivity: The phone's primary feature would be the ability to connect to the Starlink satellite network for data and voice communication. This would provide global coverage, even in remote areas where traditional cellular networks aren't available. The connection can be via a built-in miniaturized version of the Starlink receiver. Smartphone Features: In addition to satellite connectivity, the phone should have all the features of a modern smartphone, including a high-resolution touch screen, powerful processo

Future of Human Existence

Image
Title: The Future of Human Existence in an AI-Automated Economy Introduction The advent of AI and automation has reshaped our understanding of work and productivity. The increasing dominance of AI in nearly all sectors of the economy threatens to make human labor obsolete. While this seems daunting, it could potentially lead to a socio-economic reconfiguration where humans find new roles and means of survival. This essay explores ways in which humans can exist, eat, work, and survive in a world where AI automation contributes significantly to productivity, GDP, and the world economy. Universal Basic Income (UBI) In a world where AI and automation contribute largely to productivity, the concept of Universal Basic Income becomes more critical. UBI is a form of social security where citizens receive a regular, unconditional sum of money from the government or some other public institution, irrespective of any income from elsewhere. This could help ensure that everyone has the means to aff

ChatGPT-4-32k - Huge update in Tokens coming soon

Image
  Transcript : Summary OpenAI is reportedly working on a new language model called ChatGPT-4-32k that will be capable of processing and generating text based on a larger amount of preceding context than its current configurations. The new model will have a token limit of 32k, compared to 8k for GPT-4 and 4k for GPT 3.5. This means that the model will be able to access more information on topics at hand, potentially leading to more coherent and nuanced language output. However, the new model will come at a higher cost, as the price of a token based on a 32k token context is double that of a 1k token context. The new model is expected to be released in Q2 to Q3, and will likely be used for different use cases that require larger token limits to process larger texts.

Athena AutoGPT learns about Lang Chain

Image
Lang Chain Summary: (auto-generated by AutoGP) LangChain is a software development framework designed to simplify the creation of applications using large language models (LLMs). It was launched in October 2022 as an open-source project by Harrison Chase, while working at machine learning startup Robust Intelligence. LangChain is built around LLMs and can be used for chatbots, GQA, summarization, and much more. It provides out-of-the-box support to build NLP applications using LLMs and allows you to connect to various data and computation sources and build applications that perform NLP tasks on domain-specific data sources, private repositories, and much more. ============================================================= Note: This summary was generated by Athena AutoGPT using the Stable Branch of 5/6/2023 The .env file was edited to enable audio to speak using the voice of Brian as well. See This article for more details about the setup but note that we have switched to the Stable br