music-explorer VS acme.sh

Compare music-explorer vs acme.sh and see what are their differences.

music-explorer

A music scraper, navigator, archiver, and cataloger for people looking for new sounds. (by kristopolous)

acme.sh

A pure Unix shell script implementing ACME client protocol (by acmesh-official)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
music-explorer acme.sh
5 280
31 36,504
- 2.5%
8.0 8.9
3 days ago 3 days ago
Shell Shell
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

music-explorer

Posts with mentions or reviews of music-explorer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • When do we stop finding new music?
    2 projects | news.ycombinator.com | 24 Apr 2024
    The article might describe a common scenario, but there are plenty of outliers. I hardly listen to music I liked in my teens and early twenties. I love discovering new music.

    Many comments here are very insightful and discuss phenomena like high music diversity, music proliferation and easy of producing music, and automated recommendations.

    One thing that has been occupying me is that curation is still harder than I'd like when using streaming tools like Spotify, YouTube Music, Apple Music, Tidal. Pandora had good roots with its music genome project, and have built on that. (I can't use it without a VPN since they discontinued supporting the country I mostly live in). It's probably a function of how I consume my music today - no longer desk-bound at work, but on the go, so iPhone (and Apple Watch) are primary tools. Being able to select/skip/preview/tune what I'm listening to is nowhere near as powerful as I'd like. I've written library curation tools in the past, these always expected me to spend significant dedicated time in front of a screen (e.g. a similar tool like the cool looking https://github.com/kristopolous/music-explorer, I think).

    This has strong parallels to how older people consumed music - either totally passive curation (radio), or very deliberate (find music in record stores, at a friend's place, and/or select records/CDs in your own shelves). Today's ephemeral digital libraries are much lower effort, are huge and curation/selection tools are not easy enough to use, so I tend to fall back onto old favourites or recommendation engines that usually don't satisfy me.

    A solution would be a much more configurable curation assistant that is also super easy to use (and, in my case) very accessible on a mobile device with 0-1 clicks (because I'm busy doing other things).

  • Goodbye Spotify
    1 project | news.ycombinator.com | 11 Nov 2023
    Might as well drop what I use for my music discovery, my fairly poorly documented hacker-friendly set of tools:

    https://github.com/kristopolous/music-explorer/

  • Write Posix Shell
    10 projects | news.ycombinator.com | 11 Mar 2023
    I'm a big fan of not posix bit instead modern bash and to all the complainers about dash and ash, I say "tough cookies".

    Sometimes I'll even use zsh

    Here's some example of a modern tool I have written for a subject I call "music discovery"

    https://github.com/kristopolous/music-explorer/tree/master/t...

    You'll see many languages in there.

    If you don't like my practice then I guess don't use it. I've been using/developing these particular tools nearly every day for over 3 years and it works well for me.

    I'm not going to say bash is awesome but it's pretty great for programming.

    I use zsh as my interactive though

  • Why DRY is the most over-rated programming principle
    4 projects | news.ycombinator.com | 7 Jul 2022
    Sure. Related. It's an art.

    Here's some code I wrote earlier, probably a good example

    https://github.com/kristopolous/music-explorer/blob/master/w...

    It's self contained, not very big, not trying to be fancy, as direct as possible

acme.sh

Posts with mentions or reviews of acme.sh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Setting up a Homelab: Part 1 Proxmox and LetsEncrypt
    1 project | dev.to | 26 Apr 2024
    A self-signed certificate was generated and used by Proxmox which will always generate a warning on the browser. I did not like seeing this when trying to work on my home lab. So, I started looking for ways to put a valid SSL certificate in Proxmox. During my research, I found that Proxmox could be made to integrate with acme.sh; a free SSL certificate generator powered by ACME(Let's Encrypt).
  • How to Build Email Server with Exim on Alma Linux 9
    1 project | dev.to | 20 Apr 2024
    Next, we will install acme.sh, a command-line tool for managing SSL/TLS certificates. I prefer acme.sh over certbot, as it does not depend on the OS version. For more details about acme.sh, check its GitHub repo here.
  • Dehydrated: Letsencrypt/acme client implemented as a shell-script
    11 projects | news.ycombinator.com | 19 Apr 2024
    A very relevant question. Acme.sh, a similar shell script ACME client, had a remote code execution problem last year.

    https://github.com/acmesh-official/acme.sh/issues/4668

  • Ask HN: What is your experience with ZeroSSL?
    1 project | news.ycombinator.com | 20 Mar 2024
    As a result, any certificates issued (or renewed) after Feb 8th will not work on older Android devices (< 7.1.1), unless the ACME client has been configure to request an alternate certificate chain. The "alternate chain" workaround will also stop working on June 6th.

    I need to support these older Android devices so I am looking for alternatives. I have seen ZeroSSL mentioned a few times; it is also the default CA for acme.sh (the ACME client I am using nowadays) [2]. They have a number of paid plans but ACME certificates are free [3].

    I'll be testing this over the next few days, but I would also like to ask if people here have experience with ZeroSSL (good or bad :-). Any feedback would be helpful.

    [1]: https://letsencrypt.org/2023/07/10/cross-sign-expiration.html

    [2]: https://github.com/acmesh-official/acme.sh

    [3]: https://zerossl.com/documentation/acme/

  • Why Certificate Lifecycle Automation Matters
    4 projects | news.ycombinator.com | 30 Jan 2024
    Huh, the environment variable thing was specifically aimed at acme.sh which rather arbitrarily changed the config value from ACMEDNS_UPDATE_URL to ACMEDNS_BASE_URL, never acknowledged this in a changelog and then silently failed after an automatic upgrade as recommended by the default install:

    https://github.com/acmesh-official/acme.sh/commit/2ce145f359...

    It's also cleared out my .account.conf files when run on the suggested cron.

    I've started using updown which also monitors my TLS certs simply because I no longer trust the process to work as documented.

  • The Bureau of Meteorology website does not support connections via HTTPS
    2 projects | news.ycombinator.com | 2 Jan 2024
    It depends on your provider though. I can tell from experience that with OVH and their API, it's been easy to set up the automatic renewal via DNS verification. Apparently, the official client has support for the DNS API of 159 providers: https://github.com/acmesh-official/acme.sh/wiki/dnsapi
  • I made a tool for automatically updating the current and next (rollover) TLSA DNS records with acme.sh and the Cloudflare API
    3 projects | /r/selfhosted | 10 Dec 2023
    For the few people here that happen to run a self-hosted email server with acme.sh for TLS key/cert generation and Cloudflare for DNS management, I have made a tool that i personally use to get a perfect 100% score on Internet.nl's email test.
  • How to get LetsEncrypt certs from PfSense/ACME to other machines? (automated??)
    1 project | /r/homelab | 7 Dec 2023
    All of this is to say it's a decent amount of work to save the hassle of deploying certbot or acme.sh on the remote machines, pick your poison.
  • Hosting at home &amp; SSL
    1 project | /r/selfhosted | 6 Dec 2023
    Here is a really solid guide for setting up the ACME DNS challenge with pretty much any DNS provider
  • This is Fine
    1 project | news.ycombinator.com | 3 Dec 2023
    People wonder why I like using the shell-based ACME client like dehydrated (or acme.sh):

    * https://packages.debian.org/search?keywords=dehydrated

    * https://github.com/acmesh-official/acme.sh

    Versus the official client certbot:

    * https://packages.debian.org/search?keywords=python3-certbot

    A kludgy as very long shell scripts are (thought to be), I have a better chance of being able to go through all the code and understand it than a dozen(+) Python libraries.