Viewing profile — altug
altug
HN member- Joined
- Wed, Apr 26, 2023, 8:25 AM UTC
- HN karma
- 9
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About altug
building embedded software
Recent public activity
-
story
Show HN: MQTT Topic Lab – MQTT client with buttons using command variables
Hi Hacker News, I needed an MQTT client to repeatedly send some commands to devices I build, with Postman-like variable substitutions as I was testing different device IDs with sim…
-
comment
Comment #46942972
A Postman-like MQTT platform with variables and custom MQTT topic buttons. https://github.com/alsoftbv/topic-lab It's a Tauri-based app so it has small binaries and supports MacOS,…
-
comment
Comment #46588739
Working on building an e-ink based electronic calendar! Currently syncs from our shared iCalendar and fetches trash and weather information from the internet.
-
comment
Comment #40943624
I really miss value enums from Rust while working with Go, but overall I find Go more intuitive. Didn't know there was a way of auto-generating with stringer, so thanks for the inf…