Live data from Hacker News

Show HN: Hacker News CLI, written in Go

github.com

21–25 of 25 posts

Re: Show HN: Hacker News CLI, written in Go

#22

A 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

#23

A 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.

Re: Show HN: Hacker News CLI, written in Go

#24
post #22

A 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 :)

I did not compiled it by my self - I've just grabbed the binary provided by OP.

Re: Show HN: Hacker News CLI, written in Go

#25
post #23

A 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.

Valid Point. Or not?

It took a bit longer but I wrote a bit about here: https://news.ycombinator.com/item?id=8119322

Post reply on HN