Live data from Hacker News

Viewing profile — wrathofmonads

wrathofmonads

HN member
Joined
Tue, Aug 13, 2024, 5:02 PM UTC
HN karma
27
Public activity
21 items

About wrathofmonads

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
  5. comment
    Comment #46247752

    Oracle’s massive bet on OpenAI might be financially risky, but its investments in AI farms could accelerate Java’s evolution for AI. While Python dominates training, inference is w…

  6. comment
    Comment #46219542

    I sometimes wonder whether the political attitudes of some immigrants and their descendants are shaped by negative experiences or family histories from their countries of origin. T…

  7. comment
  8. comment
    Comment #46186840

    Java 16+ stream.map(...).toList() https://bugs.openjdk.org/browse/JDK-8180352

  9. comment
    Comment #46185501

    Clojure has never been a popular language, nor has it aimed to be mainstream. That is the Lisp curse. It has never positioned itself as a "better Java". It shines in applications w…

  10. comment
    Comment #46185410

    Kotlin hasn’t made much of an impact in server-side development on the JVM. I’m not sure where this perception comes from, but in my experience, it’s virtually nonexistent in the l…

  11. comment
    Comment #46134642

    Maven is excellent! Once you understand it, you can work with almost any Maven project without needing to learn the specifics. I’d take Maven or Cargo any day over anything in the …

  12. comment
    Comment #46133100

    This has always been the case. The Java and C# ecosystems prioritise stability and scale. They wait for ideas to prove themselves in other languages like Erlang, Python, Go, Scala,…

  13. comment
    Comment #46132997

    Java was doing "cloud-native, stripped down (jlink) image, self-contained runtime with batteries included" long before Bun existed. There's also GraalVM for one executable binary i…

  14. comment
    Comment #46006906

    In simulations or in game dev, the practice is to use an SoA data layout to avoid aliasing entirely. Job systems or actors are used for handling multithreading. In machine learning…

  15. comment
    Comment #46006673

    The real barrier is the C++ ecosystem. It represents the cost of losing decades of optimized, highly integrated, high-performance libraries. C++ maps almost perfectly to the hardwa…

  16. comment
    Comment #45965407

    Gemini and other agents are now failing when they search for something on the web. ChatGPT can't even be accessed.

  17. comment
    Comment #45846650

    Seems like Windows is trying to address the Electron problem by adopting React Native for their WinAppSDK. RN is not just a cross-platform solution, but a framework that allows Win…

  18. comment
    Comment #45826095

    What’s your take on older languages gaining new life in production because of ecosystem improvements? I’m thinking of Python, which for most of its 34 year history wasn’t always a …

  19. comment
    Comment #45525512

    Mojo has a different scope than Julia and Python, it targets inference workloads. Polars is a dataframe library. Yes, it features vectorized operations, but it is focused on column…

  20. comment
    Comment #45521981

    Ecosystems matter, but runtimes do as well. Take Java, for instance. It didn’t have to wrap C/C++ libraries, yet it became synonymous with anything data-intensive. From Apache Hado…

  21. comment
    Comment #45521452

    I don't think Julia was designed for pure overhead projects in memory-constrained environments, or for squeezing out that last 2% of hardware performance to cut costs, like C++, Ru…