BeyondMagic / rwppi

An eater & feeder of information.
GNU Affero General Public License v3.0
18 stars 1 forks source link

v1.0.0 #1

Open BeyondMagic opened 2 years ago

BeyondMagic commented 2 years ago

Features

Sources

Methods

Options

Modular tricks / Non-performant affect tools.

Extra


Computers will be fun again!
Terry A. Davis
1969-2018

BeyondMagic commented 2 years ago

Remote database - Reasons

Since any type of information can be fed to the database if the code is changed, to not pollute it, the maintainer of the database can set the remote configuration on the code base and share the binary to others


Database

A pointer file will be necessary to help the AI prototype to find if there's no need to scrape the WEB for information that is already in the cache.

Translating will never be saved in the cache.

~/.cache/iris/list

en,us,google,definition,love
en,us,google,definition,laugh
en,us,google,definition,heart
pt,br,google,definition,arco-iris
en,us,google,header,is Linux good

~/.cache/iris/en/us/google/definition/love

AUDIO ssl.gstatic.com/dictionary/static/sounds/20200429/love--_us_1.mp3
/ləv/
noun:
 1. an intense feeling of deep affection.
  "babies fill parents with feelings of love"
  Similar: ...
verb: ...

Learning database

This will include how Iris will be able to identify certain words and patterns so that it does less with more information.

~/.cache/iris/learning

en us google definition meaning,definition,definition of,what is the meaning of
BeyondMagic commented 2 years ago

Compression?

Compression of ~/.cache/iris/list and ~/.cache/iris/learning. At scale it me be necessary to compress and decompress at runtime of this data because they can get quite huge.

By being minimal, it may not; however for the intuition I may put as a compiler option in case remote databases get huge (as they would, obviously)