Topic Name: FPM: A Static Site Generator With First In Kind Translation Tracking Feature
FPM.dev is FTD Package Manager, a static site generator and can be used as an alternative to Hugo, Jekyll, Docusaurus etc. FPM supports a concept of packages, and lets your organise your prose/text content using packages, with package dependency, auto fetching etc.
What sets FPM really apart is first of its kind translation tracking feature. Unlike other static site generators with translation support, where they only link to correct URL for current document in another language, FPM keeps track of if a document’s translation is up-to-date or not. When you are viewing a translation it shows translation status (missing: in this case it falls back to original, work in progress translation: here you see original by default but can switch to work in progress work in your preferred language, out date: here you see a warning and a diff in original document from the date translation was last marked up to date to current version of original document). FPM also has a translation status dashboard which shows translation status of entire project in one place.
Brief about the topic (with the project’s source-code link)
Smoldyn (https://github.com/ssandrews/Smoldyn) is a particle-based biochemical simulator for modeling molecular diffusion, surface interactions, and chemical reactions. I am going to showcase some of its capabilities using the recently added Python interface (https://www.biorxiv.org/content/10.1101/2020.12.15.422958v3). It can be useful for people who deal with stochasticity in their work.
Additionally, I will talk about my experiences with adding Python interface to C/C++ based simulators (Smoldyn and MOOSE Neural Simulator.
Topic Name: An easier-to-use open source alternative to Elasticsearch and Algolia
Brief: For the longest time ElasticSearch and Solr were the primary options available to developers to build onsite and in-app search experiences. Along came Algolia in 2012 with a SaaS search engine, supporting instant search-as-you-type experiences. This talk will introduce a new and modern instant-search open source engine - Typesense: https://github.com/typesense/typesense