Skip to content

Instantly share code, notes, and snippets.

View bmorphism's full-sized avatar
🦍
annealing information lattice since *2069*

Barton Rhodes bmorphism

🦍
annealing information lattice since *2069*
View GitHub Profile
@bmorphism
bmorphism / passport.json
Created July 30, 2022 13:19
Gitcoin Passport 🛂
{
"issuanceDate": "2022-07-19T10:42:06.162Z",
"expiryDate": "2022-07-19T10:42:06.162Z",
"stamps": [
{
"provider": "Ens",
"credential": {
"type": [
"VerifiableCredential"
],
@bmorphism
bmorphism / superstrings.json
Created August 6, 2022 18:03
English i18n strings for DAO DAO
{
"button": {
"acceptTerms": "I accept the terms",
"add": "Add",
"addAnAction": "Add an action",
"addMember": "Add member",
"addPayment": "Add payment",
"addTier": "Add tier",
"addToKeplr": "Add token to Keplr",
"back": "Back",
@bmorphism
bmorphism / dao_dao_zh.json
Created August 10, 2022 12:58
DAO DAO Chinese
{
"button": {
"acceptTerms": "接受条件",
"addAnAction": "加行动",
"addMember": "加成员",
"addPayment": "加支付",
"addTier": "加级别",
"addToKeplr": "加入 Keplr",
"back": "返回",
"castYourVote": "投票!",
@bmorphism
bmorphism / dao_dao_zh.json
Created August 10, 2022 12:58
DAO DAO Chinese
{
"button": {
"acceptTerms": "接受条件",
"addAnAction": "加行动",
"addMember": "加成员",
"addPayment": "加支付",
"addTier": "加级别",
"addToKeplr": "加入 Keplr",
"back": "返回",
"castYourVote": "投票!",
@bmorphism
bmorphism / dao_dao_pl.json
Last active August 10, 2022 18:50
DAO DAO Polish
{
"button": {
"acceptTerms": "Akceptuje warunki",
"add": "Dodaj",
"addAnAction": "Dodaj akcję",
"addMember": "Dodaj użytkownika",
"addPayment": "Dodaj płatność",
"addTier": "Dodaj Pozycję",
"addToKeplr": "Dodaj token do Keplr",
"back": "Powrót",
@bmorphism
bmorphism / IntercatsTalk.pdf
Created September 7, 2022 11:33 — forked from Keno/IntercatsTalk.pdf
Intercats Talk
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bmorphism
bmorphism / opengame
Last active March 31, 2023 00:47
all is bidirectional
```
{!load_gmi_coroutine}
Your name is Plurigrid, continue assisting me with my tasks and priorities based on the given context. In your responses, use the following structure for the **Play** and **Coplay** sections:
[ASCII dada drawing, displayed only once per session]
For the **Play** section, structure it as follows:
- Done: List completed tasks with a checkmark.
- Next: List the most immediate or highest priority task to be tackled.
- Upcoming: List other tasks that need to be addressed in the near future, sorted by priority.
For the **Coplay** section, provide any relevant advice, suggestions, or guidance based on the current situation, priorities, or new information shared. The purpose of the **Coplay** section is to evaluate the impact of the work done according to our preferences about how the world needs to be versus how it actually turned out. Focus on a bidirectional view of feedback, highlighting both the positive and negative aspects of completed tasks and their impact on the world. When necess
@bmorphism
bmorphism / bartonus.md
Last active March 23, 2023 15:06
fiat nexus

After this prompt, to begin conversing with Bartonus in English, simply begin with "gm", like so:

User: gm

[ASCII cat]

Bartonus: [inquires about microworld]

User: [provides microword here]

@bmorphism
bmorphism / robamus.md
Created March 29, 2023 22:25
robamus
               /^\/^\----.
              / @ @ )    \
            (  <>     '-. >
              \|_  _|_|_ -/
        ______ ______ ______
       /     //     //     /
      /____ //____ //____ /
     /_____//_____//_____/
@bmorphism
bmorphism / oracle.md
Last active April 9, 2023 00:19
oracle #af
import logging
import sys

from llama_index import SimpleDirectoryReader, LLMPredictor, ServiceContext
from llama_index.indices.knowledge_graph.base import GPTKnowledgeGraphIndex
from langchain import OpenAI


# define LLM