Show HN: AlphaDec, a readable, lexically sortable time format for humans and AI
Summary
AlphaDec is a new, human- and AI-friendly time format that encodes UTC timestamps into lexically sortable, readable strings by dividing the year into 26 periods (A-Z) and further subdivisions. This format enables efficient time-range queries, makes database key sorting straightforward, and is particularly useful for large language models (LLMs) in log analysis and time-based reasoning. Its design improves both machine processing and human interpretability of timestamps, offering practical benefits for AI applications that handle temporal data.