Live data from Hacker News

Viewing profile — jpliska

jpliska

HN member
Joined
Fri, Sep 11, 2015, 4:53 AM UTC
HN karma
46
Public activity
12 items

About jpliska

developing internet apps since 1996

Recent public activity

  1. comment
    Comment #14373082

    In many cases, you would get warnings when accessing a var that you don't get when accessing a val. Also, IntelliJ suggests converting to val if a var is never reassigned.

  2. comment
    Comment #14280661

    Can you share a link to an example? How do you deal with the massive size of the javascript that is generated by kotlinJS?

  3. comment
    Comment #13753338

    Getchip.com costs less, can actually be purchased and has onboard flash

  4. comment
    Comment #13626800

    I wish some good designers would lend LibreOffice a hand. Even without reworking UX they could win over more users by being less ugly (compare MS Office start page)

  5. comment
    Comment #13479228

    Kotlin has been useful to me and easy to learn. It dovetails so well with exisiting java libraries that no Kotlin revolution (rewrite everything) is necessary. The most notable fra…

  6. comment
    Comment #13479168

    The use of the ~ here illustrates the problem in the scala world: a lot of surprising bells and whistles. Why not call it watch instead of ~?

  7. comment
    Comment #12424228

    I'm looking for someone to partner with me on http://www.ballotbin.com The system needs changes (in frontend, backend, sysadmin). It is pretty much the same as in 2002.

  8. comment
    Comment #12055654

    Check out kotlinlang by Jetbrains. It's git the best of java, C# and python

  9. comment
    Comment #11952696

    Have you all seen Kotlin?

  10. comment
    Comment #11372905

    Have you seen kotlin? Its a cross between java, python and scala for the JVM (and JS - with wrinkles)

  11. comment
    Comment #11103359

    Kobalt is a clever and fast build tool written in Kotlin. It is much simpler to use than the others you mention and still works with maven repos

  12. comment
    Comment #11039545

    There is a great build tool for Kotlin called Kobalt. It is quick, simple, and levrages all of the available maven packages. Other than being MUCH faster to compile than Scala, kot…