Live data from Hacker News

Viewing profile — bgtnhz

bgtnhz

HN member
Joined
Fri, Dec 26, 2014, 11:22 PM UTC
HN karma
-6
Public activity
4 items

About bgtnhz

No profile information was provided.

Recent public activity

  1. comment
    Comment #8945224

    I fail to see the logic behind optimizing around conditionals when you are running in an interpreted language.

  2. story
  3. comment
    Comment #8934852

    Telescope mirrors: https://www.flickr.com/photos/nasawebbtelescope/page9/ https://www.flickr.com/photos/nasawebbtelescope/page11/ JWST vs Hubble: https://farm5.staticflickr.com/407…

  4. comment
    Comment #8923437

    Casting const away is never undefined. However modifying objects defined with const is. If the object was never defined with the const qualifier, then there is no problem with the …