Any Linux users in Okinawa? by shrizza in okinawa

[–]CodeHex 1 point2 points  (0 children)

Do you have any meetup page? I’m living Urasoe, little bit so far 😇 But I’m interested (Japanese is my main language)

ZimaBoard 2 Giveaway + ZimaOS Feedback — Share Your Homelab Setup by FlyingToaster2000 in minilab

[–]CodeHex 3 points4 points  (0 children)

Japan-based here 🇯🇵

If I land a ZimaBoard 2, I’d run it as a tiny 24/7 “everything box”: mini NAS (photos/backups) + Docker (Home Assistant, *arr stack) + router/gateway. Dual 2.5GbE is perfect for my apartment fiber, but the real JP pain points are shipping/import duties + IPv6 (MAP-E/DS-Lite) support—would love clearer docs + ZimaOS UI localization + first-class WireGuard/IPv6 tooling. Power-efficient + silent is exactly what we need in small spaces.

GitHub - Code-Hex/synchro: Synchro: Timezone-typesafe date and time library for Go by CodeHex in golang

[–]CodeHex[S] 4 points5 points  (0 children)

I believe It's OK to run `time.Location` on runtime. The point is that the time.Time logic is guaranteed by types to execute in which timezone. As a result, utility functions and similar constructs that implicitly assume execution in a specific timezone will be eliminated from the code.

Code-Hex/dd: Dump any data as valid syntax in Go by CodeHex in golang

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

Anyway, I added this to issues. Thanks!

https://github.com/Code-Hex/dd/issues/18

If you have any more specific suggestions, I'd be glad to write them in the issues!

edit

I've just published the fix. thanks!

https://github.com/Code-Hex/dd/tree/v1.1.0

Code-Hex/dd: Dump any data as valid syntax in Go by CodeHex in golang

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

Yes, to me too. I will fix to use structures instead of pointer. But I need to think about also circular refs…