Earlier quoted context omitted.
I was going to say that $200 seemed awfully expensive for a programmable kitchen timer. I've had a project idea for a while that would require a bit more juice. In short, I want to make a music practice timer for ADHD kids that avoid actually playing music during practice time. I want it to be beefy enough to run some simple ML for detecting instruments being played, and I only want the timer to count down while the…
"Identifying Different Musical Instrument Sounds Using Fourier Analysis in LabVIEW" Rather than "ML" du jour, I would say that a fast Fourier transform would get you sufficient data to determine if practicing or talking or silence.
Busy Status Bar
141–150 of 546 posts
Re: Busy Status Bar
#142That said, I really want something designed like this that I can use.
Re: Busy Status Bar
#143Re: Busy Status Bar
#144People be so busy they need to buy a hacker-friendly device and build bespoke integrations with it.
Truly, it's so hard for me to not see this as just dressed-up techie-flavored consumerism. If you can't look at your phone to run a timer without getting distracted, I think there's a different problem to solve. (reminder that Android makes it trivial to not show notifications on the lock screen, or even in the top bar. I see notifications only when I want to.)
Re: Busy Status Bar
#145Earlier quoted context omitted.
That doesn't prove anything.
It literally says: "Flipper Devices Designed by Flipper Devices Inc. © 2024. All rights reserved."
Re: Busy Status Bar
#146Re: Busy Status Bar
#147For a home-rolled solution, I use a GE CYNC ST19 Edison Style bulb in a socket right outside my office door. I have it configured through Home Assistant (https://www.home-assistant.io/), and then use Hammerspoon (https://www.hammerspoon.org/) on my macbook to make an API call to Home Assistant when the camera state changes.
If my camera turns on/off, so does the light bulb. Works really well for letting my family know I'm busy in meetings.
Re: Busy Status Bar
#148If you're looking for something with an addressable LED matrix in a clock style form factor, the Ulanzi TC001 [0] for ~$50 is worth having a look at. Doesn't quite have the same aesthetic but inside it's just an ESP32 (flashed via the USB-C port) and there's various mature open source firmware replacements. I use awtrix[1] on mine and it's very easy to tie in HomeAssistant for doorbell notifications and that sort of…
Neat! Can't tell if it has a speaker at the back or not. Would like to play sounds or alarms... I'd love to attach this to a PoE to USB-C ethernet adapter to talk to it over API via hardwired. Still looking for something like that. The flipper busy bar seems to at least have some connectivity over USB.
I have to warn that it sounds like hot garbage though. The neat thing with ESP32 devices is that you can make it sound okay using its built in 8-bit DACs, or great using I²S.
Speaking of hardware hacking; you can also get POE/LAN adaptors for the ESP32, if you have free hardware pins left for it.
Re: Busy Status Bar
#149Regardless, I'm struggling to know the audience here. Is it an employee in the office? If that’s the case, it won’t solve any problem because most of the disturbances happen from your boss either calling about something or asking you to join another useless meeting. Your boss won’t care about your status simply because they won’t be collocated in the same office as you most of the time (not that they care about your online status anyway). For colleagues, after the first month or so, everyone will pretty much find the best way to approach others. If you still need a device for that, then there’s a problem in communication that you need a persistent device all the time. At home, you won’t need such a thing. So I don’t know who will find it useful; it looks gimmicky. What’s next, a hat that will turn a green light telling people you are approachable or in the chatting mode, and red when you are not?!
Re: Busy Status Bar
#150A bit dystopian turning people into a taxi-like system where you need an indicator to tell if they are vacant or not. Regardless, I'm struggling to know the audience here. Is it an employee in the office? If that’s the case, it won’t solve any problem because most of the disturbances happen from your boss either calling about something or asking you to join another useless meeting. Your boss won’t care about your sta…