Sekiro is a good game, but iirc they marked it non-woke
froufox
- 1 post
- 11 comments
- froufox@lemmy.blahaj.zonetoGaming@beehaw.org•Should we use the "anti woke" steam curators to buy games?English4 months
- 5 months
Today we knew that Linus Torvalds is lazy and stupid ✍️
- 5 months
He never would in critical code such as Linux kernel
- 6 months
OS: Ubuntu IDE: IntelliJ for Java/Kotlin, VSCode for Scala, sometimes Helix for particular files
looks like an opportunity for the fediverse
- froufox@lemmy.blahaj.zonetoProgramming@programming.dev•CLion Is Now Free for Non-Commercial UseEnglish1 year
This is quite cool. Is only RubyMine left without community version?
- froufox@lemmy.blahaj.zonetoProgramming@programming.dev•i want to learn/use functional programming languageEnglish1 year
As I said in another response here, it’s incorrect to compare Java 21 or Kotlin and Java 8. You can rewrite your bloated slow Java 8 code in functional reactive approach in Java 21 as well.
You can make a mistake writing any sort of code. What actually matters if it’s readable enough to catch the bug. I would argue that functional languages is the best option here, especially when we’re talking about about huge enterprise applications on complicated frameworks like Akka or ZIO.
- froufox@lemmy.blahaj.zonetoProgramming@programming.dev•i want to learn/use functional programming languageEnglish1 year
So, basically that’s what I meant, but without disrespect to Joe :)
- froufox@lemmy.blahaj.zonetoProgramming@programming.dev•i want to learn/use functional programming languageEnglish1 year
It depends on when have you switched from those “normal” languages to functional, and where do you work now. Java 10 years ago is not Java nowadays, and not Kotlin. These modern languages influenced by advantages of functional languages, and you can even write thr most of your code in the functional style.
Our company has some codebase in Clojure and Haskell, and it was a huge headache to find a substitution for a Haskell engineer when they left. There are so few experts on the market. But of course, if you’re an American big tech company, you’ll find an engineer.
And I’m not saying to you “hey, switch to Kotlin!” Nope, if you’re enjoying what you’re doing and it brings you money — keep going. But the sad reality is that it’s much harder to find a job for a pure funcional coder.
- froufox@lemmy.blahaj.zonetoProgramming@programming.dev•i want to learn/use functional programming languageEnglish1 year
You don’t actually need to know any of the functional programming languages to work in the AI sphere. Moreover, codebase in pure funcional languages is hard to understand and maintain, that’s why they are rarely used in production. Of course you can learn any language for funsies, but I’d recommend Kotlin as a modern hybrid OOP language with a solid functional toolkit

Depends on the size of the pile. If it’s huge, then you have to use LLM too, with some decent tooling like Claude Code. Let it analyse the code first, and put a summary for you. Then design the proper solution yourself, and either fix it manually, or if it’s too tedious, guide LLM to apply the changes for you. Ofc iteratively and don’t let it apply changesets without your approval. I had a similar task recently, did it like that