Live data from Hacker News

Viewing profile — GreenToad

GreenToad

HN member
Joined
Wed, Aug 30, 2017, 6:01 PM UTC
HN karma
38
Public activity
8 items

About GreenToad

No profile information was provided.

Recent public activity

  1. comment
    Comment #39756623

    "Vector API" is universal api for SIMD. It will probably remain in incubator until valhalla delivers value types.

  2. comment
    Comment #29564244

    > That class needs to be on the server already If you are talking about original log4shell then no! Jndi will grab a class definition from ldap, load it and then deserialize it.

  3. comment
    Comment #29324079

    Point[] array=new Point[15000]; In java would create an array with null references, to fill it up you need to create each object so that point is valid.

  4. comment
    Comment #28894901

    Liberica JDK

  5. comment
    Comment #28536854

    It looks like jep 418, when delivered, might be used for that.

  6. comment
    Comment #26249840

    https://en.wikipedia.org/wiki/Slashdot_effect

  7. comment
    Comment #26237039

    anyone remembers the term "slashdotted"?

  8. comment
    Comment #15134429

    In java lang specs: "A thread that can only see a reference to an object after that object has been completely initialized is guaranteed to see the correctly initialized values for…