(no title)
seveibar | 8 months ago
The reason hardware has sucked in the past is poor tooling. But now open-source solutions are getting pretty good, and AI is covering many knowledge gaps.
seveibar | 8 months ago
The reason hardware has sucked in the past is poor tooling. But now open-source solutions are getting pretty good, and AI is covering many knowledge gaps.
fidotron|8 months ago
It has made me wonder why such things haven't been more popular attached to Grafana. For example, take a LED strip and use that as a gauge or similar. Many devs seem to fetishize screens and enjoy extra displays in their environments, while normies (at least the feedback from the recent work) have been telling me they actively want to get away from any screens. OTOH using LED strips rapidly turns anywhere into a vape shop.
joshvm|8 months ago
See the "tidybyt" https://www.theverge.com/23303371/tidbyt-review-desk-accesso...
There are anecdotes about offices having a "build status" LED and you would get shamed if your commit broke the CI.
alisonatwork|8 months ago
I sometimes wonder if this impulse is part of the appeal of LLMs for the people who use them for everything - not that they're actually better at anything, but just that they're kinda good enough at all of the things to make it easier to consult them than to consult dedicated sources of information.
Saigonautica|8 months ago
I like to use the TM1640 and RGB LEDs. It's cheap, works well, requires a minimum of external components, and can convey a fair amount of information. It can also drive a 16x8 LED matrix if I do want something screen-like.
Usually I'll control it with a Wi-Fi MCU like the ESP8266 or Pi Pico W. Total component cost, including board, sits around 5$ each with a minimum quantity of 5.
oersted|8 months ago
If your workflow lets you crank out hardware quickly and cheaply enough for just a marketing stunt, you must be using methodologies we could learn from.
I’m not convinced developers just like normal screens though, tactile/analogue widgets are always cool and welcome!
thepryz|8 months ago
andylynch|8 months ago
belmarca|8 months ago
Pr. Marc Feeley's lab develops codeBoot [2], an online IDE to teach students programming (and more!). We created BLINX as a hardware platform for students to go along with our IDE. The device acts as a data collector for various Grove sensors and publishes the data as an HTTP endpoint. You can program it directly from codeBoot.
BTW if anybody has any questions feel free to reach out!
[1]: https://www.linkedin.com/company/blinxinc (working on a landing page)
[2]: https://codeboot.org (also working on a landing page)
micromacrofoot|8 months ago