Experiments

A selection of prototypes and experiments mainly conducted to learn about search engine indexing and the impact of code on search performance. They range from quick and dirty prototypes to near-production ready projects.

Visit the projects by clicking on the name in the left column, or read about the setting, research questions, and conclusion of the experiment by clicking on the right column of the table.

Overview of experiments in chronological order
URLDetails
Clinic Homepage Demo ➚Homepage of a fictitious clinic, with accessibility and safety best-practices applied. ➙
ECS Map ➚Interactive map of charging stations for electric cars in Switzerland and surround areas ➙
DPLMC ➚Platform to play the Diplomacy boardgame online ➙
People Nature Stones ➚Multilingual travel blog, prototyping of user friendly CMS ➙
MSA.IDX ➚Reddit sentiment analysis to explore the potential of content generated by user queries ➙
Disruption Deptartment ➚Research papers summarized by LLMs and made available in multiple languages, optimized CMS for productivity ➙
RxSearch ➚Medical drug information site, exploring ways to get content from large datasets indexed by search engines ➙
AiOped ➚News site for testing how text content written by LLMs is indexed by search engines, prototyping CMS ➙

People Nature Stones

The motivation is to develop an easy-to-use CMS and a code base that can be easily cloned to reduce coding time and make such systems more affordable for non-commercial users.

WordPress has been the standard framework for such use cases for ages. Providing an alternative without security flaws, better page speed and UX along with lower cloud hosting costs is the long term goal.

The challenge is to keep it as small as possible. That's important because all the backend code is consumed on every request, so the amount of memory required should be kept to a minimum and execution should remain fast. Therefore, the use of third-party libraries is kept to a minimum.

Summary
URLhttps://peoplenaturestones.com
TypeTravel blog
Domain historyNew domain
TimeDecember 2023 - present
StatusOngoing: developing and observing.