[–] 5 points 1 day ago (8 children)

Some years ago I think windows source was available to be studied in some universities? No sure how true that is and if any recent version is available. Sure would be fun if the slopmachine just ingested all of it...

  • source
  • parent
  • context
  • [–] 5 points 2 days ago

    And people also don't understand the difference between a non profit managed in good will by people and a capitalist saas provider that has billions to spend in hundreds and hundreds of people to maintain an ever growing central place to host all corporate interests.

    The internet is becoming ridiculous.

  • source
  • parent
  • context
  • submitted 1 year ago* (last edited 1 year ago) by to c/scala@programming.dev
     
     

    The following was written in the discord chat (https://discord.com/channels/632277896739946517/1024150479728549898/1354361031383842876):

    «

    We've recently open sourced some of our internal Scala libraries at Magine Pro.

    • aws-regions: micro library for working with AWS regions. Also for Scala.js and Scala Native.
    • http4s-aws: request authentication and credentials management for AWS, without a dependency on the AWS Java SDK. Scala.js and Scala Native support in the works.
    • http4s-karapace: client for the Karapace schema registry. Also for Scala.js and Scala Native.
    • spies: client for Memcached built on top of cats-effect and the Amazon Memcached client.

    There is also the new ciris-http4s-aws module which makes use of http4s-aws.

    »

    It's very nice to see some new libraries being open sourced from production usage.

     

    «I'm happy to announce the release of Cats Effect 3.6.0! https://github.com/typelevel/cats-effect/releases/tag/v3.6.0

    This was a gargantuan effort, and as I've previously mentioned (and discuss in the notes), it sets the stage for the future of CE's runtime with a series of almost entirely behind the scenes changes to the way that we handle asynchronous I/O and interacting with the kernel in the happy path. This not only opens the door to true multithreaded Scala Native support, but also a much higher performance ceiling on the JVM» quoted from @djspiewak mastodon post.

    view more: next ›