Live data from Hacker News

Viewing profile — aengvs

aengvs

HN member
Joined
Sat, Jul 13, 2013, 7:32 AM UTC
HN karma
33
Public activity
12 items

About aengvs

No profile information was provided.

Recent public activity

  1. comment
    Comment #36626866

    It's not the upper bound that matters but the frequency. How frequently should the compiler assume an 's' appears in the dataset, or any other character? We know that E[# of '\0' i…

  2. comment
    Comment #36626265

    Imagine a scenario where most of the strings being processed contain a single null character, with no other characters. In that case checking for the null character first would be …

  3. comment
    Comment #22549797

    Problem with this is I'm now using the back of my hand or other parts of my body to open doors, press elevator buttons etc...

  4. comment
    Comment #22050091

    I've recently moved to the US from Australia. The amount my employer and I pay for my healthcare is significantly more than I paid in Australian taxes for healthcare. And that's be…

  5. comment
    Comment #18474083

    > No, I represent a quarter as 25/100's to show how it would be accurately represented in metric. 1/4 meter is not pure metric, it's applying a non-metric modifuer to a metric amou…

  6. comment
    Comment #17660813

    https://en.wikipedia.org/wiki/Entropy_(information_theory)

  7. comment
    Comment #17660807

    The efficacy of a compression algorithm is dependent on the data it is compressing, so that statement is true for some data.

  8. comment
    Comment #17660718

    >you have the uniform distribution over those strings. This makes sense in the original context of encoding random data. Lossless compression is nothing more than taking advantage …

  9. comment
    Comment #17660574

    >In fact, any lossless compression algorithm has the property that the output is (on average) at least as long as the input I don't think this is true. If it was, lossless compress…

  10. comment
    Comment #6254234

    It's not hard to believe that some portion (if not the majority) of people joining the military genuinely think they are doing something good.

  11. comment
    Comment #6254232

    It's not hard to believe that some portion (if not the majority) of people joining the military genuinely think they are doing something good.

  12. comment
    Comment #6193592

    I think you're conflating "knowing" a language with knowing the syntax of a language. It was an easy transition into C++ syntax from my usual C#/Java programming, but the transitio…