Live data from Hacker News

Viewing profile — nalimilan

nalimilan

HN member
Joined
Tue, Oct 11, 2016, 4:03 PM UTC
HN karma
32
Public activity
7 items

About nalimilan

No profile information was provided.

Recent public activity

  1. comment
    Comment #31402528

    The problem in this case (as with most issues regarding `@inbounds`) is that this text was written before arrays with non-standard indices existed in Julia. So the example was corr…

  2. comment
    Comment #24733886

    > - DataFrames.jl: Transform does nonsense (use map instead) What is this supposed to mean? > - DataFrames.jl: No transpose This is actually going to be fixed in the next few days …

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #16335680

    Existing code won't break as a deprecation is in place. And the replacement is very simple: Matrix(I, m, n), Matrix{Float64}(I, m, n) or even just I depending on the use case.