Remix.run Logo
alecco 6 hours ago

Consider using decrementing score order (best on top)

kristopolous 6 hours ago | parent | next [-]

then I'd have to scroll up over 500 lines after running it every time to see what I care about.

But if that's your thing, here you go: https://github.com/day50-dev/aa-eval-email/commit/1853be6461...

add an argument (any argument) and it will be sorted as your specified. It just works as a toggle flipping the order ... so literally any string will do.

The original link has been updated accordingly with the new code.

datadrivenangel 6 hours ago | parent [-]

Have it print paginated or just top 10?

kristopolous 5 hours ago | parent [-]

only the small ones:

  $ ./art-analysis.sh | grep small
or maybe just the qwen

  $ ./art-analysis.sh | grep Qwen
only the ones in the past 30 days

  $ ./art-analysis.sh | awk '$2 < 31'
I use it in pipes like this.
spwa4 6 hours ago | parent | prev [-]

[dead]