←back to thread

439 points david927 | 1 comments | | HN request time: 0.204s | source

What are you working on? Any new ideas which you're thinking about?
1. NiloCK ◴[] No.44418057[source]
https://github.com/patched-network/vue-skuilder https://patched.network

FOSS toolkit for SRS and adaptive tutoring systems. Inching closer to proper demos and inviting usage.

In essence, I'm looking to decouple ed-tech content authoring (eg, a flash card, an exercise, a text) from content navigation (eg, personalizing paths and priorities given individual goals and demonstrated competencies), allowing for something like a multi-sided marketplace or general A/B engine over content that can greatly diminish the need to "build your own deck" for SRS to be effective.

Project became my main focus recently after ~8 years of tiny dabbling, and I've largely succeeded at pulling spaghetti monolith into a sensible assembly of packages and abstractions. EG, the web UI can now pull from either a 'live' couchdb datalayer or from statically served JSON (with converters between), and I'm 75% through an MVP tui interface to the same system as well.