Live data from Hacker News

Viewing profile — mshafirov

mshafirov

HN member
Joined
Mon, Jul 27, 2015, 8:35 AM UTC
HN karma
16
Public activity
2 items

About mshafirov

No profile information was provided.

Recent public activity

  1. comment
    Comment #21802483

    JetBrains CEO here At the time, we had a student working on the project and they used a couple of classes from NProf code for loading the profiler under IIS. This was done incorrec…

  2. comment
    Comment #9954063

    In Kotlin there's a bunch of null-handling operators, which allows you to really treat null as None. Like x?.y()?.z(). Moreover, you can define extension functions on nullable type…