HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rhodin

no profile record

Submissions

RabbitMQ 4.0

github.com
248 points·by rhodin·قبل سنتين·116 comments

Native AMQP 1.0 support in RabbitMQ 4.0

rabbitmq.com
2 points·by rhodin·قبل سنتين·0 comments

Kora: The Cloud Native Engine for Apache Kafka

confluent.io
3 points·by rhodin·قبل 3 سنوات·0 comments

comments

rhodin
·قبل 9 أشهر·discuss
When I was working on Mathematica, a lot of effort was put in to making examples for each doc page. One example (that I didn't work on) picked at random: https://reference.wolfram.com/language/ref/RandomVariate.htm...
rhodin
·قبل سنتين·discuss
Mnesia is _not_ the storage layer for messages (except for delayed messages).

Mnesia stores vhosts, users, permissions, queue definitions and more. This is being transitioned to Khepri, which improves a lot of things (maybe most importantly netsplits) but not directly message speeds.
rhodin
·قبل سنتين·discuss
Yes, a stream queue type [0] is available where you can set retention, and replay messages.

[0] https://www.rabbitmq.com/stream.html
rhodin
·قبل سنتين·discuss
This release includes a new (native, no longer a plugin) AMQP 1.0 implementation, new quorum queue features, and a new schema data store (Khepri)
rhodin
·قبل سنتين·discuss
They mention a book, book seems like it never came out?
rhodin
·قبل سنتين·discuss
Cool, they've added support for long message queue monitoring: https://github.com/erlang/otp/pull/7651
rhodin
·قبل سنتين·discuss
Related Stephen Wolfram's note when Doug Lenat passed away [0]

[0] https://writings.stephenwolfram.com/2023/09/remembering-doug...
rhodin
·قبل سنتين·discuss
You can also use wolframcloud.com for free. Which runs the latest Mathematica online.
rhodin
·قبل سنتين·discuss
Most interesting might be the new "tprof"-tool that allows for heap profiling
rhodin
·قبل سنتين·discuss
Video of [0] the Strangeloop talk [1].

[0] https://www.youtube.com/watch?v=4fFDFbi3toc [1] https://thestrangeloop.com/2014/testing-distributed-systems-...
rhodin
·قبل 3 سنوات·discuss
ra for those interested: https://github.com/rabbitmq/ra ("A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.") Used by RabbitMQ for quorum queues + Khepri (the new metadata store)
rhodin
·قبل 3 سنوات·discuss
Continuous System Simulation by Cellier/Kofman [0]. The focus is mainly on Modelica, but analog circuits are a "special case" of this.

[0] https://www.amazon.com/Continuous-System-Simulation-François...
rhodin
·قبل 3 سنوات·discuss
If interested in battery technology and Argonne I'd recommend this book: "The Powerhouse: America, China, and the Great Battery War" [0]

[0] https://www.amazon.com/Powerhouse-America-China-Great-Batter...
rhodin
·قبل 3 سنوات·discuss
Yes came to say this. The Erlang VM is about lightweight processes and message passing.
rhodin
·قبل 3 سنوات·discuss
Yes, they built a platform Cello [0] that would allow for that if I remember correctly

[0] https://web.archive.org/web/20170829230730/https://www.erics...