Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kijowski/mkswap
- Owner: kijowski
- License: mit
- Created: 2020-02-17T17:15:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T13:36:30.000Z (over 2 years ago)
- Last Synced: 2023-03-02T23:35:34.447Z (almost 2 years ago)
- Topics: mithril, mithriljs
- Language: TypeScript
- Homepage: https://mkswap.vercel.app/
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.