1. 1

    The “Pay other people to audit your code” link https://wemake.services/meta/rsdp/auditions/ is broken. Is there really such a service? I’m mostly looking for “code review trades” though.

    1. 4

      Sorry about that. Here’s the correct link: https://wemake.services/meta/rsdp/audits/

      1. 1

        Thanks!

      2. 1

        Pretty confident the url is supposed to end in /audits/ instead of /auditions/

      1. 1

        /bin/bash

        nooooo bash doesn’t belong in /bin >_<

        1. 4

          Agreed,

          /nix/store/hww7q7rlhj6xhngdwgmdkyhl10cqi6nm-bash-4.4-p5/bin/bash

          or bust

          1. 1

            There was no image with /usr/bin/env bash available …

            1. 1

              I highly doubt that given /usr/bin/env is basically required for any posix compliant unix. Even linux distros fit that bill.

              $ docker run --user root --rm -it alpine:latest sh
              / # apk update
              fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
              apk add fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
              v3.6.2-25-g69c0672374 [http://dl-cdn.alpinelinux.org/alpine/v3.6/main]
              v3.6.2-26-gc0c3f19f19 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community]
              OK: 8436 distinct packages available
              / # apk add bash
              (1/5) Installing ncurses-terminfo-base (6.0-r7)
              (2/5) Installing ncurses-terminfo (6.0-r7)
              (3/5) Installing ncurses-libs (6.0-r7)
              (4/5) Installing readline (6.3.008-r5)
              (5/5) Installing bash (4.3.48-r1)
              Executing bash-4.3.48-r1.post-install
              Executing busybox-1.26.2-r5.trigger
              OK: 12 MiB in 16 packages
              / # which bash
              /bin/bash
              / # which env
              /usr/bin/env
              # /usr/bin/env bash
              bash-4.3#
              
              1. 1

                That was about image as in picture. The illustration in the article.