По-русски C/Si as allusion of Isaac Asimov's C/Fe

My project

I have one big project that is going to have many parts over time.

First part I'm currently developing is a language learning app.

I need such app for my own use and I have some ideas about language learning what I'd like to implement.

Second part - FastBind - is about keeping track of all learning I do.

Small projects are tiny parts of these apps implementing certain functionality.


First Read

First Read shows main text of the lesson and allows user to hear it read by SpeechSynthesis.

Already read chunk and word to be read next are highlighted.

User can pause, resume and cancel reading.

The voice for reading can be selected. Available voices depend on browser and voices installed in your system. Only voices for the language of currently selected text are listed.

There are a number of hardcoded example texts in different languages.

Static Web Apps

The idea of static web apps is to try doing as much as possible on client side with vanilla JavaScript. No cookies, no server-handled forms.