Viewing profile — Coelacanthus
Coelacanthus
HN member- Joined
- Wed, Oct 27, 2021, 8:05 PM UTC
- HN karma
- 10
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About Coelacanthus
No profile information was provided.
Recent public activity
-
comment
Comment #49151575
I don't know which filesystem was used. But if ext4 was used, it will be one of reasons. When you random write on ext4, and then do fsync, ext4 fast commit (introduced in 5.10) wil…
-
comment
Comment #49140784
cmpxchg16b can only handle 64bits data correctly because of ABA problem.
-
comment
Comment #48568725
> This is a bash feature, not POSIX. dash (Debian’s /bin/sh) and zsh don’t have it, so a #!/bin/sh script can’t use it. Call bash directly. Zsh has its own zsh/net/tcp and zsh/zftp…
-
comment
Comment #42441093
Actually, the non-battery-powered devices are the important part of Zigbee network. In Zigbee network, only coordinator and router can * route* the tracfic, others device can only …
-
comment
Comment #42441023
> The amount of stuff it pulls from the mothership and GitHub is crazy. It seems the problem of HAOS, not Home Assistant itself. I have install my HA in NixOS from its package mana…
-
comment
Comment #42440974
Maybe you can consider USB/IP to pass thorough USB device over network.
-
comment
Comment #42440921
WiFi is not good for a network with lots of devices. It's star topology which limits multi-device performance. And the WiFi AP which can carry many devices is expensive. Many WiFi …