Live data from Hacker News

Viewing profile — leakybucket

leakybucket

HN member
Joined
Tue, May 10, 2011, 4:25 PM UTC
HN karma
408
Public activity
41 items

About leakybucket

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #27773566

    What finally worked well for me was an "ear loop" tool, a small, cheap plastic tool with a safety guard, that makes extracting the wax quite easy. They cost less than $10 USD, do n…

  3. comment
    Comment #25273547

    The copy object operation has options to control if the copy occurs based on examining source metadata, see "x-amz-copy-source-if-match" at https://docs.aws.amazon.com/AmazonS3/lat…

  4. comment
    Comment #25273039

    With this change, is there a way to implement atomic operations like put-if-absent?

  5. comment
    Comment #23832336

    I had a 'rattling' issue, but mine correlated with moving my head. If I held very still, the sound was fine. This didn't happen at first, it developed over time. I wondered if the …

  6. story
  7. comment
    Comment #23589241

    We're still early in development, but the ZNG format is one we're working on for schema-less, semi-structured, zero-copy operations: https://github.com/brimsec/zq/blob/master/zng/d…

  8. comment
    Comment #19785172

    Rafael Weinstein's mutation-summary library, from a few years back, includes functionality to transmit & mirror DOM's: https://github.com/rafaelw/mutation-summary

  9. story
  10. story
  11. story
  12. comment
    Comment #10142391

    Perhaps Ithaca, New York? It's a smallish college town (Cornell, Ithaca College), but with lots of great scenery nearby, including forest, lakes, and gorges.

  13. story
  14. comment
    Comment #9162915

    I believe you're referring to the Musée Mécanique ( http://museemecaniquesf.com ). Besides the arcade games, the orchestrons are captivating.

  15. story
  16. story
  17. comment
    Comment #8821268

    An advantage of dynamic libraries is that the memory used to hold the library's executable pages can be shared across processes. So using static only binaries will lead to less fre…

  18. comment
    Comment #8780952

    As I recall, we used this for system call testing/timing. (I worked at Be.)

  19. story
  20. comment
    Comment #7919364

    My favorite tech poem is Radia Perlman's "Algorhyme". She's the inventor of the spanning tree protocol. Algorhyme I think that I shall never see a graph more lovely than a tree. A …

  21. story
  22. comment
    Comment #7693057

    Though I appreciate the idea of 'storing bandwidth' by just sending lots of qubits ahead of time, that ignores the extra communication overhead needed of tracking them: When Bob re…

  23. story
  24. comment
    Comment #7398963

    Perhaps the attackers are drawn to sites they believe will later publicly document the attack, to learn whatever they can on how the operations team responded.

  25. comment
    Comment #7163399

    I've got a passing interest in Erlang, and also saw the existence of Elixir http://elixir-lang.org/ , which uses the Erlang VM. Could someone from either language's community comme…