Live data from Hacker News

Viewing profile — aoli-al

aoli-al

HN member
Joined
Tue, Feb 18, 2025, 3:51 PM UTC
HN karma
149
Public activity
34 items

About aoli-al

https://aoli.al

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #46446063

    My biggest complaint about Java development is the state of LSP/DAP support. I’ve tried writing Java in VS Code, and the support is still very incomplete. There are two features I …

  6. story
  7. story
  8. story
  9. comment
    Comment #45823037

    It is hilarious to read the title: "I took all my projects off the cloud [...]" and then you click the link it says: "Webserver is down".

  10. story
  11. story
  12. comment
    Comment #44219081

    Yes, Fray controls all application threads so it runs one test per JVM. But you can always use multiple JVMs run multiple tests[1]. Fray currently does not support virtual threads.…

  13. comment
    Comment #44216080

    The "randomness" comes from Kotlin coroutines and user-space scheduling. For example, Kotlin runs multiple user-space threads on the same physical thread. Fray only reschedules phy…

  14. comment
    Comment #44212621

    should be fixed as well :)

  15. comment
    Comment #44212187

    Thanks for pointing it out! Just did a quick fix using Claude :)

  16. story
  17. comment
    Comment #44136953

    https://github.com/cmu-pasta/fray Is a concurrency testing framework for Java. It also does deterministic simulation.

  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #43283936

    https://github.com/cmu-pasta/fray Fray is a controlled concurrency testing tool for the JVM that supports record and replay. It could be a perfect backend for codetracer. (I'm the …