Live data from Hacker News

Viewing profile — _3sno

_3sno

HN member
Joined
Sat, Apr 02, 2022, 5:22 AM UTC
HN karma
1
Public activity
10 items

About _3sno

No profile information was provided.

Recent public activity

  1. comment
    Comment #25798713

    I consider myself to traditionally be a backend engineer, though this has more been something I fell into rather than chose. I admit I feel I share some of your frustrations. In th…

  2. comment
    Comment #25297777

    You're wrong, it does. Conda installs conda packages and conda uses pip to install pip packages. However a pip package can be converted to a conda package, and then in that case th…

  3. comment
    Comment #25296796

    My understanding is mamba, like conda, just call pip. So it likely wouldn't make a difference. The pip section in a env file is just a list of arguments passed through to the pip i…

  4. comment
    Comment #25134551

    You should check out this [0] GitHub action workflow. It uses docker machine to create a high resourced runner on demand in the cloud and then runs the subsequent job on it. The wo…

  5. comment
    Comment #24779247

    I think there is a lot of potential here from the perspective of improving type hinting. Decorators, which execute at runtime, often make type inference very challenging, this coul…

  6. comment
    Comment #24565867

    I am a fan of Haskell, the biggest problem for me was installing stack/cabal. I eventually got there, but I recall it was a very painful and frustrating process. With that in mind …

  7. comment
    Comment #23611600

    Perhaps "low cost" in the title would have made it clearer since "cheap" as a word has a lot of connotations. Language can be very hard to get right and I have struggled with this …

  8. comment
    Comment #23573915

    This is exact how I write mine, I find it much more readable personally. The real challenge I've encountered is typically you can only use one expression. If I need to write a slig…

  9. comment
    Comment #21820766

    Sadly it is actually the case. I recently worked on a project using the AWS SDK. We had written our code using Scala and had to up version the AWS SDK to 2.0. Because we used refle…

  10. comment
    Comment #21811994

    I think one feature of Kotlin that is underestimated is extension functions. Combine them with autocompletion and you've got a great developer experience. Finding the method you ne…