Live data from Hacker News

Viewing profile — failsecured

failsecured

HN member
Joined
Thu, Dec 28, 2023, 4:23 PM UTC
HN karma
2
Public activity
4 items

About failsecured

No profile information was provided.

Recent public activity

  1. comment
    Comment #39483271

    Feels like some 2000s hip hop lyrics

  2. comment
    Comment #39242283

    Don't forget that KVM and QEMU are great alternatives to Virtualbox depending on ones needs (OS host, kernel vs user mode, hw acceleration).

  3. comment
    Comment #38801217

    You are completely correct. I neglected to mention that we mirror/cache the dependencies we need in our private index.

  4. comment
    Comment #38795094

    2 pip installs can trivially solve this issue and I use this at work. One pip install only for private packages using the --index-url (NOT --extra-index-url) and then the other pip…