←back to thread

225 points attogram | 10 comments | | HN request time: 0.198s | source | bottom

A github project to collect a bunch of bash-based screensavers/visualizations.
1. FergusArgyll ◴[] No.45731571[source]
Cool

What are those commit messages?

replies(4): >>45731585 #>>45731642 #>>45731900 #>>45732020 #
2. seba_dos1 ◴[] No.45731585[source]
Protip for the author: --allow-empty ;P
replies(2): >>45731668 #>>45731961 #
3. madsohm ◴[] No.45731642[source]
AI slop - or worse, somebody trying to hide something.
4. xxs ◴[] No.45731668[source]
instead of --amend?
replies(1): >>45731730 #
5. seba_dos1 ◴[] No.45731730{3}[source]
Instead of adding or removing a space in random files when making cute and useless commit logs.
replies(1): >>45731788 #
6. xxs ◴[] No.45731788{4}[source]
that's what I meant - "amend" would not create any extra commits/entries
replies(1): >>45731823 #
7. seba_dos1 ◴[] No.45731823{5}[source]
...which is not a helpful advice when what they clearly wanted is to create a bunch of extra commits.
8. warp ◴[] No.45731900[source]
Looks like an attempt to make the main GitHub page (the part above the README) display something interesting. It is messed up now because of further commits, but you can see what it looked like at the time here:

https://github.com/attogram/bash-screensavers/tree/a7369a93c...

9. kevincox ◴[] No.45731961[source]
But that doesn't change the files, so it won't show up in the tree view as the user is trying to accomplish.
10. attogram ◴[] No.45732020[source]
See the spread-the-word script in https://github.com/attogram/bash-screensavers/tree/main/spot... This script generates a series of shell commands to create a "spotlight" message on the main GitHub repository page. It does this by generating commands that make trivial changes to the top 12 files and directories and then commit those changes with custom messages.