Live data from Hacker News

Viewing profile — yyusufaslan

yyusufaslan

HN member
Joined
Sat, Feb 21, 2026, 12:08 AM UTC
HN karma
1
Public activity
3 items

About yyusufaslan

creator of galataj.com

Recent public activity

  1. comment
    Comment #47225379

    Good project. I found exactly when i search a good one.

  2. comment
    Comment #47165848

    Under the hood it uses runtime bytecode instrumentation with dynamic attach to avoid restarts. The main trade-off was balancing per-method granularity with minimal overhead. I chos…

  3. story
    Show HN: GalataJ – Runtime-aware Java profiling inside IntelliJ and VS Code

    Hi HN, While working on large Java projects, I often found myself digging through heap dumps and flame graphs just to answer a simple question: Which methods are actually slow, and…