Live data from Hacker News

Viewing profile — jeremycarter

jeremycarter

HN member
Joined
Tue, Oct 02, 2018, 9:29 PM UTC
HN karma
281
Public activity
222 items

About jeremycarter

Software Developer in Australia

Recent public activity

  1. comment
    Comment #49191366

    This concept has been around for a long time. https://www.microsoft.com/en-us/research/wp-content/uploads/...

  2. comment
    Comment #49163781

    Do you have any engineering staff in Australia?

  3. comment
    Comment #49015678

    Surprised how well the Orleans serializer performs for most uses cases.

  4. comment
    Comment #48989327

    Check out https://siloserver.org . Silo has its own API but also spins up a Jellyfin-protocol compatibility layer. This allows you to use any Jellyfin client and just point it at y…

  5. comment
    Comment #48652068

    You've never worked at a large company.

  6. comment
    Comment #48592040

    As Reddit already pointed out, this is nothing novel.

  7. comment
    Comment #48531874

    I find the cult of python is hard to shift from some people. They just can't see it.

  8. comment
    Comment #47482607

    The CD is available on Archive.org

  9. comment
    Comment #47482600

    Hundreds of thousands of .NET applications run inside Linux Docker containers.

  10. comment
    Comment #47339881

    The tab key doesn't even work consistently across apps and screens.

  11. comment
    Comment #47230957

    There are genuinely some great power toys available.

  12. comment
    Comment #47230953

    [flagged]

  13. comment
    Comment #45935233

    Last year I wrote a simple system using Semantic Kernel, backed by functions inside Microsoft Orleans, which for the most part was a business logic DSL processor by LLM. Your busin…

  14. comment
    Comment #43491909

    When you put it like that it really is a bad product.

  15. comment
    Comment #43165530

    Great response. All arguments are valid and fair.

  16. comment
    Comment #43022066

    Sounds good!

  17. comment
    Comment #42956097

    98% of teams I've worked on did not need microservices.

  18. comment
    Comment #42562448

    What's the technology behind this. I'm working on something myself, using a distributed actor model (setup like a graph) to create a living reactive model.

  19. comment
    Comment #42301256

    My sentiments exactly - well said. The big mistake is forcing OOP onto everything. It's why I really have an affinity with the virtual actor, it has just enough OOP for me to have …

  20. comment
    Comment #42295108

    I agree. I'm not advocating doing a purist DDD solution but rather using similar modelling techniques and just making naive actors.

  21. comment
    Comment #42295034

    It's just part 1. I have just published part 2 which goes into more detail.

  22. comment
    Comment #42292439

    That's fair feedback. I wanted to post it in 3 parts, but I see now I probably should have just made one large post.

  23. comment
    Comment #42292433

    As I mentioned there's nothing novel in this post, especially for a senior. This is more about getting some context out of the way so that I can show some techniques in a future po…

  24. comment
    Comment #42292358

    It's tricky to provide a really good example right now. I notice in the .NET world there are like these DDD "starter packs", and my god, they're just layers of maintainability hell…

  25. story