HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adl

no profile record

comments

adl
·há 7 meses·discuss
LibreOffice may be slow, but is UI is not build in Java, 90+% of LibreOffice is built on C++.
adl
·ano passado·discuss
Where they wealthy? That's the only thing the Opus Dei cares about.
adl
·há 2 anos·discuss
I couldn't make this work with JDK 23, 21 or 17, I got the following error:

Failed to execute goal org.teavm:teavm-maven-plugin:0.6.1:compile (web-client) on project flavour: Unexpected error occurred: Unsupported class file major version 61

According to the Docs it seems it seems to only work with JDK 8: (https://frequal.com/Flavour/book.html#org1b5c5fc):

17.1 Prerequisties Making web apps with Flavour only requires two prerequisites:

Java (OpenJDK 8 or equivalent. Newer versions of Java are untested.) Maven (Apache Maven 3.8.6 or greater)
adl
·há 2 anos·discuss
A good debugger can provide more than just stepping thru code.

In IntelliJ with Java, you can set conditonal breakpoints with complex evaluations, you can set filters (only hit a breakpoint depending from where it is being called), use exception methods that only hit on certain exceptions instead of a specific line code, you can also use logging breakpoints, that act like printf debuging, but you don't need to scatter your code with print statements all over the place.

You can group, add descripitons, disable, enable and add temporary breakpoints, they are pretty powerful! I just wish intellij had a time travel debbuger like Visual Studio Pro.

https://www.jetbrains.com/help/idea/2024.3/using-breakpoints...
adl
·há 2 anos·discuss
Can you elaborate why?
adl
·há 2 anos·discuss
I've known and used Stremio for at least 5 years, maybe more.
adl
·há 2 anos·discuss
Here is the original paper in Spanish: https://www.ru.tic.unam.mx/bitstream/handle/123456789/1415/a...
adl
·há 2 anos·discuss
I prefer to use Windows as my daily driver. I also help people (friends, family, co-workers, etc.) with Linux (desktop or server) all the time. I have almost 30 years of experience using Linux. (using it since 1995)
adl
·há 2 anos·discuss
Raises hand Here! I have to work with Spock on a Java codebase and I think groovy sucks ;-)
adl
·há 2 anos·discuss
Sounds great! I just subscribed to Cody, looking forward to testing the JetBrains support.
adl
·há 2 anos·discuss
Does the Claude 3 support only apply to the VSCode plugin right now? I'm using the Jetbrains plugin and I don't see an option to use Claude 3.
adl
·há 2 anos·discuss
Are you planning to offer plugins for other IDEs, like IntelliJ?