Live data from Hacker News

Viewing profile — luuio

luuio

HN member
Joined
Wed, Dec 04, 2013, 6:27 PM UTC
HN karma
372
Public activity
101 items

About luuio

No profile information was provided.

Recent public activity

  1. comment
    Comment #44306660

    Happy to continue :) Where our conversation is at, it's not about RDBMS vs. NoSQL. On the Redis INCR operation example (or an equivalent operation in any database, even in an RDBMS…

  2. comment
    Comment #44298933

    Look up the two general problem on youtube. Unless the entire end to end operation is wrapped inside a giant transaction, no system in the world can give you the confirmation. Imag…

  3. comment
    Comment #44294505

    let's say you have an object like this when you started: {count: 10, etag: 1}. then for some reason, something failed. when you retry and load the object, you get {count: 12, etag:…

  4. comment
    Comment #44283135

    > why wouldn't doing the same write twice produce an idempotent result you can imagine this: ``` var thing = KVStore.Get (...); if (things.Checkpoints.Contains(myUuid) == false) { …

  5. comment
    Comment #44280904

    > there is always more wisdom in what we throw away than what we innovate i have found this to be true throughout my career. not that things cannot improve, they can always improve…

  6. comment
    Comment #44280783

    1. Beyond just querying, the stored proc spent a lot of time processing data. As in, looping through cursors, making business logic decisions, calculating things, etc. 2. Having th…

  7. comment
    Comment #44280736

    The KV store had etag support for conditional writes. Etags are only useful to make sure the data didn't change underneath between your read and your write. Storing the checkpoints…

  8. comment
    Comment #44280719

    Not Dan Luu. And to the other comment, not intentionally hiding my identity. Just that for most of my writing, who I am is irrelevant.

  9. comment
    Comment #44264517

    Windows licensing cost. They are a pretty penny at large scale.

  10. story
  11. comment
    Comment #43391207

    a random number (existing entropy) XOR with a static number (the crashed wall) is still a random number, me think

  12. story
  13. comment
    Comment #37746395

    Looking through that list, Windows XP logo has the perfect balance of: - Simple solid modern colors, no halo/vignette effect like the Vista/7 logos - Multiple colors, not just one …

  14. story
  15. story
  16. comment
    Comment #37110681

    At least two reasons I'm not choosing Go: - Go (the language) is missing the ability to declare something immutable. I don't mean making fields in a struct private then exposing ge…

  17. comment
    Comment #37110657

    At least two reasons I'm not choosing Go: - Go (the language) is missing the ability to declare something immutable. I don't mean making fields in a struct private then exposing ge…

  18. comment
    Comment #36689441

    Yep. And the OP also failed to recognize that the whole Ribbon menu could be collapsed making it just looks slightly larger than Notepad.

  19. comment
    Comment #35147820

    Everything you said is true. C++ gives you everything you need to be safe. But that's not the point. Rust makes it HARD (or very hard) to do things that are unsafe. It's not what C…

  20. story
  21. comment
    Comment #34686322

    Thanks for the call out! There are definitely companies that go with (A), but in all the companies I've been at, (B) is the model. As others have responded, there are definitely tr…

  22. story
  23. comment
    Comment #31784203

    I share exactly your sentiment. The snappy on/off is what makes the checkbox satisfying for me. The "ding" whenever you check an item off the list in Wunderlist comes to mind.

  24. comment
    Comment #30718719

    @David, thanks, and completely aligned on why we don't use nuget packages anymore. > As for being intuitive, the default experience is to use the Web SDK. I didn't even get into SD…

  25. comment