Live data from Hacker News

Viewing profile — KayEss

KayEss

HN member
Joined
Mon, Jul 09, 2007, 5:32 AM UTC
HN karma
484
Public activity
204 items

About KayEss

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #49192612

    I've been using proportional fonts for programming for more than thirty years. Makes things much easier to read and it's only a problem where people try to make patterns out of the…

  3. comment
    Comment #48732083

    I have fond memories of bricking my Smalltalk environment several times trying to get instance behaviour working :-)

  4. comment
    Comment #48730449

    I think this is looking at what OOP has become (as implemented by systems and programming languages that don't care a wit about what OO was meant to be) rather than what Alan Kay d…

  5. story
  6. story
  7. story
  8. comment
    Comment #45218182

    You're misinterpreting what I said. I said that your ability to defend yourself and your family with a gun was hypothetical. I can see that you like to think of yourself as a ratio…

  9. comment
    Comment #45210303

    This of course plays into the fear US gun advocates have of any attempt to remove their gun rights. If it were to happen though, then maybe as a prepper type with a house and lands…

  10. comment
    Comment #45210214

    I have had a gun pointed at me, and I've been where guns have been fired in anger around me. I'm kind of surprised to hear somebody in America think it's a likely enough thing to h…

  11. comment
    Comment #45207085

    This comes across a lot like you're saying that your personal feeling of safety for you and your family is worth more than the actual safety of innocent schoolchildren who are bein…

  12. comment
    Comment #44822279

    This is what makes securing this stuff so hard when you don't have proper review. What seems like a good idea from one perspective opens up another gaping hole somewhere else. Off …

  13. comment
    Comment #44516309

    Only in some parts of the world. In many it's the room and the object

  14. comment
    Comment #43844169

    And by a happy coincidence it turns out that audio does about one foot in one millisecond making light six orders of magnitude faster

  15. story
  16. comment
    Comment #39127054

    REM was quite common across a number of languages at the time. You might still see them in '.bat' files

  17. comment
    Comment #38300751

    I think this is a much fuller explanation of what I was trying to say :-)

  18. comment
    Comment #38259543

    I think you're thinking of upgrading the 486sx which didn't have the on die coprocessor. That did disable the old chip as you basically replaced it with a 486dx

  19. comment
    Comment #36981698

    No. The conversation was on the eve of the Potsdam conference

  20. story
  21. comment
    Comment #33231731

    One big reason is that when you add two samples together, if you overflow a signed int that's UB, but if you go over 1.0 on a float it's just business as usual. This means you can …

  22. comment
    Comment #30966351

    It's essentially the same everywhere, but these large planes are flying IFR not VFR and so they rely on the separation service provided by ground control. Ground control isn't allo…

  23. comment
    Comment #30273988

    So when generating a private key, is any 256 bit random sequence good (it gets reduced down to the 252 bits available) or do you have to check you didn't pick one of the 2^4 keys t…

  24. comment
    Comment #30273781

    Does that imply that there are some 256 bit patterns that aren't valid private keys, or does the 2^255 - 19 not describe the private key space?

  25. comment
    Comment #27220160

    > Iouring looks promising though It's more than promising. It's an unbridled joy to work with (compared to things like epoll) and performs very well already.