Viewing profile — code-e
code-e
HN member- Joined
- Tue, Aug 08, 2017, 8:27 PM UTC
- HN karma
- 45
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About code-e
No profile information was provided.
Recent public activity
-
comment
Comment #47189857
What's the difference between keeping a passkey in bitwarden, and just using a password, also in bitwarden?
-
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?
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
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.
-
comment
Comment #29963726
Poe's Law strikes again
-
comment
Comment #16116897
Are you talking about native modules that need to be rebuilt when the V8 version used by node is also upgraded?
-
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 …
-
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…