Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)G
Posts
2
Comments
39
Joined
4 yr. ago

  • There is something similar in Japan, it is called gampi paper. It played a role in Japanese literature and a movie, The Pillow Book (1996).

  • Scala gives you an immense freedom and you can do things in many, many ways.

    The problem is that when you work in an enterprise project, you need people to write idiomatic code.

    In Scala, it is not clear what idiomatic code looks like. Imperative and object oriented? With higher order functions? Or fully functional with monads and monad transformers?

  • So were you writing applets and swing applications? It was a completely different time! However, a lot of Java 2 code can run on Java 25 with small changes!

    Java switched to a rapid release cycle in September 2017, when the six-month, time-based release cadence was first proposed and implemented. Starting with Java 10 in March 2018, a new version is released every March and September.

    Many Java versions are actually ignored by developers, who only use Long-Term Support (LTS) versions, that are released every two years.

  • You are right. I fixed my previous comment.

  • Could you please explain your point of view more clearly? It seems you presume other people should not find the Scala language interesting because you do not.

  • They removed ScalaZ library from the Scala community build in one of the peak moments of the Scala programming language popularity. It was widely seen as a non-transparent, harmful action that damaged trust and seemed punitive. An outside evaluator called it a "red flag" and a "significant risk factor".

    Jon Pretty lost his job, income, home, pension, and reputation overnight. He also resigned from his job, gave away his open-source projects, and became homeless. He won in court. The court order required signatories to withdraw their signatures and statements.

  • There also was a very toxic environment in the Scala world. See the cases of Tony Morris and Jon Pretty.

  • Because Scala allowed you to write much less code than Java. After Java was bought by Oracle, they shifted to a faster release cadence and new features. But developers still had to use things like Lombok, Guava, and Apache Commons to have an easier way to do things.

    Now, both Kotlin and Java 25 have a lot of the features that Scala was the first to introduce, so it does not seem important. But it was very important back then.

    Also, the Big Data world was embracing Scala. Apache Spark is written in Scala and so many other important tools and libraries in the Big Data ecosystem were in Scala.

    Edit. Fixed information about releases after Oracle acquisition.

  • So many former Scala and Haskell developers moved to Rust.

    Rust is currently more famous and widely adopted than Scala ever was.

  • On a container ship?

  • I guess that strongly depends on the use case.

    In programming, they are far from good enough.

    In article writing too. Now we can distinguish quickly a text written by a human from one written by a large language model.

  • They want to keep their jobs, to earn their salaries, to live in peace.

    They have fought wars, winning some, losing many, and have learned that opposing the system is not worth the cost.

  • Also stacktraces are very useful, and overflow/underflow exceptions too. So many modern and useful features were missing!

    Having a try/catch block is much better than using Goto Err

    Edit. Rest in peace mono-basic https://github.com/mono/mono-basic

  • Is the SF Bay Area still the place to be? It looks kinda cursed lately.

  • Every time I get surprised by the efficiency of Lisp! I guess they mean Common Lisp there, not Clojure or any modern dialect.

  • Average drunk human coding skils

  • Two software engineers, one from Texas, the other from the Netherlands

  • Once companies recognize the full extent of their technical debt, they will likely need to hire a substantial number of highly experienced software engineers to address the issues, many of which stem from over-reliance on copying and pasting outputs from large language models.