Ding is clearly a better player who can play at high level with little preparation. Gukesh have the whole Indian team behind him hardly put any pressure on Ding. Sometimes not the best player wins. And I am disappointed that Gukesh played as an average GM when he is out of his prep. There is definitely something lacking.
The best is https://fluentsearch.net/ that supports on screen keywords search as well as a powerful launcher and file indexer. For screen search it supports UIA as well as image/text based on OCR like search. It is the best and more accurate than win-vind.
The release 3.0 is unusable on windows. When running pandoc —version, it spawns off many instances and won’t return the value. Anyone has encountered such an issue?
The 90s success of Japan’s economy and technology was pretty much put to stop by the manipulations of US government. It is quite disgusting in terms of free trade and open economy.
https://fluentsearch.net/ fluentsearch is way more powerful than powertoy run. It replaced my need for Listary as well. The author is an Microsoft engineer and have frequently updated the app based on the community feedback. If fluent search replaced powertoy run and be part of the powertoy, it will be perfect.
I ordered the book on the Feisty Duck website last Friday. I still have not received the download link. Sent email to the link on the website. No response so far. Is this web site a hoax?
Jack Ma is actually spot on. Us problems are created by ourselves: governments and greedy companies. We spent and made a lot on weapons as well. There is nothing to blame on China and Indian.
Good luck to the typeless shit that JavaScript brought to us. It is never a revolution since it has been created. I do like or at least can use vscode, though.
The fact is that before the JVM has a chance to optimize the code, the app already restarted by the user unless it is some long running server process. On the server side, JVM is so heavy, normally there is only 1-2 heavy JVM running for web server and database driver on the entire machine. On the client side, Java is a joke. Though users now have more choices: Swing, AWT, JavaFx. Every one of these is hard to use comparing with C# or Qt. Most native platform developers hate Java, including OSX developers.
Another important performance issue is related to Java's handling about generic type erasure and auto boxing. This is one of the biggest design issue comparing with C#'s handling. So manipulating bytes is a pain. And there is even no unsigned byte. Benchmark does not represent real world use case. I don't feel Java is much faster than Python or Ruby. But there is too much boilerplate code comparing with C#. The pure Java language is clean. But with Spring framework and various Apache common, endless different logging framework, it makes the language such a hassle to deal with. Just my 2 cents.
I have used latest edition of IntelliJ on OsX. IntelliJ is acceptable but not smooth at all considering that I have 16g ram with 1tb Ssd. And font rendering due to the jvm swing bug is hurting eyes. It is far fetched to say the experience is any pleasant. To fix the issue of Java, jetbrain bundles their custom built jdk