Elektrine lite

← Feed

@kalleboo@bitbang.social

Post #1608410

2026-03-01 00:55 UTC

Just getting the basics right with the different data structures is what took up the bulk of the time coding and debugging. All those linked lists going backwards and forwards. In comparison, throwing on new features at the end like preferences and sound/notifications was trivial. (2/4)

Replies (1)

  • @kalleboo@bitbang.social 2026-03-01 00:55

    Some bugs just cause self-doubt about the whole project. Is this network timeout a fundamental issue with how primitive AppleTalk is or did I just mess up a loop somewhere? (it was always the latter). I’ve definitely learnt to appreciate modern OOP data structures where you don’t have to keep re-implement the wheel for each situation. And virtual memory, where you don’t have to use Handles. (3/4)

    Open ##1608411