Favour programming languages with a good and stable standard library.
- 1 post
- 25 comments
- GiorgioPerlasca@lemmy.mltoProgramming@programming.dev•Every dependency you add is a supply chain attack waiting to happen3 months
- 3 months
Tha last quote by Nolan Lawson at the end seems very Taoist to me! A Taoist sage might say the same words, but they would arise from peace rather than from the exhaustion of resistance.
- GiorgioPerlasca@lemmy.mltoProgramming@programming.dev•AI still doesn't work very well, businesses are faking it, and a reckoning is coming3 months
Junior software developers understand the task. They improve their skill in understanding the code and writing better code. They can read the documentation.
Large language models just generate code based on what it looked like in previous examples.
The Industrial Revolution was accompanied by systemic violence too.
As new economic forces pushed rural workers toward industrial cities, they often faced overcrowded, unsanitary living conditions.
Furthermore, the struggle for basic labor rights erupted into decades of bloody conflict between workers, private armies, and state forces.
You can find more information in this book: https://www.penguinrandomhouse.com/books/643062/captain-swing-by-eric-hobsbawm-and-george-rude/
Good point. Reading the documentation of the library and the source code is often a better use of a software developer’s time.
Writing code is only the tip of the iceberg. You actually have to:
- understand how the company works
- understand the use case you are managing and how it relates to other business flows
- understand strenghts and weaknesses of the technologies, libraries and frameworks involved
- decide which one to use and how
- thinking about all possible corner cases, evaluating their frequency and importance
- only at the end, write, test, optimize the code
While large language models can help in the last step, they are very limited in previous ones, except working as a search engine on steroids.
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.
- GiorgioPerlasca@lemmy.mltoProgramming@programming.dev•10 things I learned from burning myself out with AI coding agents5 months
On a container ship?
- GiorgioPerlasca@lemmy.mltoProgramming@programming.dev•Majority of CEOs report zero payoff from AI splurge5 months
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.
- 5 months
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.
Java, .net and C++ have standard libraries that are much bigger and much more battle tested than the one of Go.