Live data from Hacker News

Viewing profile — user1241320

user1241320

HN member
Joined
Tue, Jul 24, 2012, 2:49 PM UTC
HN karma
149
Public activity
69 items

About user1241320

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #43591139

    Potentially France could have all imports from US pass by Martinique and they’d save a lot of money

  3. comment
    Comment #43590974

    Funny he put like Martinique which is a territory governed by France

  4. comment
    Comment #43531938

    Inspired by the Dobble card game, a friend and I built an iOS version where the symbols are emojis! You can customize the difficulty with options like “only green emojis” or other …

  5. comment
    Comment #41969530

    One note from having worked with both that I don’t see mentioned: Golang dependencies are sources you basically pull and compile with your own code. In JVM-land dependencies are pr…

  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #26105060

    > Scala needs a new "official stack" Maybe so... but so do Python or Javascript. It seems to me some other languages have only one stack (rust: cargo, rustfmt...; the .net world as…

  12. comment
    Comment #26104774

    I'd pick sbt over mvn no doubt. Haven't played with either fury or mill, so can't comment on those (even gradle... I never really used it). But coming from years of Java/Maven I th…

  13. comment
    Comment #26104737

    Opposite for me. After years of Scala (which I like) I recently tried to port a few things to Scala 3 and it really feels like some of the wtf-implicit part is gone. We'll still ne…

  14. comment
    Comment #25644881

    Datomic is written in Clojure.

  15. comment
    Comment #25644830

    sbt is not perfect but new build tools are coming up lately for Scala (check out lihaoyi/mill and propensive/fury to name) plus people are working with bazel (but i guess that's mo…

  16. story
  17. story
  18. comment
    Comment #20478630

    Is this somehow similar to the new Swift Automatic Differentiation feature? https://github.com/tensorflow/swift/blob/master/docs/Automat...

  19. comment
    Comment #17194778

    I started using Scala for Play and Akka and I'm currently using Akka[1] in production in many projects. [1]: http://akka.io/ Akka is the implementation of the Actor Model on the JV…

  20. story
  21. comment
    Comment #15853430

    I immediately thought of https://github.com/snoyberg/conduit

  22. comment
    Comment #14481436

    If I was Lightbend (whose work I use/enjoy/thank for) I think I would put Scala.js inside the Play Framework (as opposed to say Coffeescript)

  23. comment
    Comment #14480661

    I, sort of, know the limitations WebAssembly has right now when it comes to JS interop (such as only being able to use functions with numbers as parameters! ) but my guess is this …

  24. comment
    Comment #14480610

    My two cents: to me WebAssembly seems like something Scala Native might address, more than Scala.js. Or even better, both project can sort of blend for this purpose as on one hand …

  25. comment
    Comment #13957733

    There was a small attempt to what you describe: https://github.com/oden-lang/oden