Skip to content
View WrappedUsername's full-sized avatar
🎯
Focusing and improving everyday!
🎯
Focusing and improving everyday!
Block or Report

Block or report WrappedUsername

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
WrappedUsername/README.md

Hi πŸ‘‹, I'm WrappedUsername

wrappedusername Stars

Tech Entrepreneur πŸš€

🚧 My private repos are probably going to be deleted to save storage space. 🚧

πŸ“– I am currently learning a diffuse runtime execution engine called Jaseci, and a data-spatial programming language called Jac.

jaseci

  • Nodes, edges, and walkers can all have abilities.
    • Abilities cannot interact outside of the context or local variables of the attached node, edge, or walker, and does not have a return.

An example of this would be a maintainer walker saving a user's id and last conversation state for continuing the conversation at a later time.

Saving state with a maintainer walker:
can cleanup with talker entry{
    if (!vistor:hoping) {
       spawn *(global.node_conv_root_state) walker::maintainer(
            user_id = visitor.user_id,
            user_context = vistor.user_context,
            dialogue_context = vistor.dialogue_context,
            last_conv_state = vistor.state_for_continuing
            /// @dev Add ERC-4337 account abstractions or any other saved states, etc here.
       );
    }
}

astronaut

Artist: WrappedUsername + DreamStudio

eth-astronaut

Artist: WrappedUsername + DALL*E
I *was* trying to learn all of this non-sense all at once:

Front-end

  • Vercel
  • TypeScript
  • Next.js 13
  • React
  • Tailwindcss (switching to pure CSS)
  • Sass
  • Angular

API

  • Open and Internal
    • JSON-RPC
    • GraphQL
    • REST

Database, Back-end, and CMS

  • Nest
  • Express
  • GraphQL
  • Hygraph CMS
  • MySQL
  • GCP Firebase

Cyber-Security

  • Oracle VM VirtualBox
  • Kali Linux
  • Python

Data Analytics

  • Google Analytics

AI and ML

  • Docker
  • Python
  • TensorFlow
  • GCP
  • IBM Watson Studio
  • Azure
  • Oracle AI

Blockchain

  • REMIX IDE
  • Hardhat
  • TypeScript
  • Solidity
  • Ethers.js
  • Python for testing (echidna fuzzer)

Blender

  • Python (I am researching this for modeling)

Languages and Tools:

jaseci typescript javascript solidity nextjs react sass tailwind

linux docker

graphql

ovi

my Github Stats

mystreak

Journey Blog, a markdown blog with syntax higlighting, some issues need to be fixed.

Screen Shot 2022-08-12 at 12 01 15 AM

Screen Shot 2022-08-12 at 12 03 19 AM

Pinned Loading

  1. apexmite-jac apexmite-jac Public

    Next 13 Progressive Web App, powered by Jaseci runtime, and Jac programming language

    TypeScript 1

  2. doggy-decoder-jac doggy-decoder-jac Public

    Doggy Decoder - Digital Intelligence Animal Translator (DIAT)

    HTML 1 1

  3. dideggo dideggo Public

    DIDEGGO, DAO - Digital Intelligence Decentralized Global Governance, Decentralized Autonomous Organization

    TypeScript

  4. jaseci-quick-start jaseci-quick-start Public

    My notes from learning Jaseci runtime and Jac programming language