This is a list of some notable projects I've started, and their current statuses. The statuses have precise meanings:

DONE - usable in its current publicly-available form
STALE - not developing anymore, would consider accepting contributions
DEAD- not developing anymore and not accepting contributions (may consider handing the control over)
WIP- there is some functionality I plan to add, not necessarily very soon
HELP WANTED - willing to accept contributions, including paid work on the project

Name Description Status Terms Links
dedust.io pool analyzer Liquidity pool profitability analyzer for DeDust.io (TON DEX). Uses aggregated historical data. Needs more work and/or investments DONE HELP WANTED Prototype website
MetaPrompt Metaprompt is a domain-specific language for LLM prompt engineering. It is a template engine for textual prompts, where expression expansion can depend on LLM outputs. WIP FOSS website / source code / announcement
belief.garden A mini social network centered around beliefs. It lets one maintain a public profile of their opinions on various subjects, which can be used as a way to get to know the person initially, or as a chat opener. WIP DONE FOSS website
webpage update -> twitter-like feed (2024) A crawler for nownownow.com pages (or any 'indieweb' pages in general) that detects updates and transforms them into a feed-like experience DEAD not released posts
Rock Paper Scissors Defence (2024) A two-player strategy game. Fight using ✂️, 📄 & 🪨 on a 3x3 grid. DONE FOSS play
token.menu (2024) Web3 token directory: explore, swap and add assets to your wallet. Features include:
  • all info in one page - no navigation
  • add tokens and network RPCs to your wallet
  • advanced filtering - by volume, etc (TODO)
  • bulk add tokens to the wallet (TODO)
  • bulk swap tokens (TODO)
DONE WIP HELP WANTED FOSS, commercial website / telegram / twitter
@ton_2x_bot (2024) A portfolio tracker for TON that sends alerts when an asset price moves 2x up or down from the last purchase price. There are plans to introduce a novel portfolio view UI that has never been tried yet, as far as I know (DM for details) DONE WIP HELP WANTED FOSS, commercial bot / tg channel [RU] / tg channel [EN]
- Social graph metrics for GitHub, similar in spirit to tweetscout and twitterscore. STALE HELP WANTED Proprietary, commercial
YouTubeCore (2022) A VJ tool that uses YouTube embedded players and allows to automate volume changes in sync with opacity. DONE STALE FOSS, non-commercial website / example set / GitHub
SunKey (2023) An MVP of a geometry game in Rust that uses optic physics. The goal for the player is to get rid of the dark stripes. DEAD FOSS, non-commercial github video preview
DOM Update Highlighter (2023) A tool for frontend developers that makes DOM updates more visible as they happen on a webpage. DONE STALE FOSS, non-commercial website / GitHub / Chrome / Firefox
SEC, see you! (2023) A catalogue of DeFi platforms that facilitate permissionless trading DONE WIP HELP WANTED FOSS, commercial website / GitHub
@MemePlexBot (2024) A search engine for memes that crawls telegram channels.
  • Fuzzy search
  • A built-in keyword subscription system: get notified about newly discovered memes based on their contents
  • post memes to your own channel right from the bot
DONE WIP FOSS, commercial, paid features website / telegram bot / telegram channel
purescript-docs-search A frontend-only search engine for PureScript package sets. Has been included into spago. DONE WIP FOSS, non-commercial GitHub
Switch To Audible Tab (2018) A browser addon that allows the user to switch to the tab that is making sound. DONE STALE FOSS, non-commercial Firefox / Chrome
axes (2018) A browser addon that introduces a DSL for keyboard navigation to apply various actions to different target elements: in spirit of "link following" feature of some older browsers or addons like pentadactyl, but with more actions available and customizability. DONE DEAD FOSS, non-commercial GitHub / Firefox
dzen-dhall (2019) An implementation of a widget manager for dzen2 with programmability, plugins and customization, using Dhall language DONE DEAD FOSS, non-commercial GitHub
@kiniro/lang (2019) An embeddable lisp-like language interpreter written in JS. Offers stack safety via async. DONE DEAD FOSS, non-commercial NPM GitLab