🚀 Excited to announce the launch of Palmyra-Med and Palmyra-Fin! 🌟 These industry-leading models bring unparalleled accuracy to healthcare and financial AI.
Ready to transform your workflows? Check them out now on Writer AI Studio or on @NVIDIA.
Learn more here: https://t.co/v6Mj9CtTp4
#AI #Healthcare #Finance
@kitlangton@kitlangton - you might be able to generate the companion completely with a compiler plugin, but you will run into zinc compilation issues until the related dotty issue is fixed.
You could get it down to
```
@deriveLenses
case class Foo(bar:Bar)
object Foo
```
With 0 issues.
Learn how to write and test a compiler plugin from scratch in Scala 3 with Xebia's Jack Viers.
Watch this talk: https://t.co/qRQOr42OPM
#ScalaDays#Scala@jackcviers @XebiaFunctional
Code Interpreter will be available to all ChatGPT Plus users over the next week.
It lets ChatGPT run code, optionally with access to files you've uploaded. You can ask ChatGPT to analyze data, create charts, edit files, perform math, etc.
Plus users can opt in via settings.
🎉 The Scala Toolkit is here!
💡 It is a big step in making Scala more accessible, lightweight and fun to use.
✨ Check out our latest blog post at https://t.co/TLT8jNNd7w for all the details!
@diesalbla @easondp@raulraja @XebiaFunctional @fede_fdz@rafaparadela I agree that it is a great question. In addition to examples in the SIP, and Martin's talk, writing combinators that express constructs like if/then/else in monadic contexts without introducing surprising behavior can be difficult, even for experts: https://t.co/XJITBZ4bgL
📢🎉The team at @XebiaFunctional has been working on SIP-55 for #Scala, which addresses direct-style syntax through suspended functions and continuations. Thank you @jackcviers @diesalbla @fede_fdz@rafaparadela and everyone that made it possible 🙏.
https://t.co/i4iQcqUQSf
Xef is brought to you by the great team at @XebiaFunctional, which I'm humbled🙏🥰 to be a part of.
Cheers, and we hope you enjoy it and join us in this new Open Source adventure!
What can we say except thanks?
A fantastic group of speakers, sponsors, attendees, and discussions on innovations and steps forward in Scala.
We hope you had a great time and safe travels back home. We hope to see everyone in Madrid for round 2!
#ScalaDays
Now, we know how to write a compiler plugin from scratch in #Scala3 from @jackcviers, and @_zainabali_ showed us that functional streams are complex but are not as murky as they seem
#ScalaDays
📢🕺🎉🥳 The @XebiaFunctional team has been working hard to bring you the first release of https://t.co/S29hPwRKYC . Easily integrate #AI in your #Scala and #Kotlin applications.
Catch up with Jack Viers in Seattle before he tells you all about the testable compiler for Scala 3 on June 7th.
Get your tickets today!
https://t.co/Azvl6LplR0
#ScalaDays#Scala#Scala3 @XebiaFunctional @jackcviers
@EncodePanda Vendor lock-in breeds language popularity. Look at .Net langs (Windows), Swift/Objective-C (Apple/IOS), Kotlin (Android), PHP (WordPress), C (Unix), JavaScript (Netscape, IE).
Vendors require control of the language to continue to support it to support their use cases.
@codingismy11to7 If the user wants a secure debugger, they can set an environment variable or add additional jvm args that include the allowed connection, as in the workaround above.
Adding a new `-jvm-debug-host` argument is a new feature, which might be more difficult to get accepted.
/fin
sbt-native-packager Java App archetype remote debugging is broken when using `-jvm-debug <port>` in the docker entrypoint. It will start with `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=<port>`, which will terminate the connection prematurely.
/1
@codingismy11to7 Allowing connections to the debugger from anywhere is the original behavior of the line I changed. This just restores that behavior. The user has to explicitly invoke the command with `-jvm-debug` to enable it.
/1