Show HN: kew – A Terminal Music Player for Linux
31–40 of 67 posts
Re: Show HN: kew – A Terminal Music Player for Linux
#32Re: Show HN: kew – A Terminal Music Player for Linux
#33Re: Show HN: kew – A Terminal Music Player for Linux
#34 int randomNumber = getRandomNumber(1, 808);
if (randomNumber == 808)
printGlimmeringText(text, nerdFontText, lastRowColor);
Nice project!Re: Show HN: kew – A Terminal Music Player for Linux
#35I see what you've done there! int randomNumber = getRandomNumber(1, 808); if (randomNumber == 808) printGlimmeringText(text, nerdFontText, lastRowColor); Nice project!
Re: Show HN: kew – A Terminal Music Player for Linux
#36Re: Show HN: kew – A Terminal Music Player for Linux
#37Re: Show HN: kew – A Terminal Music Player for Linux
#38Is this a nix thing (i'm unsure what freeimage-unstable is)
error: Package ‘freeimage-unstable-2021-11-01’ in /nix/store/20yis5w6g397plssim663hqxdiiah2wr-source/pkgs/development/libraries/freeimage/default.nix:72 is marked as insecure, refusing to evaluate.
Known issues:
- CVE-2021-33367
- CVE-2021-40262
- CVE-2021-40263
- CVE-2021-40264
- CVE-2021-40265
- CVE-2021-40266
- CVE-2023-47992
- CVE-2023-47993
- CVE-2023-47994
- CVE-2023-47995
- CVE-2023-47996Re: Show HN: kew – A Terminal Music Player for Linux
#39I love the idea. My music is now 50% cloud only, 50% on disk. I mean, its 100% in the cloud, i just have local files for half available. Ive been thinking about self hosting some music provider thingy (or even just supporting ssh via my dyndns-like capability) to my NAS and bringing music back to self owned files. However, it is work to do when the internet is pretty reliable, costs are low, etc. Those who love this…
I ended up switching to fully-local media after realizing that my 956GB flac+mp3 would be ~159GB when converted to Opus. I now use https://github.com/nvllsvm/harmonize to maintain a 128kbps Opus version of my main library and Syncthing to synchronize it to my phone and laptop.
--- side note, Auxio is the client I'm using on Android with my synced library.
Re: Show HN: kew – A Terminal Music Player for Linux
#40Trying to nix run it I get a ton of insecure warnings and it lists the CVEs Is this a nix thing (i'm unsure what freeimage-unstable is) error: Package ‘freeimage-unstable-2021-11-01’ in /nix/store/20yis5w6g397plssim663hqxdiiah2wr-source/pkgs/development/libraries/freeimage/default.nix:72 is marked as insecure, refusing to evaluate. Known issues: - CVE-2021-33367 - CVE-2021-40262 - CVE-2021-40263 - CVE-2021-40264 - CV…
The version of kew packaged for Nix is very old: v1.5.2. We're at version 2.8.2. So it's more than a year old, from very early on in the project.