Live data from Hacker News

Viewing profile — noop_joe

noop_joe

HN member
Joined
Wed, Mar 06, 2024, 3:46 PM UTC
HN karma
22
Public activity
43 items

About noop_joe

Developer Advocate @noop.dev

joe.kendall@noop.dev

Recent public activity

  1. comment
    Comment #41770444

    Totally, I think there's a lot of retroactive justification for what's familiar whether it be microservice or monolith. They both have advantages and disadvantages -- we're at a po…

  2. comment
    Comment #41698440

    I don't know of an internal feedback tool, that's not more general purpose. I think a lot of what you're describing is the-practice-of-software-development. There are Lots of possi…

  3. comment
    Comment #41630195

    As others have said, it depends a lot on the product. A lot of the people on PH are other people building stuff, if it makes sense to launch there, join some PH communities on LI. …

  4. comment
    Comment #41627274

    One of the most difficult challenges with incidents is dispelling the initial conjecture. Something bad happens and a lot of theories flood the discussion. Engineers work to prove …

  5. comment
    Comment #41569215

    Noop [0] is a cloud platform that runs entire application ecosystems (including edge routing) locally and deploys the same setups globally -- it's a departure from the plug and pla…

  6. comment
    Comment #41488407

    Heroku and Reclaim are far from the only two options available. The appropriate choice depends entirely on the team's available expertise and the demands of the applications under …

  7. story
  8. comment
    Comment #40662392

    The company [0] I work for gave a talk on this [1]. We're going a bit beyond analyzing logs because we have more contextual information about running software so we can compare dif…

  9. comment
    Comment #40638859

    I agree with the storage example. > A counter point is that being a professional software developer is more than shipping features, you have to ship something that is profitable in…

  10. comment
    Comment #40636315

    To me, it's about finding the right level of abstraction. At some point we developers have to trust that the underlying system will do what it says it's going to do.

  11. story
  12. comment
    Comment #40567272

    I guess what I'm wondering is more about the opposite of the "cool/neat" where orgs either prohibit development in non-standard langs (and that was good/bad) or allow development i…

  13. story
    Ask HN: Should orgs limit the number of languages/frameworks?

    My teammates have been working on a collection of documents [0] about developer platforms and we've been talking about limits organizations can impose on acceptable languages and f…

  14. comment
    Comment #40526266

    This sounds like software development

  15. story
  16. comment
    Comment #40455957

    In areas where there's a decent amount of separation between the developers that made some application and the people responsible for running it, I can see a lot of use for AI. Esp…

  17. comment
    Comment #40432094

    If I understand correctly, the benefit of using this over something like Compose is the parity with production. In my experience Compose is great for local development, but doesn't…

  18. comment
    Comment #40416962

    We're a developer platform [0], for running apps at scale and locally. The platform is batteries included: global router, logs, metrics, managed resources (datbases, caches, block …

  19. story
  20. comment
    Comment #40359728

    To me this is just one of many infrastructureisms. Tools, platforms, etc are all leveraging metaphors that don't map well to the mental model of _application development_.

  21. comment
    Comment #40356212

    We are building an application/infra platform, Noop [0], it's multi-repo, one key benefit is it facilitates the deployment of different system components with greater isolation. Th…

  22. comment
    Comment #40222868

    Have you considered using a provider that might help eliminate some of the operational burden of running your apps? At a very high level, when using the big 3 and hosting that's ra…

  23. story
  24. comment
    Comment #40006849

    Disclosure I work for a company, Noop [1], which is the picture of the steak. As someone working on the marketing side of the endeavor, I see the shift the author describes. there …

  25. comment
    Comment #40004005

    For building docs sites I like Astro. There are at least a few tailwind+docs themes available if you want to get something started fast. By default all content is markdown, but you…