HackerTrans
TopNewTrendsCommentsPastAskShowJobs

selimco

no profile record

comments

selimco
·5 месяцев назад·discuss
The drop cap example is also broken for me on the latest Firefox version. It still requires a manually set line-height of 1.
selimco
·11 месяцев назад·discuss
You don’t really need any of the apache commons libraries with modern java versions, if that’s what you were referring to. Also I think that most people who are considering doing jvm development would consider kotlin as an alternative language or maybe c# and dotnet as an alternative ecosystem. I believe rust, c or cpp are rarely going to be considerations for most people in that situation.
selimco
·11 месяцев назад·discuss
It seems like micronaut has been able to avoid runtime bytecode generation by doing everything at compile-time. I wonder if there’s things that you can’t do the micronaut way.
selimco
·12 месяцев назад·discuss
You can put kotlin code in src/main/java
selimco
·2 года назад·discuss
I think space is usually the key that performs a click on focused buttons, not enter.
selimco
·2 года назад·discuss
I’d say Javalin is more of a successor. Vert.x is too focused on reactive programming to qualify as a successor IMO.
selimco
·2 года назад·discuss
At least one Turkish website (obilet) also offers this info. I consider this whenever I purchase a ticket.
selimco
·3 года назад·discuss
There's the sigma fp which is the smallest I believe.
selimco
·3 года назад·discuss
In kotlin (maybe also java?) you can use the jetbrains @Language annotation to get syntax highlighting on string variables. A little more verbose but maybe it works for you.
selimco
·3 года назад·discuss
We have the same

https://www.zeit.de/digital/datenschutz/2021-08/cdu-connect-...
selimco
·3 года назад·discuss
Modern Java has Coordinated Restore at Checkpoint (CRaC) as well as ways to compile it to native binaries that can start very fast (GraalVM & Substrate VM). The former has the benefit of a JIT as well!
selimco
·3 года назад·discuss
This is the first time I read about Turkish scam Callcenters. Do you have any resources to find out more?
selimco
·3 года назад·discuss
I actually started coding that way. Back then I automated some parts in video games like pressing a key to pickup items. There was even a GUI designer which was pretty easy to use. For me it was AutoIT rather than AHK but if I remember correctly they're quite similar.