Live data from Hacker News

Viewing profile — triplejjj

triplejjj

HN member
Joined
Sat, Sep 12, 2020, 9:58 PM UTC
HN karma
23
Public activity
10 items

About triplejjj

No profile information was provided.

Recent public activity

  1. comment
    Comment #24706464

    Do you seriously believe that this data is “the most relevant thing possible” to assert the claims “Elixir is past its peak” and “is all down hill from here”? I am not refuting the…

  2. comment
    Comment #24702419

    I don't see how this is any better. Most traffic on SO comes from search engines and if the questions and answers are elsewhere, such as in the Elixir Forum, then search engines wi…

  3. comment
    Comment #24701846

    That’s very little data to make such broad claims. Up until 2017 or so, you could see the Elixir community active on StackOverflow with answers from José, Chris and most maintainer…

  4. comment
    Comment #24699149

    > “Elixir is past it’s peak” I would really appreciate any data that backs this up. Or is this a personal observation written as if it was a consensus? Because if we are going by p…

  5. comment
    Comment #24656957

    Is the CodeQL project itself open source? I would love to contribute support for Elixir.

  6. comment
    Comment #24509692

    It has many files because it brings in Erlang and its executables. Then Elixir and its executables. And then it adds some scripts to invoke those. It may make more sense if you thi…

  7. comment
    Comment #24462080

    I am well aware you know this but Elixir is a different paradigm than Ruby and Python. Approaching it like you could do everything as in Ruby or Python means you are unwilling to l…

  8. comment
    Comment #24457964

    The issue is that there is a gap and if you won’t learn the language nor use it, the gap won’t ever be closed. For example, you said elsewhere a solution was complicated because it…

  9. comment
    Comment #24456349

    Fun fact: dialyzer does not use your @spec’s to run checks. If you do provide a @spec, it will check that it matches, but it doesn’t affect dialyzer itself.

  10. comment
    Comment #24456308

    It really depends on what you mean by general purpose. At work we use Elixir for web and data ingestion, and I could have used Ruby for web but Ruby is considerably behind for data…