Live data from Hacker News

Show HN: A little eye-candy for the terminal (in Go)

github.com

1–10 of 26 posts

Re: Show HN: A little eye-candy for the terminal (in Go)

#7
post #3

We called this ASCII art and figlet when we were young. These keywords appear nowhere in the Git repository.

figlet + lolcat = figurine

I'm interested in the rainbow library (which does reference figlet https://github.com/arsham/rainbow/blob/master/README.md#see-...), but only to see if it's any faster than the painfully slow Ruby implementation of lolcat.

Re: Show HN: A little eye-candy for the terminal (in Go)

#10
post #7
post #3

We called this ASCII art and figlet when we were young. These keywords appear nowhere in the Git repository.

figlet + lolcat = figurine I'm interested in the rainbow library (which does reference figlet https://github.com/arsham/rainbow/blob/master/README.md#see-... ), but only to see if it's any faster than the painfully slow Ruby implementation of lolcat.

Well, the name came out of nowhere (sorry!). As for comparison with ruby, all I can say is figurine is a single binary, whereas ruby's lolcat requires ruby's VM.

There are a couple of benchmarks and you can run them with: $ go test -bench=.

Post reply on HN