akardapolov
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi HN, I built Dimension-TT because working with standard Swing JTable (and JXTable) usually involves a lot of casting, untyped Object[] arrays, and manual column index management. This library creates a typed layer…
-
I built an embedded, pure‑Java database for time‑series and dimensional analytics. It combines a columnar, block‑encoded local store (on top of Berkeley DB Java Edition) with a read API that can also target external SQL…
-
I've built Dimension-UI, a desktop application for interactive analysis of time-series data, written in Java 25+ with a Swing UI. While Grafana is fantastic for high-level dashboards, I always found it cumbersome for…
-
Built a compact DI container for Java that avoids the pain points of Dagger 2's compile-time graph generation and the overhead of Spring/Guice's runtime reflection. A key insight, suggested by Gemini and several other…