Live data from Hacker News

Viewing profile — altug

altug

HN member
Joined
Wed, Apr 26, 2023, 8:25 AM UTC
HN karma
9
Public activity
4 items

About altug

building embedded software

Recent public activity

  1. 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…

  2. 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,…

  3. 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.

  4. 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…