Live data from Hacker News

Viewing profile — lbalazscs

lbalazscs

HN member
Joined
Mon, Sep 12, 2022, 7:46 PM UTC
HN karma
63
Public activity
25 items

About lbalazscs

No profile information was provided.

Recent public activity

  1. comment
    Comment #45484332

    A sentence from the article: "Given the extreme undesirability of any new language features I'd hardly propose bound-pointers now." It shows that C++ was considered too complex alr…

  2. comment
    Comment #45411862

    The link about Stiver has some details: > Stiver decided to write his own decompiler as a side project. To overcome the weaknesses of existing alternatives, he took a different app…

  3. comment
    Comment #44869463

    We are already living in an (almost) ideal world: https://github.com/raphw/byte-buddy/discussions/1798

  4. comment
    Comment #44387211

    It's naive to hope that automatic tests will find all problems. There are several types of problems that are hard to detect automatically: concurrency problems, resource management…

  5. comment
    Comment #41593194

    In 2015 there was no ZGC. Today ZGC (an optional garbage collector optimized for latency) guarantees that there will be no GC pauses longer than a millisecond.

  6. comment
    Comment #41298025

    Regarding openings, there's a trade-off between chess training and chess results. Rote memorization can improve your results (if you already have good skills), but it won't improve…

  7. comment
    Comment #41285298

    There is a difference between memorization and rote memorization. In chess, rote memorization of master games or chess positions is not a recognized training method. Chess memory i…

  8. comment
    Comment #41141077

    Your link is only for value types, but this one is more general, it's for any type. Obviously the two are related, but not the same. Nullability for value types has performance imp…

  9. comment
    Comment #39277053

    "Oracle GraalVM" (the former "Enterprise Edition") is now free, but (unlike "GraalVM Community Edition") not open source.

  10. comment
    Comment #39028498

    I guess you missed the part where Linus Torvalds has apologized for years of being a jerk. https://arstechnica.com/gadgets/2018/09/linus-torvalds-apolo...

  11. comment
    Comment #38832510

    The ONNX Runtime is written in C++ and it uses the GPU. And Java is certainly much faster than Python.

  12. comment
    Comment #38823858

    I often do a Google search, and then go directly to the Wikipedia result. My reasoning is that during the initial search, I don't know if there's a Wikipedia page about that topic,…

  13. comment
    Comment #38604425

    I only used Launch4j on Windows, but in the downloads you can find Linux and MacOS versions as well. At the bottom of the webpage it explains that it can be built on even more plat…

  14. comment
    Comment #38602464

    jlink only creates a runtime (the parts of the JDK that are actually used by your app), but there's a relatively new command called jpackage for creating installers: https://docs.o…

  15. comment
    Comment #38144438

    I actually did that, and I asked for the first paragraph from "Great Expectations", and the answer was correct. Of course the first paragraph of any famous novel is in itself famou…

  16. comment
    Comment #38140406

    My understanding is that Stream internals are a very complex piece of software that can have multiple different bugs. By the way, I agree with you that eager versions of the Stream…

  17. comment
    Comment #38129357

    The latest Mockito works with Java 21; you'll just see a warning about the usage of the bytebuddy agent. In the future, you'll need to explicitly approve the loading of agents (you…

  18. comment
    Comment #38128960

    I hope that 2024 will be the year when people stop pointing to duplicate or fixed bugs...

  19. comment
    Comment #37571712

    The question of "single UI or GPU bound thread" could be solved in a future release with custom virtual thread schedulers. Java 21 concentrates on solving the problem of server-sid…

  20. comment
    Comment #37571646

    Ideally knowing "what is synchronous and what is asynchronous" shouldn't be your concern, just like freeing memory isn't your concern in a language with garbage collection. Similar…

  21. comment
    Comment #37471162

    Oracle's main Java product (OpenJDK) is 100% open source and free to use. If you also want extra support, then you can also use the "Oracle JDK", which is technically the same as O…

  22. comment
    Comment #37162340

    Indeed. > The Franco-Swiss border runs through the CERN campus and building 31 is literally just a few feet into France. However, there is no explicit border within CERN and the ma…

  23. comment
    Comment #37144163

    They claim that "Reddit, Slack, Gmail, Uber, etc" could also be done with a similar level of effort.

  24. comment
    Comment #35031294

    Here's a tested ChatGPT prompt: Suggest better variable and method names in the following Java code. Don't list the new code, only the changes, in the format "oldName" => "newName"…

  25. comment
    Comment #32900686

    Fischer announced Fischer Random Chess in 1996, long after his retirement from competitive chess (1972). His reason for doing so in 1996 was very prosaic: he was simply no longer f…