Viewing profile — aoli-al
aoli-al
HN member- Joined
- Tue, Feb 18, 2025, 3:51 PM UTC
- HN karma
- 149
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About aoli-al
Recent public activity
- story
- story
- story
- story
-
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 …
- story
- story
- story
-
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".
- story
- story
-
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.…
-
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…
-
comment
Comment #44212621
should be fixed as well :)
-
comment
Comment #44212187
Thanks for pointing it out! Just did a quick fix using Claude :)
- story
-
comment
Comment #44136953
https://github.com/cmu-pasta/fray Is a concurrency testing framework for Java. It also does deterministic simulation.
- story
- story
- story
- story
- story
- story
- story
-
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 …