Live data from Hacker News

Viewing profile — rterzi

rterzi

HN member
Joined
Tue, May 02, 2017, 5:59 PM UTC
HN karma
195
Public activity
10 items

About rterzi

No profile information was provided.

Recent public activity

  1. comment
    Comment #18717634

    No need to symlink manually, the `alternatives` mechanism will handle that for you.

  2. comment
    Comment #18717614

    "Ship with" is a bit too ambiguous for my taste. F28/F29 "ship with" Python 2 in the sense that the packages are there, just not installed with a default install. If you `dnf insta…

  3. comment
    Comment #18717353

    First, This is about RHEL 8 (Beta) not 7, 6, etc. Second `#!/usr/bin/python` is a different animal than `#!/usr/bin/env python`. One is hard coded. The other is `PATH` based so wil…

  4. comment
    Comment #18716701

    Fedora at least as of F28, moved to have system tools like dnf use Python 3. For RHEL 8, the tools included with the system will use a different binary, platform-python that isn't …

  5. comment
    Comment #18716680

    #!/usr/bin/env python is almost guaranteed to give you a surprise at some point. If someone has a virtualenv or conda env active in that shell it will be a different python environ…

  6. story
  7. story
  8. comment
    Comment #16952719

    APL has a long an interesting history. It was successfully used for decades in Wall Street firms. It's also worth looking at * The A+ programming language, an APL derivative create…

  9. story
  10. story