Live data from Hacker News

Viewing profile — ilayn

ilayn

HN member
Joined
Thu, Sep 06, 2018, 9:52 PM UTC
HN karma
176
Public activity
98 items

About ilayn

No profile information was provided.

Recent public activity

  1. comment
    Comment #48240756

    Ah, my bad. what I failed to emphasize is that many of the downstream issues are coming from the upstream restrictions so this is one of the major blocks that was causing some mayh…

  2. comment
    Comment #48236721

    Scipy maintainer here, the main issue with the wheels was the Fortran77 that was SciPy throwing wrenches into the mix. With C/C++ self compilation should be quite straightforward. …

  3. comment
    Comment #48083726

    It does not have to be in Fortran. It's just historical reason. If you want a C version of LAPACK I have one for you https://github.com/ilayn/semicolon-lapack

  4. comment
    Comment #48082559

    > Actually the column-major order of Fortran is more efficient for some linear algebra operations than the order of C, which has been inherited by many modern languages that do not…

  5. comment
    Comment #47980046

    Read the sources carefully. Fortran quote is not his; he quoted it. Also remember that he was talking about pre-Fortran77 era. F77 tried to fix some of the criticisms though did no…

  6. story
    Show HN: LAPACK without Fortran77; a C11 translation

    Before anything, let me get certain concerns out of the way, right away Mandatory disclosure: Just to prove that this is not some yet-another-LLM cracked-pottery, I did similar wor…

  7. comment
    Comment #43539756

    Wow what's next, scrolling title text? What a time to be alive...

  8. comment
    Comment #43464794

    Similar to your mqtt converter you can make them ingest via Kafka or some other adapter in between. EMQX broker can directly write into TSDB but did not research into others whethe…

  9. comment
    Comment #43464780

    Not the OTEL "telemetry" but sensors sending measurements from the field "telemetry". IT tech is, as usual, stealing perfectly defined engineering words and making them something e…

  10. comment
    Comment #43433669

    I'm working in the IIoT domain too. Your workflow is interesting towards the end. Any particular reason, why you don't write it to some db like Timescale or Influx at the end witho…

  11. comment
    Comment #42846602

    NumPy has no Fortran code, for quite a long time now. SciPy has and it is being rewritten. What you mention is the ufunc machinery underneath which is all C. NumPy also has SIMD su…

  12. comment
    Comment #42758122

    (Laughs in control theory)

  13. comment
    Comment #42415711

    Which is an integral part of the public discourse.

  14. comment
    Comment #42229847

    Same experience for me. I was able to buy my first drumset from the money I got for making a PHP+MySQL+HTML website for someone (also done all in notepad). I did not know anything …

  15. comment
    Comment #42081727

    You should read more carefully to start with before accusing everything you see that does not fit into your narrative. requiring n time the word Greek until you are satisfied is a …

  16. comment
    Comment #42079743

    Anatolia is a Greek word. Read some. It will give you confidence about yourself so you don't seek confirmation from every piece.

  17. comment
    Comment #41960584

    This is a bit of a strange presentation of stability but I liked it. I don't agree with the phase margin absence in the other comment but it would have been much clearer if the aut…

  18. comment
    Comment #41838700

    I think you are also giving yourself too much credit on the separability of tense and mood and if it does not fit into your mental model you are discarding all other options. You c…

  19. comment
    Comment #41832683

    You are thinking in western grouping of tenses on a verb conjugation of a different language. It is not the mood that is not inferred here. It is the property of the verb. Verb its…

  20. comment
    Comment #41491824

    As a former drummer who bashed way too many Chinas without proper ear protection, I had some scary tinnitus for quite a while. My advice; - First make sure that the frequency is no…

  21. comment
    Comment #41356992

    Yet another title to drive embedded device designers and control engineers up the wall. Why don't you make up your own bullshit words instead of randomly picking stuff from other p…

  22. comment
    Comment #41304534

    You misspelled oligopoly. My guess from your comment is that you don't have a handle on how academia works, which is perfectly fine. You don't have to. But then don't hold such str…

  23. comment
    Comment #41092557

    "Music theorists tend to bombard their audience with more information than nonexperts can swallow in one sitting." groaned the mathematician, in cognitive dissonance.

  24. comment
    Comment #41028861

    Why should complex numbers need justification to be native type? If you need to do serious computation, you need them. If you say Zig is not for number crunching which, say, Java e…

  25. comment
    Comment #41028857

    I'll paste the same comment here as I did in the sibling; Why should complex numbers need justification? If you need to do serious computation, you need them. If you say Zig is not…