K. S. Ernest (iFire) Lee

Results 1605 comments of K. S. Ernest (iFire) Lee

It appears that converting a go struct to a json file is possible. All the element of the tar Header are convertible to json and we can just use a...

I've written an example program that goes walks through a directory and outputs a json document of all the tar headers as json. https://github.com/fire/gomanifest

This json output is of a real directory. https://gist.github.com/fire/574760be7bd153f0ed5d

So I generate manifests for both source and target directories and then for each element in target see if there's an element in source. If there is a difference, run...

Research suggests that cdns such as Maxcdn uses sftp rather than rsync for pushing to their network. The patch uploader could use https://godoc.org/github.com/pkg/sftp. It is possible for the launcher to...

Note I'm not using FTP, I'm using ssh's own protocol called SFTP. However, the performance impacts are unknown to me. My experience with go libraries and ftp have been quite...

This still seems useful to be worked on.

Debugging https://github.com/fire/hedwig_discord 's inability to reply to messages and was wondering if the logic for replying to responses is described anywhere?

@tkashkin I'm interested to help. Is there anything I can do?