Michael Stapelberg
Michael Stapelberg
Sometimes (haven’t figured out when or why exactly), my M5ez-based UI crashes/reboots with the following backtrace: Backtrace: 0x4008ce58:0x3ffbe170 0x4008d089:0x3ffbe190 0x400ee51b:0x3ffbe1b0 0x40085161:0x3ffbe1d0 0x400e2329:0x3ffce600 0x400e2535:0x3ffce620 0x400d710e:0x3ffce650 0x400d1886:0x3ffce670 0x400d199e:0x3ffce6a0 0x401693db:0x3ffce6c0 0x400e871e:0x3ffce6e0 0x400d1612:0x3ffce720 0x4008956d:0x3ffce740...
Hey, thanks for this web app! I noticed that my phone is turning off its display while the app is open, which I want to avoid. AFAICT, the recently-introduced https://web.dev/wakelock/...
(I’m describing the state based on FreeRADIUS 3.0.11, but I can’t find any indication of relevant changes in the 4.x branches, so I’m assuming it still holds true.) Currently, the...
I don’t intend to work on this anytime soon, but I’m capturing the idea here in case others are more interested. Now that we have https://github.com/gokrazy/rsync, we can think of...
As discussed in person, to make the update process a bit safer, we’d need: * two boot partitions. We already use 4 of 4 primary partitions in our MBR partition...
It might be fun to port https://github.com/mvp/uhubctl/blob/master/uhubctl.c to Go, or a simpler version of it, if reducing support to only Raspberry Pis makes anything simpler. This would allow to turn...
To explain the following features: * [x] [remote syslog](https://gokrazy.org/userguide/remotesyslog/) * [x] connecting to (unencrypted) WiFi networks * [x] updating via TLS (once that’s implemented) * [x] toggling a GPIO: https://github.com/gokrazy/gokrazy/issues/33#issuecomment-636844063...
Presumably, some applications might need locales. We should look into how we can generate them and include them.
As per its documentation, u-root’s rand package implements cancelable reads, which is not something that this DHCP client uses. The crypto/rand package has the advantage of using getrandom(2) on platforms...
Currently, we only implement a sender (for serving files), but a receiver would be neat, too (for downloading files). Left to do: * [x] implement receiver protocol * [x] write...