Foqos is a mobile app designed to minimize distractions by using NFC tags as physical switches for focus modes. Tapping your phone on a strategically placed NFC tag activates a pre-configured profile that silences notifications, restricts access to distracting apps, and optionally starts a focus timer. This allows for quick and intentional transitions into focused work or study sessions by associating a physical action with a digital state change. The app aims to provide a tangible and frictionless way to disconnect from digital noise and improve concentration.
This project describes a method to use an Apple device (iPhone or Apple Watch) as an access card even with unsupported access control systems. It leverages the device's NFC capabilities to read the card's data, then emulates the card using an Arduino and RFID reader/writer. The user taps their physical access card on the RFID reader connected to the Arduino, which then transmits the card data to an Apple device via Bluetooth. The Apple device then stores and transmits this data wirelessly to the Arduino when presented to the reader, effectively cloning the original card's functionality. This allows users to unlock doors and other access points without needing their physical card.
HN users discuss the practicality and security implications of using an Apple device as an access card in unsupported systems. Several commenters point out the inherent security risks, particularly if the system relies solely on NFC broadcasting without further authentication. Others highlight the potential for lock-in and the difficulties in managing lost or stolen devices. Some express skepticism about the reliability of NFC in real-world scenarios, while others suggest alternative solutions like using a Raspberry Pi for more flexible and secure access control. The overall sentiment leans towards caution, with many emphasizing the importance of robust security measures in access control systems.
Summary of Comments ( 71 )
https://news.ycombinator.com/item?id=42782295
Hacker News users discussed the potential usefulness of the app, particularly for focused work sessions. Some questioned its practicality compared to simply using existing phone features like Do Not Disturb or airplane mode. Others suggested alternative uses for the NFC tag functionality, such as triggering specific app profiles or automating other tasks. Several commenters expressed interest in the open-source nature of the project and the possibility of expanding its capabilities. There was also discussion about the security implications of NFC technology and the potential for unintended tag reads. A few users shared their personal experiences with similar self-control apps and techniques.
The Hacker News post "Show HN: I made a app that uses NFC as a physical switch to block distractions" sparked a variety of comments, mostly focusing on the practicality, alternative solutions, and potential expansions of the app's core concept.
Several commenters appreciated the tangible nature of using NFC tags as a physical switch for focus modes. They liked the idea of a physical action to trigger a change in digital behavior, finding it more intentional than a simple software toggle. Some even suggested this physicality could be beneficial for people with ADHD.
However, the reliance on NFC was also a point of contention. Many questioned its convenience compared to existing software solutions or even simpler physical interventions like turning off notifications. Some commenters found the need to tap a phone against a tag cumbersome, especially when compared to readily available software toggles. The limited range of NFC also raised concerns, with some imagining scenarios where the tag might be just out of reach.
Alternative solutions and improvements were also discussed extensively. Suggestions included using existing functionalities like airplane mode or Do Not Disturb, leveraging iOS's Focus modes, or employing tasker apps like Tasker or Shortcuts for Android and iOS respectively. Some users pointed out the existence of similar apps, questioning the uniqueness of the showcased app.
Several commenters suggested expanding the app's functionality. Ideas included using NFC to trigger specific app configurations, automating tasks beyond just blocking distractions, or even integrating with smart home devices. One commenter mentioned using NFC tags to log time spent on certain tasks.
A few comments focused on technical aspects, discussing potential battery drain from continuous NFC polling or inquiring about the app's architecture.
While some expressed interest in trying the app, a general sentiment seemed to lean towards exploring or sticking with existing, potentially more convenient solutions. The discussion highlighted the trade-offs between the novelty and tangibility of a physical switch versus the ease and accessibility of established software solutions. The comments ultimately reflected a healthy skepticism towards the proposed solution while acknowledging the potential value of the core concept.