I'll rather stay with my old python one: https://pypi.python.org/pypi/hacker-top/1.0
Show HN: Hacker News CLI, written in Go
21–25 of 25 posts
Re: Show HN: Hacker News CLI, written in Go
#22A 7,9 MB binary to read HN? Just for the sake of using go? Are you kidding me? I'll rather stay with my old python one: https://pypi.python.org/pypi/hacker-top/1.0
Re: Show HN: Hacker News CLI, written in Go
#23A 7,9 MB binary to read HN? Just for the sake of using go? Are you kidding me? I'll rather stay with my old python one: https://pypi.python.org/pypi/hacker-top/1.0
7.9MB is nothing.
Re: Show HN: Hacker News CLI, written in Go
#24A 7,9 MB binary to read HN? Just for the sake of using go? Are you kidding me? I'll rather stay with my old python one: https://pypi.python.org/pypi/hacker-top/1.0
Try compiling it with gccgo that is able to dynamically link the go standard library (shared among your go projects) instead of building a single big binary, my guess is it should be just a few hundred kb :)
Re: Show HN: Hacker News CLI, written in Go
#25A 7,9 MB binary to read HN? Just for the sake of using go? Are you kidding me? I'll rather stay with my old python one: https://pypi.python.org/pypi/hacker-top/1.0
Do you object to the hundreds of megabytes of your browser's code and dependant libraries too? Or since you brought up Python, why don't you object to the size of python's libraries and binaries? 7.9MB is nothing.
It took a bit longer but I wrote a bit about here: https://news.ycombinator.com/item?id=8119322