Live data from Hacker News

Viewing profile — RogerAlsing

RogerAlsing

HN member
Joined
Thu, Dec 13, 2012, 7:54 AM UTC
HN karma
142
Public activity
23 items

About RogerAlsing

No profile information was provided.

Recent public activity

  1. story
    Show HN: TraceLens Visualizing Distributed Systems

    TraceLens is a new user interface and data collector for OpenTelemetry-based systems. Although there are existing tools like Jaeger and Zipkin that offer some visualization capabil…

  2. story
  3. comment
    Comment #13559773

    Sure. Serialization and the concept of the ActorRef. They both go hand in hand. in Akka/NET, ActorRefs are contextual, they belong to a given ActorSystem. This means that when they…

  4. comment
    Comment #13555868

    One of the major things will be the tooling around it. As we work with a well defined schema. we can create tools that work for all implementations. e.g. see this CLI tool for mana…

  5. comment
    Comment #13555821

    Founder of both Akka.NET and Proto.Actor here. Right now, Proto.Actor-dotnet should not be trusted more than Akka.NET. Akka.NET is production ready and has a huge community. has co…

  6. story
  7. comment
    Comment #11619405

    Akka.NET suffers from problems with the Helios transport right now, I don't think the Helios transport do more than a few thousand messages per sec ATM. That being said, there is a…

  8. comment
    Comment #11619357

    hehe that one shouldnt be checked in, it's just for me to see that proto contracts hold between edits.

  9. comment
    Comment #11618997

    Help wanted, There are a few easy to implement tasks here if anyone is interested in getting involved. https://github.com/rogeralsing/gam/issues?q=is%3Aissue+is%3A...

  10. story
  11. story
  12. comment
    Comment #10411763

    And thank you for making the Consul.NET lib :-) I found a few of those but your were the most complete

  13. story
  14. story
  15. story
    Ask HN: Standards for trackng service/microservice interaction?

    Are there any official standards to help with monitoring service/microservice interactions? I'm thinking as we have things like HATEOAS + HAL for design and representation of resou…

  16. comment
    Comment #9941201

    Akka.net wasnt really intended to be a complete port from the start, it was a weekend hack from my part that then grew into what later became akka.net when Aaron joined (akka.actor…

  17. comment
    Comment #9908609

    Akka for .NET, http://getakka.net/

  18. comment
    Comment #9908601

    >and there's no point in that, when you can just use erlang That is a strange comment, ofc the Erlang VM is not the single best VM that will ever be created. Some day, someone will…

  19. comment
    Comment #9070941

    Retlang was a pioneer in this space for .NET, sadly it never took off more than some initial hype. But compared to Akka.NET, Akka on the JVM is battle proven for many years now, ru…

  20. comment
    Comment #8710546

    Nice to see another spinoff :) Great to see this post now since it is exactly 6 years since my EvoLisa post was released today :)

  21. comment
    Comment #4915873

    Here is a guy who used the EvoLisa concept to create image compression. He did beat the efficency of JPG, it did however not outperform JPG2000. Still, it is a good start. http://w…

  22. comment
    Comment #4914903

    And for those interested real GP, see http://rogeralsing.com/2010/02/14/genetic-programming-code-s... That code uses real crossover and a large population in order to crack black b…

  23. comment
    Comment #4914813

    Roger Alsing the author of that old gimmic here :-) Some clarifications from my part here, 4 years after the post was released: 1) No this does not qualify as a true GA/GP. by defi…