Skip Navigation
Jump
What are your favorite cloud-based logging providers which do not require a business email to sign up?
  • Have these services actually turned you down? Usually this is a marketing thing where they prefer work email on forms to assess commercial opportunity, but I’d be surprised if they refuse a personal email.

    9
  • Jump
    Tool to manage CLI tools
  • Nix is interesting and fine if you are a solo developer with time to learn the details. I did try it briefly but find the learning curve of rtx is near zero - it does less than Nix but is very easy to adopt in a team. Compatible with asdf but faster and easier in some way, and actively developing.

    2
  • Jump
    Tool to manage CLI tools
  • I recently started using rtx and I’m a big fan.

    Works for a long list of tools and makes it very easy to remove lots of install commands and just do “rtx install” in any directory to install and switch to right versions of a set of tools. Also works great on CI using same configuration files.

    5