←back to thread

55 points jonathang6k | 1 comments | | HN request time: 0s | source
Show context
msarnoff ◴[] No.40152657[source]
Nice! I made a similar app about 10 years ago for iTunes: https://github.com/74hc595/Currentsong

Had a lot of the same features (like the scrolling marquee), but I just built it as a personal project, never put it on the app store or anything like that. I don’t even know if it’ll build or run on modern macOS, but it’s still on github if you want to see some fossilized Objective-C code :p

replies(2): >>40152763 #>>40152893 #
jonathang6k ◴[] No.40152763[source]
That's awesome, I'll be sure to check it out!

I deliberately chose not to use marquee because of CPU usage, but if there's a more efficient way, I can definitely integrate that.

replies(1): >>40152838 #
1. treve ◴[] No.40152838[source]
Wild that marquee, which was a browser feature in the late 90s, could cause CPU concerns 25 years later.