Live data from Hacker News

Viewing profile — kba

kba

HN member
Joined
Sat, Mar 31, 2012, 3:00 AM UTC
HN karma
109
Public activity
56 items

About kba

No profile information was provided.

Recent public activity

  1. comment
    Comment #25442213

    What you're describing is very similar to Rubber duck debugging. The idea here is that forcing you to explain what you're trying to do makes it easier for you to catch your mistake…

  2. comment
    Comment #23288426

    Nobody is demanding you do. But if you go around claimng people "got phished", then you should be sure. I've also entered fake credentials into a clearly faked login form to see wh…

  3. comment
    Comment #21492427

    I think you jumbled up the two paragraphs. Nowhere did I suggest that poor audio quality was because Android has to support more hardware.

  4. comment
    Comment #21481768

    With fear of starting a fire here, are you using an Android phone? I'm asking, because whenever I hear people complain about phone software that just breaks, it's almost always And…

  5. comment
    Comment #20183196

    That's an interesting project and good writeup! Peer-to-peer OT has indeed been proven wrong many times (I've debunked a few papers myself as well), but client-server-based OT is v…

  6. comment
    Comment #20183058

    You may find ShareDB[1] interesting – it's a library that does exactly that. >ShareDB is a realtime database backend based on Operational Transformation (OT) of JSON documents. It …

  7. comment
    Comment #17930740

    Any fake-Facebook website can copy Facebook's favicon, so that wouldn't add any security at all. An identicon is a hash value represented as an icon. "facebook.com", for instance, …

  8. comment
    Comment #16310596

    You're absolutely right, but I'd also never suggest a collaborative system for anything critical. As I've said earlier in this thread: If you're in a Google Docs document with a bu…

  9. comment
    Comment #16310570

    I'm not one to dictate how technologies like these are to be used, but all I can say is that in the almost two years I've been working on Webstrates – a collaborative system using …

  10. comment
    Comment #16310494

    We've been wanting to try a CRDT-based implementation with Webstrates for some time, but haven't found a suitable implementation, so this looks very promising! Any particular reaso…

  11. comment
    Comment #16310461

    Why is that a restriction? You can make any changes to the JSON you wish, you just have to use their API.

  12. comment
    Comment #16310033

    There is a change history. No changes are lost.

  13. comment
    Comment #16309968

    This isn't for a banking system, this is for building collaborative apps. If you press "A" and your friend press "B" into a Google Docs document at the same time, you also don't kn…

  14. comment
    Comment #16309931

    My experience is with OT, so I can't speak for CRDT, but I can imagine it's similar. With OT, you send a na[1] (number add) operation, so this would work fine. Indeed, if you treat…

  15. comment
    Comment #16309776

    Then there'd be a negative amount of apples. It's not impossible if you disregard context. There is nothing new about doing things like this, OT and CRDT have existed for ages. Che…

  16. comment
    Comment #16249455

    Blockbuster shares

  17. comment
    Comment #12753092

    I think most places, debts can be inherited voluntarily, but you can't cherry pick. If your dead aunt had a Mercedes 190SL, but also owes $200,000, you can either take both or noth…

  18. comment
    Comment #12753055

    William Miller predicted Jesus' return in the year 1843. When that didn't happen, he adjusted his calculations to mean March 21, 1844. When that failed, it became October 22, 1844.…

  19. comment
    Comment #11698908

    So you do everything you can to hide the IP address, but reveal that the domain is-savvy.nl resolves to it. Either you're not actually that good at IT security or you're just makin…

  20. comment
    Comment #11284202

    I was curious, so I wrote a small program to check it: The normal distribution is 1: 24.9940% 3: 25.0128% 7: 25.0100% 9: 24.9832% The distribution following a prime ending in 1: 1:…

  21. comment
    Comment #11283956

    It's a joke. The last digit of a binary number is parity (odd or even). Since all primes (except for the number 2 [or 10 in binary]) are odd, the last digit will of always be 1.

  22. comment
    Comment #11263002

    I did not mean to say that HTTPS was a substitute for FTP. You said that FTP was the fastest protocol, and the only reasonable explanation for why FTP could be faster than anything…

  23. comment
    Comment #11252422

    Everything unencrypted will always be faster than the encrypted counterpart. Do you also deliberately avoid HTTPS? And is that minuscule performance gain really worth the risk with…

  24. comment
  25. comment
    Comment #11252399

    Why would you assume they wanted FTPS? SFTP is both more common and very superior. Also, what MITM attacks are you afraid of with SFTP?