Skip to content
View remlaps's full-sized avatar

Block or report remlaps

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
remlaps/README.md

๐Ÿ‘‹ Hello, and Welcome to my GitHub profile!

I'm a hobby programmer who builds for the Steem blockchain. I am interested in enhancing the blockchain experience for humans by orchestrating software, AI, and decentralized incentive structures.

๐Ÿ› ๏ธ Skills & Technologies

  • Python: Bots
  • JavaScript: Browser extensions.
  • Steem Blockchain: Exploring decentralized social media and content curation.

๐Ÿš€ Top Projects

Thoth is an automated content evaluation system and incentive management engine that is built on a public blockchain.

As a first of its kind Generation-5 voting service for the Steem blockchain, Thoth integrates LLM-based evaluation and automated post summaries with programmable beneficiary rewards to align incentives among content creators, delegators, operators, and other stakeholders.

Thoth Flywheel Incentive Model
Thoth Flywheel โ€“ Incentive Alignment Model

Rather than simply upvoting posts, Thoth uses AI and blockchain features to create a self-reinforcing incentive cycle that was designed to incubate long-term value and enhance the ecosystem for human stakeholders.

A browser extension that adds side-by-side editor preview capability to Condenser websites on the Steem blockchain (like Steemit). No more scrolling past hundreds or thousands of words to see the effects of an editing change. Stay tuned. Other enhancements may be coming.

A Python library for creating and managing immutable, append-only linked lists using custom_json transactions on the Steem blockchain. It uses an efficient off-chain indexing strategy that avoids full blockchain scans, making it a robust tool for on-chain data management and state tracking.

A browser extension designed to enhance curation and user experience on Steem.

You can get it from the Chrome Store: Steem Curation Extension.

A browser extension (code by Google Gemini) that implements the integer base conversion methods from Alternative Algorithms for Base Conversion (Steve Palmer, 2007, unpublished). These use matrix multiplication to perform vector-oriented base conversions when one base is a multiple of another or using the offset between bases.

View current blockchain properties or look-up Steem blocks, accounts, or transactions in a browser extension.

You can get it from the Chrome Store: Simple Steem Block Explorer

๐Ÿ“ซ More


Pinned Loading

  1. Thoth Thoth Public

    Thoth: an AI Curator for the Steem blockchain

    Python 2 3

  2. PascalTriangleBaseConversions PascalTriangleBaseConversions Public

    A browser extension to visualize integer base conversions using matrix multiplication based on the additive offsets or multiples between bases.

    JavaScript

  3. Steem-Curation-Extension Steem-Curation-Extension Public

    A barebones browser extension for Steem curators

    JavaScript 1

  4. steemExplorer steemExplorer Public

    View Steem blocks, transactions, and accounts in a browser extension

    JavaScript 1

  5. linkedListOnSteem linkedListOnSteem Public

    A Python library for implementing a doubly-linked list data structure using custom_json transactions on the Steem blockchain.

    Python