Viewing profile — anupcshan
anupcshan
HN member- Joined
- Thu, Dec 17, 2020, 11:27 PM UTC
- HN karma
- 16
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About anupcshan
No profile information was provided.
Recent public activity
-
comment
Comment #48439002
This project is for using Sqlite from Go code. It is not a general purpose replacement.
-
comment
Comment #48438255
It's not just about overhead/performance. cgo-free means no need to set up a cross-compiler if targeting other devices. Just "go build" with the right GOARCH and GOOS will let you …
- story
-
comment
Comment #40269461
You can install esphome on Emporia Vue. https://github.com/emporia-vue-local/esphome (not used this myself). Vue V3 has wired ethernet support too.
-
comment
Comment #38909214
I found this nbdkit demo for visualizing filesystem IO interesting - https://rwmj.wordpress.com/2018/11/04/nbd-graphical-viewer/