Live data from Hacker News

Viewing profile — code-e

code-e

HN member
Joined
Tue, Aug 08, 2017, 8:27 PM UTC
HN karma
45
Public activity
13 items

About code-e

No profile information was provided.

Recent public activity

  1. comment
    Comment #47189857

    What's the difference between keeping a passkey in bitwarden, and just using a password, also in bitwarden?

  2. comment
    Comment #46048823

    Is there some general purpose (linux) software that could apply these kind of post-processing effects to my any terminal? Or failing that, my whole screen?

  3. comment
    Comment #36436366

    It does affect storage and sorting. A native UUID type uses 16 bytes. The alternative is text encoding (32 bytes for hex), or maybe a raw BYTEA. Postgres also has SortSupport for t…

  4. comment
    Comment #35528734

    As the maintainer of a rabbitmq client library (not the golang one mentioned in the article) the bit about dealing with reconnections really range true. Something about the AMQP pr…

  5. comment
    Comment #35088451

    I think you're confusing your application with the language itself. Adding new syntax and functions to the language is not a breaking change. Old code will continue to work. If you…

  6. comment
    Comment #34329466

    RabbitMQ is a popular message broker, i.e. a pub-sub server. I started this project because I was frustrated by the current leading RabbitMQ library for nodejs, amqplib, and everyt…

  7. story
  8. comment
    Comment #32092551

    Support for rolling upgrades (one node at a time) instead of a full-stop upgrade was added in rabbitmq 3.8, about six months before this article was published. So while a full-stop…

  9. comment
    Comment #30217847

    Sounds like the same thing to me, unless you're wealthy. The no-fly list seems a little less discriminatory in that regard.

  10. comment
    Comment #29963726

    Poe's Law strikes again

  11. comment
    Comment #16116897

    Are you talking about native modules that need to be rebuilt when the V8 version used by node is also upgraded?

  12. comment
    Comment #15442699

    I love my ebike. I can get to work relatively quickly with full assist and then pedal on the way home (with some help on the hills) to get my cardio exercise out of the way by the …

  13. comment
    Comment #14962297

    But the linked bluebird docs says: As an optimization, the cancellation signal propagates upwards the promise chain so that an ongoing operation e.g. network request can be aborted…