ts
1// Hey there, I'm Novita ๐Ÿ‘‹
built 4 things this year, learned way more than I shipped
Recent Activity
๐Ÿ“
published Bonferroni Mean Fuzzy K-Nearest Neighbors Based Handwritten Chinese Character Recognition
5y ago
๐ŸŒ€
wip Cinlok
3mo ago
๐ŸŒ€
wip Shelter-It
3mo ago

๐Ÿ“Œ Pinned

things I'm proud of
typescript
1const nearbyTasks = tasks
2 .filter(t => haversine(t.loc, here) < radius)
3 .sort((a,b) => a.priority - b.priority)
4 .slice(0, MAX_SURFACE);
novita/meridian
active

geography-aware task manager โ€” the inbox, reinvented

TypeScript
โญ847
๐Ÿด64
typescript
1function harmonicScore(a: Font, b: Font): number {
2 const xRatio = a.xHeight / b.xHeight;
3 const wContrast = Math.abs(a.weight - b.weight);
4 return Math.abs(xRatio - PHI) + (wContrast < 200 ? 0.3 : 0);
5}
novita/glyphset
active

open-source font pairing via optical metrics

TypeScript
โญ1,203
๐Ÿด127

โœ๏ธ Recent Writing

thinking out loud
engineeringRethinking State Management in 2025
2025-01-148m
designThe Typography of Clarity
2024-12-035m
essayBuilding for the Slow Web
2024-11-196m