Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kijowski/mkswap

Externalize you short term memory
https://github.com/kijowski/mkswap

mithril mithriljs

Last synced: about 2 months ago
JSON representation

Externalize you short term memory

Awesome Lists containing this project

README

        

# What is [mkswap.xyz](https://mkswap.xyz)?
According to famous psychology paper [The Magical Number Seven, Plus or Minus Two](https://en.wikipedia.org/wiki/The_Magical_Number_Seven,_Plus_or_Minus_Two) we are able to hold between 5 and 9 pieces of information in our short-term memory.

mkswap is a simple tool that was designed to help with overload of said memory by creating a place where you can quickly capture short lived pieces of information.

## How does it work?
Is simulates higher end of the bell curve and can hold 9 pieces of information.

Adding new item after you reach the limit will delete the oldest item in the list.

Adding new item pushes older ones closer towards oblivion.

Your list is cached for the duration of your browser session.