Live data from Hacker News

Viewing profile — anupcshan

anupcshan

HN member
Joined
Thu, Dec 17, 2020, 11:27 PM UTC
HN karma
16
Public activity
5 items

About anupcshan

No profile information was provided.

Recent public activity

  1. comment
    Comment #48439002

    This project is for using Sqlite from Go code. It is not a general purpose replacement.

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

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

  5. comment
    Comment #38909214

    I found this nbdkit demo for visualizing filesystem IO interesting - https://rwmj.wordpress.com/2018/11/04/nbd-graphical-viewer/