←back to thread

225 points attogram | 1 comments | | HN request time: 0.221s | source

A github project to collect a bunch of bash-based screensavers/visualizations.
Show context
throwaway2037 ◴[] No.45733242[source]
How can anyone have a bad day when great projects like this pop up on the front page of HN?

Did you see the library of viz? https://github.com/attogram/bash-screensavers/blob/main/libr...

My favourite API: lov_die_with_honor()

replies(2): >>45739596 #>>45741285 #
1. AdieuToLogic ◴[] No.45741285[source]
> My favourite API: lov_die_with_honor()

A friend of mine fancied the following when making an infinite loop in C:

  #define MONEY 1
  #define POWER 1

  while (MONEY == POWER)
  {
    ...
  }