Live data from Hacker News

Viewing profile — jperkin

jperkin

HN member
Joined
Thu, Jun 23, 2011, 4:19 PM UTC
HN karma
205
Public activity
42 items

About jperkin

[ my public key: https://keybase.io/jperkin; my proof: https://keybase.io/jperkin/sigs/Kp3zUCNJSQK_2_RT7u-JLn6XwyrvuOEj9PumcDgQKtY ]

Recent public activity

  1. comment
    Comment #48496970

    It's still a thing: https://pkgsrc.smartos.org/install-on-macos/

  2. comment
    Comment #44743519

    > Took them 3 months before a "we're not interested" email was sent. No reasons, either. Yeh this is really really tough. They have an excellent RFD that explains the hiring proces…

  3. comment
    Comment #40648570

    For me it's completely unfit for purpose: * It's incompatible with some apps, e.g. Roblox, that are full-screened, and you end up in an annoying loop between the Roblox screen and …

  4. comment
    Comment #27301025

    The repository of record is CVS, but you can - like many of us do - use either the hg export ( https://anonhg.netbsd.org/pkgsrc ) or GitHub ( https://github.com/netbsd/pkgsrc ) ins…

  5. comment
    Comment #27300108

    I am the pkgin maintainer, and would be interested to hear about any issues you have building pkgin. It should build on any of the 23 platforms that pkgsrc supports, including Linu…

  6. comment
    Comment #26037719

    macOS users may want to use my binary package repository, updated every few days from pkgsrc trunk: https://pkgsrc.joyent.com/install-on-osx/

  7. comment
    Comment #15045382

    Any OS which use the Korn shell as /bin/sh, for example Solaris 10, 11, and illumos: $ /bin/sh -c "fail() { local f; }; fail" /bin/sh[1]: local: not found [No such file or director…

  8. comment
    Comment #15044899

    It also uses the "local" keyword, which is non-portable. People like to bash the autotools, but they exist for exactly this reason - they already spent decades working through all …

  9. comment
    Comment #14802701

    For me it's a relatively trivial reason: my muscle memory has been trained over the years that cmd-[1-9] switches tabs, and there's no way to configure that in Terminal.app (last t…

  10. comment
    Comment #14375922

    MySQL is a great example of it working. Hundreds of employees, the vast majority remote, regardless of where they were located. Sold for $1B. It was my first remote job and I enjoy…

  11. comment
    Comment #12330417

    I switched from building from quarterly branches to trunk a while ago, so those packages are actually updated with the very latest every few days.

  12. comment
    Comment #11805881

    > At the moment, the best I can find for OS X is Rudix. The selection of available software is pathetic compared to Homebrew and Nix, but a lot of the core stuff is there and it's …

  13. comment
    Comment #11777606

    They're all available: $ pkgin se python3 python35-3.5.1nb2 Interpreted, interactive, object-oriented programming language python34-3.4.4 Interpreted, interactive, object-oriented …

  14. comment
    Comment #11775940

    Not true any longer, at least for the binary packages I produce[0]. I switched them over to trunk-based builds a while ago, which are updated every few days. [0] https://pkgsrc.joy…

  15. story
  16. comment
    Comment #10696763

    Cross-compilation is sometimes an option, but not necessarily a good one. It is usually a significantly manual process (I now have to download and install an OS which is supported …

  17. comment
    Comment #10696007

    Trust is certainly one of the issues when languages migrate to requiring themselves to bootstrap. However, by far the most infuriating (and one I run into frequently in my line of …

  18. story
  19. story
  20. comment
    Comment #9410441

    Just to follow up on this, these are now available in the 64-bit repository: $ pkgin se nodejs nodejs-0.12.2 V8 JavaScript for clients and servers nodejs-0.10.38 V8 JavaScript for …

  21. comment
    Comment #9407224

    I'll fix that, and add nodejs-0.12 too. 0.10.36 was current at the time that pkgsrc-2015Q1 was frozen for release, but I can build them from our separate pkgsrc-joyent repository. …

  22. comment
    Comment #9407187

    The main general benefit of pkgsrc is that it's cross-platform and, having been around since 1997, now runs on 22 different operating systems. This means that rather than having to…

  23. comment
    Comment #9406977

    Not sure why someone has edited the title, the point of posting this release specifically (we release every quarter) was that the binary packages are now signed by default - an imp…

  24. story
  25. comment
    Comment #9366542

    pkgsrc is our primary package manager for SmartOS, our illumos distribution. We also provide binary packages for OS X and Linux: http://pkgsrc.joyent.com/ pkgsrc should still work …