project-ideas

# blog post topics

* the bike bell ringing dilemma
* the bike / public transport capacity dilemma during bad weather
* design your exception strategy around the return type
* function naming patterns / prefixes

# maps

* https://basemap.at/ + https://maplibre.org/

# various

* MRBot - MR & Code Review statistics
* turn based village management game
* CMS with separate backend / frontend (kotlin translation of slug/snail)
* weaver

* learning app with spaced repetition
  * question: text and/or image
  * answers: 
    * text: entry, one of multiple entries (spelling variations), multiple choice (n out of all answers randomly)
    * image: multiple choice
  * if the correct answer isn't known, add a "don't know" option (there's a difference between "don't know" and "i thought i know but got it wrong")
  * if the answer was wrong, show the correct choice (textual answer and in case of question-image, the question too).
  * on text entry, consider levenshtein

edited by: stefs at Friday, March 7, 2025, 2:01:25 PM Coordinated Universal Time


view