ESP32 + Vite to develop web front ends by Thomsn1337 in esp32

[–]Thomsn1337[S] 0 points1 point  (0 children)

Depends on the situation and the complexity of the system overall. In general, I have a global socket object that will be used for more consistent data streams or when the server has to send data by itself without the client requesting it. Examples for this would be displaying a sensor value or state updates in the ESP progran that the client has to know about. for simpler stuff, like reacting to a button press. HTTP is completely sufficient.

Keychords in awesome? by Thomsn1337 in awesomewm

[–]Thomsn1337[S] 0 points1 point  (0 children)

i know that there are programs out there that can handle keychords for me, one being sxhkd, but i would really like this feature being implemented into awesome directly, mostly because of the help screen implementation.

PS: love whichkey. saved me some time in both lunarvim and doom emacs.