The app stems from my anxiety about what to study. i study one thing and worry about another. It eliminates decision fatigue on what to study. You input sleep metrics, it calculates biological cognitive capacity, you input syllabus, it assigns exact page counts based on real-time neural alignment. It learns your reading speed, it builds its own graphs, zero external dependencies. zero tracking.
An open source, privacy focussed, math model oracle android app that tells you what to study next.
- Add list of books you need to study with how many pages they are, and how difficult they are (for example I made a manga tag you can use to read magazines which have difficulty rating of 1/10).
- Follow the oracle's order and complete the amount of pages it gave you, you could complete more pages and input study progress too.
- Retro terminalesque design: Inspired by Unix customizations found online.
- Lightweight: Consumes only 0.06% CPU and 85KB of RAM. After all, simple apps shouldn't need more—remember, the Apollo mission operated on a computer with around 4KB of RAM!
- Highly customizable: Offers many themes with option for custom fonts.
shintaku operates on three math engines: circadian alignment, regression-based speed prediction, and a priority scoring matrix.
humans do not have linear focus. focus is a wave dictated by sleep quality and hours since wake (hsw).
sleep quality (
where
raw biological alertness (
final cognitive potential (
the oracle needs to assign a 45-minute sprint. to do this, it must predict how fast you read specific subjects at specific times of day. brain.js is too bloated. shintaku uses a custom multivariate linear regression model built in 20 lines of vanilla js.
it maps historical data:
-
$X_1$ : hours since wake -
$X_2$ : subject difficulty -
$Y$ : seconds per page
it calculates the means (
slope (
y-intercept (
predicted speed for current session:
if data is scarce (cold start), it uses deterministic fallbacks (e.g., math = 170 secs/page, manga = 35 secs/page).
when consulted, the oracle scores every incomplete book in your library. highest score wins.
urgency (
difficulty alignment (
total priority score (
once a book is selected, the oracle calculates exact page assignment to hit a 45-minute (2700 seconds) target block:
pages are clamped between 1 and 25 to prevent extreme assignments. user clicks start, stopwatch runs, logic repeats.
Shintaku is being developed under the GPLv3 License.
See my thought process and approach with other's opinions on telegram: https://t.me/karuifoss This app has been primarily made on my phone with Acode editor with alpine linux terminal.
Github Issues are the fastest way to get in touch, for other means there's gitlab, bluesky, and my dev.to account, all linked in my account page on github and homepage.
If you like the app, don't forget to leave a star ⭐ here on github and let me know your suggestions!
