Live data from Hacker News

Viewing profile — simplotek

simplotek

HN member
Joined
Sat, Oct 22, 2022, 5:17 PM UTC
HN karma
1,581
Public activity
796 items

About simplotek

No profile information was provided.

Recent public activity

  1. comment
    Comment #35920095

    > Being an OAuth 'provider' (emphasis) is not open source Being an OAuth provider is precisely what everyone expects from a self-described "open source authentication service". If …

  2. comment
    Comment #35898419

    > My personal pet (non scientific) theory is that repeated infections over-sensitize the immune system, almost like an allergic reaction or something. There have been a few variant…

  3. comment
    Comment #35868125

    You are oblivious to the point of this approach. Scaling has nothing to do with it. It has everything to do with not imposing useless and detrimental constraints that buys you noth…

  4. comment
    Comment #35868102

    > How can you get any work done like this? People get work done by knowing what they're doing, which I'm not sure you are able to tell. There is plenty of literature that explains …

  5. comment
    Comment #35868043

    > Should both my service and Galactus have full, individual copies of this data structure? Yes. I recommend you read "Domain-driven design" by Eric Evans, specially the part explai…

  6. comment
    Comment #35867954

    > They recommended I use "modern infrastructure" which means Docker. It looks to me they recommended to never consider Datadog for anything whatsoever, ever again.

  7. comment
    Comment #35865234

    > but I agree, this is not something that i've ever considered when filtering CVs. As a proficient LaTeX user, this is the stupidest take I ever saw on resume tips. I mean, your sk…

  8. comment
    Comment #35865171

    > LaTeX for your resume?! If someone sumgly sends me a .TEX (...) I'm not sure you got it right. You still have a LaTeX doc if you compile it to generate a PDF. LaTeX can have a ve…

  9. comment
    Comment #35860691

    It seems you are confused. You're pointing out observations from the very onset of the COVID pandemic, which were immediately adopted as policy. This is stuff that precedes other p…

  10. comment
    Comment #35856264

    > That's only true if you are limited to two options What other options do you think there are? And consider that you're already talking about people which are fainting and suffoca…

  11. comment
    Comment #35856231

    > Early COVID-19 research found that most patients with optimum levels of vitamin D did not require ICU or breathing assistance and survived the infection. Some sources point out t…

  12. comment
    Comment #35852480

    How teams interact is a function of the team/org, not the software architecture. What microservices easily provide in this scenario that is far harder to pull off with a monolith i…

  13. comment
    Comment #35852385

    > If team A needs a new endpoint from team B, what would a typical dialogue look like under microservices and a modular monolith, respectively?

  14. comment
    Comment #35852371

    > Also, does ccache work with MSVC? Technically it works, but it requires some work. You need to pass off ccache's executable as the target compiler, and you need to configure the …

  15. comment
    Comment #35852322

    > Maybe, but after the next CEO comes in, those groups would be reorganised anyway :-/ That's perfectly fine, because microservices excel in that scenario: just hand over the keys …

  16. comment
    Comment #35848527

    > (...) like using microservices on a system that gets 1k users a day. This sort of specious reasoning just shows how pervasive is the fundamental misunderstanding of the whole poi…

  17. comment
    Comment #35848489

    > But they should consider whether this matches the size/scope of the problem being solved In professional software development projects, specially legacy projects, often times the…

  18. comment
    Comment #35848377

    > Okay, so your microservices are each very simple, but that made the interactions and resource provisioning very complex. What was the net gain? The main misconception about micro…

  19. comment
    Comment #35843786

    > I hadn't considered it as a build speed optimization, though that seems somewhat obvious in hindsight. Some build systems like cmake already support unity builds, as this is a po…

  20. comment
    Comment #35843720

    > Another nice feature of unity builds is that I don't need to declare functions twice and keep the declarations synced. What exactly leads you to have multiple declarations in syn…

  21. comment
    Comment #35843688

    > But this also reduces the opportunity to parallelize compilation across multiple files because they have been concatenated into fewer build units (...) Irrelevant. There is alway…

  22. comment
    Comment #35843599

    "probable cause" means the same thing as "associated with", but establishes a specific hypothesis and stresses the fact that it is yet to be verified.

  23. comment
    Comment #35841879

    > It's a breakthrough but this research doesn't establish the claim in the title of the article. What claim would that be? The only claims made in the article was that a) it's a br…

  24. comment
    Comment #35840354

    Isn't "isomorphic javascript" a buzzword referring to a server-side rendering technique? https://en.wikipedia.org/wiki/Isomorphic_JavaScript

  25. comment
    Comment #35835610

    > For instance, a major selling point of Node was running JS on both the client and server so you can write the code once. What? No. The whole point of Node was a) being able to le…