@joaquindiez Puedes probar a hacer una "base de pizza" con claras de huevo y goma guar y un fondo mínimo de tomate, si lo echas de menos
Si fuera maizena la proporción sería 5 a 1, así que con guar supongo que empezaría con 50 a 1 e iría echando muy poco a poco
@joaquindiez Y estoy seguro de que esta medida está tan desorientada como la mayoría de políticas en tecnología.
Pero veo opiniones del sector sobre cómo nos cortan las alas, mientras no lidiamos con otras preocupaciones igual de lícitas (medioambiente y provacidad), y me preocupa
@joaquindiez Hay matices que no me desarrollo por el formato tuit, creo que las tecnologías pueden tener buenos usos.
Pero hablando con gente de ramos que se han precarizado, o cuyos derechos de autor se han violado, tanto el escepticismo como la aversión me parecen posturas entendibles
The biggest problem of #Java is poor perception. It's technically super-solid, but too often folks discard it based on misconceptions or information outdated years ago.
So many ways to respond to this that I should write a blog. But let’s start with:
Languages: JVM is way more than Java. If you want modern, use Kotlin. If you want bleeding edge FP, use Scala or Flix. Or use Clojure or Ruby or Python or whatever on the JVM.
Native: GraalVM Native Image, Kotlin Native, Scala Native, etc can get you to native if you need faster startup and smaller binaries.
Ecosystem: 3 Top 15 Programming languages natively on the JVM, continuous growth and innovation in the tools and libraries ecosystem. For example, Effect Oriented Programming is a huge step forward for creating reliable, testable, composable systems - and in mainstream platforms, Scala has been the primary place for this innovation.
JVM: 2 major releases a year with continual significant improvements like Loom, making a very common scaling problem (blocking idle threads) trivial to deal with. Also performance improvements just happen with no need to do anything except bump the JVM version.
Job market: Employers can always find Java developers. Pay rates across JVM languages are great. Universities teach Java, Kotlin, and Scala.
I’m sure there are many other reasons as well, but all of this feels nothing like COBOL.
An interesting report from Uplevel "Can Generative AI Improve Developer Productivity?"
The test group of developers used Copilot, while the control group used no AI assistance. In total, the activity of 800 developers over 3 months was observed. Key conclusions:
- No significant difference between issue throughput
- +41% introduced bugs when using Copilot
- No evidence that using Copilot mitigates the risk of burnout
https://t.co/RuPwwlx5a7
@joaquindiez Pero tienen algún motivo de peso para prohibirlo en la UE?
La sensación que me da habiendo leído un poco es la de Meta echando un pulso para que regulen en su favor, y no una preocupación real, pero no estoy especialmente puesto en el tema.
Are you excited about using Markdown in Javadoc in Java 23? @intellijidea has an inspection to convert your existing Javadoc to Markdown. 🚀
#java#java23#IntelliJIDEA