"Notes" is an iOS app designed to help musicians improve their sight-reading skills. Available on the App Store for 10 years, the app presents users with randomly generated musical notation, covering a range of clefs, key signatures, and rhythms. Users can customize the difficulty level, focusing on specific areas for improvement. The app provides instant feedback on accuracy and tracks progress over time, helping musicians develop their ability to quickly and accurately interpret and play music.
iOS 18 introduces a new feature that automatically reboots devices after a prolonged period of inactivity. Reverse engineering revealed this is managed by the SpringBoard
process, which monitors user interaction and triggers a reboot after approximately 72 hours of inactivity. The reboot is signaled by setting a specific flag in a system property and is considered a "soft" reboot, likely to maintain device state where possible. This feature seems primarily targeted at corporate devices enrolled in Mobile Device Management (MDM) systems, as a way to clear temporary states and potentially address performance issues resulting from prolonged uptime without requiring manual intervention. The exact conditions for triggering the reboot, beyond inactivity time, are still being investigated.
Hacker News users discussed the potential reasons behind iOS 18's automatic reboot after extended inactivity, with some speculating it's related to memory management, specifically clearing caches or resetting background processes. Others suggested it could be a security measure to mitigate potential exploits or simply a bug. A few commenters expressed concern about the reboot happening without warning, potentially interrupting ongoing tasks or data syncing. Some highlighted the lack of official documentation on this behavior and the author's reverse engineering efforts to uncover the cause. The discussion also touched on similar behavior observed in other operating systems and the overall complexity of modern OS architectures.
Summary of Comments ( 116 )
https://news.ycombinator.com/item?id=43456030
HN users discussed the app's longevity and the developer's persistence, praising the 10-year milestone. Some shared their personal sight-reading practice methods, including using apps like Functional Ear Trainer and various websites. A few users suggested potential improvements for the app, such as adding support for other instruments beyond piano and offering more customization options like adjustable clefs. Others questioned the efficacy of pure note-reading practice without rhythmic context. The overall sentiment was positive, acknowledging the app's niche and the developer's commitment.
The Hacker News post about the "Notes: Sight Reading Trainer" iOS app, which has been on the App Store for 10 years, generated several interesting comments.
Many users commended the developer for the app's longevity and consistent updates over a decade. They praised the commitment to maintaining and improving the app in a rapidly changing mobile landscape. Some long-time users chimed in, attesting to the app's usefulness in improving their sight-reading skills. They appreciated features like customizable key signatures, clefs, and rhythms, highlighting the app's adaptability to different skill levels and learning goals.
A common theme in the comments was the difficulty of creating and maintaining a successful app, particularly for a niche market like music education. Users expressed respect for the developer's perseverance and dedication to this specific area.
Several commenters discussed the importance of sight-reading for musicians and shared their personal experiences using various tools and techniques to practice. This led to a brief discussion about different approaches to sight-reading pedagogy.
Some comments also focused on technical aspects. One commenter asked about the development tools used, specifically inquiring about using SwiftUI and UIKit together. The developer replied, explaining their approach of integrating SwiftUI incrementally into the existing UIKit codebase, offering a practical example of managing a legacy codebase in the evolving iOS development ecosystem.
A few commenters shared their own preferred methods for sight-reading practice, suggesting alternative apps or resources. This wasn't a dominant part of the discussion but offered a glimpse into the broader landscape of sight-reading tools available.
Overall, the comments section reflected a positive reception to the app and appreciation for the developer's long-term commitment. The discussion provided a mix of personal experiences, technical insights, and pedagogical considerations related to sight-reading practice.