Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hintjens
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hintjens
12y ago
RabbitMQ has always been an extraordinarily good piece of software, from the very first versions. I think this is very good news for anyone using Docker.
2.
▲
by
hintjens
13y ago
Perhaps that is how you saw it. However you are dramatically wrong. ZeroMQ v4 does full end-to-end encryption, supports protocols like TIPC, and (you knew this but choose to forget it for reasons I never understood) entirely changes how we
3.
▲
by
hintjens
13y ago
Yes, god forbid you'd stop your production chain just because you found an internal consistency error that could potentially wreak havoc with your data. Oh, wait, that's exactly what you should be doing. If you write C/C++ wi
4.
▲
by
hintjens
13y ago
That's a fair assumption and accurate for a lot of the bindings. It is true that there are a lot of bindings for ZeroMQ and many were weekend projects for a single project. However it's normal and expected in a large community. To
5.
▲
by
hintjens
13y ago
It's no different than any significant technology that has few antecedents. Once you know the background and cast away assumptions and fallacies, it's much easier of course.
6.
▲
by
hintjens
13y ago
Yes, the over-conceptualized abstractions can be annoying. However if you read the RFCs that specify the patterns, http://rfc.zeromq.org/spec:28 , http://rfc.zeromq.org/spec:29 , http://rfc.zeromq.
7.
▲
by
hintjens
13y ago
Most people just type "zmq", and the name is "ZeroMQ", with the unwriteable shorthand acting as a kind of text logo.
8.
▲
by
hintjens
13y ago
Indeed. The original "sockets on steroids" story was wrong, though sincere. Sockets are the API but the actual machine underneath is nothing like a BSD socket. ZeroMQ has in the last years moved away from the "it's a BSD
9.
▲
by
hintjens
13y ago
You do realize the page is humor, right? A serious explanation of ZeroMQ takes 500 pages and several weeks to read.
10.
▲
by
hintjens
13y ago
In 1.75 to 3.5 billion years? Not for long?
11.
▲
New ZeroMQ 4 does strong encryption and perfect forward security
(zeromq.org)
3 points
by
hintjens
13y ago
|
0 comments
12.
▲
New ZeroMQ book from O'Reilly by P. Hintjens
(shop.oreilly.com)
4 points
by
hintjens
13y ago
|
0 comments
13.
▲
by
hintjens
13y ago
It's not an either-or choice. Salt's security is good but it's been a request from that team, as from others, to get security into the libzmq core. Doing it at the application level is problematic for many reasons. It's unreasonably complex
14.
▲
by
hintjens
13y ago
The Salt security layer is great, and I've worked with Thomas Hatch on abstracting it for wider use. We wrote this http://www.zeromq.org/topics:pubsub-security some time ago. While it's good, it has a number of weaknesses that CurveCP add