Live data from Hacker News

Viewing profile — oflor

oflor

HN member
Joined
Fri, Sep 09, 2022, 1:07 PM UTC
HN karma
9
Public activity
8 items

About oflor

No profile information was provided.

Recent public activity

  1. comment
    Comment #34244974

    Rewriting a module from one tech stack to another is not much harder when that module was a part of a monolith and not a separate service, except that you haven't paid the upfront …

  2. comment
    Comment #34238498

    Tech zoo sometimes considered to be an anti-pattern in microservices. By introducing a different language into your organization, you decrease the mobility of developers between co…

  3. comment
    Comment #34141741

    > This references the "fuzzing" infrastructure hosted by the Reproducible Builds project, and doesn't show "true" reproduction of binaries. It's designed to help us figure out wher…

  4. comment
    Comment #33893265

    You can always run Nix in Docker to build and run any software that uses it. Without Nix, however, I am forced to either install a bunch of bloat into my system such as Haskell com…

  5. comment
    Comment #33889613

    And how does it recover incomplete tasks in case of sudden power outage? Microservices use persistent message brokers for that, which are not there in threads. Or are these monolit…

  6. comment
    Comment #33525517

    I'm sorry, I don't have a good answer for you. While PGP-like web of trust is accessible on native desktop and mobile applications, it's certainly harder to use in browser. I don't…

  7. comment
    Comment #33524667

    It looks a lot like XMPP with some of its flaws – too much flexibility and no principled stance on privacy and security issues. For example, I couldn't find how ActivityPub support…

  8. comment
    Comment #32778732

    It's not difficult, but it's disrupting to your coding flow, which is bad in itself and even worse when prototyping.