Live data from Hacker News

Viewing profile — jatcwang

jatcwang

HN member
Joined
Tue, Sep 11, 2018, 8:04 PM UTC
HN karma
57
Public activity
9 items

About jatcwang

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #40726016

    Have you looked into temporal.io? It supports dynamic workflows.

  3. comment
    Comment #27153591

    https://xuwei-k.hatenablog.com/entry/2021/05/14/210911 Someone did some tests on Scalaz codebase and Scala 3 is around 2.5x faster. While Scalaz (and Cats) isn't exactly like your …

  4. story
  5. comment
    Comment #26113350

    Scala _can_ do structural typing, but you almost never see it in the wild so I don't think you'll be able to find any data on it. The main reason why it isn't used in Scala is beca…

  6. comment
    Comment #26106016

    I've spent the last 5 years working professionally in Scala and I've never touched spark and I know plenty others like me. (I'm mainly a backend developer) I think it's quite locat…

  7. comment
    Comment #24988525

    Very, very excited about Scala 3. Here are some of the things I'm looking forward to using: * Generally a more clean language for everyday use, codifying existing patterns like new…

  8. comment
    Comment #22933737

    Using remote dev boxes can definitely be a huge productivity boon, from having better specs to much faster networks. Here's an example of how Databricks improved their dev cycle wi…

  9. comment
    Comment #21852246

    I was initially skeptical of Scala when I landed my first Scala gig a few years ago, but now I'm really glad I picked it. Simple things like pattern matching and immutability are a…